The site I am working on is here: http://vbjusa.staging.wpengine.com/
In the image linked below the menu item Advertise always has a red line under it – even if I am not hovering over that item. If I hover over Advertise the dropdown works but Link Sponsorship Information is always highlighted, even when I am not hovering over that item. Does anyone know why this is?
https://dl.dropboxusercontent.com/u/17824566/Screenshot-2015-07-30-13.46.23.png
In the next image linked below are the sharing icons: Facebook, Twitter, Google+, and Pinterest. Where are the controls for these in case I’d like to remove or reorder them?
https://dl.dropboxusercontent.com/u/17824566/Screenshot-2015-07-30-13.46.40.png
Lastly, I see in the Newspaper 6 documentation that there are examples of how modules look. Are there also examples of what each Block looks like?
Thanks!
Hi,
Is an active item from menu, both pages HOME and Sponsorship Information have the same URL destination: http://vbjusa.staging.wpengine.com/
see here: http://screencast.com/t/wjlctQZkD1W
For sharing here is the code, you can remove each line or reorder like you want. This is for the top section, for bottom sharing the code is at the bottom in that file.
On our demo http://demo.tagdiv.com/newspaper/block-1/ you will find all the blocks in Features menu http://screencast.com/t/pIaklaV50x
Thanks for the message!
Hi,
Yes, if you want to make some changes you will have to alter the code. Also if you want only to remove (top or/and bottom) there is an option in Theme Panel – http://screencast.com/t/psR4KfnCp
Thanks!
Thank you Alin. I just pushed my site from staging to live with and noticed a couple of things. The Social Counter icons for Facebook and Twitter disappeared and on the mobile version, the complete logo isn’t visible. It may be if I could change the header color to white but the navigation is also white and would have to be changed to another color. Do you have any suggestions?
Thanks!
Edit for URL: http://www.vbjusa.com/
-
This reply was modified 11 years by
k24.
I knew I was going to be behind by a version or two but I am still on 6.2 and the current version is 6.3.2. Do I update by deactivating and then deleting the 6.2 version and then uploading the new version? Also, have to update visual composer? Do I update VC before the theme?
Hi k24,
I have checked your site and the issue with social icons is happening also on desktop. Please check this without any plugins active except of Visual Composer, clear cache and purge your files as I see that you use CDN, then see if you still have this issue with social counter icons.
If this doesn’t fix the issue, please try to replace elements.png and elements@2x.png files with those provided with the theme version that you use – http://screencast.com/t/NYJ6voKq
Regarding mobile menu you can use custom css the change it color: http://screencast.com/t/eu3aUxL2pm
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #fff !important;
}
#td-top-mobile-toggle i, .header-search-wrap #td-header-search-button .td-icon-search {
color: #222 !important;
}
}
Yes, you can use this guide to update the theme to the latest version(A-also video tutorial,B,C) – https://forum.tagdiv.com/how-to-update-the-theme-2/ and you can do this without plugins active and then update the Visual Composer and other plugins that come with the theme(if you use).
Thanks!