Viewing 30 results - 3,541 through 3,570 (of 244,367 total)
  • Author
    Search Results
  • Hey Silje,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .single-product .avia-image-overlay-wrap:hover {
    transform: rotateY(180deg);
    }

    before hover:
    Screen Shot 2025 03 02 at 11.25.00 AM
    on hover:
    Screen Shot 2025 03 02 at 11.26.01 AM

    Best regards,
    Mike

    #1478389

    Hi,
    @Jason this is not currently possible, 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.

    Best regards,
    Mike

    SHR Design
    Participant

    Hi

    I am trying to figure out the correct code snippet to use for changing the main single product image on hover to the first gallery image.
    Example this page: https://labhuset.no/product/fiocchetti-plasmafryser-30-40c/

    I found this earlier thread: https://kriesi.at/support/topic/change-single-product-image-on-hover-with-gallery-first-image/
    But found the code shared there unclear. It would be great with an update with a workable code.

    Enfold has been used to customize all the single product pages in WooCommerce.
    I am working on figuring out how to change images on hover (for the first gallery image) of the main product in the Single product page

    2.
    It would also be helpful to at the same time have the correct code to change images on hover in the shop page AND the archive page. Having the thumbnails seen change to the first gallery image.

    Thank you!

    • This topic was modified 1 year ago by SHR Design. Reason: A mistake in adding the word flip. It has been adjusted

    Hi,
    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,
    Mike

    #1478382

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #header .av-main-nav > li > a .avia-menu-text {
        right: -10px;
    }

    adjust to suit.

    Best regards,
    Mike

    #1478380

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .av_font_icon a:hover {
    	color: #d5392e;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1478358

    Hi,
    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,
    Mike

    #1478356

    Hey ausgesonnen,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #header.header_color #header_main .widget a:hover {
    	background: #fff;
    	color: var(--enfold-main-color-secondary);
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1478341
    tonyiatridis
    Participant

    So we have a form on globalgrowthnetworks.com which is hosted on Hostgator. Other sites I work on on siteground the enfold forms just work out of the box,

    On Hostgator however there seems to be a need to install a smtp plugin to get the form to work properly. This however I’m having a hard time to getting to work. Do you have any documentation on how to get this done, and specifically what plugin to use and configuration?

    #1478325

    Hey rvga,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #header.header_color #header_meta .sub_menu li ul a:hover {
    	background-color: red;
    }
    #top #header.header_color #header_meta .sub_menu li ul {
        left: 8%;
    }
    #header.header_color #header_meta .sub_menu li ul a,
    #header.header_color #header_meta .sub_menu li a {
    	font-size: 14px;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    adjust the color, font-size and placement (left) to suit.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1478320

    Hi,

    Thanks for the update. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1478319

    Alright, we’ll add an Enfold licence to the localhost version and wait for you to release a new update. Thanks for the support! ;)

    #1478316

    Hey Tanja,
    Please ensure that you are using Enfold v7.0, then add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    add_filter('avf_default_icons','avia_replace_standard_icon', 10, 1);
    function avia_replace_standard_icon($icons)
    {
    $icons['svg__standard']	 = array( 'font' =>'svg_entypo-fontello', 'icon' => 'leaf');
    return $icons;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    Screen Shot 2025 03 01 at 7.23.39 AM

    Best regards,
    Mike

    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,
    Mike

    #1478310

    Hi Matt,

    Enfold have fixed the issue – However on sites where bots have alreaedy hit and created a sitemap for them to crawl – They will continue to try and crawl those links because they already know they exist.
    On new Enfold sites where Bots can no longer crawl the links – All is fine because there is no way for them to access the filter urls in the first place, therefore do not know the links exist.

    So on your existing site – Bots may continue to crawl the links for a while but should stop eventually.

    If you want to put a stop to them now. Follow my instructions to reinstate the Woocommerce defaults and add some redirects so bots can no longer access those query strings. This is what we have had to do on the sites where there are hundreds or thousands of products and categories – Otherwise the bots that are aware of the filter links will continue to crawl them.

    I hope this helps.

    #1478301

    Hey ausgesonnen,

    Please try the following in Quick CSS under Enfold->General Styling:

    .content {
      padding-top: 0;
      padding-bottom: 0;
    }

    Best regards,
    Rikard

    #1478300

    In reply to: 404 page

    Hey MarcusJeroch,

    You can create your own 404 page by building it in a page, then set it as your custom 404 page under Enfold->Theme Options.

    Best regards,
    Rikard

    #1478299

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1478298

    Hi,

    Great, I’m glad that we could help. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1478291

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1478278
    sudhafen
    Participant

    Situation: I’m using a child theme. I’m using the classic editor for most pages. I have thousands of pages so it needs to be automatic.

    It seems very simple.
    I want to have the title of the page moved from the header area to above the main content, so next to the sidebar, and I want to style it in a certain way (like on the screenshot)

    Screenshot

    • This topic was modified 1 year ago by sudhafen. Reason: Added working screenshot
    • This topic was modified 1 year ago by sudhafen.
    #1478268
    welswebmaster
    Participant

    We have many sites using Enfold for many years. Thanks for the goodness! Today, on our largest site we see an anomaly where the output view changes depending on the login/out state. Thankfully, public sees all elements. See attached. We are at 7.0 and just noticed this.

    #1478266

    It appears this is a fairly common issue. I was not able to generate consistent outcomes. I’ll try again with a high level of method to eliminate variables. Being that webp is by all accounts the new standard how likely is it that we will see a revision of theme to accomodate or that Imagify and others might modify something? Maybe it’s neither and it’s hosting environments that need to change? Help me out on that one so I understand whaere that actual issue originates.
    It sounds like I might circumvent this by using my Hosts image optimization but, I was unsuccesful seeiing results with that the last time I tried.
    Thanks for all your help, I’ve been an Enfold user for 11 years for a reson.

    Hi Rikard,
    thanks for the css snippet.
    Used in Quick CSS at Enfold General Styling, no change unfortunately

    Best regard
    Michael

    #1478257

    We are sharing an example of both the modified and original style.css file. As mentioned, the theme functions correctly when keeping the specified data.

    Could this cause any issues when receiving future updates? Is there any specific detail from the original style.css file that we should retain?

    —————–
    Modified style.css file details:

    /*
    Theme Name: XXX Theme Name
    Description: XXX Description
    Author: XXX Author
    Author URI: XXX Author URI
    Version: 1.1
    */

    —————–
    Original style.css file details:

    /*
    Theme Name: Enfold
    Description: A superflexible and responsive Business Theme by Kriesi – <br/> Update notifications available on Facebook and via newsletter:<br/> – Join the Facebook GroupSubscribe to our Newsletter
    Version: 7.0
    Author: Kriesi
    Author URI: https://kriesi.at
    License: Themeforest Split Licence
    License URI: –
    Theme URI: kriesi.at/themes/enfold/
    Envato_ID: XXX
    */

    • This reply was modified 1 year ago by Mikel.
    #1478256

    We also use a child theme, but we want to modify the main theme’s information because tools like https://www.wpthemedetector.com/ display the screenshot and details of the Enfold theme from the style.css file.

    We tested this on a local server, and there don’t seem to be any issues when changing the theme name. Could this cause any problems when receiving future updates? Is there any specific data from the original style.css file that we should keep?

    #1478255

    Hi,

    Thanks for the update. If you should need help privately from @guenni007, then please reach out to him outside of this forum. If you should need further help from the Enfold moderators, then please post your questions one by one in new threads, and communicate in english.

    Best regards,
    Rikard

    MarcusJeroch
    Participant

    Hi
    why does the Enfold settings page on my website1 has completey other language / words / labels than my website2?

    I use the same WP-version, the same WP settings and the same Enfold version downloaded from Themeforest
    marcus

    #1478241

    Hi,

    I think I have fixed the issue. I changed the editor within Enfold theme options from WP Block to WP Classic. That seems to have fixed it and all working ok now. Not sure if when WP does an update, it defaults to WP Block.

    Thanks

    #1478239

    Topic: 404 page

    in forum Enfold
    MarcusJeroch
    Participant

    Hi
    1: The german version of Enfolds 404 page contains at least 3 severe grammar / writing issues
    2: How can i create a custom 404?

    marcus

Viewing 30 results - 3,541 through 3,570 (of 244,367 total)