Pascal
Forum Replies Created
-
Forum: Plugins
In reply to: [Collapse-O-Matic] Doesn’t work on Category or Archive pagesYes indeed, toke a long time to find it. Was better to use earlier this support. Of course I will place a 5-star review.
Forum: Plugins
In reply to: [Collapse-O-Matic] Doesn’t work on Category or Archive pagesThanks again, YES this solves the issue.
I.ve added the code below in function.php of the theme and it’s working properly by now.
add_filter( 'term_description', 'do_shortcode' );
Forum: Plugins
In reply to: [Collapse-O-Matic] Doesn’t work on Category or Archive pagesIndeed interesting.
I tried also other templates but didn’t work either. But maybe I’ve to try a total different one. Below the code that calls the content on the Category page. Something wrong you may see in this?
<?php if ( category_description() ) : // Show an optional category description ?> <div class="entry-content"><?php echo category_description(); ?></div> <?php else : ?> <?php endif; ?>
By the way, I found the errors and solve them or know which plugin it caused. Thanks for your help in this.
- This reply was modified 2 years, 7 months ago by Pascal.
Forum: Plugins
In reply to: [Collapse-O-Matic] Doesn’t work on Category or Archive pagesStrange, I’ve now deactivated all plugins accept yours and still it doesn’t work on the category page https://www.golfreizen.nu/golfreis/golfreizen/egypte/ for example while it is working properly on the mainpage https://www.golfreizen.nu/ and other pages and post.
The errors or gone now so I will try to find out wich one this caused but it hasn’t any effect on this problem unfortunately.
Forum: Plugins
In reply to: [Collapse-O-Matic] Doesn’t work on Category or Archive pagesThanks. On other pages (homepage, posts, etc) it works fine. That’s why it’s a strange to me.
Will check the javascript errors but not sure how I can do this. But hope to find out ??
Forum: Plugins
In reply to: [Collapse-O-Matic] Doesn’t work on Category or Archive pagesIt doesn’t work on all the Category or archive pages.
Forum: Plugins
In reply to: [Collapse-O-Matic] Doesn’t work on Category or Archive pagesThanks for your reply. With the new version it’s also not working. But it looks like that none shortcodes are working in the description area of the archive pages. It worked before so therefore I thought it was related to your plugin.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form hangI found the issue, with deactivating the plugin: Affiliates Contact Form 7 Integration everything works well agian. So now looking to solve the issue with this plugin.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form hanghave the same issue. Have this issue after a php server update to 7.0.
Mail is send correctly but due to missing the confirmation that the form is send successfull people are pushing the send button again and again.
Switch to another theme and deactivating other plugins did not help.
I’ve checked the code but doesn’t see anything wrong, see below the code
elseif( isset($_POST['first_class']) && $_POST['first_class'] == 'other' ){ $terms = get_terms([ 'taxonomy' => 'activities', 'hide_empty' => false, ]);
Forum: Plugins
In reply to: [Search Live] Exclude pages from searchI’m also searching this. I’m using the pluging “Search Exclude” which gave me the option to not show the pages or posts that I don’t won’t to show. With using many other search plugins it’s looking to this exclude option but unfortunately the “Search Live” plugin doesn’t. If it’s does I would directly start using it. Hopefully it can be added.
Thanks
Forum: Plugins
In reply to: [My Shortcodes] Shortcode Overview turned into text onlyProblem found. It was the plugin of Clickmeter that’s conflict with My Shortcodes.
Forum: Plugins
In reply to: [The Events Calendar] 404 error on event details@ Arnis
Thank you for your tip, this solved my issue.
Forum: Plugins
In reply to: [Simple Lightbox] No longer works with the latest version of WPFor WP Ultimate Search is an upgrade, after update the plugin it’s also working.
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] Lightbox doesn't work anymore under WP 3.9I found the issue. WP Ultimate Search was conflicting the Lightbox. After deactivating it, the problem was solved.
For WP Ultimate Search is an upgrade, after update the plugin it’s also working.