Viewing 30 results - 2,161 through 2,190 (of 11,206 total)
  • Author
    Search Results
  • Hey pathemeforestnet,

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

    .woocommerce-product-search button {
        background: #000;
        padding: 10px;
    }

    Best regards,
    Rikard

    #1246595

    Topic: Another facetwp issue

    in forum Enfold
    interfacemedia
    Participant

    Hi there

    Been a few years since i last posted. I am running enfold 4.7.6.1 and everything appears fine up until you select a facet on the left hand nav. Once selected the quantity buttons disappear (+/-)

    https://jaycor.staging.wpengine.com/products/
    Before selecting a facet
    Before selecting a facet
    http://ibb.co/XX35yPf

    After
    After selecting a facet
    http://ibb.co/CBBDQhk

    I did check with the plugin developer and their response was :

    It looks like those + / – buttons are loaded by JS on page load rather than being in the HTML, so whatever that JS is needs to be re-run on facet’s refresh when filters are selected.

    Since this is usually theme or plugin specific, it would help if you would also ask your theme’s support.

    Here is the explanation you can share with them from our docs:

    Some plugins and themes use JavaScript to modify the layout, load images, or apply animation effects. Some examples include masonry layouts, isotope, image lazy loading, and sliders. These scripts run on page load, but do not usually run after each FacetWP ajax refresh, meaning that they’ll likely need to be manually re-triggered within a facetwp-loaded event.

    Ask their support what JavaScript from their theme (or plugin) is needed to re-trigger the layout.

    Please can you assist?

    Hi Marcel,

    Can you try this method of updating Enfold:

    1. Login to ThemeForest and download the Enfold theme.
    2. Right-click over the downloaded zip file and extract/unzip it.
    3. It should generate a new folder, open it and look for the enfold folder
    4. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip)
    5. Log in to WordPress as and Admin.
    6. Install and activate this plugin: https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/
    7. Go to Appearance > Themes.
    8. Click on the ADD NEW button.
    9. Click on the UPLOAD THEME button.
    10. Click BROWSE and choose enfold.zip file
    11. Click the INSTALL NOW button

    Best regards,
    Nikko

    #1246520
    dase_es
    Participant

    Good morning Enfold Team,

    I have a problem applying a discount coupon. At the moment I enter the coupon code and click on Apply coupon button (Aplicar cupon) it ejects from the cart page
    The coupon is applied correctly but this error forces to go an enter to the shopping cart page again.
    How can I solve that?
    I do not know if it is related to the code change I made recently to display the cart icon on the mobile:

    @media only screen and (max-width: 1024px) {
    #menu-item-shop {
    display: block !important;
    }
    }
    @media only screen and (max-width: 430px) {
    #menu-item-shop .cart_dropdown_link {
    padding-right: 0 !important;
    }
    #header_main .av-logo-container {
    margin: 0 !important;
    width: 95% !important;
    max-width: 95% !important;
    }
    }

    I’ve seen I have the same problem if I change the Shipping Address and click Update button. I’m expelled from the cart page too.

    Thank you in advance.

    • This topic was modified 5 years, 5 months ago by dase_es.
    #1246448

    Topic: Read more blog Enfold

    in forum Enfold
    premiumpsu
    Participant

    Hello!

    I update the enfold theme, and the button ob read more of blog have been desapeared.

    I can’t finde the option “Title + excerp + read more link”

    thanks

    Hi werner0347verizon,

    I apologize I forgot that other methods of updating should be used.
    Please do the following:

    1. Login to ThemeForest and download the Enfold theme.
    2. Right-click over the downloaded zip file and extract/unzip it.
    3. It should generate a new folder, open it and look for the enfold folder
    4. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip
    5. Log in to WordPress as and Admin.
    6. Install and activate this plugin: https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/
    7. Go to Appearance > Themes.
    8. Click on the ADD NEW button.
    9. Click on the UPLOAD THEME button.
    10. Click BROWSE and choose enfold.zip file
    11. Click the INSTALL NOW button

    Best regards,
    Nikko

    pathemeforestnet
    Participant

    Hi,

    I need help changing Enfold shop search button to black (like the online demo).
    It is the submit button under “Search Products”.

    I don’t understand why the imported demo doesn’t look like the online demo in some details.
    I am tired of spending time searching for small changes, just to get the online demo appearance that I was supposed to get automatically.

    Can somebody help?

    Hi Stephen,

    Go to Enfold > Theme Update, there’s should be the button to update there.
    If none, then most likely you’ll need to Enter a valid Envato private token.

    Best regards,
    Nikko

    #1246169

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .archive .add_to_cart_button {
        float: none;
        display: table;
        margin: 0 auto;
    }

    Best regards,
    Rikard

    AstridBerkhout
    Participant

    Hi,

    I have updated enfold and after that I have the same problem as onesmile https://kriesi.at/support/topic/no-space-characters-in-headlines-buttons/#post-1245829. There are no space characters possible in all the headlines, buttons and textfields images.

    Best regards,
    Astrid

    #1245848

    In reply to: Button Row

    Hey Manuela,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .av_textblock_section .avia-buttonrow-wrap.avia-buttonrow-center {
        margin: 0 auto;
        width: 90%;
    }
    

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1245833

    In reply to: change linkedin icon

    Hey jelle,

    You need to upload your own custom icon and add the code to your functions.php.

    Here are the docs for you:

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1245822

    Hi MPPcreative,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .wc-proceed-to-checkout .button {
        color: #000;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1245740

    Hi Rikard,

    I have updated enfold and after that I have the same problem. There are no space characters possible in all the headlines, buttons and textfields images.

    Best regards,
    Astrid

    #1245726

    BTW the W3TCache plugin doesn’t change the rest of your htaccess. The reason why I am saying is that in the htaccess, I have manually specified some minification settings etc. So it makes sense that enabling/disabling this from within Enfold or W3TC won’t make a difference. Anyway, I manually purged Redis & Varnish but this doesn’t seem to make a difference.

    Can’t we specify something in the Quick CSS settings to verify that this pushed through (or not)?
    When I update a page, these changes are visible. I.e. on the homepage, I updated a button and the change is displayed correctly.

    Cheers,
    Dimitri

    #1245508
    heufti65
    Participant

    Hi, we have inserted the enfold contact form on the page, but the form ist not shwoing exactly on mobile phones. The bottom with the sendig button is missing. What could be the problem? We have enough space under the button …

    #1245379

    Hi MPPcreative,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
     div .main_color .button[type="submit"] {
         color: #000;
     }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1245195
    rixi
    Participant

    Hi,
    could somebody tell me if it is possible to put the send button from the enfold contact formular beside another button so that i have three buttons in a row ?
    It should make the box smaller?

    many greetings rixi

    #1245188

    Hi BlueSolution,
    Try to use this plugin https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/ and do the following steps:

    1. Make sure this plugin is installed and activated.
    2. Download zip file of your theme’s most recent version.
    3. Log in to WordPress as and Admin and go to Appearance > Themes.
    4. Click on the ADD NEW button.
    5. Click on the UPLOAD THEME button.
    6. Click BROWSE and choose your zip file you downloaded.
    7. Click the INSTALL NOW button.

    If it fails for some reason, you can do manual updating via FTP: https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp (I would suggest via cPanel since FTP is slow)
    Let us know if it helps.

    Best regards,
    Nikko

    #1245163
    onesmile
    Participant

    Hi there,

    I am currently developing a WooCommerce Shop-Site. For some reason, there are no space characters possible in all the headlines, buttons. I am using this theme at least for the tenth time, but I never had THAT problem before. I already reinstalled the Enfold theme, but still same problem…
    Please help :)
    You can find this problem i.e. on the “Home” Page. Also the headlines in the side bar widgets won’t let me do space characters.

    PS: Any Idea why the shop site is going so slow?! The pictures are not big in size, so I have no idea why that is…
    Backend Details in private content section

    Cheers, Katrin

    #1245143

    A sad story of Enfold.
    Social media marketing and embedding of easier link solution is not understood by enfold.
    This question to have an easier solution for social marketing comes since 2013, referenced in Google for Specific search

    enfold social media documentation shortcodes

    Some users don’t want to have a share button. A link to the social media profiles is also often requested (instead only in footer or header), without any discussion of the GDPR-Note for social share-buttons. I can’t understand, why not into the “share” element a dropdown is implemented for seleting “share” or “open social media profile”, as we have defined in Enfold.

    Despite the many requests over the years.

    Many other themes have had simple solutions here for years.

    Why you can’t find a solution here, I can’t deduce. Instead, we have to go into some “debug” menus and do some manual work.
    I can’t understand, why you make Enfold users the work difficulty.

    I mean: We have defined the Social Profiles in Enfold. I can’t deduce why this stupid share-bar with these old-fashioned icons is not updated. And you don’t have a widget for sidebar or the website.

    Creating something like this must be a feat for Enfold that is impossible to create: yes, I know we should install the 30121 plugin additionally.

    It would be nice, if you implement this feature in your roadmap, which is requested again and again very often since 2013. (See google).
    Instead to create the same answers.

    • This reply was modified 5 years, 6 months ago by Hokuspokus.
    #1244981
    Sievers
    Participant

    Hello,
    I’m trying to change some settings in my enfold install, however the AVIA settings page is not working. The buttons are not showing

    #1244958

    In reply to: Enfold Editor bug

    Hi MrJoscha,

    Theme Updates won’t work in that version because envato has changed the system from using API keys to using personal tokens.
    Please try to install and activate this plugin https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/ and do the following steps:

    1. Make sure this plugin is installed and activated.
    2. Download zip file of your theme’s most recent version.
    3. Log in to WordPress as and Admin and go to Appearance > Themes.
    4. Click on the ADD NEW button.
    5. Click on the UPLOAD THEME button.
    6. Click BROWSE and choose your zip file you downloaded.
    7. Click the INSTALL NOW button.

    If it fails for some reason, you can do manual updating via FTP: https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp (I would suggest via cPanel since FTP is slow)

    Best regards,
    Nikko

    #1244919
    tendersqatar
    Participant

    I am using the default wordpress theme 2020 for my webview woocommerce siite.
    The link to categories is accessed by seperate buttons from android app. The url looks like
    domain.com//product-category/specialcakes/
    but the page then loads have a huge tittle. I want t change its font.

    For the android app, i am using the default theme to redue loading time.

    “Internet is flooeded with this questions and ansers, But nothing worked form me. Hope you guys can help me asI had purchased enfold also.

    #1244879

    yes – that is standard behavior on enfold – because a lot of mobile users know that a double tap on top of the browser window has the same effect.

    but you can get it back if you overwrite the rule by:
    ( and to shift the button set the bottom and right position for it as you like )

    @media only screen and (max-width:767px) {
    	.responsive #scroll-top-link {
    		display:block !important;
    		bottom: 10px ;
    		right: 20px;
    	}
    }

    Hey Dominik,

    If you are referring to this demo, then you can select to not show the buttons in the slider options.

    Best regards,
    Rikard

    #1244770

    In reply to: Spotify Social icon

    Hey themidnightshower,

    Thank you for the inquiry.

    We can use the avf_default_icons and the avf_social_icons_options filters in order to add a new icon in the existing list, but you may need to upload your own spotify icon if the icon is not available in fontello. For more info, please check the following documentation.

    // https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options

    Related threads:
    // https://kriesi.at/support/topic/fontello-icons-not-working/#post-1193152
    // https://kriesi.at/support/topic/click-to-chat/#post-1193437
    // https://kriesi.at/support/topic/enfold-add-multiple-social-profile-icons/

    Best regards,
    Ismael

    aebli
    Participant

    Hi Kriesi – I can’t find the option to remove the Buttons on the Enfold one Pager demo Startpage: Remove Buttons “Learn more” and “Get in touch”.

    Using the Avia Layout Builder, this Buttons are not there… in the Enfold settings, I found nothing about this two buttons.

    Thanks a lot!
    Cheers
    Dominik

    Okay getting somewhere

    Adding V2 keys purges Enfold challenge prompt when selecting
    Use Google reCAPTCHA V3 if activated (fallback is V2)

    Is there a way to remove (I am aware that I can use visibility: hidden and purge just the message)
    This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply. from below the submit/send button and have the standard V3 badge display in the lower right hand corner as it does when tested in Theme Options?

    Thanks thus far

    #1244325

    Hi Jooster,

    You don’t need to manually copy, first use your child theme, go to Enfold Child > Import/Export > click Export Theme Settings File button.
    Switch to the parent theme, go to Enfold > Import/Export > click Upload Theme Settings File button and import the exported file.
    Hope this helps :)

    Best regards,
    Nikko

Viewing 30 results - 2,161 through 2,190 (of 11,206 total)