Viewing 30 results - 3,841 through 3,870 (of 11,218 total)
  • Author
    Search Results
  • #1059608

    Hey Brautgalerie,

    Thank you for writing to us.

    It is not possible to align the content in different directions. You can align all the content in one direction only.

    For example, both the button and heading can be aligned :
    Top, center
    Bottom, center
    Left
    Right

    For more info please refer to the color section docs.

    Best regards,
    Vinay

    #1059562

    Hi,

    I’m not sure if there is something like cache-blocker. You can perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    To remove the footer info please check the footer docs.

    Best regards,
    Vinay

    #1059525

    Hey angereichert,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    
    
    #top main.content {
        padding-top:0;
    }
    
    
    

    You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    #1059498

    Hey Henk,

    I checked your site and the site looks good on my end. You may not see the changes until the cached files are cleared in your browser.

    In future, if you face the same issue please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    #1059474

    Hello Yigit, in the past I bought flagship but now when I check Enfold 4.5 in themeforest I can’t see a download button but I see a button to buy it. Am I not entitled to download Enfold 4.5 since I paid for Flagship theme?

    Regards,

    #1059422
    olppa
    Participant

    Hi,

    I’m using Enfold 4.5.2 and Toolset Types (3.2.4) and Toolset Forms (2.2.1.1).
    Wordpress version 5.0.3

    I have a Toolset Forms form that is used to create and edit a custom post type (cpt) Blogikirjoitukset (i.e. Blog posts).
    In the Form settings I have chosen that the Add media button is visible so users can add images to the post body.

    But the Add media button is not working.
    It won’t open the upload / choose media window.

    I deactivated all other plugins and tried adding this to wp-config:
    define(‘CONCATENATE_SCRIPTS’, false );
    I tested the form with Twentynineteen theme and it worked.
    So Enfold is messing with the wysiwyg (Tiny mce) somehow and preventing from uploading images through the form.

    Can Kriesi’s developers take a look at this?

    On a side note.
    It would be awesome if Enfold and Toolset would be compatible.
    This has been requested many times before but nothing has happened.
    Enfold is otherwise a great theme and it would be a shame to have to switch to another theme.
    Even a toolset Widget or Toolset page template would be great.

    Otherwise keep up the good work!

    #1059119
    m1sturny
    Participant

    Hi,
    I am trying very basically to just activate google maps into the enfold theme. But on the google services page within the enfold menu when entering the freshly generated API key it says “no connection can be made”. then they ask me to :

    Troubleshooting:
    Check if you typed the key correctly.
    If you use the restriction setting on Google try to remove that, wait a few minutes for google to apply your changes and then check again if the key works here. If it does, you probably have a syntax error in your referrer url
    If none of this helps: deactivate all plugins and then check if the API works by using the button above. If thats the case then one of your plugins is interfering.

    But all of this does not work.

    So where is the problem? I just want to have google maps. So no rocket science normally… I am not the techni girl but managed fine until here and I love the intuitiveness of the Enfold theme. But here I surrender…
    Thanks for your help, Maren

    • This topic was modified 7 years, 2 months ago by m1sturny.
    MediaMix1
    Participant

    I just updated WordPress and Enfold for my website and now I can’t use the Advanced Layout Builder, when I click on the button, it doesn’t pop up. Using the plugin Disable Gutenberg fixed the issue with the Advanced Layout Editor, but then I noticed that Text Block isn’t working properly either, I don’t have the option to switch between Visual and Editor, it only gives me the Editor view.

    #1058694
    delphostkp
    Participant

    Hi,

    first of all, this was my premier enfold experience, and this theme in combination with WP5 on PHP 7.2 was the most hastle-free, intuitive, quick responding, best documented WP project I have ever worked on. Multiple thumbs up.

    To the meat: I want a form submission event pushed to datalayer when the contact form adds its “avia-form-success” heading element to the page, and not earlier, because the button click can occur multiple times without successful submission.

    Basically this “dataLayer.push({‘event’: ‘contactReuquestSubmitted’});” on the ajax response. How could I wire it into the template?

    Thanks and bw
    P

    #1058495

    Hey bemodesign,

    Please follow the steps provided in the documentation and add your address in the widget area instead of the buttons as showin the example.

    Please make sure you get the correct header settings as mentioned in the docs “Logo left, Menu right” for the code to work :)

    Best regards,
    Vinay

    #1058368
    difu
    Participant

    Hi Enfold team,

    I’m working on customising the dark contact form and was able to adjust quite a bit thanks to your documentation.
    As of now everything I added is working except for some or the ‘button’ adjustments.
    1. I’m trying to get the border-width of the send button to be 3px – even though I added it it is not changing on my site, but it does work when hovering over the button.
    2. I’m trying to change the button font-color to be #cf3662
    3. I trying to change the button hover font-color to be white

    4. Additionally I would like to change the font-size and color of the text I added to a check-box label and for the Captcha Text – but couldn’t find anything that was working

    I’m posting what I have added to the Quick CSS styling area here. Please let me know if you need any further information. Thanks :)

    #top div .av-dark-form input[type=’text’] {
    border-color: #333333 !important;
    background-color: transparent;
    border-radius: 6px;
    font-family: ‘montserrat-regular’
    }

    #top .avia_ajax_form .text_area {
    border-color: #333333 !important;
    background-color: transparent;
    border-radius: 6px;
    font-family: ‘montserrat-regular’;
    }

    .av-custom-form-color .button {
    border-color: #cf3662 !important;
    border-width: 3px !important;
    font-color: #cf3662 !important;
    background-color: transparent !important;
    border-radius: 6px;
    font-family: ‘montserrat-regular’;
    font-size: 17px;
    }

    .av-custom-form-color .button:hover {
    border-color: #cf3662 !important;
    border-width: 3px !important;
    font-transform: #ffffff !important;
    background-color: #cf3662 !important;
    border-radius: 6px;
    font-family: ‘montserrat-regular’;
    font-size: 17px;
    }

    #top .avia_ajax_form .error input[type=’text’],
    #top .avia_ajax_form .error .text_area {
    background: #ffffff!important;
    }

    #1058264

    Hey Roland,

    Yes, it is possible. You can import the demo and add the add to cart buttons with the Advanced Layout Builder, the builder that Enfold uses.

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

    Hey creatiffco,

    Which grey board are you referring to? I cannot see it.

    Could you please attach some screenshots of the issue?

    As for the “RESERVE YOUR SEAT” button text size, 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 #reserve-my-seat .avia-button-fullwidth .avia_iconbox_title {
         font-size: 24px;
     }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1058113

    In reply to: Cookie modal popup

    I use the plugin Loco Translate to search and change the language, in my case to Swedish. It works fine!

    Install and activate the plugin, then go to the plugin in backend and choose Themes and choose Enfold. Find your language and then first hit the Syncronize-button to get all the new translations. Then search for the text you would like to translate. Easy.

    #1058092

    Topic: Cookie modal popup

    in forum Enfold
    creatorke
    Participant

    Where can I translate strings like these?
    [av_privacy_google_webfonts]

    Now the text next to the buttons is in English, should be in Dutch. Can’t find it in Enfold Settings > Privacy and cookies

    It’s this text I need to translate: Click to enable/disable google webfonts.
    Doesn’t seem to work with loco translator also.

    #1057980

    Hello there, thanks for the info
    ill leave it as it is for now, without the magnifying effect.
    ill update enfold and WordPress maybe a little bit later, cause I didn’t use an enfold child theme
    in order to ask you for another help, could I bring up a new issue here on the same dialog, or should I open a new thread?
    I wanted to ask you how could I move the 2 call to action buttons ( about) and ( Dienstleistungen) further up and to the left in order to see them on my slideshow image first hand when I open the website, because, the 2 call for action buttons are hidden I have to scroll a little bit down to see them .
    could you give me a quick css?

    thanks in advance
    regards
    Bogdan

    I wish would have thought about hiding the reset before!
    I’m a wordpress developer and use Enfold quite often lately. Unfortunately my clients have been complaining about the “reset” button – have had to restore their sites multiple times before – and now I did it myself on a test site as well- weeks of design development gone in a second! Unfortunately the “reset” button is the most dominant button on the theme design area and my clients (and this time myself as well) are mistaking it for the “save” button. There’s no pop-up for “are you sure” and no option to restore previous settings… yet the button itself is something that definitely shouldn’t be on such a prominent position as it’s not something that designer would use often!
    I really wish that future updates will place this button somewhere less prominent position and that it would have atleast one “are you sure” pop-up before deleting all settings! For now, have to add: .avia_footer_reset { display: none !important; } for all Enfold sites.

    #1057416

    In reply to: Button

    Hey BertBowen18,

    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

    
     .avia-button.avia-color-red:hover {
        background-color: #239039;
        border-color: #189590;
        color: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1057155

    Firstly I tired to add site & secret keys to Enfold Child Editor function.php. That didn’t show a button at end of the contact form.

    Then I added loaded Enfold Recaptcha Plugin and added site & secret keys to Enfold Child Theme Options.

    When I load my page – https://towermotors.net.au/contact-us/
    and I get the message – ERROR for site owner: Invalid key type and no submit button

    Need help ASAP!
    Nicky Cane

    #1057085

    Hi sk8tertez,

    You can use the huge blue button on top of the Enfold sub-forum or this link.

    Best regards,
    Rikard

    tomazb
    Participant

    Hello!

    I am missing my editor buttons when editing text blocks which are part of portfolio items and also the content is “white on white” when checking the text view. I tried to update to wordpress 5.0.3 to fix that and no luck. So I downgraded to 4.9.9 with no luck. I changed php from 7.2 to 5.6 and no luck. So I would really need your help to fix this.

    Thank you in advance.

    #1056905
    #1056529
    medienvirus
    Participant

    Hi,

    i found this solution here: https://kriesi.at/support/topic/how-can-i-put-in-the-google-captcha-in-the-enfold-contact-form/#post-1034310

    But it doesn’t work.

    I made two Keys. One for V3 and the other for V2.

    If i check the contactform it doesn’t show the submitbutton anymore.

    https://www.haudenlukas.at/#kontakt

    i temporally deleted the code inside my child-functions.php, but added the V2 / V3 keys inside the private-content field down below.

    #1056382

    Hey Oldmanriding,

    Please edit wp-contentthemesenfoldconfig-templatebuilderavia-shortcodes portfolio.php, find this code

    $output .= "<a href='#' data-filter='all_sort' class='all_sort_button active_sort'>".__('All','avia_framework' )."</a>";

    Best regards,
    Jordan Shannon

    Hi,
    I don’t think you have the close button in your view, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    A custom recaptcha plugin was created by @ismael, please remove the other code and plugin and use this one instead
    Then in the enfold theme options under “Google services” you will find the options:
    2019-01-19-113224
    You can get your site & secret keys here
    Then the send button will be hidden by recaptcha:
    2019-01-19-113727

    Best regards,
    Mike

    #1055888

    Hi,

    I can see that the margin you have applied is working but looks like it is not the correct values you have entered. You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    #1055856

    Hi,

    Sorry for the confusion I was pointing out to the code provided by Ismael in the previous ticket.

    You can also add the below code along with it to fix the single blog post image in mobile.

    @media only screen and (max-width: 767px) {
    	#top .big-preview.single-big {
        padding: 0 0px 10px 0 !important;
    }}

    Just to summarise

    Add my code and Ismaels code to Enfold > General Styling > Quick CSS

    You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    #1055769

    Hi,

    Thank you for the credentials. I checked for the padding issue on the columns and was able to successfully set up 30px padding on the columns.

    Please check the screenshot below. Once you click on the column and go to the layout tab, uncheck the options “Apply the same value to all?” (unless you require top and bottom padding) and set 30px padding to the left and right.

    I have verified this works by setting different padding values and I assure you that there is no issue with the theme.

    I believe what happened earlier must be related to browser cache. You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    I’m sorry you had to wait on the other tickets but don’t worry we answer all tickets in the queue, some may take more time depending on the issue. Trust me it will not take much time :)

    Best regards,
    Vinay

    #1055742

    Topic: product_page shortcode

    in forum Enfold
    c_srishti
    Participant

    Hello,
    I love the enfold theme and I am very happy with the design I was able to create with it, just as I had imagined and wanted.
    I am using woocommerce for the shopping cart, though I don’t want to use the woocommerce product pages as this is a big requirement for me to be able to have several products on one page. Like I want to be able to sell the original painting, cards and prints from the same main page.

    So for that as far as I can figure out, the best way seems to use product_page shortcode. I have each main artwork as a portfolio item, and on that page I added the product_page shortcode to display the purchase options. the products are variable products.
    I am also trying to use wooswatches plugin to show nice buttons for picking out the variations,
    Whe I view a particular product, say cards, just on the shop page (not a portfolio, but just as the woocommerce shop page) it looks really nice and clean
    http://fv6.97e.myftpupload.com/wp-content/uploads/Capture.jpg

    When I add the product_page to a portfolio page, then this is what it looks like:the box smaller and squished to the right.
    http://fv6.97e.myftpupload.com/wp-content/uploads/Capture1.jpg

    Whem I have the wooswatches: http://fv6.97e.myftpupload.com/wp-content/uploads/Capture2.jpg

    Now when I tuen on the Advanced layout, which I would LOVE to use as I want to put each product on a separate tab and format the pge nicely, then
    not only the box get squishes to the right and small but also the image gets tiny and gets pushed to the left
    http://fv6.97e.myftpupload.com/wp-content/uploads/Capture3.jpg

    And when I have the wooswatches on withth e Advanced layout, in addition to the above, my swathes are gone and I cannot select my variations :(
    http://fv6.97e.myftpupload.com/wp-content/uploads/Capture4.jpg

    I would like it to show as nicely as it shows on the original product page, if not, then like the page without the advanced layout builder where the image is not shrunk and way off to the left. Also I would like to be able to use the wooswatches and my variations look pretty.

    This is really urgent as I have spent way too many days trying to get this to work. Please please help!!!
    I am attaching the login details below

    • This topic was modified 7 years, 2 months ago by c_srishti.
Viewing 30 results - 3,841 through 3,870 (of 11,218 total)