Viewing 30 results - 8,971 through 9,000 (of 11,220 total)
  • Author
    Search Results
  • lapajnea
    Participant

    On our website we’d like our floating button to appear after users scroll down a bit. We’d like it to behave exactly as the “back to top” button behaves on the bottom right corner in Enfold.

    How can we do that?

    #386476

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-fullscreen-button span.avia_iconbox_title {
    font-size: 18px;
    color: #b0b0b0;
    font-family: Georgia;
    line-height: 24px;
    font-style: italic;
    }

    Best regards,
    Yigit

    #386338

    Hi COLORIT!

    Thank you for coming back.

    It is actually not possible to use this element without a link.
    Even if you set href = “” in HTML code this link is set to the current page by the browser by default.

    If you want to remove the “manually” from the link you have to change the core code of enfold\config-templatebuilder\avia-shortcodes\buttons.php line 277:

    Find:

    
    $link  = $link == "http://"  ? "" : $link;
    

    and replace with:

    
    $link  = ($link == "http://" || $link == "manually") ? "" : $link;
    

    I suggested this change to Kriesi – probably it will be in the core in future releases.

    Cheers!
    Günter

    #386140
    MATTIA
    Participant

    Good day,

    I have a problem with WooCommerce. When Istallation the new version recognizes WooCommerce not have the required pages. Although you have been set correctly.

    Furthermore, I can not button and page set up for Login / Sign up.

    Then on the product page is just a product displayed (like this) but it must be 3 products.

    Could you please help me to be here.

    Thank you for your efforts.

    Yours sincerely
    Matthias

    #385920

    Hey Sowmedia!

    You can add some CSS in /enfold/config-templatebuilder/avia-template-builder/assets/css/avia-builder.css. For example here is some CSS to hide the button element.

    a[href="#avia_sc_button"] {
      display: none;
    }

    Though I’m not sure why you would want to do this.

    Cheers!
    Elliott

    #385855

    Hello,
    I’ve problem with Enfold 3.0.7. too. I can’t edit any of my pages. When I put edit button I can see (for a moment) layout builder options but after 1-2 seconds page is all white.
    My web is http://www.sarona.pl – now you can see only demo because I’m not able to edit anything there..

    There is another problem-Icons on demo are not visible -there are some strange signs instead of icons and arrows on slider.

    Plugins are not active..

    Please help, I have to start working with this theme.

    #385811
    SamiRiding
    Participant

    Hi there.

    I’m having trouble receiving emails from the contact form using the Enfold theme. I can complete the form and the submit button works fine but I don’t receive the email in my inbox.

    Can you please help me?

    Looking forward to your reply.
    Sami

    No help! this is the plug in that I’m using. I have also erased the Enfold theme files and installed it again. Then I clicked on the Edit button for the swedish file, and it is full of german text. I can’t change all those words back to swedish! Must be some errors with the swedish file in the last update of Enfold!?

    #385392

    In reply to: WooCommerce List View

    Hey sergioc_it!

    Thank you for using Enfold.

    I’m sorry but it’s not possible without major modification on the theme. You can set the page with the Product List element as your shop page but you will lose basic shop functionality such as add to car and select options button.

    Regards,
    Ismael

    I tested to log in and there was no problem. I guess that there is a problem with the swedish langauge file for the Enfold Theme!? Perhaps something went wrong with the latest release!?

    I erased the Enfold theme and then installed it again, then the problem was gone. But when I used the Codestyle Localization plugin and click on the edit/rescan button for the .mo/.po swedish file beloning to the Enfold theme, I can see that there are a lot of words in germany, instead of swedish.

    I always translate some words, since I paste some code, that I got fron this forum, to get social sharing buttons on pages. And those words are in english as default.

    Preciate if this could be solved as soon as possible! Thanks!

    #385064
    johnlaunstein
    Participant

    Hi – I did search past threads and noted others have had this problem but did not find a solution. I have a photography site that currently utilizes masonry galleries on many of the pages. Many times when I (or clients) visit theses pages several images in the masonry gallery stack on top of each other. If you refresh the page, it resolves 100% of the time.

    I have witnessed this problem on chrome, IE 9, android browser and chrome for both phone and tablet, safari, and chrome for iPhone/iPad. So pretty much completely across the board. Of course it doesn’t happen 100% of the time, but it happens WAY too often for me to continue using the masonry galleries if they are making me look bad! :(

    I have updated to the latest version of WordPress and Enfold.

    You could probably go to any of my galleries and witness this behavior, but two that I often see it show up on are:
    http://www.launsteinimagery.com/galleries/mammals/bears/
    http://www.launsteinimagery.com/galleries/mammals/coyotes-foxes/

    I noted a comment from a moderator on an earlier thread suggesting W3 Total Cache as something that might help in speeding up page loads which could address this. Any suggestions or fixes?

    Also, does Enfold have a way to place social sharing buttons below images or pages yet, or still only for bog posts?

    Many thanks,

    John

    #384906

    Hi,
    I applied the following suggestion on 3 websites and it worked:
    —————–
    1. Install and activate this plugin – https://wordpress.org/plugins/codestyling-localization/
    2. Go to Strumenti > Localizzazione > Temi > Enfold and click “Modifica” to edit the Italian translation – http://screencast.com/t/P2oAgKNXf.
    3. Click this button – http://screencast.com/t/5pcPOMlF0KJ
    —————–
    unfortunately on the 4th website (which is more complex, with a WPML installed an 4 languages running) it does not work. the menu keeps having 4 items.

    I tried to disable the WPML plugings but with no success.

    UPDATE: version 3.0.6
    I updated one of the 3 websites with the v.3.0.6 and the menu is back to the 4 items. On this version the workaround quoted above doesn’t work..

    In a nutshell:
    – version 3.0.5 and the above mentioned workaround works for 3 webisites
    – version 3.0.5 and the above mentioned workaround DOES NOT work for 1 webisites runnig WPML
    – versione 3.0.6 and the above mentioned workaround DOES NOT work

    any suggestion?
    thanks

    • This reply was modified 11 years, 3 months ago by paperaino.
    greentea05
    Participant

    Hi,

    After updated to enfold 3.0.5, I can’t modify pages with advanced layout builder.
    When I click save button of any of elements and update page, all contents disappear. But if I update without clicking save button, contents are still there.
    And when I delete any of elements, all contents of page also disappear.

    I deactivated all plugin and tested it, the problem happen.
    I’m using wordpress 4.1.

    Please any help.

    Thank you.

    #384724
    laptophobo
    Participant

    Hi. I got an email alert from ThemeForest. “An update to your purchase of Enfold – Responsive Multi-Purpose Theme by Kriesi is now available in your downloads.” When I clicked the “Download this Update” button provided, it simply takes me to the EnvatoMarket home page. My current version is 3.0.4.

    Iconward
    Participant

    I wanted to know if were possible to change the color of the ‘main content area’ for a specific page? In my case, the contact me page I am doing for a client? I want the submit button to be pink and the asterisks pink too (Which I could do if I change the color in the enfold child options but I don’t want all my clients links and highlights pink on the other pages.) But I only want it like this for a specific page (Contact me) is it possible? Here’s a link below with a picture of how I want the color styling for that page only, the specific portions of the page are circled in black.

    [img]http://i.imgur.com/ysX6TEn.jpg?1[/img]

    http://i.imgur.com/ysX6TEn.jpg?1 (Direct link to example picture)

    Below is the specific area I need to edit to get the effect I want within enfold child options but only want the pink color for that specific page stated above. Pink is the color #eec8c8
    General Styling
    Main Content (Tab)
    Primary color
    Font color for links, dropcaps and other elements

    I’ll also leave login details below if needed.

    Thanks,

    Iconward

    • This topic was modified 11 years, 3 months ago by Iconward.
    havi
    Participant

    Hi guys!!!

    How can I fix these two things that are happening on the mobile version of my home page?

    http://targetlatino.com

    1- If you see the social buttons on top they display as little squares with red borders (this doesn’t happen on any other page of the site
    (if you scroll down the page a little bit, you can see the top menu with the correct colors but as soon as you scroll it up again, the red empty boxes display again)

    2- The text when you scroll down is now displayed as thinner – not using the width of the mobile screen as it was before (I updated to the Enfold last release yesterday – could I have messed something up?)

    I am sure some simple css can address it.

    Thank you so much!!! (also thank you for fixing the mobile display background menu for the glassy/transparent header!!!)

    Warmly,

    Havi

    #384519

    Hey huurm900!

    Your /wp-content/uploads/dynamic_avia/enfold.css stylesheet is missing some styling from your settings. Let’s try the following.

    1. Set the file mentioned above to 777 permissions (temporarily) and resave your options in Dashboard > Enfold.

    2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    3. Create a copy of your theme settings in Dashboard > Enfold > Import/Export and then hit the “Reset All Options” button to see what happens.

    Best regards,
    Elliott

    #383980

    Topic: enfold update

    in forum Enfold
    cathyfaith
    Participant

    I’m getting the following error:

    Fatal error: Call to undefined function kriesi_backlink() in /home/content/60/8960360/html/amity1/wp-content/themes/enfold/footer.php on line 82

    If I delete all the theme folder and reupload the unzipped folder, will this solve the problem? also, would my content and media disappear if i take this route? thanks

    I’ve updated the theme via ftp as suggested in your website as below:

    Upload the Proper Files to WordPress

    Within your account download button, you will typically see the option to download All Files & Documentation or just the Installable WordPress file only.

    The easiest way to upload a theme is to download just the Installable WordPress file and upload it in the WordPress admin area:

    Log in to your WordPress admin area
    Browse to Appearance > Themes
    Click on Add New
    Click Upload and browse for the theme zip
    The theme can also be found in the All Files & Documentation file, but you will first need to unzip this to your computer and locate the theme files within this package.

    If you prefer to use FTP, the theme files can also be uploaded manually by placing the theme in your /wp-content/themes/ folder on your server directly and then visiting Appearance > Themes within the WordPress admin area.

    #383651

    Hey JerrelZ!

    Thank you for using Enfold.

    It is not possible to just remove the pause button but you can hide the whole controls. Look for the Hide Video Controls on the Video Slide option.

    Regards,
    Ismael

    #383457
    klondike91
    Participant

    Using Enfold 3.0.2. The contact form has just disappeared. The button is there, but no form on the front end. The Contact Form page element is on the backend page and configured, but the form is not visible to the user. Can you please help!?

    #383374

    Hi slavik!

    Let’s try the following.

    1. Deactivate all plugins.

    2. Create a copy of your theme settings in Dashboard > Enfold > Import / Export and then hit the “Reset All Options” button to see if it lets you save then.

    3. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    If your still having trouble after doing the above steps then send us a WordPress login and we’ll take a look.

    Cheers!
    Elliott

    #383066

    Hey mrijnders!

    Please install this plugin – https://wordpress.org/plugins/codestyling-localization/
    And go to Tools > Localization > Themes > Enfold and rescan Dutch theme files and then edit it and search for the string ( please make sure to check “non-case sensitive”) and then after correction, click on “Generate mo file” button

    Regards,
    Yigit

    Hi hbjcapital!

    Thank you for using Enfold.

    You have this file called alter.js and some of the script applies backgrounds on section links:

    $(".avia-builder-el-4 a").css({"background":"#2d5c88","color":"#ffffff"});
    		$(".avia-builder-el-6 a").css({"background":"#ffffff","color":"#2d5c88","border-color":"#2d5c88","border-style":"solid","border-width":"1"});		
    		$(".avia-builder-el-7 a").css({"background":"#ffffff","color":"#2d5c88","border-color":"#2d5c88","border-style":"solid","border-width":"1"});
    		$(".avia-builder-el-9 a").css({"background":"#ffffff","color":"#2d5c88","border-color":"#2d5c88","border-style":"solid","border-width":"1"});
    		
    		$("#home-trading-articles").css({"display":"none"});
    		$("#home-property-articles").css({"display":"none"});
    		$("#home-insurance-articles").css({"display":"none"});
    		

    You can’t use the “avia-builder-el” class attribute because this a default class which is widely use throughout the site and it can change depending on the number of elements inside a page. If you want to specify a custom class for each elements like buttons, post slider etc, you need to turn on the custom css class. Refer to this link: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Ismael

    #382849

    Hi,
    thanks for above link. I think it will be used for needs with Password.
    On my page it would be only for public use.

    My question is:
    Can I upload the pdf file to the ENFOLD-MEDIATHEK and link a thumbnail-button from my download page to this URL?
    Is that possible with ENFOLD? Will the download work by click? If yes what should I intend?

    Regards

    #382739

    Hey!

    For the buttons you can set the link manually and add the ?iframe=true to the end of your URL.

    You can add a class to line 826 in the /enfold/js/avia.js file but it would be better to just use the iframe=true so you don’t have to change it on every update.

    Best regards,
    Elliott

    #382693

    Hi ligpunt!

    Navigate to Dashboard > Appearance > Menus and click on the dropdown for your menu links. There will be an option for changing the menu style which you can switch them all to the button colored style.

    For the sub menus navigate to Dashboard > Enfold > Advanced Styling and you can change their font there.

    Regards,
    Elliott

    #382677

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    .home #advanced_menu_toggle {
    top: 400px;
    }}

    It will move mobile menu button lower on home page on screens smaller than 480px. Please adjust the values as needed

    Regards,
    Yigit

    Hey LukeHopkins!

    sorry for the late response. Could you please give us a link to your website showing the buttons on the Cart page?
    Does the normal Enfold function for adding icons not work for you?

    Regards,
    Andy

    #382412
    IchMich
    Participant

    I’m having a problem updating my Enfold Theme.

    I purchased it a while ago on Envanto Theme forest, and installed it, but never entered my UN and API code in the Theme Update section (I think).
    Now there is no update button to be found. It doesn’t give me the option to update Enfold or to enter Un and API anywhere.

    I just found out a little more:
    I updated WordPress. Since then the left toolbar of “enfold theme options” (starting with “theme options” and ending with “theme update” is not shown anymore. It is in fact blank.

    What can I do?

    Please help.
    Thank you very much!

    • This topic was modified 11 years, 3 months ago by IchMich.
    #382198

    Hey!

    1. Install and activate this plugin – https://wordpress.org/plugins/codestyling-localization/
    2. Go to Strumenti > Localizzazione > Temi > Enfold and click “Modifica” to edit the Italian translation – http://screencast.com/t/P2oAgKNXf.
    3. Click this button – http://screencast.com/t/5pcPOMlF0KJ

    Cheers!
    Josue

Viewing 30 results - 8,971 through 9,000 (of 11,220 total)