Reply To: Featured Category Customization
Could you please provide your admin access so we could try by ourselves?
View ArticleReply To: Instagram icon in footer
Hello, It seems that you have placed your social buttons shortcode with a wrong markup. Try this one, and take care about quotes [social_buttons type="follow"] Regards
View ArticleReply To: Revolution Slider Fail
Thank you. We just opened your server files and see that revlsider folder was here. We are not able to delete it through the FTP (we don’t know why but the process is too slow). So we just renamed it...
View ArticleReply To: Space below footer on certain pages
Also, on the child theme removed all custom css and functions, made footer one column and removed all widgets and still have space on pages with content a small amount of content (couple of rows) on...
View ArticleReply To: Space below footer on certain pages
Thanks for the reply. We need to set up a dev site for you to do that. We will get back to you when we have found time. In the meantime we moved the modifications over the parent, but obviously we...
View ArticleReply To: Missing Argument Error using instagram widget in footer
Hi @sjmellor39, Thank you for posting your solution here on the support forum, it will be helpful for other customers with old Basel version. Regards
View ArticleReply To: Space below footer on certain pages
Ok, contact us when you will have the live example
View ArticleReply To: Space below footer on certain pages
We found the error, coming not from the footer, but from the html block used in the main menu in the header. Even with the menu collapsed the code was pushing the page down. Thanks
View ArticleReply To: Shortcodes Removed With Ajax filter
Just changed the password and it worked for me. Private Content Hidden
View ArticleReply To: Shortcodes Removed With Ajax filter
Please check now. We have added the following code snippets: functions.php // Toggle shortcode add_shortcode('basel_show_more', 'basel_show_more_shortcode'); function basel_show_more_shortcode( $atts...
View ArticleReply To: Featured Category Customization
Awesome! It works, however, I’m getting text indicating the amount of products per category below the images. Please see the picture below: How do I remove this text? Also, how do I make the names of...
View ArticleReply To: Shortcodes Removed With Ajax filter
That’s perfect! Can you edit this function to hide the prices for users that are not logged in, but to still show the variations? // Hide prices add_action('after_setup_theme','activate_filter') ;...
View ArticleReply To: Shortcodes Removed With Ajax filter
Try to use this one // Hide prices add_action('after_setup_theme','activate_filter') ; function activate_filter(){ add_filter('woocommerce_get_price_html', 'show_price_logged'); } function...
View ArticleReply To: Space below footer on certain pages
OK, we are glad that you have found the solution.
View ArticleReply To: Features Requests
I am very dissatisfied with Basel, because like other Themes for example H-Code they come preloaded with the exact pages that are in the demo. This allows a more user friendly experience for people...
View ArticleReply To: underline/border text on menu hover?
Hi, unfortunately, it didn’t change anything
View ArticleReply To: underline/border text on menu hover?
Can I just underline the menu when it’s hovered?
View ArticleReply To: After click on category, nothing happens
Thanks a lot. I fixed it by removing a popup which I had created with popup builder. Have a good day Kind regards, Roy van Elburg
View Article