Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1310155

    Hi!
    Please see the 2 images side by side under the products in the green box halfway down the page. I would like them to be side by side yet centered.
    Is there a way to do that while keeping the hover enlarge effect.
    If not, is there a way to do it with some other kind of effect?

    2nd issue.
    I am trying to make a custom element for the logo partner element because it will be used on several pages… but it seems to only be allowing one logo. Am I missing something in the set up?

    Thanks in advance for your help.

    • This topic was modified 3 years, 4 months ago by epkdesign.
    #1310212

    Hi epkdesign,

    1. Please try adding this CSS code in Enfold > General Styling Quick CSS:

    .page-id-27 .av_one_half.avia-builder-el-22 {
        text-align: center;
    }
    
    .page-id-27 .av_one_half.avia-builder-el-22 .avia-image-container {
        float: none;
        display: inline-block;
    }

    2. Can you give us temporary admin access? so we can check on it.

    Best regards,
    Nikko

    #1310290

    1. Thank you so much! That code worked!
    2. Temporary access provided. Credentials in the private content.

    #1310350

    Hi epkdesign,

    I tried to access with the credentials you gave however it returns this error:

    Unknown username. Check again or try your email address.

    Please check.

    Best regards,
    Nikko

    #1310404

    I double checked and it worked for me. See link below and please try again.

    #1310654

    Hi epkdesign,

    Thanks for giving us admin access.
    I have checked on it and it seems to be a bug on Custom Elements Template, I’ll report it to our devs.

    Best regards,
    Nikko

    #1310755

    Sad. :( But thanks for the update. Please let me know when it gets fixed. Thanks!

    #1310846

    Hi epkdesign,

    This is now fixed on your site. Please check Logo Certifications on your Custom Element Template.
    Here’s what I did, I added this code in your child theme’s functions.php file, as suggested in the documentation https://kriesi.at/documentation/enfold/custom-element-templates/#custom-elements-advanced-options

    add_theme_support( 'show_advanced_custom_element_options' );

    Then I go to Enfold > Custom Elements and toggled Show advanced options then set Custom Elements For Subitems to Individually select subitem custom element templates

    Best regards,
    Nikko

    #1311645

    Seems to work well. Thank you.

    #1311694

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Images side by side and centered.’ is closed to new replies.