Viewing 30 results - 4,141 through 4,170 (of 142,853 total)
  • Author
    Search Results
  • if you are using image Element for that – just go to advanced tab on the image elmenent and choose as “Image Link”: set manually.
    Insert the url of that new image to show in lightbox.
    As long this is an image it will open then automatically in the lightbox: https://webers-testseite.de/custom-link-to-lightbox/

    easiest way to hamper that lightbox opening would be a media query to set pointer-events to none for that link.

    if you like to have more selectivity – then use custom-class on the image element.

    @media only screen and (max-width: 899px) {
      a.avia_image.lightbox-added {
        pointer-events: none;
      }
    }

    for that close button you can shift it f.e. into the image – or to the right side of the image

    test:

    div.avia-popup .mfp-close {
      right: 5px;
      top: 45px;
      background-color: rgba(0,0,0,0.3);
    }
    #1463399

    In reply to: Portfolio Grid spacing

    Hi,

    Thank you for the update.

    Please remove the previous modifications and replace them with the following code:

    @media only screen and (min-width: 768px) {
      /* Add your Desktop Styles here */
      #top .grid-entry.no_margin.av_one_third {
        padding: 10px;
      }
    
      .grid-sort-container {
        width: calc(100% + 10px);
        margin-left: -10px;
      }
    }

    This should ensure that the padding is only applied on on larger screens.

    Best regards,
    Ismael

    Hello,

    The Advanced Avia Layout builder is not showing in the top right corner when I create a new page in WordPress. It looks to have disappeared. How can I get it back? I tried reverting to an older wordpress version and it showed up, but then it broke my site. The newest wordpress version is not allowing me to enable the builder.

    #1463377

    I have worked on this for over an hour – it is hit or miss with the links – sometimes internal sometimes external. I know there was an issue with the WP upgrade – I have the latest WP since they fixed the issues – does this have to do with it? I managed to get the links to work on desktop – now the donate button does not work on mobile and I had to do workarounds for this.

    Mike
    Participant

    I have no idea how to word that any better unfortunately. Without any updating or changes, all of a sudden the top element on my homepage stopped working. Whether it’s the full width easy-slider or a simple colour section.

    Additionally any parallax areas have now turned static throughout the site.

    See the website here: https://steinbachcommunityoutreach.com/

    #1463369

    Hi,

    The update to 6.0.2 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload the theme as if it was new under Appearance->Themes->Add New Theme.
    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Thanks @guenni007 for helping out.

    Best regards,
    Rikard

    #scroll-top-link {
      display: none !important;
    }
    #1463361

    You should create a complete backup in any case, e.g. with the free plugin: duplicator.

    If you use a child theme, you will not be able to avoid checking the child theme files for validity. e.g. header.php has changed a lot – also footer.php.
    Custom Advanced Layout elements should also be updated. ( if you use child-theme pendents of them ) –
    if you only have these three files (style.css, functions.php and screenshot.png) in your child-theme folder – than only a check of your child-theme functions.php is neccessary.

    Is your WordPress version older too?
    Then you need to take precautions here too.
    What php Version is in use? with php 7.x or 8 a new jQuery is implemented.

    With such a huge step, I would update as follows:
    I would advise everyone to follow this way. You always have a rollback in the background.

    The advantage of this procedure is that it can be undone.
    Uploading the new theme takes a little time; if all goes well, the site will only be offline for a short time (just for the moment of renaming).

    Update via ftp

    • Download the “installable WordPress file only” file from themeforest  and unzip it
    • After that – you got a folder : enfold
    • Rename this downloaded newest version to enfold-new
    • Upload that enfold-new folder to the themes folder
    • Rename the existing enfold folder to f.e. enfold-old
    • Rename your uploaded enfold-new folder to enfold
    • On Enfold – Performance – check mark and “Delete Old CSS And JS Files?”
    • Check if your Website works to your full satisfaction.
    • Yes – then stop here – Update is finished
    • After a while of testing – you can delete that enfold-old folder via ftp
    • No – delete or rename back the enfold folder back to enfold-new
    • rename the enfold-old folder back to enfold
    • check on enfold board if there are known bugs – or similar problems
    #1463350

    In reply to: Toggler Element

    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

    #1463348

    In reply to: Layout Tab Section

    Hi,
    Try adding:

    #top .av-tab-arrow-container {
        height: 11px;
    }

    Best regards,
    Mike

    #1463347

    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

    #1463344

    Topic: Hide Menu in Header

    in forum Enfold
    ballindigital
    Participant

    Hi,

    How can I hide the menu in the header completely? I don’t have anything in my menu but when I scroll down the menu background appears even though there is no menu..

    View post on imgur.com

    Also – how do I make the mobile version have a transparent background just like the desktop? I don’t want the burger menu to be shown either.

    View post on imgur.com

    Thanks!

    Harvinder

    #1463292

    Hey laptophobo,

    Thank you for the inquiry.

    That is quite odd. We can’t find where the mask is coming from. Have you tried recreating the slider from scratch?

    Best regards,
    Ismael

    #1463283

    In reply to: Portfolio Grid spacing

    Hey Richard,

    Thank you for the inquiry.

    Unfortunately, this is not possible because the positions of the portfolio grid items are calculated dynamically with a script. You can apply padding around the items to create space between them, but this will also affect the alignment of the grid container. If you want to test it, you can try this css code:

    #top .grid-entry.no_margin.av_one_third {
        padding: 10px;
    }

    Best regards,
    Ismael

    Hi Rikard,

    You are totally right…. You are absolutely right. The Spectra plugin is causing the problem. Thank you very much! My old coming soon page has been designed with it. If I deactivate it, it no longer works, so I create a new one without Spectra…
    You can close the topic. Many thanks.

    Kind regards,
    bleistift

    #1463258

    Hello Guenni and Mike,

    the solution works ! You can close this topic :-D

    Thank for your help.
    Best regards

    Sandra

    #1463235

    In reply to: Layout Tab Section

    Hi,
    Try adding this:

    #top .av-tab-arrow-container {
        top: -11px;
    }

    Best regards,
    Mike

    #1463233

    Hi,
    please compare this to the original:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .av-flex-cells .no_margin {
    padding-left: 15px !important;
    padding-right: 15px !important;
    }
    .responsive #top .av-masonry {
    background-color: #f5f0eb !important;
    }
    }

    Best regards,
    Mike

    #1463231

    Sorry, how do I remove the page id from this css?

    @media only screen and (max-width: 767px) {
    .responsive #top.page-id-163 #wrap_all .av-flex-cells .no_margin {
    padding-left: 15px !important;
    padding-right: 15px !important;
    }
    .responsive #top.page-id-163 .av-masonry {
    background-color: #f5f0eb !important;
    }
    }

    #1463227

    In reply to: Layout Tab Section

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

    #top .av-tab-no-icon.av-tab-no-image .av-inner-tab-title {
        margin-bottom: 0;
    }

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

    Best regards,
    Mike

    #1463216
    gmuscianese
    Participant

    Hello. I am referring to an old topic opened here on the forum, at https://kriesi.at/support/topic/one-off-support-for-an-old-site-not-made-by-myself/?avia_support_contact=avs_667e79386bbd00.15772927_1459946.

    Now, since the customer was not able to recover the old license, we purchased a new one to receive support for the problem indicated in the topic of the link above. I would like to know what we need to do now to receive complete assistance for the aforementioned problem, for example how we can update the license of the Enfold theme of the site in question and then proceed with any updates to the same.
    We would prefer to have a developer take care of the matter to avoid incurring critical problems to the site, given the sensitivity of the operation.

    We await your response,
    have a good day.

    #1463207

    Topic: website top on google

    in forum Enfold
    nod
    Participant

    Hi,
    I’m using avance builder for the products. I indexed my website on google and everything works good. But when I search this product on google, my website did not appear in the top page. I see my website in 350 positions.

    How to make my website in the top of google during a searching products ?

    Thanks

    #1463199

    In reply to: Enfold Theme Update

    Hi,

    Thank you for the update.

    How do you add the site? Please provide a short clip of the steps or a screenshot of the error. Did you follow these steps?

    // https://support.google.com/business/answer/2911778?hl=en&co=GENIE.Platform%3DDesktop
    // https://support.google.com/business/answer/7107242?sjid=3599139721803492600-AP

    Best regards,
    Ismael

    #1463182

    Hi,
    Try adding !important; after background-color: #f5f0eb; like this:

    @media only screen and (max-width: 767px) {
      .responsive #top.page-id-21 #wrap_all .av-flex-cells .no_margin {
          padding-left: 15px !important;
          padding-right: 15px !important;
      }
      .responsive #top.page-id-21 .av-masonry {
        background-color: #f5f0eb !important;
    }
    }

    Best regards,
    Mike

    #1463180

    Hey Richard,
    This is margin due to this css:

    p+h1, p+h2, p+h3, p+h4, p+h5, p+h6 {
        margin-top: 1.5em;
    }

    the “p” means paragraph, so in your case please add this css:

    h3+h4 {
        margin-top: 1.5em;
    }

    Best regards,
    Mike

    #1463169

    Hi,
    On mobile I see #f5f0eb;
    try clear your browser cache.
    If you mean desktop add this css:

     #top.page-id-21 .av-masonry {
        background-color: #f5f0eb;
    }

    Best regards,
    Mike

    #1463168

    In reply to: Social media icons

    Hi,
    Please use margin like this:

    #top .social_bookmarks li {
        margin-right: 10px;
    }

    Best regards,
    Mike

    #1463166

    Hi,
    To match the masonry on /photography/iraq/ width with homepage width on mobile please use this css instead:

    @media only screen and (max-width: 767px) {
      .responsive #top.page-id-21 #wrap_all .av-flex-cells .no_margin {
          padding-left: 15px !important;
          padding-right: 15px !important;
      }
      #top.page-id-21 .av-masonry {
        background-color: #f5f0eb;
    }
    }

    This will also match the background color.

    Best regards,
    Mike

    #1463161

    Hi,
    To remove most of the padding for that masonry on that page on mobile, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) {
        .responsive #top.page-id-21 #wrap_all .av-flex-cells .no_margin {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }

    there will still be a little padding but this is needed for the element, please see the screenshots in the Private Content area of the expected results.

    Best regards,
    Mike

    #1463160

    In reply to: Social media icons

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field instead to have larger round social icons in the socket, it also adds a white background color before mouse-over and on mouse-over the icon colors show, I have not sure what color you wanted as typically there is no color until mouse-over, feel free to adjust the color to suit.

    #socket .social_bookmarks li a {
    width: 50px!important; 
    line-height: 50px!important; 
    min-height: 50px!important; 
    font-size: 30px;
    }
    
    #socket .social_bookmarks li {
    height: 50px!important; 
    width: 50px!important; 
    }
    
    #top #wrap_all .av-social-link-instagram a {
        color: var(--enfold-socket-color-meta);
        background-color: #fff;
    }
    #top #wrap_all .av-social-link-linkedin a {
        color: var(--enfold-socket-color-meta);
        background-color: #fff;
    }

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

    Best regards,
    Mike

Viewing 30 results - 4,141 through 4,170 (of 142,853 total)