Forum Replies Created

Viewing 30 posts - 29,701 through 29,730 (of 34,566 total)
  • Author
    Posts
  • Hi,
    Please try replacing your /enfold/config-templatebuilder/avia-template-builder/phpshortcode-parser.class.php
    with: shortcode-parser.class.php via FTP. Please save a copy of your old one as a backup.
    If you continue to have issues, please give us ftp access to your server (private content)

    Best regards,
    Mike

    in reply to: Horizontal Row at Bottom of Footer #900140

    Hi,
    If I understand correctly your footer Custom Widget Area is above the four footer columns and you wish it to be below?
    Please create a new Custom Widget Area for below the four footer columns, Try adding this code to the end of your functions.php file in Appearance > Editor:

    add_action('avia_after_footer_columns','avia_below_footer');
    function avia_below_footer(){
    dynamic_sidebar( 'belowfooter' );
    }

    And in the widgets, name your new widget “belowfooter”

    Best regards,
    Mike

    in reply to: The Fullwidth Easy Slider not working #900134

    Hi,
    You are getting this error:

    Failed to load resource: the server responded with a status of 404 (Not Found) /wp-admin/admin-ajax.php

    Please include ftp access in the Private Content area.

    Best regards,
    Mike

    in reply to: Portfolio Item Slug #900131

    Hey timkeeley,
    Go to WordPress > Settings > Permalinks > Portfolio Items Base and adjust to suit.
    2018-01-20_101015

    Best regards,
    Mike

    in reply to: Masonry Gallery not working since update to Version: 4.2.1 #900129

    Hey brianwelsh,
    I’m not familiar with Fusion Builder & Fusion Core being used with Enfold. I thought they were a part of the Avada theme?
    I have not seen any issues with the Masonry Gallery Element built with the Advanced Layout Builder from Enfold.
    Please advise.

    Best regards,
    Mike

    in reply to: Rename "Startseite" #900127

    Hi,
    Yon can use the plugin Say What
    and use these settings:
    2018-01-20_094909
    I tested this with my site language set to Deutsch to first show “Startseite” in the breadcrumbs, and these settings changed it to “Home”.

    Best regards,
    Mike

    in reply to: Updates #900126

    Hi,
    I believe the confusion about the updates comes from how the updates are first released to Theme Forest as a soft update, and a few days later they are available to the user’s dashboard via the Theme Forest API. In some rare cases there are issues with the API, whether it is timed out, response error, issue with the key, etc.
    Please feel free to wait a few days for the update to show in your dashboard.
    Here is the Change Log

    Best regards,
    Mike

    in reply to: Header Issue #900116

    Hi,
    I think I’m starting to understand, your goal is to create a menu item called “services” and in that menu you would like these sub-menu items:
    Billy Bounce Basketball
    Individual Skill Training
    Small Group Training
    Team Training
    Mentoring
    Recruiting Guidance

    Is this correct?
    I was confused when you said that creating a new page results in a blank page, as this is normal.
    But I now believe you are talking about your menus, please advise.

    Best regards,
    Mike

    in reply to: How to remove border lines form menu? #900111

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Change open tab via Main-Menu #900109

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Remove area over the title #899938

    Hey filo94,
    That is the Title Bar, which is set in Enfold > Header
    You can also choose to disable based on page or post in the edit page on the side bar:
    https://pictr.com/image/MkGBq

    Best regards,
    Mike

    in reply to: How to remove border lines form menu? #899935

    Hey DROR,
    Try this code in the General Styling > Quick CSS field:

    #top .header_color .main_menu .avia-menu a {
    border-color: transparent!important; 
    }

    Best regards,
    Mike

    Hey ezUpstarts,
    That’s great news! We will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Demo Import doesn't work #899930

    Hi,
    Which demo do you want to import? I have been working on an alternative that has been successfully for others.

    Best regards,
    Mike

    in reply to: Enfold #899929

    Hey Boris,
    Es tut mir leid, dass wir das nicht anbieten, aber wir bieten Ihre Zufriedenheit oder Ihr Geld zurück.
    Bitte lesen Sie: https://themeforest.net/page/customer_refund_policy

    Best regards,
    Mike

    in reply to: Activating Enfold #899928

    Hey sve10,
    Do you mean when you enter your API key? Sounds like your site is having server issues. Please contact your webhost to have them look into your server error log and resolve the issue.

    Best regards,
    Mike

    in reply to: Header Issue #899926

    Hi,
    Sorry I don’t see a “services” item in the menu. Please include a screenshot to point it out.

    Best regards,
    Mike

    in reply to: Website Title in Tab #899925

    Hey lmmoonlight,
    In your screenshot you show a tab from you browser, the title that appears is created by WordPress to show the “page-site title”
    There is not a setting for this option. Perhaps you will find a WordPress plugin to do this.

    Best regards,
    Mike

    in reply to: Ads with Ad Inserter #899923

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: How make the submenu transparent with a small border? #899922

    Hi,
    Try:

    .av-main-nav ul li a {
        border-right-style: hidden!important; 
        border-right-width: 0px!important; 
        border-left-style: hidden!important; 
        border-left-width: 0px!important; 
    }

    Best regards,
    Mike

    in reply to: I am getting 2 warning messages when I update.. #899920

    Hi,
    Good to hear, we will leave this open for now.

    Best regards,
    Mike

    in reply to: Mobile Menu Search and Menu (3 Line) Icons #899919

    Hi,
    Try this:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a {
    color: yellow !important; }
    }

    Best regards,
    Mike

    Hi,
    Perhaps try clearing your browser cache or any cache plugin. To test the code I tested this built in Google font on my full screen slider:

    h2.avia-caption-title {
    font-family: Lobster !important; 
    }

    2018-01-19_185757
    Give this a try to check.

    Best regards,
    Mike

    in reply to: Sub menue floating #899916

    Hi,
    That’s great news! Perhaps it was your cache, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Column Background , import pages #899913

    Hi,
    Glad we were able to help, shall we close this then?

    Best regards,
    Mike

    in reply to: Ads with Ad Inserter #899912

    Hi,
    Thank you for sharing your solution, shall we close this then?

    Best regards,
    Mike

    in reply to: Header problems that I can't figure out #899911

    Hi,
    Yes this can be accomplished with media queries such as:

    @media only screen and (max-width: 767px) { 
    --your css rules--
    }

    Just change the max-width to the screen size you are looking to target.

    Best regards,
    Mike

    in reply to: Blog Sidebar Layout Issue #899903

    Hi,
    Sorry I missed that, It seems that one is created with the template and the other is created with the advanced layout builder, is this correct?

    Best regards,
    Mike

    in reply to: How to make photo from a page to appear in search result? #899900

    Hi,
    Sorry, I didn’t see the date on it, but I would imagine there would be other plugins that do. What about the other one that is from Goolge’s own knowledge base, so I would think it applies?

    Best regards,
    Mike

    in reply to: Where's 'inline'? #899893

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 30 posts - 29,701 through 29,730 (of 34,566 total)