Viewing 30 results - 3,421 through 3,450 (of 142,852 total)
  • Author
    Search Results
  • #1469180

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    Thanks Mike. That worked great.

    Is there a way to display the background at the bottom of the main content container on all the pages in the website? After making these updates, it’s displaying there on the home page, but not the other pages/posts. The background that displays at the top of the footer is showing on all the pages/posts, so that is great.

    One small thing I noticed is the background at the bottom of the main content container doesn’t extend quite to the full width of the area above it. When you view the home page on a large screen/full width, it looks like there’s approximately 4 pixels on the right of it where the background doesn’t go all the way to the edge of the content container. If you resize your browser to make the screen smaller, it looks like the same thing happens on the left and right sides, but it’s more noticeable. I placed a red border around the background to make this a little easier to see.

    If you could let me know what would need to be adjusted so the background extends the fill with of the content area, that would be appreciated. The way the background displays above the footer area is prefect and is what I would like this to look like.

    Thanks again for the help.

    #1469154

    In reply to: Icons disapeared

    But they all worked for weeks, then just stopped!

    #1469149

    In reply to: line height post title

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #top .post-title {
      line-height: 22px;
    }
    }

    Best regards,
    Rikard

    #1469147

    In reply to: Masonry Gallery

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1469145

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1469123

    Hi,

    Thank you for the update.

    You can add this css code to adjust the color of the selected category:

    .responsive #top .main_color #js_sort_items a.active_sort.active_sort {
        color: #ffffff !important;
        border-color: #ffffff;
    }

    Best regards,
    Ismael

    #1469115

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1469109
    rixi
    Participant

    Hi, do you have any idea why i can`t see youtubevideos on a webpage anymore, its just black? It seems that its just on my PC on the Handy everything is ok.
    I never had a problem on the desktop and just saw that.

    Thanks a lot :)

    Many regards
    rixi

    #1469106

    In reply to: Video not playing

    Hey mvi,

    It’s not working on desktop either on my end, what happens if you try to upload it to Youtube instead?

    Best regards,
    Rikard

    #1469101

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1469082

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

    #top #wrap_all .avia-fullwidth-portfolio #js_sort_items .text-sep {
      color: transparent !important;
    }

    Screen Shot 2024 10 14 at 8.26.38 AM

    Best regards,
    Mike

    #1469053

    Hey jim-cp,

    Thank you for the inquiry.

    The border is applied by this css code:

    #header {
        border-bottom: 2px solid #ebebeb !important;
    }

    You can remove the code or override it in the Quick CSS field:

    #top #wrap_all .header_color.av_header_transparency {
        border: 0 !important;
    }
    

    Best regards,
    Ismael

    Hey clbdcnpafe,

    Please try the following in Quick CSS under Enfold->General Styling:

    #top .fullsize .template-blog .post .entry-content-wrapper {
      text-align: left;
    }

    Best regards,
    Rikard

    #1469034

    Hey Diana,
    The data is hosted on your site and is GDPR Compliance, see this thread.

    Best regards,
    Mike

    clbdcnpafe
    Participant

    Hello.

    Is there a way to have the text in the blog posts content element appear as left justified on smartphone screens rather than full justified? It appears as left justified on laptops and large screens but appears as full justified on a smartphone screen.

    In private content we’ve included a link to an image of how the text appears on a smartphone and also a link and password to the relevant page with the blog posts content element.

    Thanks.

    Thanks Mike, excellent!
    I set it to 90% and it works brilliantly!

    One more quick question on the matter.
    On this very page I tried mouse scrolling and wished to achieve a magnetic stop on the next section. I hope you know what I mean. it seems to be called Scroll Snap in Elementor [PRO].
    Many other pages come with a similar feature.
    Would you know how to accomplish this, or a something alike with Enfold, or would that be a feature request?

    Thanks for your always brilliant help!
    Stefan

    #1469020

    Hi,
    Your screenshot is still password protected, please try a different Screenshot service
    also provide a admin login so we can check the backend.
    It looks like you are using some custom css for the first table:

    @media only screen and (max-width: 767px) {
        #top #after_section_1 .avia-table-1 th, 
        #top #after_section_1 .avia-table-1 td {
            display: table-cell;
            min-width: 50%;
            width: 50%;
            padding-left: 17px;
            padding-right: 17px;
            border-right: 1px solid;
        }
    }

    Note the class avia-table-1 so this doesn’t change all of the tables, try this css instead:

    @media only screen and (max-width: 767px) {
        #top #after_section_1 .avia_responsive_table th, 
        #top #after_section_1 .avia_responsive_table td {
            display: table-cell;
            min-width: 50%;
            width: 50%;
            padding-left: 17px;
            padding-right: 17px;
            border-right: 1px solid;
        }
    }

    Best regards,
    Mike

    #1469017

    Hi,

    Thanks for the update. If you have questions that are off the current topic, then please open a new thread.

    Best regards,
    Rikard

    #1469014

    Hi, i disabled wp-optimize and then activated the plugin again and now it’s working! pictures visible, links working. I hope, this will last.Thank you for the support!

    I have another question referring password secured pages. do i have to open a new topic?

    Best regards

    Uld

    #1469002

    Hi,
    Thanks for the link to your page, when I check I see this:
    Screen Shot 2024 10 12 at 5.18.42 PM
    I recommend this css:

    @media only screen and (max-width: 479px) { 
    	#top.home #wrap_all #full_slider_1 .av-slideshow-caption .avia-caption-content p {
    		font-size: 12px;
    	}
    	#top.home #wrap_all #full_slider_1 .avia-caption-title {
    		font-size: 15px;
    	}
    }

    or this result for small screens (320px):
    Screen Shot 2024 10 12 at 5.36.33 PM
    and this for normal screens (425px)
    Screen Shot 2024 10 12 at 5.38.51 PM
    Please adjust to suit

    Best regards,
    Mike

    Hi,
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script() { ?>
      <script>
    document.addEventListener("DOMContentLoaded", function() {
        var footer = document.getElementById('footer');
        var afterSlideshow = document.getElementsByClassName('el_after_av_slideshow');
        if (footer) {
            var newDivFooter = document.createElement('div');
            newDivFooter.className = 'custom-header-background-footer';
            footer.appendChild(newDivFooter);
        }
        if (afterSlideshow.length > 0) {
            var newDivSlideshow = document.createElement('div');
            newDivSlideshow.className = 'custom-header-background-bottom';
            afterSlideshow[0].appendChild(newDivSlideshow); 
        }
    });
    </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_script', 99 );

    Then add this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .custom-header-background-footer {
        background-image: url(/wp-content/uploads/2024/09/top_no_fade.png);
        background-repeat: repeat-x;
        background-position: bottom center;
        background-size: auto;
        height: 50px;
        width: 100%;
        position: absolute;
        top: -50px;
    }
    .custom-header-background-bottom {
        background-image: url(/wp-content/uploads/2024/09/top_no_fade.png);
        background-repeat: repeat-x;
        background-position: bottom center;
        background-size: auto;
        height: 50px;
        width: 109%;
        position: absolute;
        top: 25px;
        left: -5%;
        transform: rotate(180deg);
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    #1468999

    Topic: Blog Layout

    in forum Enfold
    Nick_Skehan
    Participant

    Perhaps this has been asked before, but I am not getting anything on the search.

    I have a blog element on a page displaying posts.

    I would like to format it as follows
    Headline first,
    Featured image
    Excerpt Last
    Stacked on top of each other.

    The default layout seems to be Image, headline, and excerpt.

    I appreciate any help you can provide.

    #1468998

    In reply to: Website accessibility

    Hey Meetx,
    Thank you for your patience,
    For the “scroll to top button” is set to “aria-hidden=true” as it is not critical to understanding the page’s purpose or functionality, WAI-ARIA says this is correct to prevent the screen reader from announcing its presence or content. This doesn’t prevent tabbing.
    Nonetheless if you want to change this and add a label try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script() { ?>
      <script>
    const button = document.getElementById('scroll-top-link');
    button.setAttribute( "aria-hidden", "false"  );
    button.setAttribute( "aria-label", "label"  );
     </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_script', 99 );

    Please adjust the “label” to whatever you want it to say.
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    #1468997

    In reply to: Masonry Gallery

    Hi,
    To remove the “grey veil on the images before the mouse over” try this css:

    .responsive #top .av-hover-overlay-active .av-masonry-image-container {
        opacity: 1;
    }
    

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1468992

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

    #top #header.header_color .av-main-nav > li#menu-item-11678 > a:hover,
    #top #header.header_color .av-main-nav > li#menu-item-11678 > a:focus,
    #top #header.header_color .av-main-nav > li#menu-item-11678 > a:hover .avia-menu-text,
    #top #header.header_color .av-main-nav > li#menu-item-11678 > a:focus .avia-menu-text,
    #top #header.header_color .av-main-nav > li#menu-item-11678 > a:hover .avia-menu-subtext,
    #top #header.header_color .av-main-nav > li#menu-item-11678 > a:focus .avia-menu-subtext,
    #top #header.header_color.av_header_transparency .av-main-nav > li#menu-item-11678 > a:hover,
    #top #header.header_color.av_header_transparency .av-main-nav > li#menu-item-11678 > a:focus,
    #top #header.header_color.av_header_transparency .av-main-nav > li#menu-item-11678 > a:hover .avia-menu-text,
    #top #header.header_color.av_header_transparency .av-main-nav > li#menu-item-11678 > a:focus .avia-menu-text,
    #top #header.header_color.av_header_transparency .av-main-nav > li#menu-item-11678 > a:hover .avia-menu-subtext,
    #top #header.header_color.av_header_transparency .av-main-nav > li#menu-item-11678 > a:focus .avia-menu-subtext {
    	color: green;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1468991

    Hey MysticMimi,
    Thanks for the link to your site, when you use the negative top margin to move columns over an element, you should also use a negative bottom margin to bring the rest of the page up to not have a space:
    Screen Shot 2024 10 12 at 11.09.13 AM
    I adjusted this for you, please check.

    Best regards,
    Mike

    #1468989

    Hi,
    The code is not CSS, it is PHP. If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
    use wpcode php snippet and activate
    and ensure that it is activated, then add the code and save.

    Best regards,
    Mike

    #1468986

    Hi,
    I checked your horizontal gallery on my Android phone and in a Chrome Dev simulation, but in both cases the image is not cropped, when I check with Safari in Responsive Design Mode, I found an issue with Safari so I added this css to your site and seems to solve.

    @media only screen and (max-width: 767px) { 
    .responsive.avia-safari #top .av-horizontal-gallery-img {
    	transform: none;
    }
    }

    Please clear your 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

    Rikard, I know what it is. It’s a permission (and possibly a folder ownership) issue.

    When I set manually 777 permission to wp-content/uploads/*folders then I don’t have errors any more.
    As soon as I come back to 755, errors come back too.

    I have 2 thoughts and no anwsers
    1) Using FileZilla to upgrade enfold version, I don’t understand why WP is not able to allow permission automatically during the process of swapping folder-V.5.6.12 into folder-V.6.0.5 !
    2) On top of that, it seems I have different owners inside my wp-content/upload folder and sub-folders. I think (but I’m not sure) this is where comes from the problem and I have no clue how to fix that.

    ownership in upload folder

    I hope it gives you ideas to help me to get out of this blocking situation.

    PS. I’m aware about my late php version too, I need to take care about that some day. Thx for the reminder.

    • This reply was modified 1 year, 5 months ago by rvga.
    • This reply was modified 1 year, 5 months ago by rvga.
    • This reply was modified 1 year, 5 months ago by rvga.
    • This reply was modified 1 year, 5 months ago by rvga.
Viewing 30 results - 3,421 through 3,450 (of 142,852 total)