Viewing 30 results - 601 through 630 (of 11,204 total)
  • Author
    Search Results
  • #1418286

    Hey ashleyknow,
    Thank you for your patience, when I use an Android device to view your check out page I only see the red “Proceed to checkout” button and it works correctly, please see the first screenshot in the Private Content area.
    But on Windows laptop I see another blue button below it that overlays the red button so it can not be clicked, and the blue button doesn’t work when it is clicked, see the second screenshot.
    I assume that the blue button is the ApplePay that you are talking about, and perhaps it doesn’t work for me because I don’t have an apple, but to allow this to not interfere with the standard payment button try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.woocommerce-cart #wcpay-payment-request-button {
    	padding-top: 60px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1418254

    In reply to: Customization X button

    Hi,

    Please add the following to the bottom of Functions.php file of your child theme ( https://kriesi.at/documentation/enfold/child-theme/ ) or as a new snippet using the Code Snippets ( https://wordpress.org/plugins/code-snippets/ ) plugin:

    
    add_action('ava_after_main_container', 'new_ava_after_main_container');
    function new_ava_after_main_container(){
    	if(is_page(8779)){
    		echo '<div class="custom-back-button"><span class="av_font_icon av-lm7ig98k-65ba33b015b6384fd3901ea03a4bd5d6 avia_animate_when_visible av-icon-style- avia-icon-pos-left av-no-color avia-icon-animate avia_start_animation avia_start_delayed_animation"><a href="LINK_TO_YOUR_HOMEPAGE" class="av-icon-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a></span></div>';
    	}
    }
    

    You can use the “is_page” condition to target your Boats page. The “8779” is ID of the page you shared in your initial post. If you want to display the button on another page, you’ll need to update the “8779” in the code.

    Then, you’ll need to update the “LINK_TO_YOUR_HOMEPAGE” in the snippet to the link of your homepage.

    After that, add the following code to the bottom of the Quick CSS field in Enfold theme options > General Styling

    
    .custom-back-button {
      position: fixed;
      top: 50px;
      left: 20px;
      z-index: 99;
      background-color: #1a1a1a;
      opacity: 0.7;
      padding: 90px 30px 40px 30px;
    }
    
    .custom-back-button .av_font_icon {
    font-size: 80px;
    margin: 0;
    }
    

    You’ll need to use jQuery to hide/display the button when scroll down/up.

    We cannot help you fine-tune this. If you need further assistance, please consider to hire a freelance developer for the task.

    Best regards,
    Yigit

    Hi,
    I checked your cPanel Administration WordPress, and you can see the database and user for each install by clicking the blue database button:
    Enfold_Support_3168.jpeg
    so you can delete the user and database for these safely, it’s good to check that they are not sharing the database user accounts.
    So I would use the option to uninstall and delete the database & user & directory, and then clone the original main install to create your new ones.
    I also checked your products but they all look like they are published and none are in draft, please try changing the ones you don’t want to show to draft status, this should make them not visible on the frontend, if they are please let us know which ones and where you are seeing them, such as the “shop page”

    Best regards,
    Mike

    #1418077

    In reply to: Customization X button

    Hi,

    You can add a header widget area by referring to this post https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area, place a Custom HTML widget inside it, and add your custom button to it using HTML.

    Unfortunately, such customization would be out of the scope of our support so we cannot help you with that.

    Regards,
    Yigit

    Hi,
    Try using the cPanel Softaculous Administration WordPress Clone option to clone the main site into your other sites.
    Enfold_Support_3055.jpeg
    When you click the clone button it will ask you where you want to clone it, then you can add the directory you want, such as /en/, /de/, /fr/, ect.
    Enfold_Support_3143.jpeg

    Best regards,
    Mike

    Hi,
    Thanks for your patience and the link to your site, I found that the Enfold Theme Options ▸ Performance ▸ Disable jQuery Migrate was enabled and this didn’t allow the cookie bar to work correctly.
    In my testing I cleared your WPRocket cache many times and then the cookie buttons worked correctly, I also enabled the cookie badge so I would know when the WPRoket cache was cleared.
    But now in a second test the buttons are not working and the badge is not showing and the WPRocket cache is not clearing, it looks like you have a CDN, perhaps on your server, please check and clear.
    If you can’t clear the WPRocket cache so the cookie badge shows, try disabling WPRocket and clearing your server cache.

    Best regards,
    Mike

    #1417904

    Hi,
    If the Classic Editor is removed from WordPress and only the Block Editor is shown the ALB button will still show
    Enfold_Support_3113.jpeg
    WordPress may not update the Classic Editor, but that is not the same as removing the Classic Editor.

    Best regards,
    Mike

    #1417800

    Hey Anna_Tewes,

    Thank you for the inquiry.

    Have you tried creating a new widget area (sidebar) in the “Enfold Custom Widget Area” section? You should find a single field for the widget area name and a “Add Widget Area” button.

    Best regards,
    Ismael

    moonswamp
    Participant

    I encountered a serious issue while trying to publish or edit a new blog post in the backend. The editor displays the following error message: “Failed to initialize plugin: avia_builder_button.”

    I used the F12 key to inspect the error and found that many files are missing, such as:

    /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/css/avia-modal.min.css-5.6.6
    /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/css/avia-custom-elements.min.css-5.6.6
    /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-builder.min.js-5.6.6

    please check the image: https://i.postimg.cc/DZ0FWjjW/20230830143315.png

    There are many files like this. Upon closer inspection of the file formats, I noticed that these files have a version number appended at the end, but the format is incorrect. This is preventing them from loading and resulting in a 404 error!

    This issue is very critical. Please assist in resolving it!

    P.S. I just created an admin account so you can login to check it!

    #1417483

    Hey jasonlthornton,
    Thank you for the link to your site, when two buttons are in the menu some css is added so they are closer together, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field so there is more space:

    .av-menu-button + .av-menu-button {
        margin-left: 0;
    }

    if you want more space you are adjust like this:

    .av-menu-button + .av-menu-button {
        margin-left: 10px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1417399

    In reply to: No Chan

    Hey Jelka,

    You can click this button: https://imgur.com/a/AnoSPNb

    Or follow this link to open a new thread.

    Best regards,
    Rikard

    #1417367

    Hi jasonlthornton,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top #header #avia-menu .av-menu-button .avia-menu-text {
        color: black;
    }

    Hope it helps.

    Best regards,
    Nikko

    This reply has been marked as private.
    #1417069

    In reply to: Key licence

    Hi Natacha,

    You can find it on the ThemeForest Downloads page ( https://kriesi.at/wp-content/uploads/2013/09/registration_steps.jpg ) or on this page https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990/support below the Go to item support button.

    You can use your Purchase Code to register to our support forum at https://kriesi.at/support/register/. After logging in, you can start new threads at https://kriesi.at/support/forum/enfold#new-post.

    Best regards,
    Yigit

    #1417052

    Hi Nikko,
    sure!
    I click on left side in black area on enfold, than import/export and by the last button on loading fonts

    many greetings rixi

    #1417023
    NonSuch
    Participant

    Hi support team,

    I’m using latest Enfold with WooCommerce on WordPress 6.3, when I mouse hover over the cart shopping item (after add to cart) I don’t see the correct preview. This cart preview however is working fine while using Appearance -> Customize option from WordPress menu.

    Please see attached screenshots:

    Working correctly with Appearance -> Customize View
    https://drive.google.com/file/d/1AaADLOZCkAk2QkUupLR3CxkCoInbOwHU/view?usp=sharing

    Not working in normal view
    https://drive.google.com/file/d/1r8z53ht19v2NtvkxDmlcrtffU2O2vhGV/view?usp=sharing

    I disabeld “Enable AJAX add to cart buttons on archives” option in woocommerce settings. I tested this also with different resolutions and browsers, as well as changing “Header Shopping Cart Icon” in Shop Options of Enfold settings menu without success.

    Ismael from the support team advised me to disable file compression as well as cache plug in (did not fix the issue). He also asked me to open a new topic for this issue (here is the original post: https://kriesi.at/support/topic/shopping-cart-preview-on-hover-does-not-work/ )

    Thanks for your help!

    #1416976

    Hi,
    Ok, thanks for the login, I added a custom class to your contact form hidden-field
    Enfold_Support_3041.jpeg
    and then I added an Empty Line element to your form:
    Enfold_Support_3045.jpeg
    then I added this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field

    .hidden-field .av-form-empty-line {
    	display: none;
    }

    and now the button is as you wish:
    Enfold_Support_3047.jpeg
    Please clear your browser cache and check.
    If you want so extra space between the form and the button, remove the css I added, I was not sure how close you wanted the button.

    Best regards,
    Mike

    #1416886

    In reply to: Privacy policy buttons

    Hi,
    Very good, we will close this thread as complete for the cookie bar customization into a cookie popup as you asked for, your welcome.
    As for your new cookie management question, please see our cookie documentation, were you will see that you can change or add buttons to say whatever you want them to say, the “functionality” cookie would be like Google fonts & Google Maps the “marketing” cookie, would be like Google Analytics or any third party tracking that you have installed.
    I recommend using the provided cookie options in the theme settings, and rename or add buttons as the options allow, as it may be very difficult to completely redesign the cookie management panel. If you feel the cookie management panel is inadequate or needs further features, please submit a Github Feature Request as it is for users to place requests and follow them as they are reviewed.
    If you need further help after reviewing the documentation, please open a new thread and try to explain what you want to achieve in detail. Thank you for your understanding and patience.

    Best regards,
    Mike

    #1416869

    Hello support team,

    I realize this is an old topic, but I seem to be facing the exact same issue as OP (judging by his shared picture).
    I’m using latest Enfold with WooCommerce on WordPress 6.3, when I mouse hover over the cart shopping item I don’t see the correct preview. This cart preview however is working fine while using Appearance -> Customize option from WordPress menu.

    Please see attached screenshots:

    Working correctly with Appearance -> Customize View
    https://drive.google.com/file/d/1AaADLOZCkAk2QkUupLR3CxkCoInbOwHU/view?usp=sharing

    Not working in normal view
    https://drive.google.com/file/d/1r8z53ht19v2NtvkxDmlcrtffU2O2vhGV/view?usp=sharing

    OP mentioned removing ‘Disable Cart Fragments’ fixed the issue. I never disabeld these cart fragments. I disabeld “Enable AJAX add to cart buttons on archives” option in woocommerce settings. I tested this also with different resolutions and browsers, as well as changing “Header Shopping Cart Icon” in Shop Options of Enfold settings menu without success.

    Please advise,
    thank you.

    • This reply was modified 2 years, 6 months ago by NonSuch.
    #1416848

    In reply to: Privacy policy buttons

    Hi,
    To add some space between the red buttons in Settings ▸ Cookie and Privacy Settings add this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 384px) { 
    	.avia-cookie-consent-modal-buttons-wrap .avia-cookie-consent-button.avia-cookie-consent-button-4 {
    		margin-bottom: 20px;
    	}
    }

    After applying the css, clear your browser cache and check.
    Enfold_Support_3027.jpeg

    Best regards,
    Mike

    #1416819

    In reply to: Privacy policy buttons

    Hi,
    The banner is visible, the red buttons work fine.
    Enfold_Support_3025.jpeg

    Best regards,
    Mike

    #1416810

    In reply to: Privacy policy buttons

    Hi,
    I fixed the buttons for you, Please note that 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.
    If you don’t see it on desktop then logout and use a incognito browser:
    Enfold_Support_3011.jpeg
    Enfold_Support_3009.jpeg

    Best regards,
    Mike

    #1416780

    In reply to: Privacy policy buttons

    Hi,
    To adjust for these changes, please remove all of the precious code and use this instead:

    #top .avia-cookie-consent.avia-cookiemessage-bottom {
    	bottom: unset;
    	left: unset;
    	margin: 0;
    	position: fixed !important;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    }
    #top .avia-cookie-consent.avia-cookiemessage-bottom .container {
    	transform: translate(0,30%);
    }
    #top .avia-cookie-consent .avia-cookie-consent-button {
    	display: block;
        width: 40%;
        margin: 10px auto;
    }
    #top .avia-cookie-consent p {
    	 display: block;
    	 padding-bottom: 20px;
    	 font-size: 18px;
    }
    #top .avia-button.avia-cookie-consent-button {
    	 border-radius: 50px;
    }
    @media only screen and (max-width: 767px) { 
    	#top .avia-cookie-consent.avia-cookiemessage-bottom {
    	width: 90%;
    	height: 80%;
    	}
    	#top .avia-cookie-consent .avia-cookie-consent-button {
        width: 90%;
    	}
    }
    @media only screen and (min-width: 768px) { 
    	#top .avia-cookie-consent.avia-cookiemessage-bottom {
    	width: 50%;
    	height: 50%;
    	}
    }

    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.
    Enfold_Support_3009.jpeg
    Enfold_Support_3011.jpeg

    Best regards,
    Mike

    #1416759
    sitesme
    Participant

    Hello,

    I am not finding the URL/link option on Text Block editor to simply add a link to a particular text. Before this was showing as soon as I select a piece of text. There was also a URL button to click and add the URL which is no longer visible to me: https://dns.d.pr/i/So0iDG/2mPEb568hK

    Is this a WordPress editor issue or caused by Enfold builder? I can see the “new editor” is powered by Tiny editor.

    Thank you in advance.

    #1416697

    In reply to: Privacy policy buttons

    Hi,

    #top .avia-cookie-consent.avia-cookiemessage-bottom {
        position: fixed !important;
    }
    #top .avia-button.avia-cookie-consent-button {
    	 border-radius: 50px;
    	 word-break: break-word;
         overflow-wrap: break-word;
         white-space: break-spaces;
    }

    Enfold_Support_3003.jpeg

    Best regards,
    Mike

    #1416695

    Hi,
    The slideshow button is set to bold by default, to change try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #main .avia-slideshow-button {
    	font-weight: normal;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1416657

    In reply to: Privacy policy buttons

    Hi,
    Enfold_Support_2999.jpeg

    #top .avia-cookie-consent.avia-cookiemessage-bottom {
    	bottom: unset;
    	left: unset;
    	margin: 0;
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    }
    #top .avia-cookie-consent .avia-cookie-consent-button {
    	display: block;
        width: 60%;
        margin: 10px auto;
    }
    #top .avia-cookie-consent p {
    	 display: block;
    	 padding-bottom: 20px;
    }
    #top .avia-cookie-consent-button {
    	 border-radius: 50px;
    }
    @media only screen and (max-width: 767px) { 
    	#top .avia-cookie-consent.avia-cookiemessage-bottom {
    	width: 80%;
    	}
    }
    @media only screen and (min-width: 768px) { 
    	#top .avia-cookie-consent.avia-cookiemessage-bottom {
    	width: 25%;
    	}
    }

    Best regards,
    Mike

    #1416633

    In reply to: Privacy policy buttons

    Hi,
    Sorry I misunderstood you, I thought that you wanted the cookie bar buttons rounded like your other buttons, like this:
    Enfold_Support_2983.jpeg
    The cookie bar doesn’t have this option.

    Best regards,
    Mike

    #1416581

    In reply to: Privacy policy buttons

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

    #top .avia-cookie-consent-button {
    	 border-radius: 50px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1416580

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

    #top #main .avia-slideshow-button.avia-color-light {
        background-color: rgba(0,0,0,0);
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 results - 601 through 630 (of 11,204 total)