SocialBargainBuys
Forum Replies Created
-
@cartpauj Thanks for the suggestion. It worked. For me, Brave browser`s shield or adblocker was causing the issue. Ty
Forum: Plugins
In reply to: [Content Egg] Publishing Page Results in 403 – Amazon IssueOk. Solved my own problem…..Error was due to MODSECURITY being enabled on my server.
Disabled it and added other security instead. Now all good!Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Forced to post as visitorStill having issues with posting as user and not as page name (admin). Like others have already said the plugin has been working fine, until recent Facebook update…
Losing affiliate monthly earnings isn`t funny! Hope this gets fixed ASAP FB!
Hi gr.shoesish,
I couldn’t get the code you’ve used to work either but found a work around using CSS.First I used this code to limit product title lengths to a single line:
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
line-height: 1.3em;
overflow: hidden;
text-overflow: ellipsis;
display: block;
white-space: nowrap;
}and the following code to display the full title when it’s hovered over:
.woocommerce ul.products li.product h3:hover, .woocommerce-page ul.products li.product h3:hover {
white-space: normal !important;
}Hope this helps:)
Kind regards,
JPThank you JapeNZ it worked a treat for a theme called Apicona that was exactly woocommerce compatible. My website is work in progress, although your neat script tidied the product title, in product category listing perfect…… Thank you!!
I can now appply it to other sites to!!
Take a look https://cameradeal.co.uk
Forum: Plugins
In reply to: [WooCommerce] Product Images Throw Out Sidebar Using Forestly ThemeI do not know if this is the same for your theme?
Mine is Forestly Theme.GoTo wp-content/themes/YOURTHEME and download 2 copies of your page.php (keep one as back-up)
Rename the other page.php file to woocommerce.php. Now find the following code inside your new woocommerce.php file.
It should look similar to this<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( ‘content’, ‘page’ ); ?>
<?php comments_template( ”, true ); ?>
<?php endwhile; // end of the loop. ?>And Replace with….
<?php woocommerce_content(); ?>
Upload your new woocommerce.php to wp-content/themes/YOURTHEME
And review your website. This works for Forestly Theme
I think WooCommerce has trouble with the loop in non-compatible themesLet me know if this helps anyone ??
Goodluck
Forum: Plugins
In reply to: [SendPress Newsletters] Emails Sent StuckThree Words….. Nice One Josh!
That worked a treat, great support, great product… I love it!
Thank you, sending now!
Steven Tobin