Forum Replies Created

Viewing 30 posts - 17,191 through 17,220 (of 35,074 total)
  • Author
    Posts
  • Hi,
    Sorry for the late reply, to move the button to the bottom, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.home #av-layout-grid-2 .flex_cell.av_one_third,#top.home #av-layout-grid-1 .flex_cell.av_one_third {
    	vertical-align: bottom !important; 
    }

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

    Best regards,
    Mike

    in reply to: LearnDash Quiz Results Display Issue… #1209272

    Hi,
    Thank you, I changed to the Learndash 3.0 framework and added this css and now you will see the progress bar animation and the final results.

    dd.course_progress {
    	width: 100%;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Styling Form Calendar #1209269

    Hi,
    Glad we were able to help, 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 in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Error after update #1209267

    Hi,
    That is great news! Glad we were able to help, 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 in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Hiding title on mouse hover in Post Slider #1209266

    Hi,
    Please include an admin login in the Private Content area so we can take a look.

    Best regards,
    Mike

    in reply to: ENFOLD SOCIAL ICONS SHOWING AS BOXES #1209264

    Hi,
    Please ask your server support to set CORs to Header set Access-Control-Allow-Origin "*" because I think they need to restart the server for this to take effect, and this can’t be done from the cPanel.

    Best regards,
    Mike

    in reply to: Widget Text Area in Header #1209258

    Hi,
    This css makes the background transparent and the text white when the header is transparent, after scroll when the header appears the text returns to its red color.

    #header.av_header_transparency #text-6 .textwidget h1,#header.av_header_transparency #text-6 .textwidget h3 {
    	color: #fff !important;
    }
    #text-6,#text-6 .textwidget {
    	background: transparent !important; 
    }

    Best regards,
    Mike

    Hi,
    Some “managed wordpress” hosting have stricter security than regular hosts and block parts of the demo import, but it also seems to be different settings for different hosts, I have not been able to reproduce it consistently, so it’s hard to say the exact steps you will need to take. The dev team has been working on a new importer which should solve this issue.
    I have installed the different demos to my live testing site and to my localhost almost daily and have never had an issue.
    I have uploaded all of the demo images to your /uploads/ folder and edited your demo import file (/enfold/includes/admin/demo_files/construction.xml) to point to those images so you will be importing from your own site.
    But I don’t have an admin login to run the import, so please reset your site with this plugin and then run the demo import.

    Best regards,
    Mike

    in reply to: Rename Toogle-URL #1209209

    Hi,
    Sorry for the late reply, I believe that you mean the toggle for the accordion element, you can change the ID in the advanced tab of the toggle:
    2020-05-02_214830.png

    Best regards,
    Mike

    in reply to: Left and right page margins too large #1209207

    Hi,
    Sorry for the late reply, I took a look at your link above and found that your margins are set to “auto” so the container width is what dictates the margins. This page is set to max-width: 1010px; where your other page is set to: max-width: 100%; This css will correct.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .responsive .container {
        max-width: 100% !important; 
    }

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

    Best regards,
    Mike

    Hi,

    @brotrevor
    I tried to login to your site and ftp, but the info given didn’t work, please check.
    Which demo did you want, the construction demo?

    Best regards,
    Mike

    Hi,
    Glad to hear you have sorted this out with help from Guenni007, 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 in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: can i replicate this element on my theme? #1209201

    Hi,
    So for your “Comment ça marche” section, you can add a background-color on hover with this css:

    #top.home .post-entry-734 .av_one_fifth:hover {
    	background-color: red;
    }

    But it would look better if the images had a transparent background.

    Best regards,
    Mike

    in reply to: Hiding title on mouse hover in Post Slider #1209200

    Hi,
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script(){
      ?>
      <script>
    (function($){
      $("*").hover(function(){
        $(this).removeAttr("title");
      });  
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: tracking wth google analytics pdf download #1209199

    Hey Elena,
    Sorry for the late reply, I see the old post is from 2013 and the link to the original article is dead, so I’m not sure this would work anymore. I did find this article that may work better.

    Best regards,
    Mike

    in reply to: Searchbox Design #1209197

    Hey endy,
    Sorry for the late reply, I believe this is a duplicate thread, let’s continue in your other thread, in that thread, I suggested following these steps for a search box.

    Best regards,
    Mike

    in reply to: Searcbox #1209196

    Hey endy,
    Sorry for the late reply, it looks like you would like to add a search bar to the beginning of your menu, please try this solution.
    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: LearnDash Quiz Results Display Issue… #1209194

    Hi,

    @nesaw
    please renew the temp login so we can take another look at this. Thank you.

    Best regards,
    Mike

    in reply to: Header-Titel und Linkstruktur (Breadcrumb) #1209183

    Hi,
    Sorry for the late reply, I took a look at your layer sliders but didn’t see a white block, I thought perhaps they were premium features from layerslider.
    When I looked at your pages during editing I see the block editor was showing above the Advanced Layout Builder making it confusing as to which editor to use, so I changed your theme option to “Classic Editor” and the pages and content are now editable.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Search Icon error #1209178

    Hi,
    Sorry for the late reply, it looks like your menu has changed some so the overlap doesn’t seem to be an issue now?
    Please see the screenshot in Private Content area of what I see, do you need further help with this?

    Best regards,
    Mike

    in reply to: Widget Text Area in Header #1209173

    Hi,
    Ok, to have a transparent background try this css:

    #text-6,#text-6 .textwidget {
    	background: transparent !important; 
    }

    Best regards,
    Mike

    in reply to: Error after update #1209172

    Hi,
    I came across this post today that has the same error as you with a solution. Please check.

    Best regards,
    Mike

    Hi,
    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: 767px) { 
    #top.home #layerslider_2 > div.ls-inner > div > div:nth-child(4) > div > p {
    	font-size: 9px !important; 
    }
    #top.home #layerslider_2 > div.ls-inner > div > div:nth-child(5) > div > h1 {
    	font-size: 9px !important;
    }
    #top.home #layerslider_2 > div.ls-inner > div > div:nth-child(6) > div > p {
    	font-size: 18.07801px !important; 
        width: 200.539px !important; 
        height: 26.695px !important; 
    }
    #top.home #layerslider_2 > div.ls-inner > div > div:nth-child(6) > div {
    	left: 59.05px !important; 
    }
    #top.home #layerslider_2 > div.ls-inner > div > div:nth-child(4) > div {
    	left: 47.1489px !important; 
    }
    #top.home #layerslider_2 > div.ls-inner > div > div:nth-child(5) > div {
    	left: 82.454px !important; 
    }
    }

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

    Best regards,
    Mike

    in reply to: Odd Menu Error After Update #1209161

    Hi,
    We are all glad to help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Widget Text Area in Header #1209159

    Hi,
    Why not use the transparent image you just posted in the widget and not the HTML? Then the text will be correct and you will have the “lady bee” in the correct position.

    Best regards,
    Mike

    in reply to: Styling Form Calendar #1209157

    Hi,
    Please try this css instead:

    div.ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
        margin-left: 40px !important; 
    }
    #top .avia-datepicker-div.ui-datepicker .ui-datepicker-prev,#top .avia-datepicker-div.ui-datepicker .ui-datepicker-next {
    	width: 90px !important; 
    }
    #top .avia-datepicker-div.ui-datepicker select.ui-datepicker-year {
        width: 30% !important; 
        margin-right: 40px;
    }

    To change the text “Vorangegangen” to “Previous” try this css:

    #top .avia-datepicker-div.ui-datepicker .ui-datepicker-prev span {
    display: none !important;
    }
    
    #top .avia-datepicker-div.ui-datepicker .ui-datepicker-prev::before {
    content: 'Previous' !important;
    }

    Best regards,
    Mike

    in reply to: Logo gone after plugin Autoptimize #1209149

    Hi,
    Sorry, I’m not sure which issue you mean from the screenshot, what are we looking at?

    Best regards,
    Mike

    in reply to: Widget Text Area in Header #1209148

    Hi,
    The widget area “header” didn’t have the font-family: 'palace-script-mt'; added, the widget area “Header Logo Text” did, I think you edited the wrong one by mistake. I added it for you, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: ENFOLD SOCIAL ICONS SHOWING AS BOXES #1209139

    Hi,
    Typically it’s in the same directory as .htaccess, if the web.config file already exists in the directory, you may only need to add the <customHeaders> section or <httpProtocol> section.

    Best regards,
    Mike

    in reply to: Sidebar menu drop down #1209136

    Hi,
    Sorry, please try this css instead:

    #nav_menu-2 li.menu-item-has-children > ul.sub-menu,#nav_menu-2 li.menu-item-has-children > ul.sub-menu {
    	display: none !important; 
    }
    #nav_menu-2 li.current_page_item.menu-item-has-children > ul.sub-menu,#nav_menu-2 li.current_page_ancestor.menu-item-has-children > ul.sub-menu {
    	display: block !important; 
    }

    Best regards,
    Mike

Viewing 30 posts - 17,191 through 17,220 (of 35,074 total)