Forum Replies Created

Viewing 30 posts - 9,961 through 9,990 (of 34,918 total)
  • Author
    Posts
  • in reply to: Styling issue on shopping cart page #1373243

    Hi,
    Try this css for the Virtual Gift Cards page “Send as gift” checkbox:

    .cart label[for=wc_gc_send_as_gift_checkbox] input {
      width: auto;
    }

    Best regards,
    Mike

    in reply to: Adding a backgrond video to Grid Row in Enfold! #1373241

    Hi,
    Does the video have to be a background video if it’s 1/2 of the row? Try putting a video element in half of a grid row element and your text in the other half.

    Best regards,
    Mike

    Hey ivanstojkovic,
    Thanks for the link to your site, I’m not familiar with the plugin you are using to set your widgets, but the footer 4 one doesn’t have a selection in the drop down, it says “choose”.
    So please review your widget options.

    Best regards,
    Mike

    in reply to: background Vimeo video on homepage #1373239

    Hey schwabino,
    It seems that Chrome and Edge on Windows is blocking the playing of Vimeo videos.
    In my test with Windows in Chrome, Firefox, Edge, & Brave in a color section with a background video on desktop,
    all browsers play the example YouTube link, and only Brave & Firefox play the example Vimeo link.
    So Chrome, Edge, & Brave all use chromium as their engine and since Brave will play the Vimeo video I would say that Chrome & Edge are blocking Vimeo.
    Since all of them play YouTube, it doesn’t seem that it is a theme or element issue and I don’t see that there is anything that the theme can do to make the browsers play a Vimeo video.
    So my recommendation is to use YouTube.

    Best regards,
    Mike

    Hey Thorsten_Reichel,
    Thanks for your question, the video showing on the page on the “test1” site is in big-preview container that has padding. You can remove the padding with this css:

    #top .big-preview {
        padding: 0;
    }

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

    Best regards,
    Mike

    in reply to: Slider no longer goes across the full width after update #1373237

    Hi,
    Thanks for the login, I see that the body of your page has a max width of 1130px but your slider is much larger, is it meant to be outside the boxed layout?
    If so you should note that at 990px the text in the slider is half off of the page, perhaps instead of using a fixed width for the slider you should set it to responsive so it will adapt to the width of the page.
    If you really want the slider outside of the boxed layout try adding this css of desktops:

    @media only screen and (min-width: 1550px) { 
    #top.home #layer_slider_1 {
    	left: -35%;
    }
    }

    Best regards,
    Mike

    in reply to: postslider #1373235

    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: published Portfolio entries give the error 404 "not found" #1373232

    Hi,
    Glad we were able to 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: accessibility mobile navigation #1373231

    Hi,
    Glad Ismael could help find the false positive, shall we close this then?

    Best regards,
    Mike

    in reply to: Sort images added to a gallery #1373230

    Hey Angelo,
    Thanks for your question, I don’t know of any “dirty trick” but in my test the images are added to the masonry gallery in the order that you select them, so when you pick them, choose them in the order you wish. After I pick them I find it easy to drag them into a different order.

    Best regards,
    Mike

    in reply to: Fonts keep on changing #1373228

    Hey AuroraArcus,
    Thanks for the login, for your slider, the first slide has text in the title and an image in the caption:
    2022-11-19_012.png
    the second slide is the opposite since in your theme options you have titles as Comfortaa and text as Verdana:
    2022-11-19_011.png
    the font Comfortaa is used of the first slide and Verdana is used for the second slide because your text is in the caption field.
    To correct I added this css:

    .avia-caption-content p {
    	font-family: comfortaa;
    	font-weight: 700;
    }

    please clear your browser cache and check.
    I couldn’t find the exact match for the second text, is it the button? “Book gratis og uforpligtende telefonsamtale med Therese” this uses the Verdana font from the theme settings, you could use css like I did to change.

    Best regards,
    Mike

    in reply to: Assign a different color for each of multiple menu buttons #1373227

    Hey deborahkilian,
    Thanks for your patience and the link to your site, try this css instead:

    #top #wrap_all .main_color .current-menu-item.av-menu-button-colored > a .avia-menu-text {
    	background-color: green;
    	border-color: green;
    }

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

    Best regards,
    Mike

    in reply to: Mailchimp newsletter modul not working #1373226

    Hey limedrop,
    Thanks for the links to your page, but I’m not sure as I have not seen this before. MailChimp is working correctly on my demo site.
    Please include an admin login in the Private Content area below so I can test my MailChimp API on your site to see if it works correctly.

    Best regards,
    Mike

    in reply to: Mobile menu above viewport #1373223

    Hi,
    Thanks for the login, I cleared your cache plugin cache and now your burger menu shows, I also tested on my Android phone and the burger menu shows, please clear your browser cache and check.
    2022-11-19_008.png

    Best regards,
    Mike

    in reply to: published Portfolio entries give the error 404 "not found" #1373222

    Hey FOTOstheimer,
    Thanks for your patience and the link to your site, I don’t know why this occurred but I saved your permalinks and now your portfolio items are showing again, please clear your browser cache and check.
    2022-11-19_007.png

    Best regards,
    Mike

    in reply to: Icon error with wpml #1373221

    Hey thinkdutchconcepts,
    Thanks for your patience, I see that you are using two different domains, so the second domain is getting the CORS error because it is trying to get the icon font from the first domain.

    Access to font has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.

    So you will need ask your webhost to add ‘Access-Control-Allow-Origin’ to the header for you. Typically this is done on the server and then the server needs to be restarted and is not a DIY project.

    Best regards,
    Mike

    Hi,
    tristatedata 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.
    edgeofcinema in my test with Windows in Chrome, Firefox, Edge, & Brave in a color section with a background video on desktop,
    all browsers play the example YouTube link, and only Brave & Firefox play the example Vimeo link.
    So Chrome, Edge, & Brave all use chromium as their engine and since Brave will play the Vimeo video I would say that Chrome & Edge are blocking Vimeo.
    Since all of them play YouTube, it doesn’t seem that it is a theme or element issue and I don’t see that there is anything that the theme can do to make the browsers play a Vimeo video.
    So my recommendation is to use YouTube.

    Best regards,
    Mike

    in reply to: Impossible to upload a demo #1373208

    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: ENFOLD SITE DOWN AFTER WP UPDATE TO 6.1.1 #1373207

    Hey Kathleen,
    Thanks for the login, try to disable your Must-use & Drop-ins plugins, this will need to be done from the server settings, you may need to ask the webhost to help:
    2022-11-19_073723.png
    these plugins are related to your server cache system, and since the pages don’t load with no errors, in fact they don’t stop trying to load, there seems to be a conflict in the srever cache.
    Also check your server logs.
    My test site uses WP 6.1.1 and PHP 7.4 with no errors, and also WP 6.1.1 and PHP 8.0 with no errors so I don’t think this is related to the theme solely, I think if you could clear the server cache and temporarily disable those plugins it would help.

    Best regards,
    Mike

    in reply to: Impossible to upload a demo #1373202

    Hi,
    Thanks for the feedback, I was not able to login, but you may also want to ensure that the PHP ZipArchive Extension is enabled.
    I see that you want the Enfold Parallax Demo, have you ever used the Duplicator plugin?
    I could install the demo on my test site and make a Duplicator clone of it for you to install on your site.

    Best regards,
    Mike

    in reply to: Emojis suddenly gone #1373201

    Hi,
    In case you were having trouble with the css, I helped another thread with this css:

    .flying-money-emoji .av-special-heading-tag::after {
        content: "💸";
        display: inline !important;
        border: none !important;
        box-shadow: none !important;
        height: 1em !important;
        width: 1em !important;
        margin: 0 0.07em !important;
        vertical-align: -0.1em !important;
        background: none !important;
        padding: 0 !important;
    }

    please see the example in the thread.
    Hope this helps.

    Best regards,
    Mike

    in reply to: When updatign emoji's get lost #1373200

    Hi,
    Thanks for the link to your page, the top element is the special heading element and in the title field you have added an emoji, these title fields do not support HTML or HTML Entities
    So each this you save the page they will be lost, if you open the element you will see it doesn’t show:
    sh-no-emoji.png
    if you add HTML you will see the warning message, this is also for emoji’s I will recommend to the Dev Team to add the warning for emoji’s
    2022-11-19_002.png
    To solve this you can add the emojis via CSS with the :before / :after selector see the example in this article.
    For example:

    .av-special-heading-tag::after {
        content: "💸";
        display: inline !important;
        border: none !important;
        box-shadow: none !important;
        height: 1em !important;
        width: 1em !important;
        margin: 0 0.07em !important;
        vertical-align: -0.1em !important;
        background: none !important;
        padding: 0 !important;
    }

    I would recommend adding a custom class the special headings that you want this to show on so it doesn’t show on all special headings, unless that is what you want.
    I created a test page for you linked below with a special heading element and the custom class flying-money-emoji
    2022-11-19_003.png
    Then I added this CSS in a code block on the page:

    .flying-money-emoji .av-special-heading-tag::after {
        content: "💸";
        display: inline !important;
        border: none !important;
        box-shadow: none !important;
        height: 1em !important;
        width: 1em !important;
        margin: 0 0.07em !important;
        vertical-align: -0.1em !important;
        background: none !important;
        padding: 0 !important;
    }

    This is the result:
    2022-11-19_004.png
    Please give this a try.

    Best regards,
    Mike

    in reply to: Make video stop on final frame and not display play icon #1373198

    Hi,
    To hide the play button, please try this css:

    .mejs-overlay-button {
    	visibility: hidden;
    }

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

    Best regards,
    Mike

    in reply to: PHP 8.1 & Enfold New Version #1373196

    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: Custom Header Behavior #1373164

    Hey edgeofcinema,
    Thanks for the link to your page, is every page going to be the same or is this just for the front page?
    Does the main nav need to “drop down” or can it just fade in?
    We can add opacity to the nav but behind it is the blue from the header, did you expect to see the image through the opacity?
    I would recommend trying to use a transparent header, then add the blue header and 50% white to the menu, with the transparent header the theme will track the scroll to trigger the drop down or fade for the nav section.
    This will require a lot of css.

    Best regards,
    Mike

    in reply to: Contact form set field value #1373162

    Hey Jorge,
    I’m not sure what you mean, please explain further.

    Best regards,
    Mike

    in reply to: Impossible to upload a demo #1373161

    Hi,
    Is your webhost OVH?
    If so please read this thread

    Best regards,
    Mike

    in reply to: Optimizing for speed #1373160

    Hi,
    Thanks for the feedback, I noticed that I missed your request to make the bottom button bold, I did this please clear your browser cache and check.
    Please see the screenshot in the Private Content area.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: change color section breakpoints #1373147

    Hi,
    The theme settings are general and not specific, the different ipads are different sizes, if you want to be more specific try using the css I linked to, if you don’t need to be that specific and are happy with the theme setting, then ok.
    My mind is probably just being too technical.

    Best regards,
    Mike

    in reply to: Optimizing for speed #1373145

    Hi,
    Thanks for trying, I Enabled the Avia Layout Builder Debugger and searched the homepage shortcode and found the image twice, so I removed it and checked the page again and the error doesn’t show and I don’t see anything different on your page.
    Please check your page carefully, if it looks correct then fine.

    Best regards,
    Mike

Viewing 30 posts - 9,961 through 9,990 (of 34,918 total)