suge1w
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-PostViews] Posts for last weekromapad, many thanks for quick fix. Will test and report back.
Forum: Fixing WordPress
In reply to: Displaying taxonomy titlesThanks for the response mrsminkie!
I’ve tried playing around with those values but I can confirm it definitely doesn’t do what I want!
Something like this is what I need really but I need it for multiple terms!
Forum: Plugins
In reply to: [Collapse-O-Matic] Content indentation after expandThank you good Sir!
Hope you have a great day!
Hello,
I was having a similar issue with a featured image not displaying while using another Ghostpool theme (Score) and the fix that unreal posted helped me resolve my issue.
It may help someone else so I’ll relay the steps you need to take:
1. This particular theme doesn’t use Aqua Resizer, it uses the vt_resize function (which I believe has been deprecated since 3.5. Why is it still being used?)
2. Anyway, locate a file called image_resizer.php in score/lib/scripts…
3. From line 69, comment out the following:
// check if file exists // $base_file = $file_info['dirname'].'/'.$file_info['filename'].'.'.$file_info['extension']; // if ( !file_exists($base_file) ) // return;
4. Done! Try uploading your images again with “Remove Files From Server” set to ON and it should work.
Hopefully, this will reach someone out there!
Forum: Fixing WordPress
In reply to: Display all taxonomies that have been searched forMany thanks for the response!
The developer of the plugin doesn’t tend to respond to that many support issues
Just released they have a PRO version! Might upgrade and support the guy and get a response that way!
Forum: Plugins
In reply to: [Favorites] Button in theme's masonyUse the shortcode and wrap it in php:
<?php echo do_shortcode('[favorite_button post_id="" site_id=""]'); ?>
Hi David,
Thanks for the response.
Looks like my theme doesn’t have that page and I can’t seem to find that line of code anywhere.
I thought the problem lay with Zoom Magnifier by YiT but deactivating that plugin has zero effect. I then tried enabling another theme (Mystile) but ran into the exact same issue. It totally messes up the CSS of the images and the descriptions won’t even display.
Got this issue too: Link
I reverted back to the default WordPress TwentyFourteen theme and it worked just fine.
So, I went to look in the System Status of WooCommerce to see if the theme I was using was overwriting any variable templates and it wasn’t.
No caching plugins whatsoever.
Anyone have any ideas?
Forum: Plugins
In reply to: White Screen of Death?!?Have you fixed this?
I’ve just fixed my white screen of death by removing whitespace from the functions.php file. Maybe it will help you.
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Custom post typesDon’t know how to edit a post, ignore this.