ohmsoffers
Forum Replies Created
-
Hiya, so I have seemed to find the issue lays within my theme’s plugin, that deals with core components of the theme such as shortcodes and alsorts.
I will seek the help of those devs.The plugin is WPBingo core
Thanks
Forum: Plugins
In reply to: [WooCommerce] Brands logo alignmentI should clarify further, I have that code added to a plugin called snippets.
I have been experimenting to see if I can achieve what I want, essentially it’s something like this:
.wc_ninja_add_brand_to_product_page .img {
margin: 25px 15px 20px 0;
}But however, I imagine it’s not working because I am doing a lot wrong there. I added that both to the snippet and additional CSS, however none of which worked
Forum: Plugins
In reply to: [WooCommerce] Brands logo alignmentHiya, so I have the brand images sourced from the plugin, they are uploaded to the corresponding brands, and the brand image and description is added to pages using:
add_action( ‘woocommerce_single_product_summary’, ‘wc_ninja_add_brand_to_product_page’, 19 );
function wc_ninja_add_brand_to_product_page() {
echo do_shortcode(‘[product_brand width=”74px” height=”74px” class=”alignleft” padding-top=”50px;]’);}
Forum: Plugins
In reply to: [WooCommerce] Brands logo alignmentHiya, I am a complete novice, would you be able to provide information/links on how to achieve this?
Many thanks!
Forum: Plugins
In reply to: [WooCommerce] Product information area not loadingHiya,
It seems it comes back every so often, but the fix I found is to clear cache and all thatThanks for your response, I’ll look into that too when it comes back
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Wishlist button is off centreOh my, thank you so much!
It has been fixed, I thought as much it is an issue with the theme, it is great but has so many things that aren’t quite as good as I wish.Many thanks!!