rbf
Forum Replies Created
-
Thanks. I just switched the task scheduler to be activated by ‘Visitors to your Website,’ which seems to have fixed the issue. My first email though was not received by my gmail account (nor my friend’s) but I do receive them when I send a test (and the email was successfully delivered according to stats). I’ll see what happens when I send the next newsletter. Thanks for your help.
Ok thank you. My website host has been assisting me with getting MailPoet working and I feel like we are very close but that is what they said: “We have passed the WordPress root directory as an argument to the MailPoet cron script to ensure it points to the correct document root. However, the script is still showing errors related to the WordPress code.”
I relayed your last message so hopefully they can get it working.
Forum: Plugins
In reply to: [WooCommerce] Remove Categories from Meta on Single pageStill no luck ):
Forum: Plugins
In reply to: [WooCommerce] Remove Categories from Meta on Single pageI deleted cache and took out the previous code for removing the tags to verify cache was cleared and re added both back so should be there now but still having the issue. It’s odd.
Forum: Plugins
In reply to: [WooCommerce] Remove Categories from Meta on Single pageHmm, still showing up aligned to the far right when I tried after I added that & viewed on small screen.
Thanks
Forum: Plugins
In reply to: [WooCommerce] Remove Categories from Meta on Single pageThanks. I tried that and it looks fine like you posted above when viewing full size but if you shrink down your browser window, you will see the alignment go off to the right and it just looks really odd. Same on mobile device.
Forum: Plugins
In reply to: [WooCommerce] Remove Categories from Meta on Single pageand if I remove this line of code
<?php echo wc_get_product_category_list( $product->get_id(), ', ', '<span class="posted_in">' . _n( 'Category:', 'Tags:', count( $product->get_category_ids() ), 'woocommerce' ) . ' ', '</span>' ); ?>it just makes the whole meta section alignment off. Never was an issue before and it’s only removing the categories and doesn’t happen for tags or anything else. Thanks.
Forum: Plugins
In reply to: [WooCommerce] Remove Categories from Meta on Single pageI should point out the alignment only gets messed up when viewing on a smaller screen such as a mobile device or when making your browser smaller.