Viewing 30 results - 3,571 through 3,600 (of 11,218 total)
  • Author
    Search Results
  • lmackinnon
    Participant

    Hi,

    I have Enfold and an Aweber account.

    I want to insert a hero box – a band where there is a mix of image, copy, and the optin boxes and submit button.

    I can get the form code from aweber.

    What are the best options for inserting it and configuring it in a screen-wide band in Enfold?

    Thanks.

    • This topic was modified 7 years ago by lmackinnon.
    #1084480
    Annedesign
    Participant

    Hi,

    I have created a new Enfold shop page so need the ‘Return to Cart’ button to link to that new page.

    I found the answer here: https://kriesi.at/support/topic/change-link-for-return-to-shop-button-in-woocommerce-cart/

    I added the code and it works fine But when I tried to add the plug in as shown, I got this fatal error message:
    Fatal error: Cannot redeclare wc_empty_cart_redirect_url() (previously declared in /home/wellingt/public_html/wp-content/themes/enfold/functions-enfold.php:2453) in /home/wellingt /public_html/wp-content/plugins/enfold_custom_code.php_lenfold_custom_code.php on line 17

    I’m not too familiar with working with code and don’t have a child theme (see the advantage now!) so would like to this plugin to work. I see the link to the plugin developer does not show this plugin?

    Love this theme and your great support -I have designed many websites using Enfold and have been able to answer countless question just reading the forum.

    Thanks, Anne

    #1083842
    ThomSchu
    Participant

    Hey Team Enfold,

    Unfortunately on smartphone and tablet all buttons slip down.
    How can I determine the height on smartphone/tablet?
    Please find link to the website in the private content.

    BR

    #1083785

    Topic: Woo plugin questions

    in forum Enfold
    Cyborgz
    Participant

    Hi guys,

    When checking this example: https://kriesi.at/themes/enfold-shop/product/dark-skirt-erebos/

    I’m trying to figue out 4 things:
    1. How do i get the star ratings under the product title?
    2. How do i get a border around the Purchase button element?
    3. How do i insert the description text in the Product Info Tab element? (I only see additional info and reactions)
    4. How do I get the sales icon end the far right of the product title?

    Thanx in advance!

    Tony

    #1083781
    Casualmonkey
    Participant

    Hello,

    Thank you for such a wonderful theme!
    I love to work in Enfold because of it’s intuitive and easy to manage for people not as good as programming.

    I have some challenges regarding the area, where I used to insert links in the editor (e.g. pictures and buttons).

    See attached screenshot: http://svendborgmtb.dk/wp-content/uploads/2019/03/Screenshot-2019-03-26-at-21.12.31.png

    “Image link” is missing..

    I hope you guys can help me. It would mean a lot :)

    Have a great day,

    Kind regards
    Gustav

    #1083719

    Topic: SMART SLIDER 3

    in forum Enfold
    TESLA
    Participant

    Hi,

    slider Revolution is a part of your AVIA Backend. You can integrate sliders and slides via the plugin extention button. But: Many things sucks in this plugin and I can´t understand – that every theme incl. your theme enfold – integrate and push this plugin.

    I´ve searched for free and good slider plugin alternatives. I tested a lot and smart slider 3 is working very well. For free! Could you integrate this plugin also in the backend like slider revolution?

    Long time ago, the designer and developer wrote a thread and asked you for integration … What happened?
    Smart Slider 3 thread of 2017.

    Thanks Sven

    #1083590

    Thank you @Guenni007

    1) containers OK

    2) I have no idea where this rule is coming from. It’s not in my child css, nor in my Quick css. Maybe WP Rocket has created this while minimizing or optimizing (I don’t know if it’s possible).

    .responsive #top #wrap_all .flex_column.av-break-at-tablet, .responsive #top #wrap_all .av-break-at-tablet .flex_cell {
        margin: 0px 0px 20px;
        width: 100%;
        display: block;}

    So I finally added margin 0. And it’s solved by now.

    3) The mile stones stille don’t open on mobile and iPAD (after having emtpied the cash and deactivated the plugin). Obviously it’s not because of WP Rocket.

    4) no solution for the moment (https://kriesi.at/support/topic/icon-list-element-issue/)

    5) Could you, please, give me the code to put Main Menu “BUTTON by default” on iPAD (portrait and landscape), to avoid this kind of things. Taking into consideration that my settings are put as following.

    #1083556

    Hey IntactMarketing,

    To custom style your buttons please enable custom class support for builder elements as mentioned in the below link

    Once you have enabled the custom class support, please refer to the below links to change the button background, font and border properties.

    Best regards,
    Vinay

    #1083266
    Anton
    Participant

    Hello,

    I’ve published a new page and there are a few problems visible ONLY on iPADs. Please, go to this page (https://www.newpointdeview.com/teaching-training/) in iPAD mode and see by yourself.

    1. The white spaces at the bottom of the page (before and after logos) remain despite these settings. On the other hand on big screens and mobiles it’s ok.

    2. The black lines between Color Sections and Grid Rows are appearing ONLY on iPADs.

    3. The time line widget doesn’t open its milestones on iPADs and mobiles.

    4. After the last Enfold update, I can see a kind of bug: these 2 icons are absolutely identical (the Icon List widget was copied Premisses to Facts), but the color of Facts’ Icon is completely different. I had not this issue before the update. What’s happened ?

    5. Also, please, give me the addtional code to put by default the Main Menu BUTTON on all mobile diveces (portrait and landscape), to avoid this kind of things. Taking into consideration that my settings are put as following.

    Inga
    Participant

    Hi everybody!
    I´m working on a site for a customer right now and so I updated the Enfold theme. “You are running the latest version! (4.5.5).”
    After that update the mobile menu button has gone. Please can you help me?
    My site is on maintenance because I´m still working on it.
    Best regards,
    Inga

    #1083140
    michaelH
    Participant

    Hi

    I tried to modify the Enfold file template-archives.php in order to create my custom search filter form for the frontend based on that. “That” means advanced post type in my case which is already created, all the data (including attached advanced custom fields) is already visible in the backend.

    The goal now is to create a custom filter/search for the frontend based on this data. So as already mentioned I modified the php file above, however, I receive a white screen in the frontend afterwards (and I have no clue why that happens). This is the code I have added to template-archives.php:

    /* Custom variables for filter */
    	 if($_GET['region'] && !empty($_GET['region']))
    	 {
    			 $region = $_GET['region'];
    	 }
    	 if($_GET['country'] && !empty($_GET['country']))
    	 {
    			 $country = $_GET['country'];
    	 }

    And also:

    <form action="<?php the_permalink(); ?>" method="get">
    
    				<label>Nachname</label>
    				<input type="text" id="nachname" name="form[nachname]">
    
    				<label>Vorname</label>
    				<input type="text" id="vorname" name="form[vorname]">
    
    				<label>PLZ</label>
    				<input type="number" name="plz">
    
    				<label>Ort</label>
    				<input type="text" id="ort" name="form[ort]">
    
    					<label>Region</label>
    					<select name="region">
    							<option value="tal">Tal</option>
    							<option value="berg">Berg</option>
    					</select>
    
    					<label>Land</label>
    					<select name="country">
    							<option value="GER">Deutschland</option>
    							<option value="AUT">Österreich</option>
    							<option value="ITA">Italien</option>
    					</select>
    
    					<label>Zertifikate</label>
    					<label><input type="checkbox" name="form[diplom1][]" value="diplomdate">Diplom 1</label>
    					<label><input type="checkbox" name="form[diplom2][]" value="branchdiplomdate">Diplom 2</label>
    
    					<button type="submit" name="">Suchen</button>
    			</form>
    
    			<?php
    					// Define arguments
    							$args = array(
    									'post_type' => 'post',
    									'posts_per_page' => -1,
    									'meta_query' => array(
    											array(
    													'key' => 'nachname',
    													'type' => 'CHAR',
    													'value' => '',
    													'compare' => 'LIKE'
    											),
    
    											array(
    													'key' => 'vorname',
    													'type' => 'CHAR',
    													'value' => '',
    													'compare' => 'LIKE'
    											),
    
    											array(
    													'key' => 'plz',
    													'type' => 'NUMERIC',
    													'value' => '',
    													'compare' => 'LIKE'
    											),
    
    											array(
    													'key' => 'ort',
    													'type' => 'CHAR',
    													'value' => '',
    													'compare' => 'LIKE'
    											),
    
    											array(
    													'key' => 'region',
    													'type' => 'CHAR',
    													'value' => $region,
    													'compare' => 'LIKE'
    											),
    
    											array(
    													'key' => 'country',
    													'type' => 'CHAR',
    													'value' => $country,
    													'compare' => 'LIKE'
    											),
    
    											array(
    													'key' => 'diplom1',
    													'type' => 'CHAR',
    													'value' => $form[diplom1][],
    													'compare' => 'LIKE'
    											),
    
    											array(
    													'key' => 'diplom2',
    													'type' => 'CHAR',
    													'value' => $form[diplom2][],
    													'compare' => 'LIKE'
    											)
    									)
    							);
    
    							$query = new WP_Query($args);
    							while($query -> have_posts()) : $query -> the_post();
    							endwhile; wp_reset_query();
    ?>

    It would be great if anybody knows what I am doing wrong and could help me here – thanks in advance.
    Michael

    #1083049

    In reply to: scrolling not jumping

    This reply has been marked as private.
    varshabi
    Participant

    Hi, I am having an issue with the Avia Advanced Builder. More specifically with the Text Block Element.

    I used the “Enfold One Page Agency” Demo as a base and started to change the layout. I am using the Avia Advanced Layout Builder. Everything was working fine, until recently. The button to switch between default and Avia builder is missing. See image below, (look at top right near the preview/update area)
    Image 1 (https://imgur.com/TTsyQAz&#8221;)

    The section for the Avia Layout Builder is beneath a section of text/code. See image below.
    Image 2 (https://imgur.com/E5N6p47)

    The other elements, Image, Color sections, Special Headers, etc. that are already there work fine. The issue is with the Text Block. The Text block shows up with white text and some html. See Image below. I tried to get rid of the text, but it did not seem to work. I tried looking at both existing text boxes as well as creating new ones, and the issue still remains.
    Image 3 (https://imgur.com/3j5H4Rc)

    By the way, the current Enfold Theme Version Number is 4.5.
    Please let me know what can be done to fix this issue.

    Thanks

    • This topic was modified 7 years ago by varshabi.
    #1082722

    Hi,

    Could you please go to Enfold theme options > Performance and make sure “Load google fonts in footer” is unchecked?

    Default Fontello fonts including social icons are installed on your server. You can refer to this post – https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options and add additional ones.

    Also, would you consider displaying pre-loader and Page Transitions? You could enable it in Enfold theme options and your pages would be displayed after they are fully load.

    Best regards,
    Yigit

    #1082685
    ravinderkumar14
    Participant

    Hello Support,

    Kindly tell me the solution of Custom Search in Enfold theme. i want customer select City and State from Dropdown box and click on search button. The search result comes in ajax form.

    How it is possible. i am share a screen shot with you for better understanding.

    Regards
    Ravinder Kumar

    #1082578

    Hi HeeHA,

    Inside your WordPress Dashboard, go to Enfold > Advanced Styling > select Widget (then click on Edit Element button), then adjust the top and bottom padding.
    Hope this helps.

    Best regards,
    Nikko

    #1082562

    Hi Dmitrii,

    Thanks for contacting us!
    If you have already activated Enfold, go to Enfold > Demo Import > look for Import: Consulting Demo then hover over the image and click the Click to Import button.
    Wait for a few moments and it should start importing the demo, once done you’ll have your site look the same as the demo :)

    Best regards,
    Nikko

    #1082544

    Topic: Book now button width

    in forum Enfold
    wjwebdesign
    Participant

    Hi, i am using Enfold on my website https://www.kohsamuitour.net , combined with Woocommerce & Woocommerce bookings. I am trying to set the width of the ‘Book now’ button to 100%, but whatever css i try it’s always being overwritten. I can’t seem to find where to do this or what css to use. Does anyone have an idea?

    Koh samui

    • This topic was modified 7 years ago by wjwebdesign. Reason: Edited image link
    #1082525

    In reply to: Paypal button

    Hi,

    Thanks for the update.

    This should remove the yellow paypal button in the cart page.

    .woocommerce-cart .wcppec-checkout-buttons.woo_pp_cart_buttons_div {
        display: none !important;
    }

    Don’t forget to disable or toggle the Enfold > Performance > File Compression settings after adding that code.

    Best regards,
    Ismael

    #1082261
    rob2701
    Participant

    I have unexplained inconsistent behaviour with item deletion from the cart.

    > Add item to cart
    > View cart > delete item with X
    Cart page shows: empty (blank)
    on refresh:
    “productX” removed. Undo?
    Your cart is currently empty.
    Return to shop?

    > add item to cart
    View cart > delete item by setting Quantity to 0
    Cart page shows (no refresh needed):
    “productX” removed. Undo?
    Your cart is currently empty.
    Return to shop?

    This is the same whether “AJAX add to basket buttons on archives” is enabled or disabled in Woo.

    But the behaviour described above does not happen when using the TwentyNineteen theme.

    Any thoughts on why this is happening with Enfold? Thanks in advance for your help.
    (link to staging site in private).

    Kind regards,
    Rob

    P.S. browser FireFox.
    Not happening in IE, Opera & Chrome…
    Now sometimes in FF it shows this behaviour and sometimes it doesn’t…
    Logged in or not does not seem to make a difference…
    I am stumped…

    Sorry guys, seems a false alarm, last 10 minutes this behaviour doesn’t show anymore with FireFox. All OK and consistent.
    Only thing changed was temporarily activating and then de-activating W3 Total Cache, so maybe it was some remnants of that (even if I did purge the cache twice).

    So I guess you can close this, if it happens again I will ask for a re-open.

    • This topic was modified 7 years ago by rob2701.
    #1082209

    Hey Munford,

    Thank you for contacting us.

    Please refer to this link for lightbox usage.

    Best regards,
    Vinay

    #1082207

    Hi,

    Thank you for contacting us.

    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”.

    If yous till have any issue please provide a precise link to the page, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #1082201

    In reply to: Maps

    Hey antfazz,

    Thank you for contacting us.

    Please enable the Geo Coding service and try again.

    Google Map

    After making the changes please wait for some time until the update is propagated on Google.

    If this does not work please try and create a completely new API key with all the services enabled.

    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

    #1082200

    Hi,
    First you will want to ensure that your custom classes enabled in the theme options at: Enfold Theme Options > Layout Builder > Show element options for developers:
    2019-03-23-180232
    Then we will add this style to a X-large enfold button, so add your button to the page in the Advanced Layout Builder:
    2019-03-23-180517
    Then add the custom class to the button:

    btn

    2019-03-23-190948
    Then we will add the button css to the Enfold Theme Options > General Styling > Quick CSS field

    #top .main_color .btn a.avia-button.avia-color-theme-color {
         color: rgba(255,255,255,0.9) !important; 
         border-radius: 50px !important; 
         background: linear-gradient(-45deg, #FFA63D, #FF3D77, #338AFF, #3CF0C5) !important;
         border-color: transparent !important; 
         background-size: 600% !important; 
         animation: anime 16s linear infinite; 
    }
    
     @keyframes anime {
       0% {
         background-position: 0% 50%;}
       50% {
         background-position: 100% 50%;}
       100% {
         background-position: 0% 50%;}
    }
    

    Results:
    2019-03-23-190706

    Best regards,
    Mike

    #1082175
    w4rpheus
    Participant

    Hi,
    i’ve transfered a website from one contract to another and copied all files.
    I’ve upgraded WP to the latest version (5.1.1) and it seems that the avia builder are not working well.
    I cannot open/edit single pages. I also cannot edit Menue options like changing Images etc..
    The Buttons of the Enfold menue are’nt working.

    I deleted the enfold theme via ftp. Uploaded it again via WP. Not Working correct.
    I’ve overwritten it via ftp with backup. Not working yet.

    Need some help pleas

    #1082169

    UPDATE
    Five new elements have been added!

    Elegant Title – It is an animated title banner element for displaying longer titles or quotes. It is 99% complete…just have to figure out how to make it so that the animation doesn’t start until it is in view….so I recommend using this at the top of a page. Devs, I need help to integrate the animation delay that is baked into Enfold already.

    Flyout Button – This is just a standard button, but it has animated flyout sections for the top or bottom or both where you can include added details. Great for download buttons so you can display the filename and size.

    Art Frame – A pure CSS frame for displaying artwork nicely rather than as a simple thumbnail with a border.

    Art Frame Product – An adaptation of the prior element but includes all you would need to display said artwork as a product you can sell via WooCommerce….like the price, dimensions, etc.

    Filetype Icons – Some sites like to offer downloads in various different file types. This array allows you to display several icons where the filetype extension is displayed on an icon in the color you choose.

    As always, let me know what you think and if you have any issues! Also, please consider buying again if you bought a long time ago and buying each time you use for a client to help spur more updates! All of the proceeds go to help those in need….buying a homeless person some new shoes or food, or a local charity. Thank you!!!!

    blacknetguy
    Participant

    Dear Kriesi Team, my issue is complicated, but I think it’s an important topic.

    So I’m using your theme on more websites already, but for the first time I have to add FB like and share button to some templates. As I know after upgrading the site the templates are getting refreshed too, so I made a child theme, and copied the already edited template-files into the child theme folder. I know it should work after updating too, but thing is, that somehow the buttons are not showing up on the page, even if I tried to edit the original template files too, and place the code into it…

    …for example to into the header.php right after the body closing tag I placed the code “<div id=”fb-root”></div>
    <script async defer crossorigin=”anonymous” src=”https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v3.2″></script>&#8221; – which means I can place the buttons with this one whenewer I want to appear on my site… “<div class=”fb-like” data-href=”https://www.facebook.com/pg/T%C3%A9likert-%C3%A9s-Pergola-Szak%C3%A9rt%C5%91-188637232030736/&#8221; data-layout=”button” data-action=”like” data-size=”large” data-show-faces=”true” data-share=”true”></div>”

    This second code contains the FB page which is made in hungarian language, so for the WPML-translated slovak version I’d be able to place another type of code with the link of the FB page which is made in Slovak language.

    I think this would be the best option to solve my case, but the buttons are just not showing up at all for me, and I don’t know why. Maybe my topic is just theme-related because the template-files changes, but I think there’s an other issue. I was trying to use the “WP like button” plugin too, and on its configuration page it should show the preview of the buttons too, but it haven’t showed it in there too. Maybe this helps to find the solution.

    Until that time I reversed all the changes on my site, but in case it’s not a common problem, I can do my solution again and send you my login credentials.

    I hope, that I haven’t bored you, but I wanted to be detailed to make things easier. Thanks for your kind help.

    Thomas Zsitva

    #1082106

    Hi,

    Thank you for contacting us and appreciate your reply.

    The “read more” text can be changed using a similar jQuery function by selecting the right CSS class names of the slider and button text.

    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Vinay

    #1082083

    Hi,

    Thank you for contacting us and sorry for the late reply.

    The required CSS to style the navigation like the example site is below

    /* Underline color on hover */
    #top #avia-menu .menu-item:hover > a > .avia-menu-fx {
        background-color: #2997ab;
        position: absolute;
        top: 0px;
    }
    
    /* Active menu underline color */
    #top #avia-menu li.current-menu-item > a > .avia-menu-fx {
        background-color: #2997ab;
    }

    You can find most of the customization codes in our docs :)

    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

    Hi,

    Thank you for sharing the details but the credentials are incorrect.

    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 #wrap_all #header .av-burger-overlay #av-burger-menu-ul .sub-menu a  {    
        font-size: 20px;
        line-height: 1.5em;
     } 
    
    
    
    

    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”.

    You can find most of the customization code on our docs.

    Best regards,
    Vinay

Viewing 30 results - 3,571 through 3,600 (of 11,218 total)