Forum Replies Created

Viewing 30 posts - 29,101 through 29,130 (of 34,339 total)
  • Author
    Posts
  • Hi,
    This error was due to a missing closing tag, we have added a new feature in v4.2.2 to solve this issue, the Enfold Shortcode Parser.
    It is hidden by default until you Enable Avia Layout Builder Debug which shows the shortcodes. It validates your code and has the option to correct.
    2018-02-02_111608
    I have activated this for you and used revisions to find the page you had before. The Parser found errors and I used the auto repair function to correct.
    Please try editing your page to the way you want it and save again with the Parser in auto repair mode.

    Best regards,
    Mike

    in reply to: Layerslider shortcode displayed instead of beeing displayed #906934

    Hi,
    Builtin LayerSlider shortcode does not work in widget areas. The reason it is working on your homepage is because you have a another slider on that page.
    For a solution to adding your partner images to your widget, try creating a animated gif with a free online resource such as this one: GIFMaker.me

    Source #530827
    Best regards,
    Mike

    Hi,
    I logged in but was given the warning that you are editing the page and was asked if I wanted to “take over”, please save your work and let us know if we can “take over”

    Best regards,
    Mike

    in reply to: Add telephone number to logo area #906907

    Hi,
    Please try this to remove the action on scroll:

    #header .logo a, #header .logo img {
        max-height: 88px !important;
        min-height: 88px;
    }
    
    #header.header-scrolled .logo img {
        margin-top: -44px;
    }
    

    Best regards,
    Mike

    in reply to: Page editor not working (empty white box) after update #906886

    Hi,
    I was able to log back in, for some reason I had to clear my cache with a hard reload a few times.
    Anyways, I was able to edit the About page and create a new page with different elements and publish successfully. I then moved it to the trash.
    You said that you were editing pages fine until one page, are you still experiencing a non-working advanced layout builder?
    Perhaps try a hard reload also, and also a different browser.

    Best regards,
    Mike

    in reply to: Few styling questions I am trying to solve #906866

    Hi,
    That maybe a good idea, thanks.
    Glad we were able to help, we will close this one now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Imports wrong Enfold demo #906631

    Hey dlambers,
    I have checked on my localhost and the Creative Studio imports correctly. I suggest using the wp reset plugin to clear your site and also disable any plugins. If this doesn’t help, Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Uploading picture error #906627

    Hey bkelsey23,
    Please check that your File and Folder Permissions are correct and will allow WordPress to create new file & folders.

    Best regards,
    Mike

    in reply to: Hide on Mobile not working #906625

    Hi,
    I believe you are talking about this element:

    #top.home .avia-builder-el-30 {display:none!important;}

    Try this code in the General Styling > Quick CSS field

    Best regards,
    Mike

    in reply to: LayerSlider Overlay #906617

    Hey mbd2017New,
    The overlay was created as a layer, then using the “styles tab” go to “Misc | other settings” and add the color: rgba(0, 0, 0, 0.6)
    2018-02-01_223329

    Best regards,
    Mike

    in reply to: Page editor not working (empty white box) after update #906614

    Hey brian7454,
    The Enfold Shortcode Parser is a new feature to help validate the shortcode and should prevent any html generation errors like unclosed tags.
    This is hidden by default until the debugger is activated. When the debugger is activated shortcode will show in the default editor, due to the Enfold Shortcode Parser.
    As for your white screen it seems your php settings were very low, such as max time, but I couldn’t login a second times to get the details.
    Was the login auto expiring?

    Best regards,
    Mike

    in reply to: Deleting Part of My Page #906603

    Hey samforan,
    Please describe what changes are needed to create the error. I made a few changes to the bottom color section with no error.

    Best regards,
    Mike

    Hey Eneas,
    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 a admin user and post the login credentials in the “private data” field.

    Best regards,
    Mike

    in reply to: font awsome #906597

    Hi,
    Guenni007 has a very good point, but if the article doesn’t help, please post your url so we can take a closer look.

    Best regards,
    Mike

    in reply to: Can I mak the hotspots transparent? #906594

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

    .custom-hotspot .av-image-hotspot-pulse {
        background: transparent!important; 
    }

    Best regards,
    Mike

    in reply to: Container class #906589

    Hey Dogmut,
    Please try using the developer tools, or right click on your page for the “inspect” option to see the page classess
    2018-02-01_211257

    Best regards,
    Mike

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

    #top.home #after_section_1 .template-page.content.av-content-full {
    padding-top: 0 !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Duplicate portfolio autosave entries #906584

    Hi,
    Good to hear, Thanks for using enfold.

    Best regards,
    Mike

    in reply to: Complete easy slider #906582

    Hi,
    While my screenshot was from Chrome, I investigated further and reloaded your page many times, and found that sometimes the error happened. To correct I cleared your cache and disabled “Autoptimize” and disabled the “Move scripts to the footer” & “Defer parsing of javascript files” in your Speed Booster plugin. Which has solved the issue, which I tested by reloading your page 10 times in Chrome with no issue.
    Please clear your browser cache by doing a “Hard Reload” a few times, and check.
    2018-02-01_203106

    Best regards,
    Mike

    in reply to: Layerslider shortcode displayed instead of beeing displayed #906562

    Hi,
    Sorry the login seems to be not working, please check.
    Please see screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Pictures befor text on mobile #906561

    Hi,
    Another approach would be to have a duplicate section of the “WordPress CMS” text and image under the current one, and use the custom classes to hide one on mobile and the other on desktop. In the duplicate section reverse the image and text and use custom css like this to show one or the other on the correct device.

    @media only screen and (max-width: 767px) {
    .wp-text,.wp-picture {display: none !important;}
    }
    @media only screen and (min-width: 768px) { 
    .wp-text-2,.wp-picture-2 {display: none !important;}
    }

    This is where “wp-text-2 & wp-picture-2” are your new classes for the mobile view, and “wp-text & wp-picture” are your current classes for the desktop view. Also do not put a HR between the two.

    Best regards,
    Mike

    in reply to: Add telephone number to logo area #906560

    Hi,
    It looks like you adjusted “#custom_html-2.widget_text” & “#custom_html-3.widget_text” to
    “top: 30px !important;”
    please try “top: 55px !important;” instead

    Best regards,
    Mike

    in reply to: Animated Numbers text not centered #906418

    Hi,

    Glad we could help, we will close this now. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: errorcodes with regard to Enfold theme #906311

    Hi,
    Please see the new link in the Private Content area.

    Best regards,
    Mike

    in reply to: Einfold Bilder bis zum Rand #906306

    Hi,
    Froh, dass wir helfen konnten, schließen wir das jetzt. Danke für die Benutzung von Enfold.

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

    Best regards,
    Mike

    in reply to: Masonry portfolio font size #906302

    Hi,
    Thank you for that. I have changed your custom css so that it works different on the homepage masonry and the portfolio page masonry, this is what your code now looks like:

    @media only screen and (min-width: 766px) and (max-width: 1023px) {
    #top.home .av-masonry-entry .av-masonry-entry-title {
        font-size: 9px!important; 
    }
    }
    @media only screen and (min-width: 766px) and (max-width: 1130px) {
    #top.portfolio-template-default .av-masonry-entry .av-masonry-entry-title {
        font-size: 9px!important; 
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Glad to help, please open a new thread if we can be of more assistance. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Add telephone number to logo area #906295

    Hi,
    Perhaps this will help, I created two header widget areas by adding this code to the end of my child theme functions.php file in Appearance > Editor:

    add_action( 'ava_main_header', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	dynamic_sidebar( 'header' );
    	dynamic_sidebar( 'header2' );
    }

    then in widgets I created the tow widgets, header & header2, I believe you tried this earlier. In the widgets I added the custom html elements.
    2018-02-01_072337
    These have the ID custom_html-2 & custom_html-3, your maybe different.
    Then I added this code in the General Styling > Quick CSS field:

    @media only screen and (min-width: 768px) { 
    #custom_html-2.widget_text {
        display: inline-block;
        left: 20%;
        padding: 0;
    top: 50px !important;
    }
    #custom_html-3.widget_text {
    display: inline-block;
        right: -70%;
        padding: 0;
    top: 50px !important;
    }
    .av_minimal_header #header_main .container {
        height: 50px!important; 
        line-height: 50px!important; 
    }
    }
    @media only screen and (max-width: 767px) { 
    #custom_html-2.widget_text,#custom_html-3.widget_text {
    display: none !important;}
    }

    It gave this result:
    2018-02-01_071236

    Best regards,
    Mike

    Hi,
    Thanks for that, we will wait while the team attempts to reproduce the issue.

    Best regards,
    Mike

    in reply to: Layerslider shortcode displayed instead of beeing displayed #906239

    Hi,
    I see the one on the home page works, yet on many other pages it doesn’t. Have you tried disabling your plugins? Do you have any third party shortcodes on the other pages that is not on the homepage?
    Is your webhost using php v7?

    If these don’t help, 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 a admin user and post the login credentials in the “private data” field.
    Can we disable plugins for testing?

    Best regards,
    Mike

Viewing 30 posts - 29,101 through 29,130 (of 34,339 total)