Forum Replies Created

Viewing 30 posts - 13,651 through 13,680 (of 34,598 total)
  • Author
    Posts
  • in reply to: Small Styling Issue on Portfolio Masonry Element ALB #1322201

    Hi,
    Thanks for the feedback, this seems to be the missing css:

    .text-sep {
        padding: 0 5px;
    }

    adding this will correct, but due to your caching I can’t tell why your original rule is not applied.

    Best regards,
    Mike

    in reply to: How to align add to cart buttons at the bottom of the grid #1322197

    Hi,
    Thanks for the feedback, unfortunately I’m not seeing this issue with the first grid link above, please see the screenshot in the Private Content area of when I test the css. Please include a screenshot and explain what browser and screen size you are testing with.

    Best regards,
    Mike

    in reply to: Adding custom javascrtip to Enfold's Theme header. #1322195

    Hi,
    Thanks for the feedback, is this the install info you are using: How To Create A Pop-Up Donation Form
    Can I see your site with an admin login?
    Please add to the Private Content area.

    Best regards,
    Mike

    in reply to: Contact form transparency issue #1322027

    Hi,
    Thank you for your patience and the screenshots and link to your site, when you use a transparent background on <select>, some browsers insert a white background on the drop-down, which can be an issue if your text is white, to correct this browser behavior you can use a color instead of white for the background.
    Please try this code in the <strong style=’color:#000′>General Styling ▸ Quick CSS field or in the <strong style=’color:#000′>WordPress ▸ Customize ▸ Additional CSS field:

     #top div .av-light-form select > option {
        color: #fff;
        background: rgba(0, 0, 0, 0.5);
     }

    the expected results:
    2021-09-23_004.png
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: delete this withe submenu #1322021

    Hi,
    Thank you for your patience and the link to your site, I found that at the top of your Enfold Theme Options ▸ General Styling ▸ Quick CSS field you have css to hide the menu arrows:
    2021-09-23_002.png
    I commented this out and now your menu arrows show:
    2021-09-23_001.png
    I don’t believe you can recover deleted menus, but I see that you have 5 previously used menus, so perhaps one of these is a copy of the one you want?
    2021-09-23_003.png
    Above Yigit said that he deleted a single empty menu item, not a complete menu.

    Best regards,
    Mike

    Hi,
    Heureux d’avoir pu vous aider, si vous avez d’autres questions, veuillez créer un nouveau fil de discussion et nous le ferons essayer de vous aider avec plaisir. Merci d’avoir utilisé Enfold.

    — Translated with Google —

    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: Adding custom javascrtip to Enfold's Theme header. #1322014

    Hi,
    Thank you for your question, you would not need to change the function name my_custom_code_head, it could be anything such as my_donorbox_code, but please note that every function must have a unique name. So try adding this code to the end of your functions.php file in Appearance ▸ Editor:

    function my_custom_code_head(){
    ?> 
    <script type="text/javascript" defer src="https://donorbox.org/install-popup-button.js"></script>
    <script>window.DonorBox = { widgetLinkClassName: 'custom-dbox-popup'}</script> 
    <?php
    }
    add_action('wp_head', 'my_custom_code_head');

    Please take care when you copy & paste that the quotes do not become curly quotes which will break the code.

    Best regards,
    Mike

    in reply to: No title image on tablet landscape view #1321921

    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

    Hi,
    Thank you for your patience and for the login, I found that your child theme was broken because the stylesheet header didn’t have the template rule, it was just a copy of the parent theme stylesheet, I corrected this for you, I also found that your functions.php had a function to assign the stylesheet but this is not needed so I commented out, and I found that the header.php was empty so I corrected.
    If you are not going to modify the header.php & footer.php then I recommend deleting these files in your child theme so when the parent theme is updated you will use the updated versions.
    I also found that your homepage had the sidebar turned on, it seems from your post above you didn’t want this so I disabled it.
    Please check your site now.

    Best regards,
    Mike

    in reply to: No title image on tablet landscape view #1321910

    Hi,
    Sorry for the very late reply and thank you for your patience, I see that you are using two color sections to create the backgrounds, for portrait the background attachment is set to scroll, and for landscape the background attachment is set to fixed please change this background attachment to scroll also, and then clear your browser cache and Safari’s history and check again.
    Safari has an issue with fixed parallax background images.
    If you are not sure which settings I mean, try this css in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    .avia_mobile #top.home #av_section_1 {
        background-attachment: scroll !important;
    }

    then clear your browser cache and Safari’s history and check again.

    Best regards,
    Mike

    Hi,
    Very good then, 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: Fade-out of shipment method #1321898

    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: Symbole werden nicht angezeigt. / Icons are not displayed. #1321771

    Hi,
    Sorry for the very late reply and thank you for your patience, I believe this is somehow related to it being the last element in my test this seemed to correct, please try this css in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    .avia_transform.avia_desktop #top .avia-builder-el-last .flex_column.av-animated-generic {
        opacity: 1;
    }

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

    Best regards,
    Mike

    in reply to: Fade-out of shipment method #1321761

    Hi,
    Thanks for the feedback, please try this css:

    #top #shipping_method label[for=shipping_method_0_flat_rate3] {
    	font-size: 0;
    }
    #top #shipping_method label[for=shipping_method_0_flat_rate3] .woocommerce-Price-amount.amount {
    	font-size: 13px;
    }
    ul#shipping_method.woocommerce-shipping-methods {
    	margin-bottom: 0;
    }

    the expected results:
    2021-09-21_075948.jpg

    Best regards,
    Mike

    in reply to: Fullscreen slider problem #1321744

    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: Downloading the Demo Theme Files #1321741

    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: Fade-out of shipment method #1321634

    Hi,
    Thank you, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top.woocommerce-order-received .woocommerce-table--order-details small.shipped_via {
    	display: none;
    }

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

    Best regards,
    Mike

    in reply to: color section margins wrong after update to 4.8.6.2 #1321632

    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: Does a change of servers disable the Envato theme? #1321631

    Hi,
    Very good, we will keep this open until we hear back from you when you have it sorted out.

    Best regards,
    Mike

    in reply to: Downloading the Demo Theme Files #1321623

    Hi,
    I have installed the demo for you with a child theme, please check.

    Best regards,
    Mike

    in reply to: Please reopen my last thread #1321560

    Hey zizibe1,
    Thread re-opened, thank you for sharing.

    Best regards,
    Mike

    in reply to: shortcode not working on sidebar #1321559

    Hey virtualbis,
    Thank you for the link to your site, the filter you have added is correct but the Archives Shortcode you are trying to use is only for WordPress.com, the hosted version of the WordPress.org software.
    WordPress.com has added certain shortcodes for their users because they can not edit their site like you can edit yours, they are limited.
    Please see the WordPress Codex for the Default Shortcodes.
    You can either use a plugin to add this shortcode or add it yourself like this example.

    Best regards,
    Mike

    in reply to: Photo Gallery Lightbox Navigation #1321558

    Hey AngelaMcEwanGibson,
    Thank you for the link to your site, the theme option Lightbox Modal Window was not enabled, I did this for you and it now works, please check.

    Best regards,
    Mike

    Hi,
    Glad Nikko was 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: Problem with mobile header #1321554

    Hi,
    Thank you for the link to your site, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    @media only screen and (max-width: 500px) { 
    #header_main #menu-item-shop .cart_dropdown_link {
        padding: 0;
    }
    .responsive.html_bottom_nav_header.html_cart_at_menu #top #wrap_all #header_main .main_menu {
        right: 0;
    }
    #menu-item-search {
    	left: 10px;
    }
    .responsive #top #wrap_all #header_main .av-logo-container.container {
        width: 95%;
        max-width: 95%;
    }
    }
    @media only screen and (max-width: 374px) {
    	.responsive #header_main .logo img {
        max-width: 90%;
    	}
    }

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

    Best regards,
    Mike

    in reply to: Small Styling Issue on Portfolio Masonry Element ALB #1321552

    Hey Tim,
    Thanks for the screenshots but I’m not seeing this on a 2017 Demo install:
    2021-09-19_009.png
    perhaps there is something else affecting yours, can you link to your page?

    Best regards,
    Mike

    in reply to: Fullscreen slider problem #1321551

    Hey rnakrst,
    Thank you for the link to your site, the issue with the slider was that you were getting a javascript error because one of your menu items had a character that was being converted into hex code, this ID #naročanje was read by the javascript as #naro%C4%8Danje
    I corrected the link ID for you, the menu item text doesn’t seem to cause any issues so you can leave it as Naročanje
    Please check.

    Best regards,
    Mike

    in reply to: Downloading the Demo Theme Files #1321548

    Hi,
    Thank you for your patience as I understand you would like the Startup demo installed, but unfortunately, the ftp login is not accepting the password, please check.

    Best regards,
    Mike

    in reply to: Styling to Column not showing #1321546

    Hi,
    Thank you for your patience and the link to your site and the video which made the issue clear, I’m glad you made a video because I don’t see the same error on my end, I checked with Chrome, Firefox, Edge on Windows 10, and Safari on Mac.
    In all cases, the very last one has a red background color and the one above has a white background color, please see the screenshot in the Private Content area.
    I’m sorry to say that I believe it is a cache issue, I know you have cleared it many times, but assuming that you are using Safari please see these steps and note step 4 and Clear the History.
    If this doesn’t help then try logging in with the login you gave us, and see if it is the same.

    Best regards,
    Mike

    in reply to: kontakt formular #1321545

    Hi,
    Thank you for your patience, your table was set to a pricing table instead of a regular one, I corrected for you:
    2021-09-19_007.png
    please check.

    Best regards,
    Mike

Viewing 30 posts - 13,651 through 13,680 (of 34,598 total)