Forum Replies Created

Viewing 30 posts - 12,511 through 12,540 (of 31,929 total)
  • Author
    Posts
  • in reply to: The events calendar breaks design #1265215

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .mec-events-template-default dt,.mec-events-template-default dd {
        float: unset !important;
    }

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

    Best regards,
    Mike

    in reply to: The events calendar breaks design #1265210

    Hi,
    Sorry for the very late reply and thanks for the login, I believe I found the correct page, but it looks like you are testing the Modern Events Calendar Lite plugin instead of the Events Calendar plugin, has this helped your situation?

    Best regards,
    Mike

    in reply to: Enfold and Woo Commerce Product Bundles #1265209

    Hey Dave,
    Sorry for the very late reply, I took a look at your other thread but it seems that your test site is down right now, do you have another page that we can see this error in action?

    Best regards,
    Mike

    in reply to: Picture homepage isn't adjusting in a good way to mobile #1265208

    Hi,
    Sorry for the very late reply and thanks for the link, for your [en] page please try this css in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
    	html[lang="en-US"] #top.home #av_section_1 > div.container > main > div > div > div > section > div > p {
    		margin: 0 !important;
    		line-height: 50px;
    		background: rgba(255,255,255,0.6);
    	}
    	html[lang="en-US"] #top.home #av_section_1 > div > main > div > div > div > div.hr.hr-invisible.avia-builder-el-3 {
    		display: none !important;
    	}
    	html[lang="en-US"] #top.home #av_section_1 > div.container > main {
    		vertical-align: bottom !important;
    	}
    	html[lang="en-US"] #top.home #av_section_1 > div.container > main > div > div > div {
    		margin-bottom: 0px !important;
    	}
    }

    After applying the css, please clear your browser cache and check.
    Please see the screenshot in Private Content area of the expected results.

    Best regards,
    Mike

    in reply to: text over image and dotted border #1265205

    Hi,
    The reason your dotted border on the div is faint is that you need to add !important; to the border color to override the default values.
    border: 2px dotted #000000 !important;
    I see in your screenshot your HTML structure is different than the test page we have been working on, can you update the test page or link to the new one.
    2020-12-05_135917.jpg
    Based on this screenshot I would recommend this markup:

    <h5><span class="dotted-title">Title</span></h5>
    <span class="dotted-sub-title">sub-title</span>
    <img> (image html the same)
    <span class="dotted-content">content & links</span>
    <h6><span class="dotted-email">email link</span></h6>

    I would also recommend moving your inline css to a css rule.

    Best regards,
    Mike

    in reply to: Custom tooltip underneath other section #1265204

    Hey rvga,
    Sorry for the late reply and thanks for the links, please try adding this css in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top #main .sidebar {
        z-index: 0 !important;
    }

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

    Best regards,
    Mike

    Hi,
    Thanks for the video, at the end you didn’t scroll down to show if the posts were excerpts or full content, but I believe what you are seeing is on the [EN] page the posts are full width and not a grid like on your [DE] page.
    I adjusted this for you on the [EN] page:
    2020-12-05_074143.jpg
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Move logo and header widget behind #main content #1265180

    Hi,
    Thank you for the feedback, so the issue is the “Corona maatregelen” box in #custom_html-4 being on top of the content on scroll.
    The #header z-index of 501 is affecting the widget even if it is set to zero. I believe this is because the #custom_html-4 is in the inner-container div, where the #custom_html-3 widget is in the #wrap_all div above the #header div, so the z-index of 501 doesn’t affect it.
    Are you using the same hook for the #custom_html-4 widget area as you did for #custom_html-3?
    Can I login and fiddle with it and the script?
    So the goal is to show this box above 767px, but on scroll it needs to be behind the content?
    If we can’t put #custom_html-4 in the #wrap_all div, or sort out the z-index, can we just hide it on scroll?

    Best regards,
    Mike

    in reply to: Hover Effekt #1265171

    Hi,
    Thank you for the link to your product page, I assume this section will be used in many pages so I would recommend giving this section a custom ID, right now the section ID is the default av_section_1 so the following CSS will use this ID, but you should change it so there won’t be a conflict with other iconboxes on your site.

    #av_section_1 .iconbox.av-no-box a.iconbox_icon:before {
        font-size: 90px;
    }
    #av_section_1 .iconbox.av-no-box a.iconbox_icon {
        border-style: none !important;
        border-width: 0 !important;
    }

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

    Best regards,
    Mike

    in reply to: text over image and dotted border #1265168

    Hi,
    Please include an admin login in the Private Content area.

    Best regards,
    Mike

    Hey xuamox,
    Sorry for the late reply and thanks for the link to your site. In the advanced styling theme option try using the “Main Menu sublevel Links” option.
    2020-12-04_075855.jpg
    Or try this CSS in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #header_main_alternate .main_menu .menu ul li a {
    	background-color: #881010 !important;
    	color: #fff !important;
    }

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

    Best regards,
    Mike

    Hi,
    I tried to watch your video but I don’t have access, please change the file permissions.

    Best regards,
    Mike

    in reply to: Enfold Diagonal Color section alternate top and bottom #1265009

    Hi,
    Try using the solution above and try the “top” diagonal border in the other direction, the script only “flips” the diagonal border, it doesn’t set the direction.
    If this doesn’t help, then please create a test page with an admin login so we can examine further.

    Best regards,
    Mike

    in reply to: Sticky Menu on Mobile not sticky #1265008

    Hi,
    Thanks for the login, but the sticky mobile header seems to be working now, perhaps it was a caching issue? Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Hover Effekt #1265005

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.page-id-11963 .iconbox.av-no-box  a.iconbox_icon {
        border-style: none !important;
        border-width: 0 !important;
    }

    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    in reply to: Move logo and header widget behind #main content #1265003

    Hi,
    As I understand you would like the content to scroll over the header and menu & widgets, please try this css:

    #header {
        z-index: 0 !important;
    }

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

    Best regards,
    Mike

    in reply to: Accordion hover #1265001

    Hi,
    Glad this helped, unfortunately, you can not make the toggle title a link to another page because the toggle title is treated as a link with javascript for the accordion.
    Unless there is anything else we can assist with the accordion hover issue shall we close this then?

    Best regards,
    Mike

    in reply to: text over image and dotted border #1264999

    Hi,
    Thank you for the feedback, the issue I see is that in your code you have wrapped all of the content in a paragraph (p) which you have added text-align: left; to.
    In the code I posted the title is an H2, the text is an H3, this way they can be adjusted individually.
    Please try this example under your example on the test page:

    <h2>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</h2>
    <img class="size-medium wp-image-1959 alignleft" src="https://test.test/wp-content/uploads/2017/02/people-2-1-300x300.jpg" alt="" width="300" height="300" />
    <h3>Ut nisi sem, sagittis sodales risus vel, fringilla lobortis ex. Suspendisse urna quam, laoreet nec bibendum quis, tincidunt eu turpis.</h3>
    <a href="#">– link 1</a>
    <a href="#">– link 2</a>
    <a href="#">– link 3</a>
    email address here

    Please ensure the custom class for the column is dotted-border-new and add this css:

    .dotted-border-new {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='50' ry='50' stroke='black' stroke-width='4' stroke-dasharray='2%2c 8' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
    border-radius: 50px;
    	padding: 30px;
    }
    .dotted-border-new h2 {
    	text-align: center;
    }

    This is the expected results
    2020-12-04_061916.jpg

    Best regards,
    Mike

    Hi,
    Thank you for the feedback, I checked “/en/blogseite/” & “/blogseite/” and both pages look like excerpts to me.
    Please see the screenshots in Private Content area.

    Best regards,
    Mike

    in reply to: Hover Effekt #1264980

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    html body.page-id-11963 a.iconbox_icon[data-av_iconfont='fontello']:before {
        font-size: 90px;
    }

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

    Best regards,
    Mike

    in reply to: Sticky Menu on Mobile not sticky #1264777

    Hi,

    @noucky
    please include admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: CHILD THEME does not support my General Styling #1264776

    Hi,
    Thank you, my previous edit of removing the rouge PHP ending tags from your functions.php seems to have solved the issue with the child theme crashing the site when activated.
    When I checked only the header/menu looked different, I note that you have a “helper-main-menu.php” in your child theme, is this file modified? Is this file modified in the parent theme?
    It could be that the menu needs to be selected in the child theme, I didn’t want to make changes so I didn’t try, please try the child theme and the menu settings.

    Best regards,
    Mike

    in reply to: Do not show Cookie Banner in a WebView #1264765

    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

    Hi,
    I took a look at your [EN] page and found that your “blog element” was set to show the full content, I changed it to the excerpt.
    Please check
    2020-12-03_055344.jpg
    To apply CSS styles independent from the language settings, add your css to the WordPress > Customize > Additional CSS field.
    To apply CSS styles based on the language settings, with WPML installed there is a theme panel for each language, each with it’s own Quick CSS.
    If you are writing css for a specific language try using a language selector like this:

    html[lang="en-US"] article .entry-title a {
    	color: red !important;
    }
    html[lang="de-DE"] article .entry-title a {
    	color: green !important;
    }

    Best regards,
    Mike

    in reply to: Enfold Diagonal Color section alternate top and bottom #1264745

    Hi,
    Glad to hear this worked for you, we should close this old thread now.
    I’m not sure how the other site achieves this effect, it looks like javascript.

    Best regards,
    Mike

    in reply to: text over image and dotted border #1264739

    Hi,
    Please try following these steps to achieve this layout:
    2020-11-30_080453.jpg
    Are you still using “/?page_id=4727” as a test page? It doesn’t represent the steps in the solution. Please include an admin login in the Private Content area.

    Best regards,
    Mike

    in reply to: Sticky Menu on Mobile not sticky #1264507

    Hi,

    @Noucky
    thanks for the link to your site I tested the solution above on your site and it seems to work correctly. I tested by injecting the script via the browser.
    This doesn’t seem to be installed on your site right now, do you get an error when you try it?

    Best regards,
    Mike

    in reply to: desktop menu missing #1264501

    Hi,
    Thanks for the feedback, I tested your site on WebPageTest.org and found that your “First
    Byte Time” is 3.343s, this is 3s too slow, it should be about 0.343s or faster.
    The whole page loaded in 13.179s – 14.586s
    The FBT is due to your web server, there is not anything you can do to reduce that first 3s.
    Your other content connections look ok until you get to the “fontello.woff2” font which is giving a 404.
    Please see the test link below.
    I also tested the same demo on my test server and the FBT was 0.566s and the whole page loaded in 5.233s – 7.220s “out of the box”.

    Best regards,
    Mike

    in reply to: text over image and dotted border #1264481

    Hi,
    Thanks for the feedback, the reason why you have two dotted borders is because your css is targeting .dotted-border p
    instead of .dotted-border as I posted in the example above.

    Best regards,
    Mike

    in reply to: Enfold Diagonal Color section alternate top and bottom #1264251

    Hi,
    I don’t believe that parallax with work with a diagonal border, especially with IOS. But that aside I can see your point, I was able to achieve this with some custom classes and a little jQuery:
    2020-12-01_080039.jpg
    In this example, all color sections are set to 100% visual height and the middle color section is the target so it has the bottom diagonal border and it has the custom class target-flipped-diagonal-border .
    Now we will add a bottom diagonal border to the section above, this will be our fake top diagonal border, and we will add the custom class flipped-diagonal-border to it.
    This is the code you can add to the end of your functions.php file in Appearance > Editor:

    function custom_flipped_diagonal_border_script() { ?>
        <script>
    (function($) {
      $(document).ready(function(){
    $('.flipped-diagonal-border .av-extra-border-element').css({'transform':'rotate(180deg) scaleX(-1)','margin-top':'0px'});
    $('.target-flipped-diagonal-border').css({'margin-top':'-250px'});
    });
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_flipped_diagonal_border_script');

    Now the middle section has two diagonal borders over it, top & bottom.

    Best regards,
    Mike

Viewing 30 posts - 12,511 through 12,540 (of 31,929 total)