Forum Replies Created

Viewing 30 posts - 19,441 through 19,470 (of 35,064 total)
  • Author
    Posts
  • Hey HeeHA,
    Sorry for the late reply, if I understand correctly you want left & right sidebars in your custom product page created with the layout builder, for this use the layout options to choose your right sidebar and a widget in a 1/3 column for your left sidebar, like this:
    2019-10-26-200245
    but please note that product pages are not quite the same when built with the layout builder and not all woocommerce plugins work with this layout.
    Another option might be the Spiderfly Addons, but be sure to ask if this is still working after our last update.
    I see that you do not want to use any functions to create a product sidebar but this link will help if you change your mind.

    Best regards,
    Mike

    in reply to: Remove completely "Permanent link" titlle #1151436

    Hi,
    Sorry for the late reply, please try this solution, please note there are a couple of functions in the thread, some for pages and others for posts.

    Best regards,
    Mike

    in reply to: Lightbox not working for YouTube videos #1151434

    Hi,
    Glad that you have found the issue. Unfortunately, the cookie settings are required for our EU customers.
    The lightbox popup is being improved for all elements and should be available in the next update.

    Best regards,
    Mike

    in reply to: Blue Shadows on Accordion Toggle #1151429

    Hi,
    Thanks, I found that the border is actually created by the user agent for “:focus”, which is core css built into the browsers, this also explains why it looks different on your iPad. Anyways, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .main_color .toggler:focus {
    	outline: -webkit-focus-ring-color auto 0px !important; 
    }

    Best regards,
    Mike

    in reply to: how to reduce the space between 2 columns ? #1151425

    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: Lightbox not working for YouTube videos #1151424

    Hi,
    It’s working in my install and a few others I’ve helped with, Please include an admin login in the Private Content area so we can check.

    Best regards,
    Mike

    in reply to: Change column size for table #1151423

    Hi,
    Perhaps you have a missing bracket in your css, it’s working in my tests, Please see the screenshot in Private Content area.
    Please include an admin login in the Private Content area so we can check.

    Best regards,
    Mike

    in reply to: Mobile burger menu #1151422

    Hey vonipeter,
    Thanks for the links, please try this solution
    I note that you request that for mobile that the topbar with your phone number and email address is empty, but this may be a problem because the mobile menu doesn’t exist until the burger menu is clicked and then the script grabs the elements you want and moves them to the mobile menu, so you may need to leave the phone number and email address in the topbar for mobile.

    Best regards,
    Mike

    in reply to: Logo doesn't appear with Lazyload WPRocket #1151420

    Hey Jérôme,
    Lazy Load can cause several issues, often disabling it is best, but in your case you can try this css to correct the logo.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top .av_header_transparency.av_alternate_logo_active .logo a>img {
        opacity: 1 !important; 
        filter: alpha(opacity=1);
    }
    

    Best regards,
    Mike

    in reply to: Header widget issue #1151417

    Hi,
    Thank you for the links, Please include an admin login in the Private Content area so we can examine closer.

    Best regards,
    Mike

    in reply to: Footer Änderungen werden nicht gespeichert #1151415

    Hey Wolfi,
    Glad to hear you have solved this, 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: Problem with enfold token #1151414

    Hey minogig,
    I see that you are using Enfold v4.5, there was an error with this version, please update via ftp to the latest version.
    The easiest and safest way to do this is to download the newest version from Theme Forest and rename your current theme to “enfold-old” via ftp then upload the new “enfold” and check that your site is working correctly.
    Once you are happy you can delete the “enfold-old” via ftp, (not the WP theme page)
    Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    Best regards,
    Mike

    in reply to: Display Social Media Icons in Hamburger Menu #1151412

    Hi,
    It looks like you have several javascript errors that are typically from loading jQuery in the footer or from lazy loading, please ensure that Enfold Theme Options > Performance > Load jQuery in your footer is unchecked, then disable all caching and minifying. Also disable JetPack and Autoptimize.
    If this doesn’t help please include admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: columns in fullwidth #1151411

    Hi,
    For the horizontal space between the two rows, please try this css:

    #top.page-id-4069 .hr.hr-invisible.avia-builder-el-9 {
    	height: 11px !important; 
    }

    Best regards,
    Mike

    in reply to: Burger menu gone / half-gone #1151408

    Hi,
    Thanks for the login, this css is the cause of the error:

    @media only screen and (max-width: 767px) {
    #top .header_color .av-hamburger-inner, #top .header_color .av-hamburger-inner::before, #top .header_color .av-hamburger-inner::after {
        background-color: #4b758a;
    }
    }

    But I can’t find it in the regular css places, please look for this code and change the color to white.

    Best regards,
    Mike

    in reply to: Future image not show up on blogpost #1151400

    Hi,
    Sorry for the late reply, your image doesn’t exist, it is a “404” please choose an image for your media library. Please see the links in the Private Content area.

    Best regards,
    Mike

    in reply to: Lightbox not working for YouTube videos #1151399

    Hey Ben,
    Sorry for the late reply, the lightbox popup is being improved for all elements and should be available in the next update.
    For now please use the video element with the “lazy load” option “show in lightbox” this is working:
    2019-10-25-042332

    Best regards,
    Mike

    in reply to: comment field on blogpost shows in german language #1151398

    Hi,
    Sorry for the late reply, if I understand correctly this question is not about text in German language now and is about the comment field error highlighting? The comment box is actually the default WordPress element and it doesn’t add the error classes to the element like the contact form does so we can’t apply the same style to it.

    Best regards,
    Mike

    in reply to: Layerslider – display a different image on mobile phone #1151397

    Hey mikabodesign,
    Sorry for the late reply, to toggle single element visibility in your layerslider please go to your slider and select your element then click the visibility icons, please see this screenshot:
    2019-10-26-134939
    For more advanced visibility, click the “styles” tab and add your custom css.

    Best regards,
    Mike

    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: How to insert an element in between 2 other elements #1151393

    Hi,
    Thanks for the link, I see your “box” you said it works well as a grid, perhaps we could hide it for mobile and use your current “box” for mobile?
    I see your current box could use less margin-left for mobile, this may help:

    @media only screen and (max-width: 767px) { 
    .getStarted {
        margin: 34px 0 0px 4px !important; 
    }
    }

    Best regards,
    Mike

    in reply to: Blue Shadows on Accordion Toggle #1151389

    Hey Darren,
    We should be able to remove it but I don’t see your accordions, I have checked most every page. Please provide a direct link to the page.

    Best regards,
    Mike

    in reply to: how to reduce the space between 2 columns ? #1151386

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

    #top.page-id-4069 .-flextable .flex_column.first {
    border-right: 10px solid #fff;
    }

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

    Best regards,
    Mike

    in reply to: Kriesi #1151382

    Hey Ben canoe,
    Sorry, there must be some misunderstanding, we are not offering free phones.

    Best regards,
    Mike

    in reply to: Enfold 2017 pushing main menu to the bottom #1151381

    Hey Fred,
    Thanks for the login, I disabled your Enfold Theme Options > Performance > JS & CSS file merging and compression and it looks like your site is working correctly now, but your “site health” says that many WordPress files are not writable, please check your file permissions it also looks like wp_version_check() and your jQuery is loading incorrectly, perhaps your webhost has added commands in the wp-config.php, often webhosts will do this claiming the site will run faster or more secure, or it’s a part of their “managed hosting” custom install. I recommend asking them about this or reinstalling an official version of WordPress.

    Best regards,
    Mike

    in reply to: Symbols #1151375

    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: Change column size for table #1151374

    Hi,
    Please try adding 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.page-id-5813 #av_section_2 > div > div > div > div > div > div.avia-data-table-wrap.avia_responsive_table > table > tbody > tr.avia-heading-row > th:nth-child(1),
    #top.page-id-5813 #av_section_2 > div > div > div > div > div > div.avia-data-table-wrap.avia_responsive_table > table > tbody > tr > td:nth-child(1),
    #top.page-id-5813 #av_section_2 > div > div > div > div > div > div.avia-data-table-wrap.avia_responsive_table > table > tbody > tr.avia-heading-row > th:nth-child(3),
    #top.page-id-5813 #av_section_2 > div > div > div > div > div > div.avia-data-table-wrap.avia_responsive_table > table > tbody > tr > td:nth-child(3) {
    	margin: auto !important;
    }
    #top.page-id-5813 #av_section_2 > div > div > div > div > div > div.avia-data-table-wrap.avia_responsive_table > table > tbody > tr.avia-heading-row > th:nth-child(2),
    #top.page-id-5813 #av_section_2 > div > div > div > div > div > div.avia-data-table-wrap.avia_responsive_table > table > tbody > tr > td:nth-child(2) {
    	margin: auto !important;
    }
    }

    Best regards,
    Mike

    in reply to: How to enlight the selected tab of a sub-menu #1151372

    Hi,
    Thank you, I added this css:

    .header_color .av-subnav-menu li.current-menu-item a,
    .main_color .av-subnav-menu li.current-menu-item a{
    	color: #000 !important; 
    }
    .av-subnav-menu > li > a {
        font-weight: 600 !important; 
    }
    .main_color .av-subnav-menu a {
    	color: #e0b13a !important; 
    }

    It now seems to show correctly, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Assign Google Tag To One Page #1151365

    Hi,
    Sorry for the late reply, and thanks for the login. I added this code to your functions.php and it is now working on the one page:

    function custom_script(){
      if ( is_page( '37145' ) ) { ?>
      <script>
      gtag('event', 'conversion', {'send_to': 'AW-yourID'});
      </script>
      <?php }
      }
      add_action('wp_footer', 'custom_script');

    naturally I used your posted AW-ID

    Best regards,
    Mike

    in reply to: Remove TAG 'Landscape' and 'Portraits' from TAG List #1151360

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

    #top #cool_tag_cloud-3 a.tag-cloud-link[aria-label='portrait (2 elementi)'],
    #top #cool_tag_cloud-3 a.tag-cloud-link[aria-label='landscape (8 elementi)'],
    #top #cool_tag_cloud-2 a.tag-cloud-link[aria-label='portrait (2 elementi)'],
    #top #cool_tag_cloud-2 a.tag-cloud-link[aria-label='landscape (8 elementi)']{
    	display: none !important;
    }
    

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

    Best regards,
    Mike

Viewing 30 posts - 19,441 through 19,470 (of 35,064 total)