Vagelis
Forum Replies Created
-
Forum: Plugins
In reply to: [Related Products for WooCommerce] Not functional with OnePress themeHello there, sorry for the late reply.
I just tested onepress theme with woorelated on a fresh wp installation and works fine.Forum: Plugins
In reply to: [Related Products for WooCommerce] View products from the selected tagHello there, the shortcode will output related products based on the given product ID while using the settings from plugin’s settings page.
For example:
[woo-related id='117' title='no' number='15']The output of this will be 15 related products (related to the product with the id 117) by category or tag and that’s based on the configuration of the plugin,
Or you can simply use
[woo-related]in a product page and the plugin will output related products for the current product.I hope that helps.
Forum: Fixing WordPress
In reply to: blank admin page “unfixable”?Can you recheck your wp-config.php for any stray lines and spaces you left after your last edit? Do you have any cache plugins or server-side cache system?
Forum: Fixing WordPress
In reply to: blank admin page “unfixable”?Ok i don’t think you can find something at this point anyway to the logs but may worth the try. Did you use any plugins for SSL ? Did you edit anything on your DB ? Did you edit your .htaccess ?
Forum: Plugins
In reply to: [Related Products for WooCommerce] after enable sliderGreat,
you can use@media query(max-width: 768px) { //you can alter 768px h2.woorelated-title { text-align: left; } }Forum: Fixing WordPress
In reply to: blank admin page “unfixable”?Hello, did you try to enable debug ?
Did you check your server logs?
Can you try to login using this one ? https://www.motorworld-bulletin.de/wp-login.phpForum: Plugins
In reply to: [Related Products for WooCommerce] after enable sliderThanks,
let’s try this one.woo-related-products-container .product-list.woo-home-product { height: 270px; } .woo-related-products-container a.button.product_type_variable.add_to_cart_button, .woo-related-products-container a.button.product_type_simple.add_to_cart_button { bottom: 0px; position: absolute; margin: 0; }Forum: Plugins
In reply to: [Related Products for WooCommerce] after enable sliderHmmm ok, did you remove the code? I can’t see it. Can you please put it back so I can check?
Thanks.
Forum: Plugins
In reply to: [Related Products for WooCommerce] after enable sliderHello, please try this and let me know.
.woo-related-products-container .product-list.woo-home-product { height: 270px; } .woo-related-products-container .woocommerce a.button { margin: 0!important; position: absolute!important; bottom: 0; }Forum: Plugins
In reply to: [Related Products for WooCommerce] after enable sliderHello there, use this to set a minimum height for titles (will solve your issues for 2 and 3 lines titles)
.woo-related-products-container h6.product-item-content-heading { min-height: 40px; }Yes check “Taxonomy IDs to exclude” in plugin’s options page.
If you want to target the images you should use
#woorelatedproducts li.product img { margin: 0 auto; //use this if you need to center the image }Hello you could use something like the below JS script:
if (jQuery('.woo-related-products-container ul li').children().length > 4){ jQuery('.woo-related-products-container .customNavigation').hide(); }Hello sorry, I missed that, can you please give me a URL ?
Thanks.Hello there, you can use the exclude field in the settings page to do that. Or you can “hide” your products using WC visibility settings.