Forum Replies Created

Viewing 30 posts - 26,821 through 26,850 (of 34,897 total)
  • Author
    Posts
  • 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

    in reply to: Google maps API retired version #973703

    Hi,
    Glad Peter could help, we will close this now.

    Best regards,
    Mike

    in reply to: whole site down!!!! #973701

    Hi,
    I replaced your enfold theme folder and it looks as though your site is back up, please check.

    Best regards,
    Mike

    in reply to: Individual Object ID #973699

    Hey debenm,
    Please ensure that Enfold Theme Options > Layour Builder > Show element options for developers is checked.
    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: Remove container padding -> responsive? #973696

    Hey fabienneBESD,
    I couldn’t find the page with the easy slider to see the issue, but if the above code works good for you, except for small mobile screens, then change the code to this:

    @media only screen and (min-width: 767px) { 
    .container {
        padding: 0;
    }
    }

    Best regards,
    Mike

    in reply to: Portfolio in Menü einbinden #973690

    Hey Chnic,
    Um Portfolioelemente zu einem Menü hinzuzufügen, müssen Sie die “Benutzerdefinierten Verknüpfungen” verwenden und die URL und den Titel manuell eingeben und dann unter den übergeordneten Menüeintrag ziehen. Stellen Sie sicher, dass sie etwas versetzt sind, damit sie zu Untermenüs werden.

    ————

    To add portfolio items to a menu, you will need to use the “Custom Links” and manually enter the url and title, then drag into place under your parent menu item. Be sure to leave them off-set a little so they become sub-menu items.

    Best regards,
    Mike

    in reply to: Loop Headline Rotator infintely #973686

    Hey KlausR,
    I believe that it is already set to do this, in my tests it seems too. How many times does your rotate before it stops?
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: whole site down!!!! #973683

    Hey jayfarr1982,
    Is this a result of updating enfold via ftp?
    If not what was the action before this happened?
    Please include FTP access in the Private Content area so we can take a look.

    Best regards,
    Mike

    Hi,
    I see that the sub-menu is opening to the left, and when I test the css above it changes to opening to the right.
    So, if you added the css to your child theme style.css, please try enter a blank space in the Quick CSS to enable the “Save all changes” button, then save. This will re-build the merged css files.
    Otherwise try adding it to the WordPress > Customize > Additional CSS field.
    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: Facebook and Twitter widgets no longer working #973662

    Hey lewisedavis,
    The widgets seems to be working for me, I can click each and the twitter is loading a feed.
    Can you please explain what is not working about them?
    Please see screenshot in Private Content area.

    Best regards,
    Mike

    Hi,
    Glad to hear, unless there is anything else we can help with shall we close this then?

    Best regards,
    Mike

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

    Hey Oceans247,
    I assume that you are using a page as a footer, because your link to /footer/ returned a 404, and your “footer” has many links with underlines.
    If this is correct, Try this code in the General Styling > Quick CSS field:

    .avia-section .post-entry-2704 .av_inherit_color a {
        text-decoration: none !important; 
        font-size: 80% !important; 
    }

    Best regards,
    Mike

    in reply to: Construction Demo colors #973641

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

    .hr-inner.inner-border-av-border-fat {
    border-color: darkgrey !important; 
    }

    adjust to suit.

    Best regards,
    Mike

Viewing 30 posts - 26,821 through 26,850 (of 34,897 total)