Forum Replies Created

Viewing 30 posts - 32,011 through 32,040 (of 35,199 total)
  • Author
    Posts
  • in reply to: Do not use column padding under a certain screen width. #858812

    Hey Granis,
    Try adding your css rule inside of this media rule and make your padding zero:

    @media only and (min-width: 500px) screen and (max-width: 767px) { 
    /* your rule here */
    
    }

    adjust sizes to suit

    Best regards,
    Mike

    in reply to: Thrive Leads Widget Sidebar #858811

    Hey tliebl,
    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: Lay out issue with Contact Form to Email #858810

    Hi,
    Is this solved now?

    Best regards,
    Mike

    in reply to: Enfold Default Editor Issues #858809

    Hey jefftawater,
    I went into your catalog page and found the shortcode wand, please see screenshot in Private Content area.
    As for your plugin that needs an update, it is an error that sometimes happens when the plugin author makes an error, while you can uninstall each one, then reinstall them again to resolve this, most find it easier to wait for the next update that often solves this.

    Best regards,
    Mike

    Hey JFKommunikation,
    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: custom add to cart form style #858801

    Hey bitinteractive,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Special headings and toggles don't work #858800

    Hey Martina,
    Sorry, editing my host file didn’t work. Can you explain in more detail with screenshots?

    Best regards,
    Mike

    in reply to: Move hover line up closer to menu text #858798

    Hey Amyadelaide,
    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .avia-menu-fx { bottom: 15px; }

    Best regards,
    Mike

    in reply to: WP Live Chat – Open Chat via link #858796

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

    Best regards,
    Mike

    in reply to: Chld theme style.css caching #858794

    Hey targetsystems,
    One option would be to follow this post: https://kriesi.at/support/topic/style-css-with-version-number/
    Or you could add this to your .htaccess to expire css after a set time.

    
    ExpiresActive on
    ExpiresDefault “access plus 8 hours”
    ExpiresByType text/css “access plus 3 hours”

    Best regards,
    Mike

    in reply to: Error adding new page – via builder not loading #858792

    Hi,
    I was able to create a new page and add content and save with not errors.
    How can I recreate your error?

    Best regards,
    Mike

    in reply to: Three separate code blocks are using same images? #858790

    Hey ACJJ619,
    Have you considered using three gallery elements in three 1/3 columns, with the “Big image only, other images can be accessed via lightbox” option?
    2017-09-30_122923
    You could remove the padding between them with this css:

    #top div .av_one_third.el_after_av_one_third, #top div .av_one_third.el_before_av_one_third{
        margin-left: 0px!important; width: 33% !important; }
    #top div .avia-gallery .avia-gallery-big {padding: 0px!important; }

    I would recommend adding page_id’s to the code so it won’t conflict with other pages.

    Best regards,
    Mike

    in reply to: Grid Row Box won't go away #858788

    Hi,
    Strange, the file is still not writable, please provide ftp access in the Private Content area.

    Best regards,
    Mike

    in reply to: Google Analytics tracking code not in HEAD #858787

    Hi,
    You could use the plugin GA Google Analytics it gives the option to use the header or footer.

    Best regards,
    Mike

    in reply to: Blog excerpt not displayed #858785

    Hi,
    The manual excepts should be used first if present, I tested this on a clean install and it worked.
    2017-09-30_113643
    If this is not true for you perhaps there is a plugin conflict or a custom function working?

    Best regards,
    Mike

    in reply to: Sticky header colour change #858781

    Hi,
    Couldn’t login, please check.

    Best regards,
    Mike

    in reply to: Section ID (Attribute, Anchor) #858778

    Hi,
    We can offer some code to change the font size, but I didn’t find the shop page, please include the url to the page and the size you would like the font so we can assist.

    Best regards,
    Mike

    in reply to: Make custom post types appear in slider, article list etc… #858775

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Grid Row Box won't go away #858774

    Hi,
    I wanted to Enable Avia Layout Builder Debug in your functions.php
    but the file is not writable, this is not normal. Please try this fix so we can help: Fix File and Folder Permissions
    Best regards,
    Mike

    in reply to: slider text gets cut off on left when window is resized #858771

    Hi,
    Try assigning a class to the layer element and add your “negative left” to screens 1440px and above.
    2017-09-30_100226

    @media only screen and (min-width: 1440px) { .myclass {left: -54px;}}

    Best regards,
    Mike

    in reply to: Header static logo #858766

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

    .header_color div {border-bottom-color: transparent !important; }
    .avia-menu.av-main-nav-wrap {top:-50px}
    .container .av-content-full.units {padding-top: 0!important; }

    please see screenshot in Private Content area

    Best regards,
    Mike

    in reply to: WP Live Chat – Open Chat via link #858764

    Hi,
    I changed your link so it will work properly:

    <p><a href='javascript:void(0)' id='live-chat'>Send a message to our team and we'll call you back</a></p>

    I found the answer on the WP Live Chat Support forum

    Best regards,
    Mike

    in reply to: Demo does not import images #858753

    Hi,
    Sorry to see you go, best of luck. We will close this now.

    Best regards,
    Mike

    in reply to: Adding Map plugin shortcode to avia advanced layout page #857789

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

    Best regards,
    Mike

    in reply to: new lightbox #857786

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

    Best regards,
    Mike

    in reply to: SEO Yoast – Meta Title Not Displaying #857784

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

    Best regards,
    Mike

    in reply to: Remove Shadow on Mobile Header #857777

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

    Best regards,
    Mike

    in reply to: Wrong text color on featured image -> Product Grid #857773

    Hi,
    Looks like your site is in maintenance, we will need to see the element to write code for it. Can you please include a admin login in the private content area so we can help.

    Best regards,
    Mike

    in reply to: titles text blocks line height #857770

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

    Best regards,
    Mike

    in reply to: Adjust the height of the Fullscreen Slider #857769

    Hi,
    For my example please see this screenshot:
    2017-09-27_193941
    The page ID, which is really a class, targets only this page.

    .page-id-1395

    The element id is for only this element on this page, which is the first fullscreen slider on this page, note the zero.

    #fullscreen_slider_0

    for good measure we will add the element class, which in this case is the first builder element on this page, again note the zero.

    .avia-builder-el-0

    All together it looks like this:

    .page-id-1395 #fullscreen_slider_0.avia-builder-el-0 {your code here}

    There is a lot more to learn, like why I left a space between the page ID & the element ID, yet no space between the element ID & the element class, but you can search this on Google :)
    Hope this helps.

    Best regards,
    Mike

Viewing 30 posts - 32,011 through 32,040 (of 35,199 total)