Forum Replies Created

Viewing 30 posts - 6,031 through 6,060 (of 34,918 total)
  • Author
    Posts
  • in reply to: Align blog images #1416983

    Hey sarthakchoudhary,
    Thank you for the link to your site, as I understand you want all of the images to be the same height, the images are in the background and the amount shown is based on the caption length, so we need to make all of the captions the same height, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .av-masonry-entry figcaption {
    	min-height: 235px;
    }

    After applying the css, please clear your browser cache and check.
    In my test this worked well for your page, but feel free to adjust if you wish.

    Best regards,
    Mike

    in reply to: Mainmenu submenu in full width #1416979

    Hey Aviatist,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Can’t install demo files #1416977

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Move Submit Form Button #1416976

    Hi,
    Ok, thanks for the login, I added a custom class to your contact form hidden-field
    Enfold_Support_3041.jpeg
    and then I added an Empty Line element to your form:
    Enfold_Support_3045.jpeg
    then I added this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field

    .hidden-field .av-form-empty-line {
    	display: none;
    }

    and now the button is as you wish:
    Enfold_Support_3047.jpeg
    Please clear your browser cache and check.
    If you want so extra space between the form and the button, remove the css I added, I was not sure how close you wanted the button.

    Best regards,
    Mike

    in reply to: Text block: Underlined link #1416974

    Hi,
    Try this css instead so that only links in a paragraph will underline, which will exclude the menu and buttons:

    #top p > a:hover {
    	text-decoration: underline;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Change the place of social Icon #1416972

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Team Member Designation #1416971

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Footer: Social media icon #1416970

    Hi,
    Can you add the logo to the third column? It doesn’t have much information in it.
    If you need to have a fourth column for the logo then add it back and I will try to offer some css to line up the other 3 columns, but it will probably move the fourth column with the logo close to the right edge of the screen.

    Best regards,
    Mike

    in reply to: Header on mobile #1416969

    Hi,
    Thank you for the link to your site, I see your css is working and I don’t see any reason to adjust it, well done.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Header on mobile #1416944

    Hey ThibUbi,
    Can you link to your page so we can examine?

    Best regards,
    Mike

    in reply to: enfold header with elementor footer #1416943

    Hi,
    I guess that makes sense.

    Best regards,
    Mike

    in reply to: Add simple javascript #1416903

    Hi,
    Glad we were able to help, in the future if you find jQuery scripts with the dollar sign ($) try wrapping it with this:

    
    (function($) {
    
      // script here
    
    }(jQuery))
    

    If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Horizontale Galerie anpassen mit CSS #1416902

    Hey Highlander-2013,
    Please use the options at Horizontal Gallery ▸ Styling ▸ Gallery ▸ Gallery Height to adjust the gallery height in relation to the gallery container width.
    Enfold_Support_3037.jpeg
    and also note the size of the images, so if you want it in a small space you probably don’t want to use large images
    Enfold_Support_3039.jpeg
    So depending on the size you want use these two settings together.

    Best regards,
    Mike

    in reply to: Move Submit Form Button #1416899

    Hey ballindigital,
    Thanks for the screenshot and the link to your site, but the login is not working, try making the last field full width or add one more 1/2 width field or add the Captcha field and the submit button will be below.
    For example the “extra notes” could be the last field and full width to allow the user to have more room to add notes.

    Best regards,
    Mike

    in reply to: enfold header with elementor footer #1416898

    Hi,
    I don’t think those files will change often but if you notice any issues you want to check those first, but the footer.php may be more often so you will want to check it with each update.
    We don’t recommend a child theme footer.php & header.php anymore in to your child theme, it is the most common reason for errors when updating. We recommend adding any customizations added in your child theme functions.php, but in this case you will need a custom footer.php because you don’t want the closing tags for #main & #wrap_all added twice.

    Best regards,
    Mike

    in reply to: Add simple javascript #1416896

    Hi,
    When I checked your child theme functions.php you still had the old script:
    Enfold_Support_3033.jpeg
    I replaced it with the script above and now the logo shows:
    Enfold_Support_3035.jpeg
    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Add simple javascript #1416893

    Hey CharlieTh,
    Thank you for the link to your site, I see that you are getting this error Uncaught TypeError: $ is not a function because jQuery was not declared in your code.
    Try this function instead

    function my_custom_function() { ?>
      <script>
    (function($) {
    setTimeout(function() {
    $('.ribbon').addClass('active');
    }, 500);
    }(jQuery));
    </script>
      <?php
    }
    add_action('wp_footer', 'my_custom_function');

    Best regards,
    Mike

    in reply to: Issue with Enfold Theme After PHP Upgrade #1416892

    Hey tuncaycicek,
    I believe this is the same as this issue which was corrected in an update, please ensure that you are using v5.6.5
    Also please note Guenni007’s comment in the thread that a plugin may also cause this, so after updating try disabling your plugins and check.
    Also note that if you are using a child theme footer.php & header.php and these do not match the current footer.php & header.php, this will cause errors in your theme. We do not recommend adding these files to your child theme, it is the most common reason for errors when updating. Please remove these files and any customizations you wish to make should be done in your child theme functions.php

    Best regards,
    Mike

    in reply to: Social Icons hover circle color #1416890

    Hey stephaniebLOS,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #wrap_all .social_bookmarks .social_bookmarks_facebook:hover a{color:#708e40; background-color:#fff; }
    #top #wrap_all .social_bookmarks .social_bookmarks_mail:hover a{color:#708e40; background-color:#fff; }
    #top #wrap_all .social_bookmarks .social_bookmarks_linkedin:hover a{color:#708e40; background-color:#fff; }
    #top #wrap_all .social_bookmarks .social_bookmarks_instagram:hover a{color:#708e40; background-color:#fff; }

    After applying the css, please clear your browser cache and check.
    Enfold_Support_3031.jpeg

    Best regards,
    Mike

    in reply to: enfold header with elementor footer #1416889

    Hi,
    Thanks for the feedback, it sounds like the closing tags for #main & #wrap_all will need to be added to:
    single.php
    page.php
    archive.php
    so the footer.php can be replaced by Elementor.
    Give this a try and only leave the closing /body & /html in the footer file as a test.
    If this works for you you can add those files to your child theme.

    Best regards,
    Mike

    in reply to: Privacy policy buttons #1416886

    Hi,
    Very good, we will close this thread as complete for the cookie bar customization into a cookie popup as you asked for, your welcome.
    As for your new cookie management question, please see our cookie documentation, were you will see that you can change or add buttons to say whatever you want them to say, the “functionality” cookie would be like Google fonts & Google Maps the “marketing” cookie, would be like Google Analytics or any third party tracking that you have installed.
    I recommend using the provided cookie options in the theme settings, and rename or add buttons as the options allow, as it may be very difficult to completely redesign the cookie management panel. If you feel the cookie management panel is inadequate or needs further features, please submit a Github Feature Request as it is for users to place requests and follow them as they are reviewed.
    If you need further help after reviewing the documentation, please open a new thread and try to explain what you want to achieve in detail. Thank you for your understanding and patience.

    Best regards,
    Mike

    in reply to: Increase the size of social icons in header #1416880

    Hey stephaniebLOS,
    Thank you for the link to your site, Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #wrap_all .social_bookmarks li a {
    width: 40px!important; 
    line-height: 40px!important; 
    min-height: 40px!important; 
    font-size: 20px!important; 
    }
    
    #top #wrap_all .social_bookmarks li {
    height: 40px!important; 
    width: 40px!important; 
    }
    
    #top #wrap_all .social_bookmarks {
      height: 60px!important;
    }

    feel free to adjust to suit and clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Horizontal Icons List #1416878

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Image Link Masonry Galery #1416877

    Hi,
    Thank you for the link to your site, the column that the masonry gallery element was in had a column link to your about page, I removed this link for you and now the masonry links work correctly.
    Enfold_Support_3029.jpeg

    Best regards,
    Mike

    in reply to: Footer: Social media icon #1416872

    Hi,
    The footer is four columns but the section above is three columns, can you make the footer three columns so they will be the same width and line up?

    Best regards,
    Mike

    in reply to: Privacy policy buttons #1416871

    Hi,
    Inside the Settings ▸ Cookie and Privacy Settings ▸ Privacy Policy tab the height of the container is the same for each tab, this can not be changed, it is just that the Privacy Policy doesn’t have as much content as the other tabs.
    Please note that we ask that each thread sticks to one topic, your requests are now beginning a new topic, so please start a new thread. This thread is very long and we should stay focused on the cookie bar customization into a cookie popup. Currently we have achieved what your request was so unless there is anything else we can assist with on this specific customization, shall we close this then?

    Best regards,
    Mike

    in reply to: Add Links / URLs into Text Block #1416850

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: enfold header with elementor footer #1416849

    Hi,
    We will leave this open to hear back from you.

    Best regards,
    Mike

    in reply to: Privacy policy buttons #1416848

    Hi,
    To add some space between the red buttons in Settings ▸ Cookie and Privacy Settings add this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 384px) { 
    	.avia-cookie-consent-modal-buttons-wrap .avia-cookie-consent-button.avia-cookie-consent-button-4 {
    		margin-bottom: 20px;
    	}
    }

    After applying the css, clear your browser cache and check.
    Enfold_Support_3027.jpeg

    Best regards,
    Mike

    in reply to: Privacy policy buttons #1416819

    Hi,
    The banner is visible, the red buttons work fine.
    Enfold_Support_3025.jpeg

    Best regards,
    Mike

Viewing 30 posts - 6,031 through 6,060 (of 34,918 total)