rlonau
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Twice mail is sent@ecovilllage
Always nice to find such threads where problems were solved and the solution is NOT communicated. Next time provide some details so that other people – searching for a solution – can see if it was a stupid mistake on your end which had nothing to do with the problem or a real solution.
Thanks!Forum: Fixing WordPress
In reply to: video shortcode youtube nocookie not workingHi @cais,
thanks for your feedback. What do you mean “5 appears to be fine”? You mean the link itself works. But the video is not shown in the wordpress page/post, right?Here’s a screenshot of my test page with option 3, 4 and 5. While 3 is shown as video, 4 and 5 are not.
https://ibb.co/h7nwky
ThanksHi @visualcraftsman, hi devs,
I had the same problem yesterday. Today I tried to make a reproduction list and I don’t have the problem. So here’s what I did now (which worked). I’m not 100% sure what I did yesterday where I had the exact same issue, meaning that the thumbnails didn’t show. One thing I can see from your image is that you have adjusted the gallery path (wp-content/gallery/tombstones…). I also did that and then the thumbnails were missing.
In Other Options I used the “Reset Values” option have have a “clean install” of the plugin. Then I created a new gallery.
In “Other options”:
#1 I activated fancybox. Which works
#2 Set default thumbnails to 330×220. That didn’t change thumbnail size for current gallery, which makes sense.
In “Manage gallery”:
#3 Bulk actions -> Create new thumbnails using “330×220”. Works, thumbnails are small now.I thought that the error occurs because of the next step
in “Other options”:
#4 Change Image Options path to store galleries from
wp-content/uploads/sites/1/nggallery/ to something other, e.g.
wp-content/uploads/MY_KEYWORD/gallery/So now the already created gallery has still the old “Gallery path” at Manage Galleries. If you adjust that you’ll get in trouble.
Therefore I deleted the first created gallery. I also deleted all the files on the FTP server in the wp-content/uploads/sites/1/nggallery/ folder. Then I created a new gallery and it worked (this time).
Hi there,
I could solve the issue a few days after I opened this topic. The problem was that the ASIN had an additional “code” tag and therefore wasn’t valid.
The problem is you only see this in the “Text” editor not the “Visual” editor of wordpress.
A wrong entry looks something like this:
[amazon-element asin="<code>B009CQLZR0</code>" fields="bk-full-image"]You can also see the error on the Product Cache page of the plugin. A wrong entry looks like #97 in the following screenshot:
http://www.directupload.net/file/d/3786/5g7lr5gv_jpg.htmI can’t say where the “code” blocks came from, but removing them resolved the issue. If you have a problem, double-check your code in the “Text” Editor and have a look at the Product Cache.
CheersForum: Networking WordPress
In reply to: Redirect, slow page SpeedImplemented wp-super-cache and now the website is awesome fast!
http://imageshack.us/photo/my-images/11/websitespeeddesupercach.jpg/
http://imageshack.us/photo/my-images/849/websitespeedcomsupercac.jpg/Still don’t know what the redirect problem is/was, but with the cached files it doesn’t jump from .de to .de/en/ and back to .de
Cheers,
RainerForum: Plugins
In reply to: [WP Super Cache] Plugin not working in my live environmentHi,
I can’t say if this will help you, but I had also some problem to get it working (local/live). I had the ob_start() error and disabled all plugins etc.
My problem was my custom theme, because the <div>/</div> amount was wrong and I had two additional </div>. I tracked this down by setting a WP standard theme, where I got the<!-- Dynamic page generated in 0.450 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2012-12-08 08:41:57 --> <!-- super cache -->message. This didn’t show up before. So maybe you have a look at the output (which you can enable at the “debug”-tab in the settings).
Do you have this output in local and live environment?
Cheers