Hi there,
I have been updating my site locally. The migration is going well having followed the guides. Almost done but have 2 small issues that need looking at. All plugins, themes and WP are up to date. I have tested all plugins with no conflicts so far.
Screen shots: https://dl.dropboxusercontent.com/u/268903/Styling%20%2B%20Blocks%20v6%20Newspaper.pdf
The site is: http://coconutoilpost.com/ (V4, version 6 is on the local setup).
1. The new social tab in the admin is great, as are all the other new features, however is it possible to add styling for logo sizes, position and colour in here as well? In the mean time for the footer what styling would I need to match what was in the footer of version 4
2. The tabs for second and third tabs are showing double display the content. A few block options seem to be gone from version4?
Regards
Peter
Hi,
1. We will consider your suggestion for future updates unfortunately at this time there aren’t and additional styling options available for those social networks icons however they are added using custom fonts so they can be styled using custom css and for their size you could try a custom css like this: http://screencast.com/t/Y9eUeDeaxm1
.footer-social-wrap .td-icon-font {
font-size: 25px;
}
2. Please provide a screenshot so I can have a look at this and also consider this if you want to use VC tabs inside other tabs: https://wpbakery.atlassian.net/wiki/display/VC/Content+Elements#ContentElements-Tabs
Also let me know which options are missing.
Thanks
Hi Lucian,
1. The font size still doesnt change the relationship between the logos: http://coconutoilpost.com/
These look different to your screen shot samples. Also in v4 you had 4 styling options you could select which is missing in v6 yet in the code they are still referred to? td-social-style-2 – Is there a way to select other style options?
2. The original link above shows a pdf with all the screen shots.
3. On a post without using the visual composer the shortcode option does not allow buttons to be added? Can this be done or made active?
Regards
Hi,
1. Those style options are not present anymore. In theme version 4 the icons were added using sprites, while now the icons are added suing a custom font which can be adjusted using custom css so you can set their size/color. There aren’t any options available for this so if you need different styles you need to design them yourself or get some to do it for you.
Try this css for the icons: http://screencast.com/t/Z07gYhwfKK
.footer-social-wrap .td-icon-font {
font-size: 25px;
color: black;
}
.footer-social-wrap .td-social-style-2 .td-social-icon-wrap {
margin: 5px 6px 5px 0;
}
2. These seem to be widgets titles: http://screencast.com/t/h4mBBDIzENo not a duplicate content so check the tabs and edit those widget and remove any titles you find there then empty caches and/or purge files and test again.
3. Buttons shortcodes can be added to the posts pages even if you don’t use VC page builder there. You can enable the page builder on posts pages then add and customize the buttons there: http://screencast.com/t/BuC8hOsw8po0 or you can create the button on any page using VC pagebuilder then add the button shortcode to posts’s content, like this: http://screencast.com/t/TGdneMymG – http://screencast.com/t/ug1KH2pvEBEG
Please also note that blocks haven’t been removed. You can still use that block you’ve mentioned, it’s block 1 on one column: http://demo.tagdiv.com/newspaper/block-1/ so you have to use another footer template and set the content you want for it choosing block 1 widget.
Thanks
