Forum Replies Created

Viewing 30 posts - 11,671 through 11,700 (of 25,536 total)
  • Author
    Posts
  • in reply to: Space between Slider Revolution and sector #1125415

    Hi Gerd,

    Thanks and no need for screenshots since I can view them via responsive modes in a chrome web inspector.
    I tried to tweak it via web inspector however it doesn’t seem to work. Maybe there’s a setting in slider revolution for mobile that you can customize?
    Can you give us temporary admin access? so we can try to check on it further.
    Just post the login details in private content, so it’s only visible to us (moderators) and you (thread creator).

    Best regards,
    Nikko

    in reply to: color text at hover menu indicator don't work #1125411

    Hi robertoKM,

    You’re welcome. :)
    Go to Enfold > Advanced Styling > Choose Main Menu Links (in Select an Element to customize).
    Change the font color then check Apply only to mouse hover state.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: How do I implement RTL only in 1 page? #1125410

    Hi 0_o,

    Thanks, try adding this css code in Quick CSS (located in Enfold > General Styling):

    .page-id-741 {
        direction: rtl;
    }

    Best regards,
    Nikko

    in reply to: Change layout category widget in a page #1125408

    Hi Marco,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .widget_categories h3.widgettitle {
        text-align: center;
    }
    
    #top .widget_categories ul {
        display: flex;
        flex-wrap: wrap;
    }
    
    #top .widget_categories li {
        flex-grow: 1;
        width: 32%;
        float: none;
    }

    Best regards,
    Nikko

    in reply to: Single blog post boxed #1125405

    Hi marcoabis81,

    Thanks and I apologize I thought the site you gave was how you want it to look like since the screenshot is the same.
    Just to clarify, you want to make the width narrow on this specific post? if yes, try adding this css code in Quick CSS, located in Enfold > General Styling:

    .single-post.postid-20727 .container.template-blog {
        max-width: 980px;
    }

    We’ll check your other posts.

    Best regards,
    Nikko

    in reply to: Blog element #1125169

    Hey Marco,

    Yes, the latest post is by the default shows first it’s arranged by date in descending order.

    Best regards,
    Nikko

    in reply to: Mega Menu layout #1125168

    Hey Marco,

    Thanks for providing the screenshot.
    Can you try adding this css code in Quick CSS, located in Enfold > General Styling:

    #top #header .avia_mega_div > .sub-menu > li {
        max-width: 25% !important;
        display: inline-block;
    }
    
    #header .mega_menu_title, 
    #header .avia_mega_div .avia-menu-text {
        font-weight: bold;
    }
    

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Change layout category widget in a page #1125164

    Hey Marco,

    I can’t seem to find the category widget you mentioned.
    The only widgets I see are those on the footer, can you give a screenshot where it shows?

    Best regards,
    Nikko

    in reply to: Space between Slider Revolution and sector #1125162

    Hey Gerd,

    There seems to be no space between the heading slider and the next section, did you already fix it?
    If not, can you give us a screenshot on how it looks on your end?

    Best regards,
    Nikko

    in reply to: Menu hover line #1125157

    Hi apajo,

    Just replace the code I gave:

    #top #avia-menu .avia-menu-fx {
        top: auto;
        bottom: 0;
    }

    with:

    #top #avia-menu .avia-menu-fx {
        top: auto;
        bottom: 0;
        border-width: 2px;
    }

    Just adjust the border width value.

    Best regards,
    Nikko

    in reply to: Custom CSS for Video Element #1125156

    Hi Tommy,

    Can you give a link to your site? so we can try to inspect it.
    Also the svg file needs to be uploaded to your child theme first, the url in the background image needs to be changed in this code:

    background-image: url(images/mejs-controls-dark.svg);

    Let us know if there’s a part that’s confusing.

    Best regards,
    Nikko

    in reply to: color text at hover menu indicator don't work #1125154

    Hi robertoKM,

    This is now fixed.
    In Enfold > Header > Header Layout (tab) > Header Style, I have changed it to: Default (with borders, active menu indicator and slightly transparent).
    Let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: Spam Contact form #1125149

    Hi hector1069,

    I have hidden the number captcha which is setup in the form itself.
    You won’t see any captcha text with google recaptcha v3, you can see the explanation by google here: https://www.youtube.com/watch?v=tbvxFW4UJdU
    You’ll know it’s there if you check the page source and check for captcha script.

    Best regards,
    Nikko

    in reply to: Single blog post boxed #1125145

    Hi Marco,

    I see, can you give us the link to that specific post? so we can give you the exact css that should work.

    Best regards,
    Nikko

    in reply to: Enfold WYSIWYG Not Showing #1125143

    Hi otmmark,

    Here are my screenshots:
    Using Text Editor: https://imgur.com/CLqC2nL
    Using Visual Editor: https://imgur.com/b1FMxXP
    Using Visual Editor (Toolbar Toggled): https://imgur.com/K5VZDdr

    I have checked your diagnostics page and I could see the element preview but the text is white so it’s not clear and the toolbars are the same on my end.
    Can you try to clear the browser cache?

    Best regards,
    Nikko

    in reply to: text block html table align #1125141

    Hi torstenhalm,

    It looks the same on my end and it’s top of each other, do you want to have them left and right?
    I think you can use the Table element and set the Table Options to Use as a data table. You can also use layout elements like 1/2 to do it.

    Best regards,
    Nikko

    in reply to: Apply Template to Multiple Blog Posts at Once #1124989

    Hi kbutler6,

    Unfortunately this is not possible atm.
    You’ll need to apply the template manually per page.

    Best regards,
    Nikko

    in reply to: Enfold WYSIWYG Not Showing #1124988

    Hi otmmark,

    I have checked your site and it’s the same with what I have on my end.
    There’s a toolbar toggle that shows additional tools.
    Are you referring to additional tool provided by TinyMCE Advanced plugin?

    Best regards,
    Nikko

    in reply to: Two sticky 'full width sub menus' on a single page #1124985

    Hey kitchkitch,

    Unfortunately, it’s not possible to stack to sticky menu items with just some custom css codes and it would require to tweak some js files in order to do this which is outside the scope of our support.
    The only possible workaround I can think of is to have one fullwidth sub menu which functions the same (sticky when you scroll over it) and the other one is already sticky from the start.

    Best regards,
    Nikko

    in reply to: Custom CSS for Video Element #1124983

    Hey tommyp15,

    The default colors can be changed via css however the icons like the play/pause button doesn’t change because it’s an svg file and you’ll need to replace it with a dark svg file or image.
    Here’s a great guide in styling wordpress’ media player: https://www.cssigniter.com/css-style-guide-for-the-default-wordpress-media-player/ under it’s “Styling the player” section just replace .mytheme-mejs-container with #top, so the code in Quick CSS should be:

    /* Player background */
    #top .mejs-container,
    #top .mejs-controls,
    #top .mejs-embed,
    #top .mejs-embed body {
      background-color: #efefef;
    }
    
    /* Player controls */
    #top .mejs-button > button {
      background-image: url(images/mejs-controls-dark.svg);
    }
    
    #top .mejs-time {
      color: #888888;
    }
    
    /* Progress and audio bars */
    
    /* Progress and audio bar background */
    #top .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
    #top .mejs-controls .mejs-time-rail .mejs-time-total {
      background-color: #fff;
    }
    
    /* Track progress bar background (amount of track fully loaded)
      We prefer to style these with the main accent color of our theme */
    #top .mejs-controls .mejs-time-rail .mejs-time-loaded {
      background-color: rgba(219, 78, 136, 0.075);
    }
    
    /* Current track progress and active audio volume level bar */
    #top .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
    #top .mejs-controls .mejs-time-rail .mejs-time-current {
      background: #db4e88;
    }
    
    /* Reduce height of the progress and audio bars */
    #top .mejs-time-buffering,
    #top .mejs-time-current,
    #top .mejs-time-float,
    #top .mejs-time-float-corner,
    #top .mejs-time-float-current,
    #top .mejs-time-hovered,
    #top .mejs-time-loaded,
    #top .mejs-time-marker,
    #top .mejs-time-total,
    #top .mejs-horizontal-volume-total,
    #top .mejs-time-handle-content {
      height: 3px;
    }
    
    #top .mejs-time-handle-content {
      top: -6px;
    }
    
    #top .mejs-time-total {
      margin-top: 8px;
    }
    
    #top .mejs-horizontal-volume-total {
      top: 19px;
    }

    Just replace the colors and the background image.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: color text at hover menu indicator don't work #1124982

    Hey robertoKM,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Logo Slider Q #1124981

    Hey Renee Allen-Mills,

    Thanks for contacting us!
    The logo slider is not actually a global element (but it can be) and there ways to use it in other pages.
    First, if you save it as a template you can use it on other pages then maybe replace with different logos.
    Second, Enfold elements are shortcodes by nature, so you can just build it in one page then copy its generated shortcode ( here’s a screenshot of how it looks: https://imgur.com/SS1Qx4S ) then place it in a widget or echo out the shortcode in footer.
    Hope my answer helps.

    Best regards,
    Nikko

    in reply to: Child theme menu is different than normal theme #1124977

    Hey sunseekertours,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: theme updates #1124976

    Hi Jeremy,

    Thanks for contacting us. :)
    Yes, theme updates are included and you don’t need to renew subscription for future theme updates.
    However the support is only upto 6 months, you’ll need to renew subscription for the support.

    Best regards,
    Nikko

    Hey sunseekertours,

    I can see the video on my end (see private content).
    What browser and OS (windows, mac, linux) are you using?

    Best regards,
    Nikko

    in reply to: Weird reloading issue #1124968

    Hey nigdowser,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Drop down menu off center #1124967

    Hi codecreative,

    Try adding this css code in Quick CSS, located in Enfold > General Styling:

    #top .av-main-nav ul ul {
        left: 150px;
    }

    Best regards,
    Nikko

    in reply to: Single blog post boxed #1124965

    Hi marcoabis81,

    In your WordPress Dashboard, go to Enfold > General Layout > Layout (tab) > Use stretched or boxed layout?, set this to Boxed Layout.
    Hope it helps.

    Best regards,
    Nikko

    in reply to: text block html table align #1124963

    Hey torstenhalm,

    Can you give us the login link and the page that has the issue as well? so we can check further on the issue.

    Best regards,
    Nikko

    in reply to: Media Gallery – Caption in lightnox #1124962

    Hey xyzb,

    I can’t find the project link, tried to check the partner images but doesn’t seem to open in lightbox.

    Best regards,
    Nikko

Viewing 30 posts - 11,671 through 11,700 (of 25,536 total)