Forum Replies Created

Viewing 30 posts - 14,671 through 14,700 (of 34,221 total)
  • Author
    Posts
  • in reply to: iOS do not support fixed backgrounds #1269314

    Hi,
    Thank you for the feedback, I was able to test your page on a Mac with Safari v14.0.0.1 in developer mode as an iPad, I realize that the width in the css above is incorrect so I changed to 1024px, now the css is working, please check.

    @media only screen and (max-width: 1024px) {
    .avia-safari #top .avia-full-stretch{
    background-attachment: scroll !important;
    }
    }

    Best regards,
    Mike

    in reply to: get coloured background full width with menu on the left #1269307

    Hi,
    Thank you for the feedback, please try this css to make the columns brake on mobile:

    @media only screen and (max-width: 767px) { 
    #top #main .column-natuur {
        width: 100% !important;
    }
    }

    This should work as-is, but I would recommend that you adjust your css above so the width is also in a media query, like this:

    @media only screen and (min-width: 768px) { 
    #top .column-natuur {
        width: 50%;
    }
    }

    In my test for mobile the two columns look like one long paragraph, so you might want to add some padding to the first one like this:

    @media only screen and (max-width: 767px) { 
    #top #main .column-natuur {
        width: 100% !important;
    }
    #top #main .column-natuur:nth-child(1) {
    	padding-bottom: 10px;
    }
    }

    While this works, I would recommend changing the classes to add “first” & “last” to the columns, just to make styling easier in the future.

    <div class="row-natuur">
    <div class="column-natuur-first">your text</div>
    <div class="column-natuur-last">your text</div>
    </div>

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

    Best regards,
    Mike

    in reply to: Randomize a single Post Slider #1269301

    Hi,
    Freut mich zu hören, dass Guenni helfen konnte, danke Guenni. 🙂
    Sollen wir dies dann schließen, es sei denn, wir können Ihnen in dieser Angelegenheit weiterhelfen?

    — Translated with Google —

    Glad to hear that Guenni was able to help, thank you Guenni. 🙂
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Enfold tab: an image disappears with the Weglot translation? #1269298

    Hi,
    Sorry for the late reply, can you create a test page with the 6 tabs with the error so we can see it?
    So with 5 or 7 tabs, all images show, but with only 6 the sixth (last) image doesn’t show in [FR] only?

    Best regards,
    Mike

    in reply to: Adding panel below the menu to appear on all pages #1269033

    Hi,
    Glad this helped, in your shortcode above I don’t see a custom ID or class for the whole color section, adding one could help you apply the style to it easier across your whole site.

    Best regards,
    Mike

    in reply to: anchor use #1269031

    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: Theme Bug #1269015

    Hi,
    Thank you for the link to your page and explaining the situation, based on this I found that your H2 headings are not created the same. For example the H2 “WordPress Development” is a “strong” tag, where the “Shopify & E-Commerce” is a “bold” tag, these are styled differently.
    Instead of correcting your tags you could use this css in the Quick CSS field:

    #main .main_color h2 b {color: #000 !important;}

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

    Best regards,
    Mike

    in reply to: Insert/add tags below post? #1269012

    Hi,
    Thank you for the link to your post, but I don’t see the tags, are you using the above shortcode?
    We will need to see the element so we can help style it. Would you like the tags styled like your social share buttons?

    Best regards,
    Mike

    in reply to: LayerSlider on Mobile shows only with margin on top #1269011

    Hi,
    Thank you for the login, I believe what you are describing is that on mobile the header is not transparent, this is the correct behavior.
    So while the header is not transparent the layerslider is shown beneath the header, as in below, so it can be seen.
    Would you like to have a mobile transparent header?
    This css will do that, but note it would be applied to all pages, if you want it to only apply to some pages you can add page ID’s or other classes depending on needs.

    @media only screen and (max-width: 766px) { 
      .responsive #top #main {margin-top: -80px!important;}
      #top #wrap_all .av_header_transparency {background-color: transparent!important;}
      div#header_main > .container {display: block !important;}
      }

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

    Best regards,
    Mike

    in reply to: polylang in socket #1269003

    Hey Alexander2021,
    To do this please create both links in your socket copyright field, and add a custom class to each link like this:
    <a class="nl" href="/privacyverklaring/">Privacy Verklaring</a><a class="en" href="/en/privacy-policy/">Privacy Policy</a>
    Then we will use this css to hide the links individually based on language:

    html[lang="en-GB"] #socket .nl {display: none;}
    html[lang="nl-NL"] #socket .en {display: none;}

    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Login icon in right menu #1268932

    Hey Lidia,
    Sorry for the late reply, to add a login icon next to your social icons, I would recommend going to Enfold Theme Options > Social Profiles > Your social profiles and choose a profile you are not using such as Twitter and enable it with your login link. Then add this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top .social_bookmarks li.social_bookmarks_twitter a:before {
      background: url(https://img.icons8.com/offices/30/000000/hot-air-balloon.png) center center no-repeat;
      background-size: contain;
    }
    
    #top .social_bookmarks li.social_bookmarks_twitter a:before{
      content: "";
      display: block;
      width: 30px;
      height: 30px;
    
    }

    This will give you a hot air balloon icon like this:
    2020-12-20_215031.jpg
    Please give this a try.

    Best regards,
    Mike

    in reply to: Layerslider Images Not showing up #1268923

    Hi,
    Sorry for the late reply and thanks for the login, I checked your pages and your images are showing for me:
    2020 12 20 211458
    https://savvyify.com/img/image/fSiNSopr
    I do note that you are using the theme merging & a caching plugin, & Autoptimize
    this “stacking” could cause like this, perhaps try disabling all of these and clear your browser cache, and check again.

    Best regards,
    Mike

    in reply to: Adding panel below the menu to appear on all pages #1268910

    Hi,
    Sorry for the late reply, yes you would use the code you posted, but please note that the quotes the code Rikard posted need to be double quotes next to the [your shortcode] like this:

    function colin_add_christmas_banner(){
      echo do_shortcode("[your shortcode]");
    }
    add_action('ava_after_main_container', 'colin_add_christmas_banner');

    this is because the single quotes in the shortcode will break the function if it also is using single quotes to contain the shortcode. Hope that makes sense.

    Best regards,
    Mike

    Hi,
    Thank you for the feedback, I logged in and corrected the css, now the button is lower, please clear your browser cache and check and see the screenshots in the Private Content area.
    Please note that mobile devices can sometimes be hard to clear, so try a couple of times, if you the button looks similar to the screenshots, and you would still like the button to be lower I will adjust again.

    Best regards,
    Mike

    in reply to: Demo template on mobil #1268907

    Hi,
    Sorry for the late reply, and thanks for the login, I commented out the css above, this looks like a z-index issue. I see some theme settings are not showing on your site because you using 4.7.3, please try updating to 4.7.6.4

    Best regards,
    Mike

    Hi,
    Thank you for the feedback, please review the css posted above and see how on your site the arrows have been converted into HTML entities:
    2020-12-20_172843.jpg
    Typically, this occurs when the css is copied with formating, such as from emails, please try copying the css from the forum code block.

    Best regards,
    Mike

    in reply to: Import demo didn't work #1268899

    Hi,
    Glad to hear, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: LayerSlider not loading on Homepage #1268898

    Hi,
    Sorry for the very late reply and thanks for the login to your site, I copied your homepage to a test page, Please see the link in the Private Content area, and the layersliders worked there. I don’t see any errors in the browser console but the layerslider elements are empty on your homepage.
    Perhaps try using the test page as the homepage and see if the error still occurs.
    I didn’t find any custom scripts or functions on your site, did I miss them?

    Best regards,
    Mike

    in reply to: anchor use #1268889

    Hey jelle,
    Sorry for the very late reply and thanks for the links, typically anchors are corrected with a offset, padding or margin, to match your header height. I see that you are using the “name” tag to create your anchors:
    <a name="B020"></a>
    please try using “ID” like this:
    <a id="B020"></a>
    Enfold should add the offset automatically when using ID like this. I tested on my localhost to confirm.
    After making this adjustment please clear your browser cache and check.

    PS, please note that ID’s can not begin with numbers.

    Best regards,
    Mike

    in reply to: get coloured background full width with menu on the left #1268885

    Hi,
    Sorry for the very late reply and thanks for the links.
    Please try this css instead:

    #top #main .kleur {
    	left: -5% !important;
        min-width: 111% !important;
        color: green;
        padding-left: 50px;
    }

    Best regards,
    Mike

    in reply to: Issue with masonry layout for blog posts #1268873

    Hi,
    Sorry for the very late reply and thanks for the links, I found that your masonry element was set to show 12 items, but you only have 3 items to show, which should be fine, but from looking at the space it looks like you don’t intend to show more than 3, so I set this to 3.
    I also noticed that your columns were set to auto, which should be fine, but changing this to 3 centered the items, correctly.
    Please clear your browser cache and check.
    I believe there is an issue with one of these settings when the number of items are only a few, if you had 6 or 8 items you may have not seen this issue. I will continue to investigate this and report my findings to the dev team, if you find my adjustments satisfactory please use them.

    Best regards,
    Mike

    in reply to: Randomize a single Post Slider #1268841

    Hi,
    Sorry for the late reply, I’m not sure about this adjustment, so I have asked for assistance, I will reply with a follow-up.

    Best regards,
    Mike

    Hi,
    Sorry for the very late reply and thanks for the links. 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 #full_slider_1 .slideshow_align_caption {
        vertical-align: top;
        padding-top: 10%;
    }
    #top.home #full_slider_1 > div > ul > li.active-slide > div > div > div > div > div > div > a {
    	margin-top: 25%;
    }
    }

    Please clear your browser cache and check. Below you will find test screenshots, 320px is the smallest of mobiles, 425px is more common now.

    Best regards,
    Mike

    Hey joax,
    Sorry for the very late reply and thanks for your request, so I understand further, are you displaying a “product grid” element in a “post” type?
    Are you using the Advanced Layout Builder for “post” types, or are you using the ALB shortcodes in a “post” type?
    Is this like you have a blog post and you would display a product in it, such as a “related” product or a “spotlight” product?
    Will these be changed often or will each post be set with a product once?
    Do you have any mockups?

    As for using the masonry as a “related articles” container, the built-in related posts element uses the post “tags” to determine the related posts, the masonry element also lets you choose posts by the tag, so this would be the solution.
    I imagine that you are using the masonry at the bottom of a post, showing perhaps 3 items that are “related”, am I understanding correctly?
    Do you have any mockups?

    Best regards,
    Mike

    Hey Jutta_Sendelbach,
    Entschuldigen Sie die verspätete Antwort. Dies ist ein aktuelles Problem, das für ein bevorstehendes Update behoben wird. Sie können diese Lösung für die vorerst. Wenn Sie sich mit diesem Versuch nicht wohl fühlen, können wir Ihnen helfen, wenn Sie die Administratoranmeldung und den FTP-Zugriff in den Bereich “Privater Inhalt” aufnehmen.

    — Translated with Google —

    Sorry for the late reply, this is a current issue that is being solved for an upcoming update. You can try this solution for the time being. If you don’t feel comfortable with trying this we could assist if you include admin login and ftp access in the Private Content area.

    Best regards,
    Mike

    in reply to: iOS do not support fixed backgrounds #1268805

    Hey Puntvorming,
    Sorry for the very late reply and thanks for the login, I adjusted your css to this:

    @media only screen and (max-width: 989px) {
    .responsive #top .avia-full-stretch{
    background-attachment: scroll !important;
    }
    }

    This seems to be working, but I’m checking on Windows, please clear your cache and check with your iPad.
    To target only Safari you could try this:

    @media only screen and (max-width: 989px) {
    .avia-safari #top .avia-full-stretch{
    background-attachment: scroll !important;
    }
    }

    Best regards,
    Mike

    in reply to: Import demo didn't work #1268783

    Hi,
    Thank you, to override the demo import I uploaded the demo images to your /uploads/ folder and I edited the shop.xml import file and replaced the image URLs to your server.
    So this should be ready to install from the theme settings now, but as you wanted to try to save some of your content and settings, we can try to run this without a reset which will import and could change any exact name items. Perhaps you should make a backup now so you can roll back if this turns into a mess.
    If it does we can then run the reset and then import the demo again, at which point you will lose all content and settings.
    Sorry but the demo importer is not designed to “stack” demos, you probably noticed the warning when importing.

    But we can “copy” pages from demos using the Avia Layout Builder Debugger, using this method the page will contain the elements, just not the styling or demo images, which you would replace anyways. So if you want to use this custom shop page, or any of them, we can do that without the risk of a demo import.
    I also have the shop demo theme settings import file, which would change your site’s styling if you really wanted the colors, or you could use the predefined styles:
    2020-12-20_093539.jpg

    So at this point, you can create a backup and then run the import, if you want to try without a reset. – If it fails we can still do a reset and try again.
    Or if you want to try “copying” a page, I can assist with this also.
    I’m just trying to reduce any work for you.

    Best regards,
    Mike

    in reply to: Custom Footer and Socket Section #1268772

    Hi,
    Very good, 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: Post format – Link url is cut #1268771

    Hi,
    Sorry for the late reply, I have tested this on my localhost and was able to recreate this, but I’m unsure of a solution so I have submitted this along with my test results to the dev team to review.
    I will reply when the dev team posts a reply to the issue, thank you for your patience.

    Best regards,
    Mike

    in reply to: Only load used modules doesn't work #1268764

    Hey conflock,
    Sorry for the late reply, are you also using Enfold Theme Options > Performance > JS & CSS file merging and compression or any caching plugins?
    If either of these are used you will need to clear these when you change the page elements used. Even though the theme knows to not load an element, it is not enough to trigger a rebuild of the merged or minified files.
    To force a rebuild of the theme merged files, disable the merged option and at the bottom of the page you will find: Enfold Theme Options > Performance > Delete old CSS and JS files, enable this and save the theme settings, then reload your frontend, then go back and enable the settings for merging again.
    For your caching plugins, they should have a “clear” option.
    I recommend only using caching & minifying after your site is finished, in this case use you may only need to do this occasionally, after page rebuilds.

    Best regards,
    Mike

Viewing 30 posts - 14,671 through 14,700 (of 34,221 total)