Viewing 30 results - 931 through 960 (of 106,446 total)
  • Author
    Search Results
  • #1488278

    Hey Alexandre,

    Thank you for the inquiry.

    Would you mind providing a screenshot of the issue and a link to the page containing the Calendly widget? You can use platforms like Savvyify, Imgur, or Dropbox to upload and share the screenshot. Here are the steps to follow:

    1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
    2.) Locate the option to upload a file or an image.
    3.) Select the screenshot file from your computer or device and upload it to the platform.
    4.) After the upload is complete, you will be provided with a shareable link or an embed code.
    5.) Copy the link or code and include it in your message or response to provide us with the screenshot.

    Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.

    Best regards,
    Ismael

    #1488277

    Hi,

    Thank you for the update.

    To apply the same modification on mobile and tablet view, you can remove the css media query or replace the previous css rule with the following code:

    .av-inner-tab-title, .av-tab-arrow-container, .av-tab-section-icon, .av-tab-section-image {
          width: 200px;
    }

    Let us know the result.

    Best regards,
    Ismael

    #1488275

    Hey envisageiam,

    Thank you for the inquiry.

    You can add another menu item in the Appearance > Menus panel and in the Navigation Label field of the menu item, insert an <img> tag containing the logo image. Then, add the class name “only_mobile” to display the logo only on mobile view.

    View post on imgur.com

    Add this code in the Quick CSS field:

    .only_mobile { display: none; }
    
    @media only screen and (max-width: 989px) {
    
      /* Add your Mobile Styles here */
      .only_mobile { display: block; }
    }
    
    

    Best regards,
    Ismael

    #1488273

    Hi Rikard,

    Works perfect, many thanks.
    Could you help me with the space between table lines on mobile? I achtatted images in the first post.
    Thanks,

    BR,

    Antonio.

    #1488251

    Hi Rikard, thanks for your time.
    I had considered using Blog Posts, but this requires you to specify the post’s category each time you create it.
    30
    Currently, this is done automatically for posts added to the demo (therefore, without Advanced Layout).

    #1488242

    see the image below – the top is where the anchor link lands now due to sticky and transparent header.
    I’d like it to land like the 2nd image, with the top of the color section at the top of the page (under the header).
    Is that possible?
    thanks
    Nancy

    #1488226

    Hey lauragale2020,

    Thank you for the inquiry.

    You can use this css code to adjust the width of the tab section title:

    @media only screen and (min-width: 768px) {
      /* Add your Desktop Styles here */
      .av-inner-tab-title, .av-tab-arrow-container, .av-tab-section-icon, .av-tab-section-image {
          width: 200px;
      }
    }

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward. Let us know the result.

    Best regards,
    Ismael

    #1488202

    Hi Rickard –

    It seems when I try to update a photo. For instance, on the home I am trying to update one of the images. When I click the blue “update” most of my layout goes away.

    Can you try that and see if you are able to replicate the problem.

    #1488165

    Hey annameis,

    Thank you for the inquiry.

    Unfortunately, this option is not available in the Horizontal Gallery element. You can use the Fullwidth Easy Slider or the Fullscreen Slider if you need to add a text overlay above the images.

    Best regards,
    Ismael

    #1488160

    Hey John,

    Thank you for the inquiry.

    You can insert an Image element and add captions to it using the shortcode wand in the classic editor toolbar. Please check the screenshot below.

    View post on imgur.com

    Best regards,
    Ismael

    #1488158

    In reply to: Hotspot-Image mobile

    Hi,

    Thank you for the inquiry.

    Are you trying to remove the fallback link or text? Please create a test page so we can inspect your setup. If you want to apply the modification to a specific hotspot element only, you can add a custom css class to it (e.g., av-custom-hotspot-class-name).

    For more info on how to enable custom css class name support, please refer to this documentation: https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    @media only screen and (max-width: 768px) {
      .responsive .av-custom-hotspot-class-name .av-image-hotspot_inner {
        display: none;
      }
    
      .responsive .av-custom-hotspot-class-name .av-hotspot-fallback-tooltip-count {
        display: none !important;
      }
    
      .responsive .av-custom-hotspot-class-name .av-hotspot-fallback-tooltip-inner {
        margin-left: 0 !important;
      }
    }
    

    Best regards,
    Ismael

    #1488157

    In reply to: Upgrade

    Hey Claude Michaud,
    To update your version of Enfold, first you need to remove your custom header.php and footer.php from your child theme, then you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    #1488156

    Hi,
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    #1488148

    In reply to: Hotspot-Image mobile

    BUT: Not on all Hotspot-Images if that is posible ;-)

    #1488147

    Topic: Hotspot-Image mobile

    in forum Enfold
    werbeagenturlauf
    Participant

    Hi @enfold!

    I would like to have a different view for hotspot-images on mobile devices. For my mobil-view I would like to hide the text complet and use the link only.
    Thanks for your help!
    Regards
    Michael F

    I found a css (from 2015) but that does not seem to work anymore.
    Here it is:
    @media only screen and (max-width: 768px) {
    .responsive .av-hotspot-image-container.av-hotspot-blank.av-mobile-fallback-active .av-image-hotspot_inner {
    display: none;
    }}

    @media only screen and (max-width: 768px) {
    .av-hotspot-fallback-tooltip-count {
    display: none !important;
    }
    .av-hotspot-fallback-tooltip-inner {
    margin-left: 0 !important;
    }}

    #1488140

    Hi Rikard.
    Following your instructions, I found the tools to use the Advanced Editor to create posts similar to the basic ones provided with the demo.
    However, I can’t find the one needed to get a list of suggested articles in the same category (you might be interested in…).

    20

    Could you please tell me where to find it?

    #1488138

    Great Rikard, it works for me.
    Is there a way to move the image above the title and have the text fit the width of the screen? The text space is very limited.
    10b
    Is it possible to remove the dotted line that “connects” the images?
    10c
    Thanks for your time.

    #1488127

    Hi,

    Thanks for that. Please try this in Quick CSS to display the featured image on mobile:

    
    @media only screen and (max-width: 767px) {
      .responsive #top #main .sidebar, .responsive .post_author_timeline, .responsive .template-blog .blog-meta {
        display: block;
      }
    }

    Best regards,
    Rikard

    #1488126
    95mc
    Participant

    Hi!

    Hi, I’d like the space between table lines on desktop and mobile to be the same. Attached is an image of the desktop and tablet. I added this, and it’s reduced, but I can’t get it to match.

    @media only screen and (max-width: 767px) {
    .avia-data-table.avia_pricing_minimal td, .avia-data-table.avia_pricing_minimal th {
    padding: 0px;
    }

    On some screen sizes, the table gets messed up, even leaving out the image. I’ve attached images.

    Could you help me?

    Sorry about the SSL I´m checking.

    BR,

    Antonio.

    #1488122
    envatojlc
    Participant

    I am trying to display text over an image in the Classic mode. Is it possible to use CSS in the “Image CSS Class” section in order to accomplish this? Otherwise, I guess I will need to use the Advanced Layout Editor.

    Thank you

    #1488116

    Hi,
    Please unblock us & everyone:
    Screen Shot 2025 08 15 at 3.10.05 PM

    Best regards,
    Mike

    #1488110

    Is it possible to do a text overlay on an image using the “Image CSS Class” field in the Classic Editor? Currently, I am using the Caption below feature.

    #1488109

    Hi Rikard.
    Thanks for your time.
    My English is probably terrible and I can’t explain myself.
    I create a new post with the Advanced Layout Editor.
    I add the title, some text, the featured image, and save.
    The preview looks like this, without image, author, date, etc.:
    11
    If I do the same thing with the normal editor, the preview looks like this:
    13
    Do you mean I have to insert, for example, the author and date using elements from the Layout Builder?
    Shouldn’t it get this data automatically and regardless of the editor used?
    And I don’t understand why if I create the post with the Advanced Layout Editor (without entering the author and date) and then change the editor the result is correct.

    #1488107

    Hi,

    Yes that is correct. So if you want the image and meta data to show when you are using the Layout Builder, then you would have to add them using elements from the Layout Builder.

    Best regards,
    Rikard

    #1488103
    icarogioiosi
    Participant

    Hi everyone.
    I’m having trouble switching between editor types.
    1) I create a post, insert three text blocks, and save as a draft.
    01
    2) I click “Advanced Layout Editor” and everything seems fine.
    02
    3) I click “Default Editor” and the three text blocks become a single shortcode.
    03
    4) I add two more text blocks and save.
    04
    5) I click “Advanced Layout Editor,” and then click “Default Editor.” The added text blocks have disappeared.
    05
    What am I doing wrong? Why is this happening?
    I’ve entered the login details in the private field.
    Thank you for your cooperation.

    #1488099

    Hi,
    PS: your SSL is now not valid:
    Screen Shot 2025 08 15 at 7.18.51 AM
    Please try to fix.

    Best regards,
    Mike

    #1488087

    Hey icarogioiosi,

    Thank you for the inquiry.

    The featured images of the posts in the demo are still visible on mobile view when we checked. Please create a test page and provide the page URL in the private field so we can review it.

    Best regards,
    Ismael

    #1488083

    Hi Mike,

    Sorry if I didn’t explain myself well, my English isn’t very good. The button in the footer already works, as I explained in the previous email. Sorry, the Spanish page wasn’t created because it gave an error. Now you can test it. The only thing I’m missing is creating the footers for desktop, tablet, and mobile. But the button on mobile is separate from the world image, and I’d like it to be on the same line and centered like the rest of the text. If you narrow the screen you will be able to see it. I’m sending you an image of how it is and how I would like it.

    Many thanks,

    BR,

    Antonio.

    #1488079

    Hi,
    It looks like that is the font used now:
    Screen Shot 2025 08 14 at 4.37.26 PM
    Can you screenshot an example of the font correctly displayed?

    Best regards,
    Mike

    #1488078

    Hi,
    I’m trying to understand, you say that you are using “Polylang” but on the link below, both show:
    Screen Shot 2025 08 14 at 4.22.45 PM
    The problem is that both show an error:
    Screen Shot 2025 08 14 at 4.27.04 PM
    So if the header language switcher is not working, the footer also will not.
    Please try to get a working language switcher in at least the header, please note that we are not “Polylang” experts and may not be sure of the settings that you need to change. We know that in the past “Polylang” worked well, but are unsure of the settings.

    Best regards,
    Mike

Viewing 30 results - 931 through 960 (of 106,446 total)