Forum Replies Created

Viewing 30 posts - 1,021 through 1,050 (of 1,778 total)
  • Author
    Posts
  • Hi there!

    Do you still need our help with this?

    Best regards,
    Sarah

    in reply to: Color Settings are not applied #804519

    Hey kwanumzen,

    Please try the following first:
    – Clear your browser cache and refresh your browser a few times
    – Clear your WordPress cache either through your plugin or your server’s cache service (if available)

    If that doesn’t solve it, please give us admin access into your website so we can take a closer look. It’s best that we see all the settings and CSS.

    Best regards,
    Sarah

    Hi!

    There was a missing closing bracket } in your Quick CSS before the code I gave you. This is why my code wasn’t working. :)

    I have fixed it and also cleared your cache. The white lines should be okay now!

    Best regards,
    Sarah

    in reply to: Change Social Icons #802084

    Hi,

    I noticed that it isn’t in the list of icons. Were you able to upload it properly? Can you try uploading it again?

    Best regards,
    Sarah

    Hi,

    Hmmm that’s strange. Can you try clearing your WordPress or server cache?

    If that doesn’t work, please give us admin access so we can take a closer look.

    Best regards,
    Sarah

    in reply to: Enfold Sticky Menu at Top #802056

    You’re welcome! We’re glad to help.

    Let us know here in the forums if you need further help!

    Cheers!
    Sarah

    in reply to: Change Social Icons #802052

    Hi Giaco,

    There seem to be some incorrect quotation marks in your code.

    I have updated your functions.php with this code instead:

    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons['instagram']	 = array( 'font' =>'fontello', 'icon' => 'uf16d');
    $icons['snapchatghost']	 = array( 'font' =>'fontello', 'icon' => 'uf2ac');
    return $icons;
    }
    
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
    function avia_add_custom_social_icon($icons)
    {
    $icons['instagram'] = 'instagram';
    $icons['snapchatghost'] = 'snapchatghost';
    return $icons;
    }

    I have also relocated it under the line if(isset($avia_config['use_child_theme_functions_only'])) return; as prescribed by our documentation here: http://kriesi.at/documentation/enfold/custom-social-icons/

    Please check your social profiles now. Let us know if you need more help.

    Best regards,
    Sarah

    in reply to: Enfold Sticky Menu at Top #802026

    Hi!

    This can be set in the actual page, not in the Enfold settings.

    In your Edit Page screen, please check if Header visibility and transparency is “Header is invisible and appears once the user scrolls down”. Change this to something else, like “Transparent Header with border” or one of the other options, depending on your preference.

    Please let us know if you need further help.

    Best regards,
    Sarah

    in reply to: Enenlarge social profile icons #802025

    Hey mescalytequila,

    Can you try the solution in this thread? https://kriesi.at/support/topic/increase-social-media-icon-sizes-header/

    If you need further help with this, please let us know.

    Best regards,
    Sarah

    in reply to: change the bar and I want the home page #802015

    Hey almuzaini,

    To remove the menu items that you encircled, please go to Appearance > Menus. Select the Menu you want to edit and delete the items you don’t want to see.

    To make your website to look like the menu, please import the demo at Enfold > Demo Import. Please note that when you import demos, the current content of your website will be overwritten. If you already have content that you don’t want to be overwritten, we recommend creating a local installation just for the demo import, which you can use as basis for building your actual page on your development website.

    I hope that helps!
    Best regards,
    Sarah

    in reply to: testimonials element #802006

    You’re welcome! 

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/

    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.

    Thank you for using Enfold.

    Cheers!
    Sarah

    in reply to: Mute or Pause background video of a color section #801968

    Hey torahulparashar,

    Can you provide us with admin access into your website so we can take a look?

    Best regards,
    Sarah

    in reply to: New line in easy slider #801967

    Hey FlatText,

    Please try the solution here or here.

    Let us know if you need more help!

    Best regards,
    Sarah

    Hi,

    I’ve edited the code in my previous reply. Can you try that one, please?

    Best regards,
    Sarah

    in reply to: CSS' CLASS ABOUT TABLE TAG #801962

    Hi!

    I’ve edited the code in my previous reply. Can you try that instead please?
    Best regards,
    Sarah

    in reply to: testimonials element #801957

    Hello!

    We’re happy to help. When you’re in your Edit Page screen, it should be one of your options in Content Elements. Here’s a screenshot:

    View post on imgur.com


    Let us know if you need further help.

    Best regards,
    Sarah

    in reply to: CSS' CLASS ABOUT TABLE TAG #801953

    Hi,

    I see. The colors and font sizes are dictated by the settings in Enfold > General Styling.

    If you would like to change them, you can use this as basis:

    .main_color .wpcf7-form tr:nth-child(odd) {
       background-color:black !important;
       color: white !important;
    }
    .main_color .wpcf7-form tr:nth-child(even) {
       background-color:gold !important;
       color: black !important;
    }

    I’ve added the class wpcf7-form so that the code will not affect other tables outside of your contact form.

    Best regards,
    Sarah

    • This reply was modified 8 years ago by Sarah.
    in reply to: CSS' CLASS ABOUT TABLE TAG #801940

    Hey eulogic,

    Our tables have the class avia-table. If you need help customizing the cell colors, maybe this thread or this one can help you. If you need further help, please give us a link to the page you’re working on, as well as the specific changes you would like to make.

    Best regards,
    Sarah

    in reply to: testimonial "read more" #801933

    You’re welcome! I’ll keep this thread open in case you need more help.
    Best regards,
    Sarah

    in reply to: Blog display like 'blog modern' demo #801932

    Hi!

    Unfortunately, that login doesn’t work. Can you check it, please? 

    Best regards,
    Sarah

    in reply to: testimonial "read more" #801929

    Hey Nancy,

    The easiest way is to make a page for the testimonials. On your homepage, limit the testimonials to display, say, only three. Then, add a button link (or a regular link) that goes to your testimonial page.

    I hope that helps!
    Best regards,
    Sarah

    Hi,

    Please try this:

    .av-catalogue-list li { border-bottom-color: white !important; }

    If you wish for the list’s top border to be white, please add this:

    .av-catalogue-list { border-top-color: white !important; }

    Best regards,
    Sarah

    • This reply was modified 8 years ago by Sarah.

    Hey Paul,

    You can use this in Quick CSS:

    .av-catalogue-list li { border-bottom-style: solid; }

    Best regards,
    Sarah

    in reply to: How to fix full width sub menu position issue. #801911

    Hi,

    We’re glad that Nikko we able to help you!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads 

    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.

    Thank you for using Enfold!

    Sarah

    in reply to: Icon list #801907

    Hi,

    We’re glad that it works fine now! We’re happy to help. If you have any other questions or issues, feel free to post them here on the forum.

    Thank you for using Enfold!

    Sarah

    in reply to: Categories Widget not working #801906

    Hi,

    It seems like your categories widget is now working. Do you still need help with this? If so, can you tell us on which pages the problem occurs?

    Best regards,
    Sarah

    in reply to: About breadcrumbs colour and background image #801903

    Hi!

    Thank you for the information.

    For adding a background image for Title and Breadcrumbs container, please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .title_container .container {
    background: #333 url(YOUR FULL IMAGE URL) bottom center repeat-x scroll;
    }

    To format your breadcrumbs, can you show us a screenshot of what you’re trying to achieve? It would be helpful if you can specify which of the breadcrumbs you want to hide or make bold. Right now it seems like breadcrumbs are turned off for your website.

    Best regards,
    Sarah

    in reply to: Menü auf Startseite sofort sichtbar #801863

    Hi there!

    1. In your Edit Page screen, check if Header visibility and transparency is “Header is invisible and appears once the user scrolls down”. Change this to something else, like “Transparent Header with border” or one of the other options, depending on your preference.

    2. You can try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    /* hide logo when not scrolled */
    #header:not(.header-scrolled) .logo { display:none!important; }
    
    /* center menu when not scrolled */
    #header:not(.header-scrolled) nav.main_menu {
        left: 25%;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    I hope that helps!

    Best regards,
    Sarah

    in reply to: Pages I dont use show up in google #801769

    Hi Dee,

    Thank you for the access. It looks like everything is set up okay. We can’t control when Google reindexes sites, and it’s only been a week since you deleted the unrelevant posts. The only thing to do now is wait. If it’s any consolation, one of the pages that was in the search results page is not there anymore. (Video Editing Archives) 

    Like what Andy said, I suggest you ask WordPress or Google forums if you need further help, since this is not a theme-related issue.

    If you have any questions about your theme, please open a new thread and we will gladly try to help you.
    Best regards,
    Sarah

    in reply to: Condensing Navigation on Small Screens #801768

    You’re welcome! We’re glad to help. 

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads 

    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.

    Thank you for using Enfold!
    Sarah

Viewing 30 posts - 1,021 through 1,050 (of 1,778 total)