Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
jambr
tagDiv Member

That worked…. didn’t even know that was there. Thank you for all your help.

jambr
tagDiv Member

I have tried removing the code with no effect. I have now commented it out… also no effect. Cleared my browser cache in case that was the issue. Still nothing had changed. See screen shot for my code as it is now… this is the main functions.php file in the newspaper folder (not in my child theme).


/*
to enable all the visual composer features from a child theme, declare an empty td_disable_visual_composer_features function like so in the child's functions.php:

function td_disable_visual_composer_features() {
}

*/

if (!function_exists('td_disable_visual_composer_features')) {
function td_disable_visual_composer_features() {
//if you want to enable all the features from visual composer delete this code
if (function_exists('vc_remove_element')) {
//remove unused composer elements;
//vc_remove_element("vc_separator");
// vc_remove_element("vc_text_separator");
//vc_remove_element("vc_message");
// vc_remove_element("vc_toggle");
//vc_remove_element("vc_gallery");
// vc_remove_element("vc_tour"); //wtf
// vc_remove_element("vc_accordion");
// vc_remove_element("vc_teaser_grid");
// vc_remove_element("vc_posts_slider");
// vc_remove_element("vc_posts_grid");
// vc_remove_element("vc_cta_button");
//vc_remove_element("vc_progress_bar");
//vc_remove_element("vc_wp_links");
//vc_remove_element("vc_facebook");

//remove unused styles and visual composer scripts
add_action( 'wp_enqueue_scripts', 'td_remove_visual_composer_assets', 100 );
}
//end delete code visual composer
}

}

jambr
tagDiv Member

Hi – just wanted to let you know that disabling the speed booster plugin did solve my issue with the top banner.

jambr
tagDiv Member

Thanks Zues – just tried that but no luck unfortunately.

jambr
tagDiv Member

Yes sort of – see my other topic about this – https://forum.tagdiv.com/topic/top-menu-bar-colour/#post-6012

I had to add to me child style sheet and set the same bg colour as the theme options panel bg colour.

jambr
tagDiv Member

Yes I do have other plugins.

It seems that the css was loading my custom theme options settings after the default css was already visible for a second. Not sure if that makes sense.

I added the top nav bar, and the main nav bar colours to my child style sheet so the effect is hidden. (i.e.. nav bar starts blue instead of grey so we don’t see it ‘change’).

Still on my home page – I see my headings change from a large font down to the smaller size chosen when the page loads. I imagine the same solution will work – but this means I am bypassing the admin theme panel all the time now.

jambr
tagDiv Member

Hi Radu,

I had all my custom sizes entered and running well before I upgraded to this version. But now I have no ad at all. Just an empty space at the top of my website.

How can I get an ad in there? Even if temporarily until this is resolved. The Theme Options panel doesn’t work – I have even tried a smaller size ad but nothing shows up.

Thanks

jambr
tagDiv Member

Another really weird thing that is happening is that I have ugly fb and twiiter icons in the top right corner. The demo shows nice white ones – I get blue and white. See link. Thanks 🙂

http://postimg.org/image/s0uulfipt/

jambr
tagDiv Member

Hi Simmons. Would that be under the Customize menu? Can’t find one for the nav bar text colour, or the icons.

jambr
tagDiv Member

Hi there – I have discovered that error occurred because of a duplicate css style – I hadn’t changed the style but it was present in my child theme style sheet. Once I removed it the icons show up.

However – is there a way to change the colour of the icons to white? Or will I need to replace the images to do that?

jambr
tagDiv Member

Hi Marius. Yes I can – it’s not live though. I can give you a login to view. Is there an email I can send to?

jambr
tagDiv Member

Hi Simmons, Thanks for replying anyway 🙂 Yes I did already add my social icons and the menu home icon. It is that none of the icons show up = not even the up button that floats along the side, or the breadcrumb images between the items – no icons at all. It’s weird. Not sure where to look for them – thinking maybe a link is pointing to the wrong place or something.

jambr
tagDiv Member

Just wanted to follow up on this – my revolution slider is now working. However I still have no icons – can you please help me troubleshoot that.

Thanks.

Viewing 13 posts - 1 through 13 (of 13 total)