Forum Replies Created

Viewing 30 posts - 26,251 through 26,280 (of 34,339 total)
  • Author
    Posts
  • in reply to: Table #973943

    Hey lordgara3,
    We can assist with the css code necessary to make this change, but it would be easier if you create the table and tell us which changes you would like with a direct link to it.

    Best regards,
    Mike

    in reply to: Tab Section header aligned left #973937

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

    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Huge space between headerimage and menu area on mobile #973934

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

    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,

    @stayswithstyle
    I took a look at your site and the debug code in your header says you are using v4.4.1
    so it seems that you have solved this?


    @audiopablo
    since you are using v3.4.7, I recommend you first create a full backup of your site before updating, I imagine you have, but wanted to be sure. Then you will need to completely remove your old enfold theme directory before uploading the new version via ftp, please do not try to overwrite your theme folder. I believe this is where you are experiencing your crash, unless you have enfold core files in your child theme also.
    You should also ensure that your webhost has PHP v5.6 as a minimum installed, but WordPress recommends PHP v7.
    If this doesn’t help, Can you please include a admin login & ftp access in the private content area so we can take a closer look.

    Best regards,
    Mike

    Hi,
    Thank you for sharing your solution.

    Best regards,
    Mike

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

    #top.page-id-206 .avia-button.avia-color-light:nth-child(odd) {
    border-color: red !important; 
    }
    

    Best regards,
    Mike

    in reply to: update now site not working #973917

    Hey Clifford,
    Please try removing the enfold theme folder completely, and then upload the new version enfold theme folder at
    /wp-content/themes/enfold/
    It looks like you have old theme files left over in the theme directory causing a conflict.

    Best regards,
    Mike

    in reply to: Enfold Fullwidth Easy Slider caption positioning #973908

    Hey geoffd20,
    I have tried to adjust your slider for tablets (768px) and laptops (1024px), by making the text a little smaller, removing the padding from the caption box to make it a little larger, moving the buttons so they don’t overlap the center and side slide controls.
    Please try this code in the General Styling > Quick CSS field, and feel free to adjust to suit if needed:

    
    @media only screen and (min-width: 767px) and (max-width: 1023px) { 
    #top.home .caption_right .slideshow_caption {
    padding: 0 75px 0 0!important; 
    font-size: 70% !important;
    width: 60% !important; 
    }
    #top.home .caption_left .slideshow_caption {
    padding: 0 0 0 75px!important; 
    font-size: 70% !important;
    width: 60% !important; 
    }
    #top.home .slide-2 .avia-slideshow-button,#top.home .slide-1 .avia-slideshow-button  {
    float: right !important; 
    margin-top: 0px !important; 
    }
    .slide-1 .avia-slideshow-button-2{
    margin-right: 10px !important; 
    }
    #top.home .avia-slideshow-button {
    margin-top: 0px !important; 
    }
    }
    @media only screen and (min-width: 1024px) and (max-width: 1439px) { 
    #top.home .caption_right .slideshow_caption {
    padding: 0 75px 0 0!important; 
    font-size: 90% !important;
    width: 50% !important; 
    }
    #top.home .caption_left .slideshow_caption {
    padding: 0 0 0 75px!important; 
    font-size: 90% !important;
    width: 50% !important; 
    }
    #top.home .avia-slideshow-button {
    margin-top: 0px !important; 
    }
    }

    Best regards,
    Mike

    in reply to: Show image slider on mobile and hide video #973901

    Hi,
    I took a look and found that you had a missing } in your css, up about halfway, so much of your css was not working correctly.
    I also added some !important; to your centering logo code to get it to work.
    I then was going to check your social icons in the socket area to check if they are bigger, as you wanted, but I don’t see any. Did you change your mind on this?
    Also where is your masonry portfolio gallery?

    Please clear your browser cache and check, perhaps the missing } fixed the other issues too, otherwise please include direct links to the issues so we can assist.

    Best regards,
    Mike

    Hi,
    Glad to hear this is solved, thank for using Enfold.

    Best regards,
    Mike

    in reply to: Text box space between border and text #973893

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

    #top.home #av_section_2 .post-entry-8 .avia_textblock {
    padding: 20px !important;
    }

    Best regards,
    Mike

    in reply to: Custom text formatting for a specific page #973891

    Hi,
    I wasn’t able to login, please check.
    I see that the area is given a different page ID class to match each page it is on, so it would be better to add a custom class to either it or the columns in it.

    Best regards,
    Mike

    in reply to: Remove container padding -> responsive? #973889

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

    @media only screen and (max-width: 767px) { 
    #top.home .avia-caption-content {
        font-size: 12px !important; 
    }
    #top.home .avia-caption-title {
        font-size: 20px !important; 
    }
    }

    Adjust to suit

    Best regards,
    Mike

    in reply to: Enfold 4.4.1 still breaks Layerslider #973877

    Hi,
    Sorry to hear that, we really are trying to help, I did switch to v4.4.1 when I tested, there was two Enfold installed when I was testing, I thought you had uploaded it for us to check with.
    I wish I could reproduce your error, but the layerslider works on my install as a shortcode and as a advanced layout builder element.
    I sill don’t understand the statement:

    does not display a Layerslider unless a blank shortcode is added to the page

    what do you mean by “blank shortcode”?

    Best regards,
    Mike

    in reply to: Cannot read property 'postMessage' of undefined #973874

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

    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    Ok, I believe I solved it, I found that some of your text domains in Loco Translate are incorrect, and I corrected as many as I could, and followed these instructions but in the end, the reason the label was not changing was because it was not in the language file, it’s set on the product page. There is a dropdown to change the word that you can only see when you hover over a blank area.
    2018-06-17_062258

    Best regards,
    Mike

    in reply to: Enfold working with WPBookingCalendar #973863

    Hi,
    We will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: "logged-in" status in header #973774

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

    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Cannot read property 'postMessage' of undefined #973770

    Hi,
    I found the correct fix now, please re-check.

    Best regards,
    Mike

    in reply to: Facebook and Twitter widgets no longer working #973764

    Hi,
    While it shows in my Chrome & Edge with ABP turned off, Firefox is blocking them with a built in setting that I can turn off:

    The resource at https://platform.twitter.com/widgets.js” was blocked because tracking protection is enabled.

    Which browser are you using?

    Best regards,
    Mike

    in reply to: Sidebar single product page – right or left #973761

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

    .container_wrap.shop_columns_3 .single-product-summary {
        overflow: hidden;
        width: 45%;
        float: right!important; 
        margin-left: 5%!important; 
        margin-right: 0%!important; 
    }
    .container_wrap.shop_columns_3 .single-product-main-image {
        width: 25%!important; 
        float: right!important; 
        margin-left: 50px!important; 
        margin-right: 0%!important; 
        overflow: hidden;
        padding-bottom: 50px;
    }

    Please see screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Upload von großen Bilddatei nicht möglich #973756

    Hey kilometa,
    Bitte fragen Sie Ihren Webhost nach diesen PHP-Einstellungen:
    PHP-Zeitlimit: Kein Limit
    PHP Speichergrenze: 256M
    PHP Post Max Größe: 50M
    PHP Max Upload-Größe: 20M

    ———

    Please ask your webhost to match these PHP settings:
    PHP Time Limit: No limit
    PHP Memory Limit: 256M
    PHP Post Max Size: 50M
    PHP Max Upload Size: 20M

    Best regards,
    Mike

    in reply to: Demo content failed to upload error message #973753

    Hey kevinpropper,
    GoDaddy manage wordpress hosting has been troublesome in the past.
    I could try a manual demo import if you like, which demo would you like?
    Please include FTP access & WP admin login in the Private Content area.
    Please note that all settings & content will be lost with a demo import.

    Best regards,
    Mike

    in reply to: "logged-in" status in header #973751

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

    .av_phone_active_right.av_extra_header_active .container {
        float: right !important; 
        width: 250px !important; 
    }
    

    Best regards,
    Mike

    in reply to: Facebook and Twitter widgets no longer working #973749

    Hi,
    Can I ask if your are using the browser plugin “Adblock Plus” or some other adblocker?

    Best regards,
    Mike

    in reply to: Cannot read property 'postMessage' of undefined #973748

    Hi,
    I added this to your Enfold Theme Options > General Styling > Quick CSS field

    @media only screen and (max-width: 767px) { 
    a.avia-slide-wrap {
        min-height: 178px !important; 
        height: 178px !important; 
        background-size: contain !important; 
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Remove container padding -> responsive? #973731

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

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .container {
        width: 100% !important; 
        max-width: 100% !important; 
    }
    }

    Best regards,
    Mike

    in reply to: "logged-in" status in header #973730

    Hey bilgecelik,
    You could create a shortcode and place the shortcode in the Enfold Theme Options > Header > Extra Elements > Phone Number or small info text.
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    // Add Shortcode to show user logged in
    function user_logged_in() {
    
    	if ( is_user_logged_in() ) {
    	global $current_user; get_currentuserinfo(); 
    	echo 'Welcome ' . $current_user->user_login . " ";
    	};
    
    }
    add_shortcode( 'user_logged_in', 'user_logged_in' );

    then add this shortcode to Phone Number or small info text field:

    [user_logged_in]

    Results:
    2018-06-16_140755

    Best regards,
    Mike

    Hi,
    Thanks I was able to login, but when saving you have this error:

    /wp-admin/admin-ajax.php:1 Failed to load resource: the server responded with a status of 403 (Forbidden)

    Please ask your webhost if there is any directory protection on the admin folder or files, such as mod_sec

    Best regards,
    Mike

    in reply to: Home not found #973706

    Hi,
    Your homepage is loading for me without any 404’s
    Please try clearing your browser cache.

    Best regards,
    Mike

Viewing 30 posts - 26,251 through 26,280 (of 34,339 total)