pothound
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow] Links for Pagination appear 2 timesYes of course
http://www.clarkescourtmarina.com/proposal/Forum: Reviews
In reply to: [Posts in Page] Works very wellGlad I was able to help and I am sure the developer appreciate you changing the review 🙂
Forum: Reviews
In reply to: [Posts in Page] Works very wellJust installed this plugin and find it really easy to use. So not sure what your comment about is….
Strange that you did not find the short code list, I did:
https://wordpress.org/plugins/posts-in-page/installation/and it is even in the admin, once you installed the plugin just go to ‘settings’ and ‘Posts in Page’
Forum: Plugins
In reply to: [Posts in Page] How to remove "Posted in… | Comments OffWas looking for the same and it works like a charm, thanks a mill!!!
Just a little thing the short-code to add is missing an ‘s’, it says
Make sure to add the “template” attribute to your shortcode: template=’post_loop_template.php’.
However if you use the same template it should be
template=’posts_loop_template.php’Forum: Themes and Templates
In reply to: [Responsive] Standard Gallery – ThumbnailsPosted in the cyber forum
Forum: Plugins
In reply to: [Events Made Easy] LanguagesBig thanks Franky, that was it!!!!
Forum: Plugins
In reply to: [Events Made Easy] LanguagesYes that is what I mean but I am still not sure where to change the text. On that page it just says
submit: the text on the submit button. Default: Submitand I am using this short code
[events_calendar full=1 long_events=1]
[events_filterform]
[events_list]so really lost on where to change that text….
Forum: Plugins
In reply to: [Events Made Easy] LanguagesHi Frankie, thanks but I can not find that ‘submit’ button. It is on the calendar page, where I can select a category/month and then click on ‘submit’.
http://act-artanddesign.com/freunde-ch/anlaesse/Forum: Plugins
In reply to: [Events Made Easy] LanguagesOk but I still would like to have it in German. Which template can I change then?
Forum: Plugins
In reply to: [Events Made Easy] LanguagesHi Franky, great thanks hope to figure out how to do it. Just downloaded the latest files and checked the ’eme.pot’ file and there are more strings added.
However I can still not see the ‘submit’ as used on this page
http://act-artanddesign.com/freunde-ch/anlaesse/
Any idea?
Forum: Plugins
In reply to: [Contact Form 7] All Frozen UpYou can close this, thanks for your help! It was a slideshow plugin that does not seem to go with the form.
Forum: Plugins
In reply to: [Contact Form 7] All Frozen UpI can try but the problem is that it is a live site. But the same thing happens on this site
Forum: Plugins
In reply to: [Slideshow Gallery LITE] Conflict with Latest NextGen PluginSame problem here….
Using an other plugin now to create the sitemap until this is fixed for sure.
Same here sitemap is not generated it throws a 404 error.
According to Yoast added this to the htaccess file:
# WordPress SEO – XML Sitemap Rewrite Fix
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^sitemap_index\.xml$ /index.php?sitemap=1 [L]
RewriteRule ^([^/]+?)-sitemap([0-9]+)?\.xml$ /index.php?sitemap=$1&sitemap_n=$2 [L]
</IfModule>
# END WordPress SEO – XML Sitemap Rewrite FixNow I am getting an other error
Error loading stylesheet: A network error occurred loading an XSLT stylesheet:I am not running WP Cache so can not be that plugin.
Any idea what else I could try?