Vagelis
Forum Replies Created
-
Forum: Reviews
In reply to: [Related Products for WooCommerce] FunctionThank you for adding a review, enjoy!
Forum: Plugins
In reply to: [Related Products for WooCommerce] Not Showing the correct number of productsJust pushed version 3.3.2
Forum: Plugins
In reply to: [Related Products for WooCommerce] Not Showing the correct number of productsI am pushing an update in the next couple minutes including the fix.
Update and let me know.Thank you!
Forum: Plugins
In reply to: [Related Products for WooCommerce] Not Showing the correct number of productsHello there, thanks for letting me know!
Are you using the slider?
Will check and get back to you ASAP.Forum: Plugins
In reply to: [Related Products for WooCommerce] Not showing on Shop PageOk , you can add it to test but may i ask why you need related products in shop page?
Forum: Plugins
In reply to: [Related Products for WooCommerce] Not showing on Shop PageHello there, did you try to add it below your woocommerce shortcode ? Thanks.
Forum: Plugins
In reply to: [Related Products for WooCommerce] AttributeYes, that is correct. You can use Tags or Categories instead for now.
Thanks for the tip, noted for future updates.Forum: Plugins
In reply to: [Related Products for WooCommerce] AttributeHello Frank, yes that is correct but you can’t exclude attributes.
Forum: Fixing WordPress
In reply to: Loaded problem in tagsWell that sounds like a server resources issue, its not a WordPress “problem”
Forum: Fixing WordPress
In reply to: Front end errorHello, it looks like you have an issue with the DB, check below
We were able to connect to the database server (which means your username and password is okay) but not able to select the eboco_mian database.
Are you sure it exists?
Does the user eboco_ebo have permission to use the eboco_mian database?
On some systems the name of your database is prefixed with your username, so it would be like username_eboco_mian. Could that be the problem?Forum: Plugins
In reply to: [Related Products for WooCommerce] Works with Tags but no CategoriesHello there, sorry for the late reply.
You can reposition plugin’s output in product’s page using actions, you shouldn’t use another plugin to do that.You can find more info in RELATED PRODUCTS BLOCK POSITION section in plugin’s page.
Hope that helps.Forum: Plugins
In reply to: [Related Products for WooCommerce] Comparability with Advanced FilemanagerHello again, I just pushed the plugin update.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Comparability with Advanced FilemanagerHello, James thanks for reaching out.
It looks like both plugins use the same bad name for a function (bad because it’s not unique).I was about to push a plugin update in the next couple days but will push a patch for this one tomorrow, so keep an eye for an update.
Sorry for the inconvenience.
Forum: Fixing WordPress
In reply to: images not loading on any browserGlad to know 🙂
Forum: Fixing WordPress
In reply to: Remove Featured Image from Body of PostHello, you can hide this with CSS (since theme editing is not an option)
get into your Dashboard and navigate to
Appearance -> Customise -> Additional CSS, when you get there paste the below snippet.single-post .blogimage { display: none; }Hope that helps.