Vagelis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Google Maps Not LoadingIt looks like you may need to use a Google Maps Api key in order to get maps working on your website.Is there any related option in the plugin or your theme?
- This reply was modified 9 years, 2 months ago by Vagelis.
Forum: Fixing WordPress
In reply to: Change te nameHello,
Stedelijke huurder is the page title of your front page.
You can edit the page using the link bellow :
http://boksxl.nl/website/wp-admin/post.php?post=3650&action=editForum: Fixing WordPress
In reply to: wp admin redirects to 404 error pageDon’t forget to mark your topic as resolved.
Forum: Fixing WordPress
In reply to: wp admin redirects to 404 error pageYou are welcome, you must have a security plugin or something.
Have a good day.Forum: Fixing WordPress
In reply to: Deactivate page and make url inaccessibleHello, my guess is that you have an active user session and that is why you can still access those pages.Did you try to logout and check? normally you should not be able to access those pages.
Forum: Fixing WordPress
In reply to: wp admin redirects to 404 error pageHello, does wp-admin work if you login through http://rainbowfeelings.de/wp-login.php ?
Forum: Plugins
In reply to: [Related Products for WooCommerce] Can’t see Related Products ResultHappy to help 🙂
Enjoy.Forum: Plugins
In reply to: [Related Products for WooCommerce] Can’t see Related Products ResultOne last thing about your tabs, if you want to reduce the white space between related products and product tabs (this is cause by min-height of your tabs) you can use the code bellow into you custom css section (customizer or theme options)
.tpl-tabs-cont {
min-height: initial;
}- This reply was modified 9 years, 2 months ago by Vagelis.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Can’t see Related Products ResultHello, i edited your theme override file :
woocommerce/content-single-product.phpand added <?php do_action( ‘woocommerce_after_single_product’ ); ?> right after
<?php woocommerce_output_product_data_tabs(); ?> (this is responsible for your theme tabs)The plugin now works fine with your theme however you need to create a child theme and copy content-single-product.php into it to be able to update your parent theme without losing the edits.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Can’t see Related Products ResultI will send you an email before i get in to check and try to fix ( in a couple hours from now )
Forum: Plugins
In reply to: [Related Products for WooCommerce] Can’t see Related Products ResultMorning, i can try to fix it for you if you want me to.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Can’t see Related Products ResultHello again , thank you for giving me access to your website to check your theme.
The problem is that your theme’s WooCommerce template override for single product is missing woocommerce_after_single_product action.There is an easy fix for that, you can create a child theme and add <?php do_action( ‘woocommerce_after_single_product’ ); ?> at the end of your theme’s single product template override file.
Glad to help if you want me to.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Can’t see Related Products ResultGot it, thank you.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Can’t see Related Products ResultGood morning, no worries 🙂
You can create a new admin user on your website for me using info@eboxnet.comThanks.
Forum: Plugins
In reply to: [Related Products for WooCommerce] Can’t see Related Products ResultHello, thank you for the update.It looks like there is a conflict with your theme.
I can take a closer look if you want but you ll have to provide either dashboard access or theme files.As usual you can check if plugin works if you temporary switch to a default theme and check your product pages.
Thanks.