Viewing 30 results - 6,571 through 6,600 (of 142,928 total)
  • Author
    Search Results
  • thijsvanhalewijn
    Participant

    Hi!

    I notice the layout of one of my websites looking weird after upgrading from PHP 7.4 > PHP 8.0 (or higher).
    After stopping all plugins one by one, the cause seems to be the Mollie plugin.
    The support from Mollie advised me to reinstall Woocommerce and WordPress, which I did but without result.

    I wonder if the Enfold theme itself is the problem. How can I figure out a solution if that’s the case?

    Thanks in advance!

    Kind regards,
    Thijs

    Yuo find a temporary accesslink under Private Content

    #1430251
    josikrop1
    Participant

    Hi guys, I’m sorry to open a new thread but I can’t find a solution to my problem and I think I need individual help. I also read the Enfold manual and tried to solve this with this link, but it won’t work.

    I used the CSS snippet:

    /* Section mobile bg image*/
    @media only screen and (max-width: 767px) {
    #top #section-mobile-bg {
       background-image: url(https://hauptwerk-zt.at/wp-content/uploads/2024/01/rendering1_smartp.jpg)!important;
       background-position: 0% 50%!important;
    }
    }

    I tried this snippet in the Quick CSS Box and in the custom.css file. Other snippets work out fine but not this one.
    In the color section background box for developers I added the line “section-mobile-bg”. I also tried it with “#section-mobile-bg” always without “”.
    Is there any problem with my syntax or what can be the problem, that the picture doesn’t change?
    I’m an architect and not a coder, so sorry if this is a stupid question.

    edit:
    Parallax is active.

    • This topic was modified 2 years, 3 months ago by josikrop1. Reason: added information
    • This topic was modified 2 years, 3 months ago by josikrop1. Reason: spelling

    Hey Ismael,

    thx for the quick feedback….

    I tested the site on a PC laptop with Chrome and Edge… this “wobbling effect” was on both browsers.
    And it may be that this effect only appears on this tested PC laptop?… strange…
    However, the problem did not appear on other websites…

    In my video it looks as if the content is positioned centered without the scroll bar and then the space of the scroll bar is subsequently taken into account and accordingly the elements are re-centered a little further to the left and this creates this “wobbling effect”…. be that possible?

    It would be great if you could take another look at it or maybe have an idea how I can avoid this effect.

    thx again!

    • This reply was modified 2 years, 3 months ago by cheffe.
    #1430221

    Hi,

    Thank you for the update.

    You can add this css code to hide the overlay on hover.

    #top .av-caption-style-overlay .av-masonry-item-with-image:hover .av-inner-masonry-content {
        background: transparent;
    }

    Best regards,
    Ismael

    #1430219

    In reply to: two Burger Menus

    Hey ausgesonnen,

    Thank you for the inquiry.

    Did you any modifications for the header? To remove the other burger icon, you can try this css code.

    #top #header .av-logo-container .av-main-nav > li.av-burger-menu-main {
        display: none;
    }

    Best regards,
    Ismael

    Hi,


    @northorie
    : Have you tried adding the css code that @Guenni007 provided above? We will post it again below. If you need further assistance, please open another thread, provide the site URL and post a screenshot. We will close this thread for now.

    @media only screen and (min-width: 990px) {
      #top .flex_cell.responsives-verhalten.nebeneinander  {
        background-attachment: scroll;
        padding: 0 !important
      }
    
      #top .flex_cell.responsives-verhalten.nebeneinander .flex_cell_inner {
        height: calc(56.25vw / 2) !important;
      }
    }
    

    Best regards,
    Ismael

    #1430215

    Hi,

    Thank you for the info.

    To adjust the padding of the Color Section, please edit the element, go to the Layout > Margins & Padding section, then set the Section Padding settings to No Padding.

    You can also add the following css code to adjust the default section padding but this modification will be applied across the site.

    .content {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .avia-testimonial-wrapper {
        margin: 0;
    }
    

    Best regards,
    Ismael

    #1430188

    Ah ha! I found the culprit and it was not Enfold. It was the wp-optimize plugin.
    See: https://wordpress.org/support/topic/wp-optimize-killed-all-my-websites/ but the timing of Enfold changes occurred during exact timeframe. Craziness!

    CLOSE TICKET!

    #1430184
    welswebmaster
    Participant
    #1430156

    Topic: two Burger Menus

    in forum Enfold
    ausgesonnen
    Participant

    Hi there Mike,
    there are 2 burger menus when I make the window width smaller. See screenshot.
    Screenshot-2024-01-15-at-14-01-14

    the url is this:

    LOM

    PLease advise how to only have the on ein the top right hand corner.

    • This topic was modified 2 years, 3 months ago by ausgesonnen.
    #1430145

    Hi,

    Great, I’m glad that you found a solution. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1430120

    Hi Ismael,

    Thank you for your reply!
    I would like both the top text line and the navigation controls to remain in the same place.

    https://img.savvyify.com/image/9uqDn
    https://img.savvyify.com/image/9ut7d

    Best regards
    Karin

    Hi,

    Why is it not recommended to have transparent header/logo on mobile?

    Transparent or fixed headers on desktop are used to enhance site navigation by keeping the main menu accessible while scrolling. However, on mobile devices, users can easily return to the top of a page or site with double taps and other mobile phone gestures, making fixed headers unnecessary. Also, fixed headers consume space that is better allocated for actual site content, and they can also be distracting.

    If you want to continue, you can add the code in the Enfold > General Styling > Quick CSS field or in the child theme’s style.css file.

    Best regards,
    Ismael

    Hello,
    Why is it not recommended to have transparent header/logo on mobile?

    I would like to make it transparent just like it is on our desktop website. Where would I enter the css code you have sent?

    #1430105

    Hey imagestudios,

    Thank you for the inquiry.

    Looks like you’ve managed to apply gray scaling to the masonry items with this css code.

    #top .av-hover-overlay-grayscale .av-masonry-entry .av-masonry-image-container {
        filter: grayscale(1);
    }
    

    To adjust the overlay color, try this css code.

    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
        background: rgba(0,87,130,0.3);
    }
    

    Best regards,
    Ismael

    #1430100
    Yossi Yerushalmi
    Participant

    Hi Mike
    I have one more problem regarding the same site, and it only happens on mobile, on the computer the links work fine.

    I built the main menu and the content of the pages with anchor links.
    Each page 1, 2, 3, 4, 5 has a different number of topics with anchors for each topic,
    Only if you go through the main menu to the last topic on another page, you don’t get to the right place.
    But if you are on a certain page, no matter what topic on the page, click on the last topic on that page, you will get to it properly.

    pages index on the image
    https://eliya-tal-geva.co.il/wp-content/uploads/2024/01/index-pages.png

    link to page 1A

    link to page 2A

    link to page 3A

    Attached is a link to the first example video – going through the menu works fine,
    Are on page 1A and click on the last subject on the same page 1F, you reach the right place.
    https://eliya-tal-geva.co.il/wp-content/uploads/2024/01/First-example-from-1A-to-1F-and-from-2A-to-2E.mp4

    Attached is a link to a second example video – going through the menu is incorrect,
    From page 2A click through the main menu on topic 1F, you don’t get to the right place on the page.
    https://eliya-tal-geva.co.il/wp-content/uploads/2024/01/Second-example.mp4

    I hope I managed to explain myself
    Thank you
    Yossi

    #1430049

    Hi,
    Try finding this css that you added:

    .responsive #top #header #header_main .inner-container .logo {
        order: 2;
        flex-basis: 30%;
        min-width: 100px;
        max-width: 180px;
        z-index: 9;
    }

    and change the max-width to suit, such as 250px like this:

    .responsive #top #header #header_main .inner-container .logo {
        order: 2;
        flex-basis: 30%;
        min-width: 100px;
        max-width: 250px;
        z-index: 9;
    }

    but note that the larger the logo is the more it will push down the menu, please see the screenshot in the Private Content area that displays the flex grid for the header to help explain.

    Best regards,
    Mike

    #1430047

    Hi,
    I believe that you are asking how to center the man holding umbrella image that is in your grid row:
    Enfold_Support_4460.jpeg
    in your grid row background image you would choose the background image position of Top Center:
    Enfold_Support_4462.jpeg
    so the image will be centered left & right and the top of the image will show:
    Enfold_Support_4464.jpeg
    or you can choose Center Center if you don’t care if the top of the umbrella shows.

    Best regards,
    Mike

    #1430045

    Hi,

    Great, I’m glad that you found a solution. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1430039

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

    #top.page-id-1941 .av-masonry-entry {
    	pointer-events: none;
    }

    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

    #1430038

    In reply to: Sidebar Social Icons

    Hey Angelo,
    Try adding this solution to create social icons shortcode that you can add to a widget in your sidebar.

    Best regards,
    Mike

    #1430037

    In reply to: Change Menu Background

    Hey ballindigital,
    To edit the menu item Description, first enable them in the drop down at the top of your menu screen “Screen Options” and checking the Description box, which will show the Description text area below your menu items.
    Enfold_Support_4453.jpeg
    Enfold_Support_4455.jpeg
    I have enabled this for the login you posted, if you are using a different login you will need to enable this.
    To make the menu burger white try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .av-burger-overlay li li .avia-bullet, #top .av-hamburger-inner,#top .av-hamburger-inner::before, #top .av-hamburger-inner::after {
      background-color: #fff !important; 
      }
    

    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

    #1430016

    Hey ausgesonnen,
    It is the background color of the element, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .av-video-slide .avia-slide-wrap, #top .av-video-slide iframe {
        background: #fff;
    }

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

    Best regards,
    Mike

    #1430012

    Hey aboderc,
    Thanks for the link to your page, I see that you have a square with a code block that seems to have woo product shortcode, but the problem is that the code block has a shortcode for a three column product
    Enfold_Support_4441.jpeg
    so the css for this gives it a width of 18%, this is why the product is to the top left, not because of the code block.
    Try this css:

    #top.home .products.columns-3 .product {
    	width: 100%;
    	margin: auto;
    }

    Enfold_Support_4443.jpeg
    Your other two products have a two column woo code so they are to the left because their width is only 49.5%
    Enfold_Support_4445.jpeg
    for them try this css:

    #top.home .shop_columns_2 .products .product {
    	width: 100%;
    	margin: auto;
    }

    Enfold_Support_4447.jpeg
    Lets us know if this helps.

    Best regards,
    Mike

    Hi,
    I see a square with a arrow for going to the top in the Parallax Demo :
    Enfold_Support_4431.jpeg
    to enable this for mobile try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px){
    .responsive #top #scroll-top-link {
        display: block;
    }
    }

    Best regards,
    Mike

    #1430005

    Hi,
    Try adding this css:

    @media only screen and (max-width: 690px) and (orientation: landscape){
    .responsive #top #wrap_all #main {
        padding-top: 182px !important;
    }
    }

    ensure that you clear your phone cache before testing, if this doesn’t help please include your phone screen resolution for portrait and landscape.

    Best regards,
    Mike

    Hi,
    The css classes .site-header & .top-bar are not typical for Enfold, I would recommend this css:

    #header_meta .container {
    min-height: 60px;
    }
    
    #header_meta .container * {
    font-size: 16px;
    }

    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.
    If this doesn’t help please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #1429995
    aboderc
    Participant

    Hi,

    Ich möchte ein product (displayed via shortcode) oder einen Produkt-Raster in einer Spalte mittig darstellen, es wird aber immer links oben eingestellt.

    Für den code block habe ich https://kriesi.at/support/topic/how-to-centre-a-code-block-on-a-page/, ohne Erfolg.

    Ebenso habe ich bei so gut wie allen in Frage kommenden divs den CSS code text-align: center !important; versucht, ebenfalls ohne Erfolg.

    Habt Ihr eine Idee wie das zu machen ist?

    #1429986
    truejoke
    Participant

    I just read the post from September 5, 2022 on the topic of integrating Google Fonts locally in Enfold. I did all of that and it works so far. But where it doesn’t work is with the layer slider that comes with Enfold. So my question is, how do I tell the Layer Slider to also use the fonts from the uploaded fonts? There’s already a post here about this question, but it doesn’t provide an answer.

    bcnsites
    Participant

    Hi,
    Surely, it must be easy, but I tried during some hours -in google and your documentation- without exit, sorry:
    I’m working in the parallax demo and I would like activate the circle icon that appears when I scroll down and in a certain height, I can see a sticky circle with an arrow inside, in the right down position on page, for going to top.
    Where can I activate this circle, please?
    Thanks in advance.
    Joan

Viewing 30 results - 6,571 through 6,600 (of 142,928 total)