Forum Replies Created
-
AuthorPosts
-
November 23, 2024 at 10:00 pm in reply to: Bug – Abuse of /?avia_extended_shop_select= queries #1472046
Hi,
thinkjarvis, thank you for providing a solution to your issue, but I’m not able to reproduce this on my demo site, possibly I don’t have bots attacking it.
Nonetheless, a core change like this will require the Dev Team to review, and examine what backward compatibility issuses it may cause, please post to the Github Feature Request for the Dev Team to review this.Best regards,
MikeHi,
Your site and video is “Forbidden”, so we can not view.
If Guenni007’s advice helped, please let us know so we can close this thread.Best regards,
MikeNovember 23, 2024 at 9:38 pm in reply to: "Erweiterter Layout-Editor" Button fehlt bei Beiträgen, auf Seiten ist er da #1472043Hi,
gwo1, this thread is 10 years old, it would be nice if you opened a new thread with a link to your site and a admin login.
Please ensure that you are using v6.0.6 and that the “layer slider” is not disabled, if this doesn’t help try switching to the “classic editor” at Enfold Theme Options ▸ Select Your Editor
Also try disabling all of your plugins and then reload the page. If that resolves the issue, reactivate each one individually and reload the page until you find the conflict.
Thank you for your understanding.Best regards,
MikeHey clicksports,
Please open a feature request for the Dev Team in our Github Feature Request for the Dev Team to review and connect with you directly. This will need a core change and is above what we in the support forum can handle.
Thank you for your patience and understanding and for using Enfold.Best regards,
MikeHi,
Please scroll down on Guenni007’s example page for the css you should use and also add the custom class hoverstyle to the columnsBest regards,
MikeHey zimbo,
To edit .htaccess use FTP or the cPanel file manager on your web host.
“dot” files like .htaccess are sometimes hidden in FTP clients and you may need to check your preference options
also note in the thread that sometimes it needs an apache server restart, you may need your web host to help with that.Best regards,
MikeHey chiller3,
Thank you for your patience, when you use this solution you need to add custom links to each image link on your homepage, currently all point to https://wach.design/guteraeume/kollektion/ with no hash tag.
your Hash tags need to be for the sort data-filter like:
#accessoires_sort
#regale_sort
#betten_sort
#lampen_sort
#sessel_sort
#sofas_sort
#stuehle_sort
#teppiche_sort
#tische_sort
I tested and it works.Best regards,
MikeNovember 23, 2024 at 7:09 pm in reply to: Built in privacy feature in theme options not working correctly. #1472032Hi,
Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Thank you for your patience, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function tax_exempt() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($){ $(function() { setTimeout(function(){ $('.cart_totals .tax-total th, #order_review .tax-total th').each(function() { var text = $(this).text(); $(this).text(text.replace('Tax', ' Tax Exempt ')); }); }, 2000); }); })(jQuery); }); </script> <?php } add_action( 'wp_footer', 'tax_exempt', 99 );
Best regards,
MikeNovember 23, 2024 at 6:16 pm in reply to: Hide “Theme Options” menu in the nav bar for non admin #1472028Hi,
If you don’t have WordPress ▸ Appearance ▸ Theme File Editor enabled on your site then use FTP
If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
and ensure that it is activated, then add the above code and save.Best regards,
MikeNovember 23, 2024 at 6:12 pm in reply to: Dia slideshow element: changing h-tag, overlay and location/font size title #1472027Hi,
On mobile, I see that you are using the “easy slider” to change the H tag, click on the element and go to each slide, under the advanced tab change the heading tag:
you had this code in your child theme function.php causing a conflict:
I disabled it for you.
Change the font size under the styling tab:
to center add this css:.avia-slideshow.av-desktop-hide.av-medium-hide .avia-caption { bottom: 30%; left: 30%; }
Best regards,
MikeHi,
You too!
If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeNovember 23, 2024 at 5:39 pm in reply to: Add dotted navigation to testimonial block | re-open old case #1472022November 23, 2024 at 5:09 pm in reply to: Hide “Theme Options” menu in the nav bar for non admin #1472019Hey Ad-Min747,
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:add_action('admin_bar_menu', function ($wp_admin_bar) { if (!current_user_can('administrator')) { $wp_admin_bar->remove_node('avia'); } }, 999); function hide_enfold_theme_options_menu() { if (!current_user_can('administrator')) { echo "<style>#toplevel_page_avia { display: none; }</style>"; } } add_action('admin_head', 'hide_enfold_theme_options_menu');
Best regards,
MikeHey goldengate415,
If you would like to request this feature the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.
In the meanwhile you could add your Blue Sky link to the X social network and use css to replace the icon with a Blue Sky image, but fontello.com doesn’t offer a Blue Sky icon, perhaps they will in the future as it becomes more popular.Best regards,
MikeHi,
Thank you for your patience, when I check your /design-portfolio/ page with webpagetest.org as a desktop it loaded around 4s
as mobile, it loaded around 8s, I found that your WP-Optimize plugin created separate files for mobile:
when I disable this it then loaded around 6s for mobile.
webpagetest.org uses 4g for mobile and page speed uses 3g, in both cases the mobile tests are throttled down and a real world device may use a 5g connection.
Your bluehost plugin is also caching, so you have the theme cache, WP-Optimize cache, and bluehost cache.
You could test the different settings in each, but in my experience, 4s for desktop and 6s for mobile is fair.Best regards,
MikeNovember 23, 2024 at 3:48 pm in reply to: Menu in transparant box with logo area with separate background #1472016Hi,
I’m not able to login as admin, so it is hard to tell what css might be causing a conflict.
But it looks like adding this css helps:@media only screen and (max-width: 1650px) { .responsive #top .cart_dropdown { z-index: 600; } }
when clicking on the far left of the cart button
Best regards,
MikeHi,
Thanks for your advice Guenni007
iveyeng I don’t have an iphone, but I checked on a Mac in safari and found that after I cleared your WP Rocket plugin and cleared the Safari plugin the css is working.
Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
I also noted the safari needed a different value, 177px instead of 190px for Android, so I adjusted the css to this:@media only screen and (max-width: 767px) { .responsive.avia-safari #top #wrap_all #header { height: 177px !important; } } @media only screen and (max-width: 767px) { .responsive #top #wrap_all #header { height: 190px; } }
This is the Safari mobile view:
If you still don’t see this try disabling your WP rocket plugin until to finish building your site.Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { .responsive #top #wrap_all .flex_column { margin-bottom: 0px; } }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
When I test the css that I posted above:@media only screen and (max-width: 767px) { .responsive #top #wrap_all #header { height: 190px; } }
the mobile looks like this:
I added it to the top of your Enfold Theme Options ▸ General Styling ▸ Quick CSS field and it now works, please clear your browser cache and check.Best regards,
MikeHi,
In the documentation, they recommend the Code Snippets plugin below the How to Set Default Orbital Form Theme Styles (Also Works With Shortcode) title, please read down a little feather.
Gravity Forms has decided to primarily work with the Block Editor, perhaps a different form plugin would be easier.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHey seyo-iv,
The theme doesn’t add theme options to the WordPress > customizer
Please use the Enfold > Theme Options
You could open two tabs and change the settings in one and view in the other.Best regards,
MikeHey Monika,
In your documentation scroll down to How to Set Default Orbital Form Theme Styles (Also Works With Shortcode) and follow the steps to create a shortcode and add it to your page.
The “blocks” that the plugin uses can not be added to a Advanced Layout Builder page, otherwise create a “block editor” page for the plugin to use.Best regards,
Mike -
AuthorPosts