Viewing 30 results - 301 through 330 (of 106,281 total)
  • Author
    Search Results
  • Hi Ismael,
    I see your point, you’re calling it “Captions” because that is the display characteristic. However, the masonry grid content element doesn’t/can’t pull image captions. It’s not displaying a caption for an image, it’s supposed to display a post excerpt. Therefore, I humbly submit that the accordion should be called “Excerpts”. :)

    But I’m still confused about the differences between the Masonry Gallery, and a Masonry Content element. BOTH pull images (not a custom field). BOTH show the ability to display Image Copyright.

    In fact, when I try to use that feature in the Masonry Content element, it doesn’t work–the image copyright does not display. Shouldn’t it? See the private link below. On that page, both show images, both are set to display the image copyright, both are set to show the “excerpt”. In truth, the Masonry Gallery is showing the image “caption” and the Masonry Content element is showing…er…well NOTHING since it is neither accessing the excerpt nor the image caption.

    What I believe you’re saying is that the Masonry Content element cannot display the image caption…but it can (er…should) display the image copyright? Aren’t those pieces of information coming from the image?

    Can the “excerpt” source be modified?

    Or is there another way to access the caption dynamically?

    Any guidance and assistance here so I can effectively display the content with the elements provided in the theme would be greatly appreciated.

    KC

    Hey milkrow,

    Thank you for the inquiry.

    In the Caption panel of the masonry element, it says “Element Title and Excerpt” so it refers to the post title and excerpt, not the image caption.

    f5aXoB4.md.png

    Unfortunately, it’s not possible to pull in the featured image caption without significant modifications to the theme and the masonry templates. You can either contact a freelance developer or use the link below for more customization options.

    https://kriesi.at/contact/customization

    Thank you for your understanding.

    Best regards,
    Ismael

    #1492398

    Hi,

    Thank you for the update.

    Did you enable the classic editor? In the new block editor, the excerpt can be edited using the “Edit excerpt” button located just below the featured image preview. Please see the screenshot below.

    f5a5NUv.md.png

    Best regards,
    Ismael

    #1492396

    Hi,

    Thank you for the link.

    You might be referring to the portfolio category sort buttons. Please try this css code:

    .main_color .sort_width_container #js_sort_items {
        display: flex;
        justify-content: center;
    }

    f5aK6XV.md.png

    Best regards,
    Ismael

    #1492395

    Hey tlscaliti,

    Thank you for the inquiry.

    Would you mind providing a screenshot of the issue? You can use platforms like FreeImage, ImgBB, PostImages or Dropbox to upload and share the screenshot.

    Have you tried adjusting or completely disabling the padding of the column element containing the slider in mobile view? Please check this screenshot.

    f5YDoKl.md.png

    Best regards,
    Ismael

    #1492392

    Hey sjahan,

    Thank you for the inquiry.

    Looks like you’re now using the Masonry element instead of the Portfolio Grid. Where can we find the Portfolio element? Please create a test page and provide screenshots so we can check this further.

    f5Y59dQ.md.png

    Best regards,
    Ismael

    #1492391

    Hi,

    Thank you for the inquiry.

    The lightbox is not opening or working. Did you enable the Lightbox Modal Window option in the Enfold > Theme Options panel? Please check the screenshot below.

    f57m057.md.png

    Let us know the result.

    Best regards,
    Ismael

    #1492387

    Hi,

    Thank you for the update.

    We hid the original content slider, added a new one with the updated layout and set it to two columns because it doesn’t look good with three. We also made additional adjustment to the style.css file. Make sure to edit the images, remove the gray background around them and resize them accordingly.

    Best regards,
    Ismael

    #1492376
    tlscaliti
    Participant

    The easy slider images are distorted on the mobile site. You can see this by going to any of the services (aka, Remodeling) then scrolling to any of the featured sections (aka, Featured Remodel #1). What you will see is an image that looks “scrunched” into the mobile’s screen width. I would appreciate your help fixing this.

    #1492372
    bigtime32
    Participant

    Hello:

    Demo import: Import: Small Business – Flat Demo

    The Enfold Logo will not stop displaying. Have cleared all cache. Have deactivated all plugins. Upon inspection, it says my logo should be showing, but the enfold logo displays. Enfold logo image has been deleted.

    I have changed nothing on the demo except for the logo and some color in the general styling. My logo displayed perfectly in another demo import. Have no clue, but would appreciate help. Thank you.

    Tim

    milkrow
    Participant

    I was looking for a way to display the image copyright information (in addition to the original image’s caption) when I place media in a text element. (Sadly, neither are available, only a custom caption.) Please add these options when placing media in a text element.

    I considered that using the image element (though this would create lots of work for me), might be a work around. I was happy to see that the image copyright was available, but strangely not the image caption.

    The dynamic field capability (thank you, very nice) does not allow me to choose the image caption.

    I was attempting to add this field in a custom layout. I tried in a regular page, same issue.

    Any way to make this consistent across the board so anywhere you place an image, you can use the values in the fields that are already associated with the image (caption, description, copyright, title)???

    milkrow
    Participant

    The Mason Grid for content (in this case, Portfolio items) refers to this content as a “caption”, but then specifies that I choose an “excerpt” as the displayed content. I understand why you’d do this, you want the user to get a concise “preview” of the content they will see if they click the item.

    I think this is confusing. If you’re not going to display the “caption” (for the featured image associated with the portfolio item), then the display accordion should be called “Excerpt” (as shown in Portfolio Grid element) if it is ONLY able to pull the excerpt value for that post.

    Masonry grids by design display images…it would be helpful if I could choose the featured image’s caption OR the portfolio item’s “excerpt” of the portfolio content entry. Can this be done?

    Could you provide the option to display the image copyright below the image (as you do on nearly every other image copyright display setting)? Right now, I only have left or right. Yes, I know I can use css to do this, but that is also true of left or right placement. Right? :)

    Thank you for any assistance or guidance!

    • This topic was modified 2 months, 1 week ago by milkrow.
    #1492334

    Hi,

    Thank you for the update.

    We moved the screenshot to the private field. Unfortunately, your screenshot is not accessible. Please try to use freeimage.host or postimages.org and share the screenshot in the private field if you want it to remain private.

    Best regards,
    Ismael

    #1492332

    Hi,

    Thank you for the update.

    Please create a test page and provide the page URL — screenshots will also help. You can use platforms like Freeimage, ImgBB, PostImages or Dropbox to upload and share the screenshot.

    Best regards,
    Ismael

    #1492324

    Hi,

    Thank you for the screenshot.

    To adjust the color of the active language menu item and the hover state of the default menu items, add this css code.

    .header_color .main_menu ul:first-child > li a:hover {
        color: #ffffff;
    }
    
    .menu-item-language-current a:after {
        color: #ffffff;
    }
    
    .header-scrolled .menu-item-language-current a:after {
        color: #0e3c63;
    }

    For the Kontakt menu item, go to Appearance > Menus and set the Menu Style to Button Style (colored).

    fRXBLRn.md.png

    Let us know the result.

    Best regards,
    Ismael

    #1492323

    Hi,

    Thank you for the inquiry.

    You can set them as follows:

    Background Attachment: Fixed ( this won’t matter on mobile view because it will default to scroll )
    Background Image Position: Center Center ( adjust depending on which part of the image you want to focus on )
    Background Repeat: Stretch to fit ( set to Stretch to fit (cover) to make sure the image fills the entire container, or Scale to fit (contain) if you want the entire image to remain fully visible )

    Hope this helps.

    Best regards,
    Ismael

    #1492321

    Hey Tanja,

    Thank you for the inquiry.

    The image in the first section seems to be displaying correctly in full on mobile view — screenshot below.

    We tried checking your screenshot above, but it’s private. Please make the screenshot accessible or use other platforms like FreeImage, PostImages or Imgur.

    Best regards,
    Ismael

    #1492301
    Sandy
    Participant

    On mobile, the top image on webpages load the full width of the image, but not the full height. The photo is set to take up 50% of the view height, but that only kicks in after the user does something. The height loads after some action is taken on the screen, such as a scroll or click on the burger menu. The result is that the first impression of the webpage is bad with a cut off image that is too small/short in height.

    Is it possible to have this corrected for the first image on pages on mobile?

    #1492298

    I looked at it and one column had a height set of 95%, I’ve removed that.

    I’ve been playing with that to try and get the background image set and the content placed properly.

    #1492297

    Thats what I did, how do I set :

    Background Attachment: Fixed ?
    Background Image Position: ?
    Background repeat: ?

    It looks good on my desktop, but awful on mobile.

    #1492280

    Hey rixi,

    Thank you for the inquiry.

    The Text Block element has an option called Fold/Unfold, which can be enabled in the Content > Fold/Unfold panel, just below the text editor. You can use this to hide part of the text, display only a portion and add a “read more” link. Let us know if this works for you.

    fA4Cucv.md.png

    Best regards,
    Ismael

    #1492279

    Hi,

    Thank you for the info.

    We get the following error when we try to access the wp-admin or wp-login page. Did you change the login URL? Please include it in the private field.

    Du bist leider nicht berechtigt, auf diese Seite zuzugreifen.

    Would you mind posting the screenshot again using freeimage.host? The one above is not loading on our end.

    Best regards,
    Ismael

    #1492278

    In reply to: border and distance

    Hey schweg33,

    Thank you for the inquiry.

    Please add this css code to reduce the height of the submenu and apply a border to it.

    #top .sticky_placeholder {
        height: 30px !important;
        max-height: 30px !important;
    }
    
    #top .av-submenu-container {
        min-height: 30px;
        line-height: 1em;
        border-color: #b1b1b1;
    }
    
    #top .av-subnav-menu > li {
        padding: 8px 0;
        display: inline-block;
    }

    fAryquf.th.png

    Best regards,
    Ismael

    #1492275

    Hi,

    Thank you for the inquiry.

    Yes, you can use the Color Section element instead of the slider if you need to include additional content inside. The image can be applied as a background in the Styling > Background Image panel.

    fArYmFI.md.png

    Hope this helps.

    Best regards,
    Ismael

    #1492272

    Hey Tanja,

    Thank you for the inquiry.

    The font displays normally on our end when tested on mobile devices.

    Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, ImgBB, PostImages or Dropbox to upload and share the screenshot.

    Best regards,
    Ismael

    #1492270

    I think the easiest way is to remove the fullwidth slider and do a color section with image and a second column with contact form etc.

    Would that be correct? If so, what’s the appropriate way to input the image, set as background?

    #1492236

    Hey condonp,

    Thank you for the inquiry.

    This is possible but it will require some custom html and some css modifications. You can start with the following code:

    <div class="av-custom-testimonial">
      <div class="av-testimonial-card">
        
        <div class="av-testimonial-left">
          <h3 class="av-testimonial-heading">What our clients say</h3>
          <div class="av-testimonial-stars"></div>
          <p class="av-testimonial-text">“Your testimonial text goes here.”</p>
          <div class="av-testimonial-client">Client Name</div>
          <div class="av-testimonial-client-meta">Client Title</div>
        </div>
    
        <div class="av-testimonial-right">
          <div class="av-image-wrap">
            <img src="image.jpg" alt="">
          </div>
        </div>
      </div>
    </div>
    
    

    Then add this code in the Quick CSS field:

    .av-custom-testimonial .av-testimonial-card {
      display: grid;
      grid-template-columns: 1fr 220px;
      gap: 24px;
      background: #fff;
      padding: 20px;
      border-radius: 16px;
      box-shadow: 0 6px 20px rgba(16, 24, 40, 0.08);
      max-width: 880px;
      align-items: stretch;
    }
    
    .av-custom-testimonial .av-testimonial-left {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 6px 0;
    }
    
    .av-custom-testimonial .av-testimonial-heading {
      font-size: 1.25rem;
      line-height: 1.1;
      font-weight: 700;
      color: #0f172a;
      margin: 0 0 10px 0;
      display: inline-block;
      width: 50%;
    }
    
    .av-custom-testimonial .av-testimonial-stars {
      display: inline-flex;
      gap: 6px;
      align-items: center;
      margin-bottom: 12px;
    }
    
    .av-custom-testimonial .av-testimonial-text {
      font-size: 0.98rem;
      color: #6b7280;
      margin-bottom: 14px;
    }
    
    .av-custom-testimonial .av-testimonial-client {
      font-weight: 600;
      font-size: 0.95rem;
      color: #08121a;
    }
    
    .av-custom-testimonial .av-testimonial-client-meta {
      font-size: 0.85rem;
      color: #6b7280;
      margin-top: 4px;
    }
    
    .av-custom-testimonial .av-testimonial-right {
      position: relative;
      min-height: 220px;
      overflow: visible;
    }
    
    .av-custom-testimonial .av-image-wrap {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 160px;
      height: 280px;
      overflow: hidden;
      border-top-left-radius: 140px 72px;
      border-bottom-left-radius: 24px;
      border-bottom-right-radius: 12px;
      border-top-right-radius: 12px;
      background: #f3f4f6;
    }
    
    .av-custom-testimonial .av-image-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    
    @media (max-width: 760px) {
      .av-custom-testimonial .av-testimonial-card {
        grid-template-columns: 1fr;
      }
    
      .av-custom-testimonial .av-image-wrap {
        position: relative;
        width: 100%;
        height: 220px;
        border-top-left-radius: 48px 26px;
      }
    
      .av-custom-testimonial .av-testimonial-right {
        min-height: auto;
      }
    
      .av-custom-testimonial .av-testimonial-heading {
        width: 70%;
      }
    }
    

    Best regards,
    Ismael

    #1492233

    Hey viannay,

    Thank you for the inquiry.

    Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, ImgBB, PostImages 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, ImgBB, PostImages 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

    mistermagoo8691
    Participant

    My website is using the Roboto font. I have selected it in Theme Options\General Styling\Fonts:
    font settings.

    I want to use another font, “Josefin Sans” on the main special heading only of my homepage.
    Please note: they are both Google Webkit fonts.

    This below is the CSS I used. I followed the instructions I found in the documentation.. You can find this CSS section at the end of my style.css file.

    #top .titolo_homepage h1.av-special-heading-tag {
        font-family: 'Josefin Sans', sans-serif !important;
        letter-spacing: -2px;
    }
    
    #top .titolo_homepage .av-subheading p {
        font-family: 'Josefin Sans', sans-serif !important;
        letter-spacing: -2px;
        margin-top: -10px !important;
    }

    Please note: in “Performance,” I disabled CCS compression. I always clear the cache every time I test it, I am always using Incognito mode for my tests.

    ON DESKTOP:
    1) on desktop, when I open the page for the first time and haven’t yet accepted cookies, I see a normal sans serif font.
    on desktop before cookies

    After accepting cookies, if I refresh the page, I will finally see the font I chose, Josefin Sans (it is especially recognizable by its very large N).
    on desktop after cookies

    I should see it also before the cookies. In fact, if I select Josefin Sans in General Styling/Fonts/Headings, I see Josefin Sans also before cookies…

    ON MOBILE:
    1) Whatever browser I use (Chrome, Safari, Brave, Edge), I still see the default sans serif font, not Josefin sans. Both before and after cookies, both in normal mode and incognito mode.
    on mobile

    2) please note: on PC, If I activate the Chrome developer’s mode and switch to “mobile,” I do see Josefin Sans!
    on PC in Developers mode

    So weird…

    #1492210
    condonp
    Participant

    Dear Sirs,

    I have created a content sllder with client reviews for this website see https://www.alwaystakecare.co.uk/content/ what my client want is to add the background image to give the following effect https://freeimage.host/i/fTpj0Zu I am unsure how to do this and also alter the width of text to fit the image. Can you help please.

    • This topic was modified 2 months, 2 weeks ago by condonp.
    • This topic was modified 2 months, 2 weeks ago by condonp.
Viewing 30 results - 301 through 330 (of 106,281 total)