Ztrider
Forum Replies Created
-
Forum: Plugins
In reply to: [Disable Title] Removes title also on breadcrumbsThank you for a quick reply. I will go for the rebuild because of the possibility to also rewrite the whole responsive_breadcrumb_lists for my own purpose.
MickeForum: Plugins
In reply to: [Disable Title] Removes title also on breadcrumbsHello. I’m using the Responsive them from Cyberchimps and also get this problem.
https://ww.wp.xz.cn/themes/responsive/Regards
MickeForum: Plugins
In reply to: [Slideshow] Using medium size imagesI have a similar problem. I can’t get the images to show bigger than 450px! If i put a value in the ‘Max width’ setting field it shows in the generated inline style but since it still reads ‘width: 450px’ it doesn’t have any effect. The actual size of the image i ignored and i have tried to put in higher values in WP’s media settings.
Hello again and thanks. This worked fine!
I also got this problem with no working shortcodes after unistalling the Custom Facebook plugin. But in my case they only stopped working in widgets. They still work in pages and posts.
I’ve tried with deactivating all plugins and themes and thereafter activate them in different orders. Also i tried removing my own Child theme with no success. What else can i trie?Forum: Themes and Templates
In reply to: [Customizr] Hide widgets on front pageOh, thanks! I tried the “if ( is_home()…” outside the function and that is probably why it didn’t work.
Forum: Themes and Templates
In reply to: [Customizr] Hide widgets on front pageDoesn’t work if you put the
if (!(is_home() || is_front_page()))
in child themes function.php.