Hello,
I have issues with installing demo theme on my test web site. Here is how it looks like http://newsletter.freesmi.by/ How do I make this part https://gyazo.com/33ad4d2f25d009abd6782fa1eda8bf35 and that part https://gyazo.com/4ac7484bfb353a7267d31ebb76a8e6d1 look as in your templates?
Hi,
The first part is the tab elements.
You need to add grids or blocks to the tab sections in visual composer and make sure you set the block elements to a category that has posts to display. if the block is filtered to show a category that does not contain any posts, the block will not show up as it will have nothing to display.
As for the footer, you can set it up to your liking from the theme panel -> footer section
Thank you!
1. So does it mean I can’t just import settings to make everything look the same as in your examples and futher adjustments are required? What I did is pressed import including content.
2. “You need to add grids or blocks to the tab sections in visual composer and make sure you set the block elements to a category that has posts to display.”
That’s how it looks right now https://gyazo.com/11e08489d87b60d7610cb39a6ddcc0ad Would you please advise where do I press to select a proper category
3. “As for the footer, you can set it up to your liking from the theme panel -> footer section” — I’m afraid I didn’t quite get where do I need to click in order to receive completely the same result as in your template
Hello,
1)Try the code below and place it in Theme panel->custom CSS area.
The code is ->
.vc_tta.vc_general .vc_tta-tab {
display: inline-block;
}
The result -> http://screencast.com/t/pQGIuc4gnoj
2)Please notice that you will have to filter that block by the desired category, like this -> http://screencast.com/t/1ngh2i0a1z
3)Please notice that our News Magazine uses the Footer style 4 and you can choose this template from footer section in Theme panel, like this -> http://screencast.com/t/0ayd2AvYt5
Also, if you have no success with this customizations, please try to make an NEW-clean install from scratch, with the latest version of the theme (without any untested plugins) and try again to install the News Magazine demo clear all your caches and check the results.
Thanks for your understanding!