-
AuthorSearch Results
-
April 7, 2024 at 9:42 pm #1439437
Hi,
These are the default template options:

the Default Template is the file template-builder.php and can not be removed.
To remove the other ones:
Archives
Blank – No Header, no Footer
LayerSlider Blank Template
Add this code to the end of your child theme functions.php file in Appearance ▸ Editor:function remove_layerslider_template( $templates, $theme, $post ) { unset( $templates['layerslider-blank'] ); unset( $templates['template-archives.php'] ); unset( $templates['template-blank.php'] ); return $templates; } function adjust_template_filter() { remove_filter( 'theme_page_templates', [ 'LayerSliderClass', 'add_templates' ], 10, 3 ); add_filter( 'theme_page_templates', 'remove_layerslider_template', 10, 3 ); } add_action( 'init', 'adjust_template_filter' );when you add this the meta box will not show in the backend because there is no choice to be made, the Default template will be used.
If you add your own template the meta box will then show, for example I created a file named my-template-blank.php with the Template Name: My Blank Template:

and now the meta box shows with this option:

If you also want to remove the LayerSlider blank template meta box:

Add this code to the end of your child theme functions.php file in Appearance ▸ Editor:function remove_layerslider_meta_box() { remove_meta_box( 'ls-page-meta-box', 'post', 'side' ); remove_meta_box( 'ls-page-meta-box', 'page', 'side' ); } add_action( 'add_meta_boxes', 'remove_layerslider_meta_box', 11 );Best regards,
MikeApril 7, 2024 at 8:56 pm #1439434Topic: Can I use theme to rebuild my site in staging area?
in forum Enfoldgatehealing
ParticipantI am still having unexplained seo issues that i am going to start from scratch and completely rebuild my site trying to avoid as many plugins, custom css, etc that I can. Question is, am I able to use the Enfold copy that I have purchased (the one that is currently in use) in a staging area (my host has that feature)?
April 7, 2024 at 7:34 pm #1439429In reply to: Show Basket on Every Page
Hi,
Glad to hear that you have this sorted out, 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,
MikeApril 7, 2024 at 7:27 pm #1439428In reply to: Change Mobile Logo Size
Hey ballindigital,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 479px) { .logo img { max-height: 56px !important; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeApril 7, 2024 at 7:08 pm #1439425In reply to: social icons in header for mobile view
Hey woogie07,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 479px) { .responsive #top #wrap_all #header .social_bookmarks, .responsive #top #wrap_all #main .av-logo-container .social_bookmarks { display: block; } }Best regards,
MikeApril 7, 2024 at 6:47 pm #1439422In reply to: Layoutprobleme bei mobiler Ansicht der Seite
Hi,
Thank you for the link to your site, on the page that you have linked to the widths of the text in the cells now look good, so I guess the cell padding tip above helped.
I see that you have two cells hidden on mobile, both are image backgrounds, if you want them to show you can change this:

you have one column with a background image that has no content and no min height so it will not show:

please add a min-height for it to show:

When I check the slider text is white on desktop & mobile, I check with Windows in Chrome, Firefox, & Edge Dev Tools and Android phone. If you see black text on your phone try clearing your browser cache following these steps for Safari and note step 4 where you will Clear the History.
Those are the only issues that I see, please check.Best regards,
MikeApril 7, 2024 at 6:15 pm #1439420Hi,
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,
MikeApril 7, 2024 at 6:14 pm #1439419In reply to: Layer Slider background image on transition
Hi,
Glad to hear that you have this sorted out, 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,
MikeApril 7, 2024 at 3:52 pm #1439408In reply to: make the button in transparent square
April 7, 2024 at 3:44 pm #1439407In reply to: Always show add to cart and show more buttons
Hi,
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,
MikeApril 7, 2024 at 3:43 pm #1439406In reply to: Adding a button to the Accordion slider.
Hi,
Thank you for the link to your site and your patience, for your first slide with the button, it has a link so adding the button creates a nesting link, which typically wil cause issues, but it looks like this css will help:#main .aviaccordion-excerpt p > a { text-decoration: none; } #main .main_color a.my-accordion-button { text-decoration: none; background: blue; padding: 10px; border-radius: 2px; color: #FFF; position: relative; top: 135px; } #main .aviaccordion-slide-link .aviaccordion-title { top: -50px; position: relative; } #main .aviaccordion-slide-link { text-decoration: none; }Best regards,
MikeApril 7, 2024 at 3:21 pm #1439400Hi,
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,
MikeApril 7, 2024 at 3:16 pm #1439399April 7, 2024 at 3:06 pm #1439398Topic: Enfold form theme – dark transparent styling
in forum Enfoldwoogie07
ParticipantHi
I want the form area line/keyline thinner that shows on Enfold form theme – dark transparent styling.
Is there any CSS to change this?
Thanks
April 7, 2024 at 2:48 pm #1439395April 7, 2024 at 2:43 pm #1439394April 7, 2024 at 2:43 pm #1439393Its the same as this on your demo page here:
Scroll down and its the masonry gallery shown above Can’t get enough? Here are even more features!
This is set up that same as my demo, but this shows the white arrow on rollover, where as mine doesn’t
Thanks
April 7, 2024 at 2:19 pm #1439392In reply to: Can’t make grid row slim
Hi,
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,
MikeApril 7, 2024 at 2:14 pm #1439390In reply to: Always show add to cart and show more buttons
Hey ballindigital,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .avia_cart_buttons { opacity: 1; } #top div.avia_cart_buttons a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover, #top div.avia_cart_buttons a.button.show_details_button:hover { color: black !important; }After applying the css, please clear your browser cache and check.
Best regards,
MikeApril 7, 2024 at 2:08 pm #1439386In reply to: WP Image Zoom
Hey bemodesign,
Thanks for the link to your site, the plugin support for lightboxes and sliders is a Pro Feature

It looks like it costs $78
There is something similar called Magnificent.js, but the way it (and your Zoooom plugin) works is by showing two images, one small that you see on the screen and one very large that you only see a little of on hover, so you will need to manually create the element, you can’t use theme elements with it. So if you like the Zoooom plugin, paying for the Pro version would save you a lot of work.Best regards,
MikeApril 7, 2024 at 1:29 pm #1439384Hi,
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,
MikeApril 7, 2024 at 1:27 pm #1439383Hi,
Do you mean this example:

it is a link on a image, it is not the same as a masonry gallery, our masonry gallery doesn’t have this. If you see a masonry gallery that has it and is not a external link please point to it.
Otherwise, link to your page and make the captain show on hover and perhaps we can get the arrow to show another way.Best regards,
MikeApril 7, 2024 at 10:18 am #1439380In reply to: Header width and different logo on mobile
Hi,
Great, I’m glad to hear that Mike could help you out. We’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
RikardApril 7, 2024 at 10:16 am #1439379Hi,
Please try to focus on one problem per thread, let’s focus on your first question in this thread. Please open a new thread for each of your other problems.
Also please send us a temporary WordPress admin login and login URL so that we can have a closer look at your settings. You can post the details in the Private Content section of your reply. Also please let us know where the elements in question are located.
Best regards,
RikardApril 7, 2024 at 10:14 am #1439378Hi Mike,
Which is the correct setting to show the arrow in Enfold Theme Options ▸ Advanced Styling ▸ Linked Image Overlay?
Is it default?These images in my demo don’t link, they are set to pop up in a light box.
Similar effect is shown on your homepage demo (the images above the heading more features). They pop up a lightbox but still show the arrow.
Enfold Theme Options ▸ Advanced Styling ▸ Linked Image OverlayThanks
April 6, 2024 at 10:46 pm #1439367In reply to: Header width and different logo on mobile
April 6, 2024 at 9:33 pm #1439365Hey woogie07,
The arrow is typically for external links, see the setting at: Enfold Theme Options ▸ Advanced Styling ▸ Linked Image Overlay on my demo the arrow doesn’t show on the masonry gallery images on hover, but I’m not using external links. If this doesn’t help link to your page and make the captain show on hover and perhaps we can get the arrow to show another way.Best regards,
MikeApril 6, 2024 at 9:15 pm #1439363In reply to: Header width and different logo on mobile
Hi,
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:

then add the this code and save.add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if(wp_is_mobile() ) { $logo = "/wp-content/uploads/2024/04/LogoMobile.png"; } return $logo; }you may need to make the image url in the code your full path if this doesn’t work, I didn’t want to post your full url as I think you want it private.
Best regards,
MikeApril 6, 2024 at 9:10 pm #1439362In reply to: Saving didnt work
Hi,
The theme works for WP 6.5, when I check the frontend the demo loads:

when I try to login the block message also says: “Servizi Internet” is that your webhost?
Perhaps they are using mod_security in the server, try asking them. If they are blocking us from loging in they might also be cause a 403 (Forbidden) error in the backend on /wp-admin/admin-ajax.php and causing the “saving didn’t work” message.
Try asking your webhost if they see any errors in the error log for the server, perhaps they can help solve.Best regards,
MikeApril 6, 2024 at 8:59 pm #1439360 -
AuthorSearch Results
Viewing 30 results - 8,821 through 8,850 (of 244,460 total)
-
Search Results
-
I am still having unexplained seo issues that i am going to start from scratch and completely rebuild my site trying to avoid as many plugins, custom css, etc that I can. Question is, am I able to use the Enfold copy that I have purchased (the one that is currently in use) in a staging area (my host has that feature)?
Hi
I want the form area line/keyline thinner that shows on Enfold form theme – dark transparent styling.
Is there any CSS to change this?
Thanks












