Viewing 30 results - 4,051 through 4,080 (of 11,211 total)
  • Author
    Search Results
  • #1035582
    BeeCee
    Participant

    Hi,

    I would like to show the comments of a post only when the user is clicking on a button or show/hide link.

    Since the show-hide-comments plugin is no longer available, I found this manual solution:

    How can I get the javascript function into an ENFOLD function (I’m not a coder),
    and without a linked file to Google (-> not GDPR conform in Germany)?

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    
    $(document).ready(function(){
    
    $(".slidingDiv").hide();
    $(".show_hide").show();
    
    $('.show_hide').click(function(){
    $(".slidingDiv").slideToggle();
    });
    
    });
    
    </script>

    and where exactly in the comments.php do I have to insert this part:

    <a href="#" class="show_hide">Show/hide</a>
    <div class="slidingDiv">
    Fill this space with really interesting content. <a href="#" class="show_hide">hide</a></div>

    I guess, the “slidingDiv” class can be replaced by “comment_container” class???

    Here is an example of what I mean:

    View post on imgur.com

    live view: https://mymonk.de/gleichmuetig/

    Thanks for helping me out!

    #1035432
    Steve
    Participant

    Hi there, any chance I can get some help with aligning input text box with radio button?


    Many thanks in advance! :)

    • This topic was modified 7 years, 4 months ago by Steve.
    #1035165
    mattwalt
    Participant

    I am currently working on a site that requires accessibility. I have looked for solutions but seem to be for older versions of the theme. Here is a list of the clients requirements that involve the theme itself:

    Please help – thanks.

    1. Unlabelled form fields

    The form fields have orphaned labels, which means they aren’t associated with the inputs correctly. This effectively means they don’t have labels. This makes it very difficult for screen reader users to successfully complete the form.
    The label elements don’t have a ‘for’ attribute. Labels must have a ‘for’ attribute that references the ID of the input.

    2. CAPTCHA
    This version of CAPTCHA provides challenges to accessibility. Although the standard checkbox CAPTCHA is accessible, there are circumstances where it is replaced with an image challenge. The image challenge does have an audio alternative but this has usability issues and can be difficult for cognitive impaired users.
    At the moment there is no fully accessible version of CAPTCHA. There are some alternative methods, such as a honeypot, that can be used in place of CAPTCHA. Another alternative is multi-factor authentication.

    3. Missing keyboard focus highlighting
    There is no visual cue for elements that receive keyboard focus. There must be a visual cue e.g. outline border to indicate an element has current focus. This can be styled but the browser default is also acceptable.

    4. Areas inaccessible by keyboard
    The accept button in the cookies message, the navigation drop down menus, and the accordion components can’t be accessed with only a keyboard.

    #1035156
    TOM
    Participant

    Hi Guys

    I’ve searched a lot in the documentary and the forum here but I didn’t find a solution for my little problem.

    I’m trying to setup a Facebook Ad-Campaign and want to create a custom Event if someone is sending an order via the (standard) contact form.

    I’ve put in the facebook pixel successfully, but I don’t know where to put this:

    <script>
      fbq('track', 'Purchase');
    </script>

    I’ve found this: https://kriesi.at/documentation/enfold/contact-form/#add-on-click-event-to-the-contact-form-submit-button-

    …but where do I put this HTML code, so Facebook knows if someone triggers the order/submit button to automatically optimize the campaign?

    I tried to put it into the ‘Message Sent label’ text, which is displayed when clicking… but this didn’t work either

    thanks in advance

    • This topic was modified 7 years, 4 months ago by TOM.
    #1035017

    Hi,

    Thanks for the update.

    Add this code on the functions.php file to render the search icon inside the mobile menu:

    add_filter( 'wp_nav_menu_items', 'avf_add_search', 9999, 2 );
    function avf_add_search( $items, $args ) {
    	if ($args->theme_location == 'avia')
    	{
    		$search = '
     	<li id="menu-item-search-mobile" class="menu-item"></li>
    ';
    		$items = $search . $items;
    	}
    	return $items;
    }
    
    add_action('wp_footer', 'avf_add_search_script');
    function avf_add_search_script(){
    ?>
    <script type="text/javascript">
    (function($) {
    	$('.av-burger-menu-main').on('click', function() {
    		var page   = window.location.href;
    		var mobile = $('.menu-item-search-mobile');
    		var search = '<form action="'+page+'" method="get" class=""><div><input type="submit" value="?" id="searchsubmit" class="button avia-font-entypo-fontello"><input type="text" id="s" name="s" value="" placeholder="Search"></div></form>';
    
    		setTimeout(function() {
    			if(mobile.find('form').length == 1) return;
    			mobile.html(search);
    		}, 500);		
    	});
    })(jQuery);
    </script>
    <?php
    }
    

    After that, add this css code on the Quick CSS field:

    #top #wrap_all #header #av-burger-menu-ul > li.av-active-burger-items.menu-item-search-mobile {
        padding: 0 30px;
        position: relative !important;
    }
    
    #top #wrap_all #header #av-burger-menu-ul > li.av-active-burger-items.menu-item-search-mobile form {
        position: relative !important;
    }

    Related thread: https://kriesi.at/support/topic/search-field-on-mobiles-has-been-disappeared-after-last-enfolds-update/#post-925174

    Best regards,
    Ismael

    #1034961

    In reply to: Consulting theme menu

    Hey collinssafety,
    Thank you for your new thread, it seems that you have found the big blue button at the top of the forum with the text:
    Can’t find a solution to your problem? Open a new thread
    But I can see that if you are reading a thread this button is not visible, in this case please look at the breadcrumbs and click the “Enfold” to be taken back to the main forum.

    I didn’t find the css to create a accordion style menu, so I worked this out for you by installing the demo on my localhost and adding a couple of menu items under one, Please try this code in the General Styling > Quick CSS field:

    .av-main-nav li:hover > ul {
        top: 100% !important; 
        left: 0% !important; 
        position: relative !important; 
        width: 100% !important; 
    }
    .header_color ul.sub-menu li {
        border-width: 0px !important; 
    }
    .av-main-nav > li > ul.sub-menu {
        border-top-width: 0px !important; 
        border-top-style: none !important; 
    }
    .av-main-nav ul.sub-menu li a {
        border-right-style: none;
        border-right-width: 0px;
        border-left-style: none;
        border-left-width: 0px;
    }
    .av-main-nav ul.sub-menu li:last-child > a {
        border-bottom-style: none;
        border-bottom-width: 0px;
    }
    
    .html_header_sidebar #header .av-main-nav ul.sub-menu > li > a {
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    If this fails, please try this code in the WordPress > Customize > Additional CSS field.
    If this still fails, then include your url so we can take a closer look.

    Best regards,
    Mike

    #1034893

    In reply to: Load more button issue

    For example, on a demo site https://kriesi.at/themes/enfold-2017/portfolio/masonry-portfolio-example-4-column-masonry-grid/, when you click a button “Load more”, everything works fine.

    #1034845
    2018-HOTA-01
    Participant

    hi
    i am almost through in setting up my first woocommerce-shop using enfold 4.4.1 (child).
    problem 1 ordering multiple numbers of the same product
    i can write any number in the field but when i try to use the “+” button i can only add a maximum of 3
    **********************
    problem 2 being much more important at the momemt checkout page does not work at all
    it only shows a blank (black) page with a small white rimmed square, no header/footer or any other field that would allow me to go back. i can use the back button, that will lead me back to cart page
    what i already tried
    set up a new page and inserted woocommerce-shortcode, this does lead to the same result
    activated standard wp theme 2017, same result

    hope someone will come up with an idea!
    thanks n cheers
    BIZ

    #1034829

    Hi!

    I’m not sure why the lightbox is not working for you. Please deactivate all plugins and check if the light box works and let us know.
    You can also try to add “?iframe=true” at the end of the youtube URL.

    Cheers!
    Vinay

    #1034660

    Hi ERS,

    There is a very large button on top of each sub forum to create a new thread, or you can click this link: https://kriesi.at/support/forum/enfold/#new-post

    You are running a very old version of the theme, please update to 4.5: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. Please note that you might have to delete the old version before you upload the new one in order for it to install properly, or use a plugin like this in order to upload the new zip file: https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/.

    Best regards,
    Rikard

    #1034624
    mowseink
    Participant

    I created an Envato private token and configured permissions as instructed, but when I enter it and click “Check the private token,” the wheel by “Save all changes” button just keeps spinning. If I click the Save button, when I refresh I get this error message:

    Last time we checked the token we were not able to connected to Envato:

    Purchases could not be accessed
    Username could not be accessed (needed for your information only)
    E-Mail could not be accessed (needed for your information only)

    Again, I set permissions as instructed, and all those permissions listed in the error message are active.

    #1034615

    Hey johnosjourney,

    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

    
    .header_color .cart_dropdown .dropdown_widget .widget_shopping_cart_content,
    #top .header_color .dropdown_widget .buttons {
        background-color: #ccc;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1034572
    npmcgrew
    Participant

    Hello,
    I was hopeful that I had recently solved an issue I am having with WooCommerce, however that does not seem to be the case.

      Here is the basic overall problem:

    We recently began selling a few new products for a limited time. I have had a few customers call and report that they are experiencing issues with the cart. After adding a product or products from the single product page, they continue to the cart. Most of them have mentioned they clicked the ajax icon that appears. Once they have reached the cart page, they either see no products in their cart or they are only taken to a blank page.

    Some of the customers have then gone back to the product and tried again. Upon again adding the products to the cart, they then see double the quantity of the products in the cart. So more or less, the second add to cart does register all of the previously un-registered add to carts.

    I had thought I had the problem fixed by increasing our WordPress Memory to 512 mb and clearing transients and data that seemed unnecessary to keep for longer. I did that on October 31st and did not see any fatal errors or hear the problem arise again until this most recent fatal error today:

    2018-11-15T19:11:41+00:00 CRITICAL Maximum execution time of 30 seconds exceeded in /home/content/a2pnexwpnas03_data01/96/3492596/html/wp-content/plugins/jetpack/modules/widgets/contact-info.php on line 3

    In regards to that error, I’m not sure it’s all that related to anything other than a poor internet connection during an update.

    I have had a few customers call back in with the same problems again today. As we recently sent out 2,500 member mailers and 5,000 direct mailers to non-members, the online store having issues and costing us conversions is something I desperately need to troubleshoot.

      I did try first to troubleshoot with WooCommerce Support. Here is the support thread with them:

    ME: I have had a few customers call and report that they are experiencing issues with the cart.

    After adding a product or products from the single product page, they continue to the cart. Most of them have mentioned they clicked the ajax icon that appears. Once they have reached the cart page, they either see no products in their cart or they are only taken to a blank page.

    Woo: Hey there!

    Are you able to replicate this? I tried doing it on your site, but it all seems like it is working as far as I can see. Can you verify or tell us some more about how to replicate it on your site?

    Cheers!
    Andrew W – WooCommerce Ninja

    ME: Hi Andrew, we were able to replicate this to a degree on Internet Explorer from a PC in the office. When doing this, we added the 9-hole cart card (https://fairwaysmembership.com/product/9-hole-cart-card/) to the cart. We then clicked to view the cart, and the cart showed as empty.

    He then added an 18-Hole Cart Card (https://fairwaysmembership.com/product/18-hole-cart-card/) and both items appeared in the cart and functioned properly.

    When I try to do the same from Safari, the site times out after clicking Add to cart more times than not.

    I used incognito with Chrome and was able to reproduce the error. Here is a video I recorded of the error happening this morning.

    Is this an issue between WooCommerce and our theme or something else? I figured it could also be a caching issue with Comet Cache essentially clearing out carts mid-session.

    Here is the video: https://youtu.be/u2LowNEfWPc

    Here are some screen shots: https://imgur.com/mz1Op2R https://imgur.com/E78U8My

    Woo: Hey there!

    It does sound like you are seeing some issues with caching, and the cart page displaying some cached versions, either a different user’s cart, or a prior version of their cart.

    Here’s our guide to configuring and setting up caching to make sure it works properly on your site: https://docs.woocommerce.com/document/configuring-caching-plugins/

    Cheers!
    Andrew W – WooCommerce Ninja

    ME: Here are some of the fatal errors from earlier today: 2018-10-31T09:11:29+00:00 CRITICAL Allowed memory size of 134217728 bytes exhausted (tried to allocate 12288 bytes) in /home/content/a2pnexwpnas03_data01/96/3492596/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tab_section/tab_section.php on line 218

    2018-10-31T09:29:25+00:00 CRITICAL Allowed memory size of 134217728 bytes exhausted (tried to allocate 12288 bytes) in /home/content/a2pnexwpnas03_data01/96/3492596/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tab_section/tab_section.php on line 218

    2018-10-31T09:45:39+00:00 CRITICAL Allowed memory size of 134217728 bytes exhausted (tried to allocate 12288 bytes) in /home/content/a2pnexwpnas03_data01/96/3492596/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tab_section/tab_section.php on line 218

    Am I correct in assuming these were the cause (and moreover the memory limit) of the issue with the cart? Since upgrading the memory to 512, no fatal errors have been logged.

    Woo: Hi Jonathan,

    Was cache cleared as well? If after clearing plugin and/or server cache as well as upping the memory limit has helped with the initial empty cart error, then you should be all set. I’d also check with your host to exclude caching from cart, checkout, and my account pages just to be sure.

    If the issue still occurs, do let us know!

    ME: Could this be caused by an issue with the avia cart button? It seems the WooCommerce box that appears above a product after clicking add to cart works fine. I believe the issue arises when users hover the cart icon and click view cart. Here is an error I found using inspect with Chrome: https://imgur.com/DEsRGne

    All in all, is this likely caused by hosting, theme (enfold) or woocommerce issues? And are there any settings I can modify to ensure this issue doesn’t occur for customers?

    Thank you again!

    Woo: Hi Jonathan,

    Thanks for your follow-up email! I am happy to help you further.

    Could this be caused by an issue with the avia cart button? It seems the WooCommerce box that appears above a product after clicking add to cart works fine. I believe the issue arises when users hover the cart icon and click view cart. Here is an error I found using inspect with Chrome: https://imgur.com/DEsRGne

    I think the issue was caused by the theme since the very beginning. We can tell this by the fatal errors you’ve been having:

    134217728 bytes exhausted (tried to allocate 12288 bytes) in /home/content/a2pnexwpnas03_data01/96/3492596/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tab_section/tab_section.php on line 218
    As you can see the issue is with the theme file. The 2 other errors showed the same.

    All in all, is this likely caused by hosting, theme (enfold) or woocommerce issues? And are there any settings I can modify to ensure this issue doesn’t occur for customers?

    As mentioned above, I think the issue was caused by the theme so I would recommend keeping an eye on it. Make sure it is always updated and also monitor the feedback you receive from your customers. It sounds like the issue is now resolved, correct? If so, as I mentioned, watch it closely for the next few weeks and contact us again in case the issue is back.

    Please let us know if you have any additional questions along the way.

    Best,

    Julia A. – Woo Happiness Engineer
    Automattic, Inc

    Note: This ticket will self-close in 7 days without a reply (not applied to tickets with bug reports which are on-hold).

    Overall, any assistance would be greatly appreciated. With the number of mailers going out this weekend, Facebook ads and email campaigns, we’re expecting a high number of online shop visits. Thank you in advance!

    Video of the error occurring previously with 4.4

    1. Product added to the cart
    2. The cart shows no products having been added.
    3. My best guest as to the issue

    List of plugins:
    Plugins on FairwaysMembership.com (Comet Cache is disbled on shop pages)

    #1034555

    Sorry I removed the plugins I was using. I just want add something about the size of the large button that only displays on the home page in the bottom right corner. I would like it to be fixed in that position if you scroll down the page. I took over a website and it had this functionality using a different theme or plugin but I am not sure what they were using. I love Enfold and have used it on many website. I haven’t come across this this feature on Enfold and was wondering if someone knew a plugin that is compatible or some code that would work.

    #1034504

    Hi jbassino,

    I have checked Show element options for developers in Enfold > Layout Builder.
    Then added 1/1 Column and in Custom CSS Class, I added this value: .center-section then added a Product Purchase button inside the column.
    Then in Quick CSS located in Enfold > General Styling, I added:

    #top .center-section form.cart,
    #top .center-section .av-woo-purchase-button {
        text-align: center;
    }
    
    #top .center-section form.cart .button {
        float: none;
    }

    Let us know if this helps.

    Best regards,
    Nikko

    samurai_666
    Participant

    Greetings from Vienna!
    I cannot find the most important share button of Facebook to click? Is there a way to add this to posts and pages easily in the theme or only with additional plugins?

    best regards
    Gerhard

    Hello Ismael,
    I have now generated my public and secret key in Captcha V3. The new code you gave me (in my private content is a link to the website) does not work either.
    The code does not show a captcha symbol. Do you see that in this picture?
    Contact form without Recaptcha and button
    This is not the newest Version of Enfold. Enfold 4.5 see picture at the next post.

    I have entered the public key V3 in the line var key = ‘XXX’ and also in the line under the function avia_register_reCAPTCHAV2_scripts (). Then I entered the V2 key in this line, but unfortunately that does not work either.

    Here comes the code:
    EDITED: Please use the plugin instead: https://github.com/KriesiMedia/enfold-library/tree/master/integration%20plugins/Enfold/Enfold%20G%20Recaptcha/enfold-recaptcha

    What do I wrong? Normally it’s easy with your description but it still not work.

    Frank

    • This reply was modified 7 years, 4 months ago by frasche.
    #1034069
    brandaspect
    Participant

    Hi Support team.

    I have added the https://kriesi.at/documentation/enfold/image/#remove-image-alt-title-on-hover code and it works fine except for all older posts following the “load more” button.

    This is using the masonry layout with pagination

    #1033994

    Hey Matt,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .responsive .shop_table .product-quantity {
        display: block !important;
        max-width: 83px;
      }
    
      .responsive .shop_table .product-quantity input[type="button"] {
        display: none !important;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    #1033961

    Hi,
    The overlay from the diagonal border element is overlapping your button, so it seems to not work.
    The solution is to add more space below the button & above the diagonal border element, or to add a z-index to the container so it will be clickable. I added z-index to your pages listed in the Private Content area so your buttons & videos are clickable.

    To do this I enabled the custom classes in your layout builder at Enfold Theme Options > Layout Builder > Show element options for developers and added the class “ds-overlay” to the diagonal border section on your pages.
    Then I added this code in the General Styling > Quick CSS field:

    #ds-overlay.avia-section .container {
      z-index: 300 !important;
    }

    Please clear your browser cache and check.
    I have included a screenshot in the Private Content area that shows how the overlap was blocking the button.

    Best regards,
    Mike

    #1033933

    sorry wrong part. it goes about the video starting from your button.

    Hm that code worked on my enfold theme:

    https://www.youtube.com/watch?v=Y_dteRICqzs?autoplay=1&iframe=true

    • This reply was modified 7 years, 4 months ago by Guenni007.
    #1033753
    acscreativenew
    Participant

    Hi, im trying to deep like to a Portfolio Masonry Element. Im using the filters for the categories and would like to be able to have a button that links to each one of them pre filtered.

    I saw this code https://kriesi.at/documentation/enfold/portfolio-grid/#enable-deeplinking-to-the-portfolio-ajax but Im not sure thats what im looking for and im also having issues getting it working.

    I added to my functions and create this link

    http://imaginepreview.com/senzafine/portfolio-item?custom_ajax=799

    But still getting a 404, 799 is one of my project IDs

    Here is my portfolio page, http://imaginepreview.com/senzafine/projects/

    Looking to have a link like http://imaginepreview.com/senzafine/projects/#armour-stone or something along those lines.

    That will go right to the portfolio page with that category selected already.

    Thanks

    #1033617
    philippmosqueira
    Participant

    Dear Enfold Team,
    I love your theme but I have two problems:
    1) My theme update from Version 4.4.1. to 4.5 is not working. When I try to do the update it says “Download failed.
    No valid URL was submitted”
    2) On all of my pages somehow the button of the first section is not working. All the other buttons are fine, it’s just the first one on each page.
    I am really frustrated because I tried to fix these problems by myself but it did not work.
    Thank you so much for your help
    Philipp

    #1033526
    steps3011
    Participant

    Hello,
    Unfortunately, since the last Enfold update to the newest version I have some problems with the presentation of the themes. I hope you can help me solve these problems.

    1. A few months ago you helped me in this thread (https://kriesi.at/support/topic/individual-read-more-button/) the weiterlesen link to individualize.
    That worked out wonderfully, but since the latest update, the changes are gone. I have made both the adjustments in the loop-index.php as well as in the postslider.php, but unfortunately without success. I have not changed the names of the categories. I think the problem relates to Ismael’s last answer. That was his last answer then.
    “Hello,

    Thanks for the information. We added the parameter post id to the function has_category. It should work properly now.

    Many Greetings,
    Ismael ”

    It would be nice if that worked out again, but I can not stand it because I did not make the change that it worked.

    2. The extended layer slider that comes with the Enfold theme does not manage to display the full width in a boxed layout. The picture expands to the right, but he does not do it on the left. For example, with the Google Chrome Developer tool, I can set the margin-left to -160px and then it will work. However, if I want to make that setting persistent and address the appropriate class or ID, it will not make any changes. A picture of the problem is coming now.

  • https://imgur.com/a/bKqYiFB
  • 3. Since the update, he shows me a funny message on my posts. The problem is that this message is on for my website visitors to see. In other threads, I also found this problem and tried to fix it myself, but then it shows me another error message.

  • https://imgur.com/a/e2NPJwV
  • 4. The page width of all Tag archives and all category archives should have exactly the same width with inner distance, outer distance, etc. as the start page. However, if I change something, the whole layout is lost on the pages mentioned.

    Unfortunately, these are the problems that have arisen with the new update. I also had a Child Theme and the most important folders reincorporated there, so that nciht not happen, but it still happened.

    I hope that I could formulate the problems reasonably well and that you can help me, please. I will write the data for login to the backend in private mode.

    Many Thanks

    Steps3011

#1033506
Ciara Gogarty
Guest

Hi there,

I was registering for support, and realised once i’d hit the send button that there was a typo in my email address. Now i am unable to get in to adjust it, and unable to use my purchase key in order to set up a support account. Can you please help ASAP as having a serious issue with Enfold that needs resolving ASAP

#1033178

In reply to: Button Text Size

Hi mooshonov,

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 {
  font-size: 16px !important;
}

If you need further assistance please let us know.

Best regards,
Victoria

#1033112

In reply to: Various questions

Hey Jan,

1. To add a clickable link to the top bar please check

2. To align the header elements to take the full width of the browser please check

3. You can create a registration page using a plugin like WooCommerce or any other 3rd party plugin which will also support wishlist and link the registration page to the top bar.

4. Please increase the border-radius value to 2px from 0 to achieve rounded corner buttons.

5. Please check the “Hover state” under Main menu sublinks to view the settings and snippets which you can use to change the hover effects.

6. 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 #header .av-menu-button > a .avia-menu-text {
    border-radius: 2px !important;
}


Please create new tickets for different issues which are not related, it will be easy to provide you with the solution and keep the topic related to its content :)

Best regards,
Vinay

#1033021

Hi,

Sorry for the late reply, I have checked your site and mentioned the steps to resolve the issue below:

To change the button element color on hover please follow the steps:
1. Enable custom CSS class name from Enfold > Layout Builder
2. Give the button element a custom class name “my-custom-button” and use the code provided here:

To make the columns inside which you have the image and text of the same height, please check

I have made the same changes for the column at the bottom of the example page

I have used the embed method to display the video in the footer

In future please create new tickets for different issues it will be easy to provide the solution for you :)

Best regards,
Vinay

#1032990
Kesselhut
Participant

Hi all,

i want to add a custom whitespace to a specific area of my page which I think has to be done with media queries.
As a workaround I added 3 separators which will be shown on different screen sizes defined by the options enfold is offering.

I need a custom whitespace area on the homepage above the three buttons ( See private Content for details)

I need the these screen sizes to be more specific and different breakpoints.
Adding a class doesn’t seem to work, or maybe I am doing something wrong.

Any help will be appreciated.

Greetings Henning

#1032880

In reply to: CTA buttons

Hey Arlinx,

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

.page-id-19697 #av_section_3 .avia-button-left {
    margin-right: 20px;
}

Best regards,
Rikard

Viewing 30 results - 4,051 through 4,080 (of 11,211 total)