Forum Replies Created

Viewing 30 posts - 5,911 through 5,940 (of 35,210 total)
  • Author
    Posts
  • in reply to: Disabling Swipe for Enfold Tab Section #1420194

    Hi,
    I reviewed the code in the pastebin and it looks like the code was doubled, and this was noted in the other thread, so I removed the extra code and also commented out the extra line:
    content_wrap.avia_swipe_trigger( {prev:'.av_prev_tab_section', next:'.av_next_tab_section'} );
    and now the 4 icons are showing at the top in a grid instead of off the screen,
    Enfold_Support_3441.jpeg
    so if you are not seeing it like this then clear your cache or open a private window until you do.
    If for small screens you want the 4 tabs to be in a single row, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 430px) { 
    	#top.page-id-196 .av-section-tab-title {
        padding: 1px 2px 0px 2px;
    	}
    	#top.page-id-196 .av-tab-section-icon {
        font-size: 20px;
    	}
    	#top.page-id-196 .av-inner-tab-title {
        font-size: 10px;
    	}
    	#top.page-id-196 .av-section-tab-title {
        width: 25%;
    	}
    }

    this is the expected results:
    Enfold_Support_3443.jpeg

    Best regards,
    Mike

    in reply to: Font weight not right #1420193

    Hi,
    It sounds like you have this sorted out now, shall we close this then?

    Best regards,
    Mike

    in reply to: Produktbild in WooCommerce auf Seite größer darstellen #1420192

    Hi,
    Your test product has nothing in the Product description & Product short description, I assume that you will have text in one of these two places and you want this text to be above the image with the title and price, correct? Please add a sample like you plan on having it.
    I believe you want everything at Deine Individualisierung and below to stay under the image, correct?

    Best regards,
    Mike

    in reply to: CSS Bug 4 columns without post css #1420191

    Hi,
    Ok, thanks. Perhaps also a simple example layout that we can easily duplicate, like the four 1/4 columns in my screenshot above.

    Best regards,
    Mike

    in reply to: Coding on Author Page #1420180

    Hey dannyl82,
    Try checking the user profile fields for bad characters, or try checking your child theme for code snippets in the functions.php, try enabling the parent theme.
    Or try removing any code in your Enfold Theme Options ▸ Google Services ▸ Google Analytics Tracking Code
    Otherwise please include an admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    Hi,
    Glad to hear that you have sorted out the conflict, shall we close this thread then?

    Best regards,
    Mike

    in reply to: Produktbild in WooCommerce auf Seite größer darstellen #1420178

    Hi,
    If you want it to work for every product try using this snippet for all products:

    .single-product .single-product-summary {
    	float: left;
    }

    For your next request of puttin the title and the short description above the image, do you want this for all products?
    It looks like you want to split the short description in half leaving the “cloud” & “drop files here” below the image, splitting this section in half may be hard, will every product have this? Please include a admin login so we can examine this closer.

    Best regards,
    Mike

    in reply to: Sektion mit 4 Spalten volle Breite geben wie? #1420159

    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: Reiter-Sektion – Reiter entfernen #1420158

    Hey heldentraeume,
    With the tab you want to remove active, click the red X on the right hand side:
    Enfold_Support_3437.jpeg

    Best regards,
    Mike

    in reply to: Change Shop #4 #1420157

    Hey Oriano,
    I’m not sure if this is possible, but do you have a staging site with the other modifications active that we can test on?

    Best regards,
    Mike

    in reply to: Theme Direction from RTL to LTR and Vice Versa #1420155

    Hey mustafa-alani,
    I believe that you will need to add some code to the end of your child theme functions.php, please see this thread.
    But I believe that to change some of your layout you will need to use a plugin like WPML, please see our documentation
    When you use the plugin it changes the them admin panel so that each language can have a different layout, so in one language the logo can be on the left, and in the other it will be on the right, and the footer widget columns can be to opposite to each other. This is not done via RTL language files, they only change the text so it you also want to change the layout you will need to manually do so.

    Best regards,
    Mike

    in reply to: Disabling Swipe for Enfold Tab Section #1420154

    Hi,
    Thank you for the link to your site, when I checked your site the child theme was not active so the customization was not active, I enabled the child theme and now the swipe seems to be disabled since I can use the calculator slide bars without swiping the tabs. Please clear your browser cache and check.
    Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

    in reply to: Gallery Lightbox not working #1420153

    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: Unable to update the images in “Portfolio Items” #1420152

    Hi,
    I see that you have no portfolio items so your element on the page /projekt/ has nothing to show, so I restored 4 portfolio items from your trash and added gallery images to them:
    Enfold_Support_3427.jpeg
    now on your /projekt/ page the 4 portfolio items show
    Enfold_Support_3429.jpeg
    and when you click on the gallery for it will show
    Enfold_Support_3431.jpeg
    hovering over a thumbnail will showit in the large window
    Enfold_Support_3433.jpeg
    and clicking it will open a lightbox
    Enfold_Support_3435.jpeg
    please review

    Best regards,
    Mike

    Hey tremblayly,
    It looks like the inner elements are missing from the quantity field, I’m not able to reproduce this on my test site, first check that your woocommerce is up to date and then try deactivating your child theme and see if you still have a issue, perhaps it is due to a customization in your child theme.
    If you have a header.php or footer.php in your child theme please remove these, they are the top reason for error after updating, otherwise include admin login to your staging site.

    Best regards,
    Mike

    in reply to: vertical images #1420149

    Hi,
    As I understand your issue, on mobile in portrait mode you are seeing this instead of the full image:
    Enfold_Support_3421.jpeg
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 450px) and (orientation: portrait) { 
    #full_slider_2 .avia-slideshow-inner {
    	height: 100vh !important;
    }
    }

    After applying the css, please clear your browser cache and check.
    This is the expected results:
    Enfold_Support_3423.jpeg
    It looks like landscape is fine:
    Enfold_Support_3425.jpeg

    Best regards,
    Mike

    in reply to: Produktbild in WooCommerce auf Seite größer darstellen #1420146

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

    .single-product .single-product-summary {
    	float: left;
    }

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

    Best regards,
    Mike

    in reply to: Enfold Layout Column Question #1420143

    Hey zeustrucker,
    Try using a grid row element with the text and button on the left and table image on the right, you can even use 1/3 + 2/3 instead of 50/50 when you set the cell size:
    Enfold_Support_3419.jpeg

    Best regards,
    Mike

    in reply to: Order received layout in mobile #1420142

    Hey profumopuntoit,
    This is pretty tricky to get it exactly as your screenshot, but try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive table.shop_table td {
        display: table-cell;
    }
    .responsive .shop_table .product-quantity {
    	display: inline !important;
    }
    #top .order_details .product-name li {
    	 margin: auto;
    	 padding: 0;
    	 border-right: none;
    }
    #top .order_details li {
    	 border-right: none;
    }
    #top table.shop_table td {
        padding: 5px;
    }
    }

    this is the expected results:
    Enfold_Support_3417.jpeg

    Best regards,
    Mike

    in reply to: Small type on selected slides in Enfold #1420141

    Hi,
    Glad that this helped, we will go ahead and close this then, but please create a new thread if you have any further questions and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Main menu and footer #1420140

    Hi,
    Thank you for your patience and the link to your site, I couldn’t find the above css on your site, but I believe the reason it doesn’t work is because the css is for the social share buttons and not the custom [social-bookmarks] shortcode that you are using. Nonetheless try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    /* Icon style */
    .widget .social_bookmarks li a {
      width: 30px!important;
       height: 30px!important;
       line-height: 24px !important;
       border-radius: 30px!important; 
       padding: 3px 0 !important;
       background: #fff !important;
    }
    /* Icon color */
    .widget .social_bookmarks li a:before {
      color: #00737A;
      transition: all .5s ease;
    }
    /* Icon color on hover */
    .widget .social_bookmarks li a:hover:before {
      color: #000;
      transition: all .35s ease;
    }
    

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

    Best regards,
    Mike

    Hey achteins,
    Thank you for your patience, as I understand your question disabling the theme lightbox may help with the Event Tickets Plus plugin, to do so try the settings at Enfold Theme Options ▸ Lightbox Modal Window.
    Unfortunately I don’t think it is possible to deactivate the data collection of all other guests, in Enfold the plugin needs to do this.
    I don’t have any experience with Event Tickets Plus and the only documentation I could find says woocommerce is required, I see that you are not using woocommerce and that the The Events Calendar support was not able to help you, they would know a lot more about this.
    If disabling the lightbox doesn’t help then try creating a test page where we can see the issue, perhaps we will understand better.

    Best regards,
    Mike

    in reply to: logo at center and above the submenu #1420136

    Hi,
    To have very large menu items and align them at the top try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #av-burger-menu-ul {
    	vertical-align: top;
    }
    @media only screen and (max-width: 767px) { 
    #av-burger-menu-ul .avia-menu-text {
    	font-size: 60px;
    }
    }
    @media only screen and (min-width: 767px) { 
    	#av-burger-menu-ul .avia-menu-text {
    	font-size: 80px;
    }
    }

    feel free to adjust to suit, this is the expected results:
    Enfold_Support_3415.jpeg
    Since the original question has been answered we will close this thread as it has now covered multiple topics, please note that we ask each thread to limit to one topic.
    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: WPML flags #1420134

    Hey Stilecatalini,
    Try following the Polylang instructions ▸ Can I use my own flags for the language switcher?

    Best regards,
    Mike

    in reply to: Small type on selected slides in Enfold #1420133

    Hi,
    Thank you for your patience and the link to your site, I cloned your last slider item and saw the font size error on the frontend, it looks like the css for the slide was not added to the style for some reason, if you add this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field it will correct this if you want to add more slides:

    #top #wrap_all .avia-slideshow .av-slideshow-caption .avia-caption-title {
        font-size: 36px;
    }
    #top .avia-slideshow .avia-caption-content p {
        font-size: 20px;
    }

    I didn’t add this and I removed the cloned slide I created.
    I don’t know why this has occurred, I tried looking at your Enfold Theme Options ▸ Performance settings and your plugins, etc but didn’t find a cause.
    I created a test page on my site with 10 slides and your layout and font sizes and they all worked correctly. So you could try using this css for now and if you find any other issues in the future perhaps they will also point to a cause for this.
    Or you could try disabling all of your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    Perhaps your server is also caching, so try clearing your server cache and if it is using object-oriented cache such as Memcached, Redis, Varnish, Litespeed, etc try disabling it to see if this helps. Otherwise if you don’t have any other issues I would try using the css for now.

    Best regards,
    Mike

    in reply to: (Page) Footer not loading correct on search result page #1420129

    Hi,
    I see that you have a custom loop-search.php & search.php in your child theme, does the footer show correctly when these are removed?

    Best regards,
    Mike

    in reply to: Video startet ohne Ton #1420128

    Hi,
    You can not un-mute video on auto play, even if you did most browsers would either not play the video or mute it.
    This is not something you can override easily, perhaps there is a plugin or a blackhat script that will do this, but probably not consistently for all browsers.
    The volume is removed on mobile by the WordPress player, they said it is not needed because the volume keys on the phone are the control.

    Best regards,
    Mike

    in reply to: CSS Bug 4 columns without post css #1420127

    Hey Thomas,
    In my test, 1/4 columns are designed to show at 48% between 768px and 989px, with a column spacing is set to 4% this is the correct behavior.
    Whe two 1/4 columns are side-by-side, both columns are the same size, 48%.
    Enfold_Support_3413.jpeg

    Best regards,
    Mike

    in reply to: Font weight not right #1420126

    Hi,
    When I compare your site and the google font 300, then look the same to me.
    Enfold_Support_3411.jpeg

    Best regards,
    Mike

    in reply to: Gallery Lightbox not working #1420125

    Hi,
    I checked your two example pages above:

    Here is the example on the page:

    Here is a test page with only that element on it:
    https://skutt.com/gallery-test/

    and the lightboxes are working in both of them so I assume that disabling the plugins as suggested helped, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

Viewing 30 posts - 5,911 through 5,940 (of 35,210 total)