igpjc
Forum Replies Created
-
Forum: Plugins
In reply to: [Clone] Just doesn't work?!Hi, I’ve tried all of the above (include database only backup) and I’m still just getting a blank white screen after screen loads for a short period.
Could you please provide a solution?
Currently using WordPress 3.5.1 and WP clone Version 2.1.6.
Forum: Plugins
In reply to: [Pinterest "Pin It" Button] Counts do not appear on blog homepageHi, thanks for explaining this. I may just have to use the code supplied by Pinterest to get counts appearing on my site universally.
Forum: Plugins
In reply to: [Pinterest "Pin It" Button] Counts do not appear on blog homepageHi Phil, thanks for your reply.
My pin it buttons have been added using shortcodes in individual posts for specific images…
As different pin counts on the same page are not supported like you mentioned above, can the pin it buttons be hidden on the front blog page only (where there are multiple excerpts showing pin it buttons)? I can do it using CSS but I’d prefer to not load the pin it button code in the first place.
Forum: Plugins
In reply to: [Media Vault] Files still accessibleHi Max, thanks also for sharing your plugin. I am experiencing the same problem above – protected files are still accessible via a direct URL even though users are not logged in. In my situation:
- I am using a child theme of twentythirteen
- I am trying to protect PDF files
- files are being served from the Media Vault protected folder e.g.
sitename/wordpress/wp-content/uploads/_mediavault/2014/02/filename.pdf
- the Media Vault rewrite rules are present in the .htaccess file
- I am using pretty permalinks
Note: I do have an additional .htaccess file in my theme’s directory – this is the one provided with HTML5 Boilerplate v4.3.0. Could this be causing the issue?
Please let me know what I can do to fix this. Many thanks.
Hi Tom, thanks for the guidance. Basically it was in the theme files (twentytwelve). I found this in functions.php:
if ( ! isset( $content_width ) )
$content_width = 625;I believe this was putting a limit to the images I’d uploaded so I just increased the number and now the images are fine!
Hi Tom, thanks very much for your reply.
Yes the output sizes are the same (1071px x 500px) and the images have been saved at this size for both sliders. Below are the links:
Good/normal quality slides (Recent Projects section)
Bad quality slides (Recent Projects section)
Note: for the bad quality slides only, I notice it says ‘?resize=625%2C292’ after the image filename in the source code. I don’t know where this resize is coming from… Maybe it can point you in the right direction.
I hope you can find the issue. I look forward to your reply.
Regards,
P.C.