phej
Forum Replies Created
-
Forum: Plugins
In reply to: [Check and Enable GZIP compression] No button to enable GZipEric, 1.1.6 solved my issue. FWIW, my WordPress install and my homepage are in the same directory
Forum: Plugins
In reply to: [WooCommerce] Products not appearing on Category PageMan, I thought that was going to do it. No such luck.
Forum: Plugins
In reply to: [WooCommerce] Products not appearing on Category PageBack to 2016 and with only WooCommerce installed – http://nadia.christoff.co/product-category/scarves/
Still only shows three. They show up in Related, but not in their category.
Forum: Plugins
In reply to: [WooCommerce] Products not appearing on Category PageIf I remove the SKU, the product shows up – that’s why the duplicate showed up, because the SKU isn’t duped.
That’s really weird.
Forum: Plugins
In reply to: [WooCommerce] Products not appearing on Category PageI just duplicated one of the listings and it is showing up. Trying to figure out why…
Forum: Plugins
In reply to: [WooCommerce] Products not appearing on Category PageForum: Fixing WordPress
In reply to: If/Else Statement for if a page has child pages?I found a solution after digging a little more. Posting it here in case someone has a similar problem.
if($post->post_parent){ $children = wp_list_pages("title_li=&child_of=".$post->post_parent."&echo=0"); } else { $children = wp_list_pages("title_li=&child_of=".$post->ID."&echo=0"); }?> <?php if ($children) { ?> <div class="sidebar"> </div> <?php }?>I’m trying to randomize the loading of user-created stories, so the visitor gets something different each time. Do you know of a way to change the orderby variable every load, so it looks random?
Ah damn, that really sucks.
Thanks for the quick reply though.
Forum: Plugins
In reply to: [WP-Polls] poll_vote and poll_result are not definedHow does moving the theme js files to footer and enqueuing them no longer load poll.js?
Forum: Plugins
In reply to: [WP Admin UI Customize] Plug in does not workI’ve moved the plugin to wp-content/plugins and uploaded it to my WordPress install, but the plugin does not show up in WordPress – it’s like WordPress doesn’t see it.
Forum: Plugins
In reply to: reBlog Plugin ProblemWhere did you get reFeed from to install it - I can't find it anywhere. Am I assuming correctly that it is another plugin?d’oh! *smacks head*
Forum: Plugins
In reply to: reBlog Plugin ProblemWhat refeed page are you referring to? I didn’t install Refeed – I didn’t think I had to with the WP plugin.
Could you be more specific?
Forum: Plugins
In reply to: reBlog Plugin ProblemI’m using WP 1.5.1.3 – maybe it doesn’t work with 1.5… Anyone know?
Forum: Plugins
In reply to: reBlog Plugin Problemhmm, glad it’s not just me then! anyone got any idea why it’s not working?