Forum Replies Created

Viewing 30 posts - 1,501 through 1,530 (of 25,536 total)
  • Author
    Posts
  • Hi tonyiatridis,

    I apologize for the delayed response.
    I have checked your site and it seems to be showing the homepage properly now.

    Best regards,
    Nikko

    in reply to: Column width mobile #1402157

    Hi johno116,

    I’m glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hi philthebass,

    Can you give us a link to the page? (since I don’t have access to gravityforms) so we can inspect the form and try to provide some CSS code that might help.
    You can post the link privately.

    Best regards,
    Nikko

    Hi daves1997,

    I think our moderators have responded to your last post: https://kriesi.at/support/topic/blog-posts-not-showing-right-sidebar-like-pages-also-incorrect-code/
    And checking on the blog page, the right sidebar seems to show correctly. If there are still issues please give us more context and maybe screenshots so we can see remaining issues.

    Best regards,
    Nikko

    in reply to: Using :not selector to underline certain hyperlinks #1402091

    Hi Daniel,

    Can you try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top #wrap_all a {
        text-decoration: underline;
    }
    
    #top #wrap_all .avia-button, 
    #top #wrap_all .main_menu a,
    #top #wrap_all .sub_menu a,
    #top #wrap_all h1 a,
    #top #wrap_all h2 a,
    #top #wrap_all h3 a,
    #top #wrap_all h4 a,
    #top #wrap_all h5 a,
    #top #wrap_all h6 a {
        text-decoration: none;
    }

    Let us know if it helps.

    Best regards,
    Nikko

    in reply to: Timeline Icons Showing Incorrectly on Mobile #1402086

    Hi idelaydis,

    Thanks for providing a link to your site however the icons are showing as squares on my end.
    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
      ( to 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: two Tables with different Styles #1402085

    Hi Monika,

    Please try to replace your code with this one:

    /*Klasse Preistabelle */
    .main_color .preistabelle, 
    .main_color .preistabelle tbody, 
    .main_color .preistabelle tr, 
    .main_color .preistabelle td {
        text-align: left!important;
        color: black !important;
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Enable WooCommerce pagination back on custom pages #1402084

    Hi Lyse,

    We’re glad that you sorted it out :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Use Gif’s as Icons #1402083

    Hi sarthakchoudhary,

    Thankyou it’s working. What should I do if i want to increase size of the icons ?
    You’re welcome :) just change the height and width of this part of the code I gave:

    .page-id-1052 .avia-icon-grid-container .av-icon-cell-item .icongrid-char {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        height: 64px;
        width: 64px;
    }

    Also can I use the same code for applying gifs on other pages which have the boxes by just replacing the page id ?
    Yes, just copy and paste the same code and just replace the page id number.

    Best regards,
    Nikko

    Hi elitenutrition,

    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
      ( to 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: Table – Dots with different colors #1402081

    Hi Monika,

    1. You can add this CSS code:

    .main_color .avia-data-table .avia-heading-row .avia-desc-col {
        background-color: transparent;
    }

    2. You can change the color via this CSS code (this CSS code is for the 2nd column) just change the color as you see fit:

    .page-id-752 #av_section_2 .avia-table tr > th:nth-child(2), 
    .page-id-752 #av_section_2 .avia-table tr > td:nth-child(2) {
        color: blue !important;
    }

    For the 3rd column just copy the same code and replace nth-child(2) to nth-child(3) and change the color as well.
    For the 4th column and so on, just repeat the same and replace the number.
    I hope this helps.

    Best regards,
    Nikko

    in reply to: The font clitch #1402079

    Hi pimroll,

    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
      ( to 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: center Columns #1402078

    Hi Monika,

    You’re welcome :)
    By default, the body of the page has a class of page-id-ID, so when you use this CSS selector .page-id-20 it will only target the page with that ID number.
    Also, Color Sections ID are auto-generated if you don’t set one, so if you don’t put one then it will automatically have the id of #av_section_1 and then increments in every Color Section. Also, Custom IDs are good idea if you only have one on the page since it’s supposed to be unique, if you use this layout twice in a single page then use Custom CSS Class instead of Custom ID Attribute. So what I suggest instead is to use a Custom CSS Class, let’s just name it center-columns (add this on each Color Section) and replace the code I gave you with:

    #top .center-columns .flex_column_table {
        display: flex;
        gap: 4%;
        justify-content: center;
    }
    
    #top .center-columns .flex_column_table .flex_column {
        display: block;
        width: 33%;
        margin-left: 0;
    }
    
    #top .center-columns .flex_column_table .av-flex-placeholder {
        display: none;
    }

    Hope this helps.

    Best regards,
    Nikko

    Hi David,

    We apologize for the delayed response.
    Please give us a link to your page with the fullslider mentioned so we can inspect it and try to provide CSS code to fix it.
    You can post it privately so only moderators can view.

    Best regards,
    Nikko

    in reply to: Mailchimp contact form? #1402076

    Hi Rob,

    Yes, it’s possible.
    Please create a new post, then add a classic editor, inside the classic editor click on the Magic Wand tool as shown in the screenshot:

    Hover over Content Elements > Contact Form, then setup the contact form, once it’s done it should show some codes called a shortcode.
    Copy the shortcode (you can delete the post) and paste it to your widget.
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Contact form – block sender domains #1402074

    Hi Thilo,

    We don’t have this feature on our contact form however I think you can use third party plugins for this and it’s addon plugin which seems to do what you want to accomplish:
    – Main Plugin: https://wordpress.org/plugins/contact-form-7/
    – Addon Plugin: https://wordpress.org/plugins/block-domain-email-addresses-for-contact-form-7/
    We can help you with the design so it looks similar to our forms.

    Best regards,
    Nikko

    in reply to: Number Hotspot #1402072

    Hi Anna_Tewes,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      #top .av-hotspot-container .av-image-hotspot_inner {
        display: none;
      }
    }

    Let us know if it helps.

    Best regards,
    Nikko

    in reply to: Column width mobile #1402071

    Hi johno116,

    You can edit the column and Layout > Padding, then make sure to click on the mobile icon.

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Google fonts und Datenschutz #1402070

    Hi wieckhorstpetra,

    If you aren’t using a child theme yet, then you can download it here: https://kriesi.at/documentation/enfold/child-theme/
    And follow the instructions under Install a child theme from your WordPress dashboard.


    @Guenni007
    thanks for helping out :)

    Best regards,
    Nikko

    in reply to: Align text #1402069

    Hi sarthakchoudhary,

    The content of the boxes is aligned on top however the separator seems to have different sizes (20px on the sides and 40px on the center).
    Since your headings and content have different lengths than in smaller screens such as a laptop, it would not really line up since some of the headings will take 4 rows while others only 3.

    Best regards,
    Nikko

    in reply to: Footer not visible #1401989

    Hi bonsaimedia,

    I’m glad that Ismael could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Two different fonts for headers #1401988

    Hi pierrevanlier,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: center Columns #1401987

    Hi Monika,

    The ID is not set on the Color Section, try to add this CSS code:

    .page-id-20 #av_section_5 .flex_column_table {
        display: flex;
        gap: 4%;
        justify-content: center;
    }
    
    .page-id-20 #av_section_5 .flex_column_table .flex_column {
        display: block;
        width: 33%;
        margin-left: 0;
    }
    
    .page-id-20 #av_section_5 .flex_column_table .av-flex-placeholder {
        display: none;
    }

    Best regards,
    Nikko

    in reply to: Removing the date from the portfolio widget #1401870

    Hi Elena,

    We’re glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: elementor options not holding in Enfold footer page #1401869

    Hi sky19er,

    You’re welcome :)
    Just post a new thread and we’ll be happy to assist you.
    Thanks also for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Demo of Instagram Widget #1401854

    Hi Marcus,

    Here’s how it looks like:

    However, instagram widget does not work well with some servers, we suggest using Smash Balloon widget instead, you can check our documentation here: https://kriesi.at/documentation/enfold/instagram/#enfold-instagram-smash-balloon-widget-and-element

    Best regards,
    Nikko

    Hi Michael,

    The hook you used does not exist so it will not work.
    I think you’ll need to use a child theme and then copy footer.php from the parent theme to the child theme and make changes on line 328:

    <a href='#top' title='<?php _e( 'Scroll to top', 'avia_framework' ); ?>' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?>><span class="avia_hidden_link_text"><?php _e( 'Scroll to top', 'avia_framework' ); ?></span></a>

    You can use the conditional tag to set it to change href on page 2077.
    Hope this helps.

    Best regards,
    Nikko

    Hi tonyiatridis,

    I tried to access your site using the credentials you gave however it returns: ERROR: Incorrect username or password., please check.
    In Settings > Reading, please set Your homepage displays to Your latest posts
    Then in Enfold > Theme Options > Frontpage Settings set it to the page you want to use as the homepage.

    Best regards,
    Nikko

    in reply to: Portfolio feed font size #1401850

    Hi web4smallbusiness,

    I’m glad that Yigit could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Removing the date from the portfolio widget #1401849

    Hi Elena,

    Please try to replace this code:

    #footer strong.news-headline {
      color: #000;
    }

    with:

    #footer .widget strong.news-headline {
        color: #000;
    }

    Hope it helps.

    Best regards,
    Nikko

Viewing 30 posts - 1,501 through 1,530 (of 25,536 total)