eosguy
Forum Replies Created
-
Awesome news ??
Thanks @ozthegreat .
Just out of the topic of Instagram embed I have also removed the h2 and h3 code from the plugin when I was using it, as my first paragraph from blog post are repeated as h2 content. (I’m referring to editing the PHP file parsing the post and formatting into rss for FB)
Cheers!
I’m using the embed code given by Instagram. The images do not show up but the other elements like # of likes and comments etc are showing up.
I tried another plugin and the embeds are showing up properly, but not the gallery slideshows. ??
Forum: Fixing WordPress
In reply to: error message when installing 3.8esmi: Noted and apologies for hijacking the thread. I have however solved my problem by manual install.
Forum: Fixing WordPress
In reply to: error message when installing 3.8I’m having the same problem with the file, with the automatic update saying update-core.php does not exist.
There are no error logs for this.
Forum: Plugins
In reply to: [More Secure Login] Jumbled path info at log in/out screenThanks! Happy coding! ??
Forum: Plugins
In reply to: [More Secure Login] Jumbled path info at log in/out screenI checked the plugin and removed the line below. Now it looks normal without the fullpath to the folder shown on the login page.
<?php echo dirname( __FILE__ ) . '\lang'; ?>
However I noticed that when I clear the cache in W3TC the plugin will email me a new set of codes. Can you code it so that it only sends the code upon a request in the user account page, or when reset password?
Thanks!
Forum: Plugins
In reply to: [W3 Total Cache] W3TC not working properly on self hosted CDNIssue number is almost resolved due to media settings.
Currently all my media files are already on the CDN – cdn.example.com/2012/10 etc (following WP yearly and monthly sorting).
If I were to leave the media field blank, it’ll try to access files from cdn.example.com/wp-content/upload/2012/10 etc. How do I make it ignore the wp-content/upload folders? I’ve used ./ in the field and the image URLs become cdn.example.com//2012/10 etc
Forum: Plugins
In reply to: [WP Simple Galleries] [Plugin: WP Simple Galleries] Picture CaptionsHi
Great plugin. Would love the “caption” to work as well. This helps to make customization better too as you can make captions appear upon image hover, while the title still remains.