Forum Replies Created

Viewing 30 posts - 26,491 through 26,520 (of 34,555 total)
  • Author
    Posts
  • 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

    in reply to: Verstecktes Logo, Sprache umstellen und Blog #973637

    Hey Wondergirrrl,
    Es gibt zwei Stellen für das Logo-Bild, die hochgeladen werden, eine für die normale Ansicht und die andere für den transparenten Header.
    1: Enfold Theme Optionen> Logo
    2: Menüoptionen einklappen> Kopfzeile> Transparenzoptionen> Transparenzlogo

    Es gibt zwei Stellen, um die Sprache zu ändern, eine für das Backend und die andere für das Frontend.
    1: WordPress> Einstellungen> Allgemein> Seitensprache
    2: WordPress> Benutzer> Dein Profil> Sprache

    Mit der Freelancer-Demo oder einer beliebigen Demoseite können Sie eine neue Seite hinzufügen und das Blog-Element mit dem erweiterten Layout-Builder zur Seite hinzufügen. Gehen Sie dann zu Enfold Designoptionen> Und wo möchten Sie den Blog anzeigen? und wählen Sie Ihre neue Seite, dann gehen Sie zu Ihrem Menü und fügen Sie einen Menüpunkt zu Ihrer neuen Seite hinzu.

    ———–

    There are two places for the logo image to be uploaded, one is for normal view and the other is for the transparent header.
    1: Enfold Theme Options > Logo
    2: Enfold Theme Options > Header > Transparency Options > Transparency Logo

    There are two places to change the language, one is for the back-end and the other is for the front-end.
    1: WordPress > Settings > General > Site Language
    2: WordPress > Users > Your Profile > Language

    With the Freelancer Demo, or any one page demo site, you can add a new page and add the blog element to the page with the advanced layout builder, then go to Enfold Theme Options > And where do you want to display the Blog? and choose your new page, then go to your menu and add a menu item to your new page.

    Best regards,
    Mike

    in reply to: style updates CSS cache issue #973631

    Hey Spiv,
    Please check if the Enfold Theme Options > Performance > JS & CSS file merging and compression settings are enabled, while developing your site these should be disabled because the files are only rebuilt when the theme settings are saved.
    To re-build the merged css files, try entering a blank space in the Quick CSS to enable the “Save all changes” button, then save.

    Best regards,
    Mike

    in reply to: Enfold working with WPBookingCalendar #973630

    Hi,
    Unless there is anything else we can assist with, shall we close this then?

    Best regards,
    Mike

    Hey Chris,
    Can you please include a admin login in the private content area, and a direct link to the product page, so we can take a closer look.

    Best regards,
    Mike

    in reply to: How do I Remove Circle with Arrow Overlay? #973623

    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 #973622

    Hi,
    Can you please include a admin login in the private content area so we can take a closer look at your fallback image issue.

    Best regards,
    Mike

    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: Enfold: background-attchment: fixed; not works #973617

    Hi,
    Do you mean this background:
    2018-06-16_092146
    it is fixed when I view it in Chrome.
    That is that the background-image doesn’t move, and the rest of the page moves over it. Perhaps you are thinking of “scroll” where the background-image stays “fixed” in one place on the page and moves as the page moves?
    Please see these examples

    Best regards,
    Mike

    in reply to: Reduce height of cookie notice at bottom of home page #973611

    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

    Hey fionayoung,
    I see your site is back up, and I don’t see your facebook pixel code in your functions-enfold.php, so I assume you were able to remove it.
    If you still need to add the script, please enter it into the Enfold Theme Options > Google Services > Google Analytics Tracking Code box, because this box adds it’s content into the header of your site.
    Or you could use a plugin such as Header and Footer Scripts

    Best regards,
    Mike

    in reply to: Remove right and bottom part of content border #973605

    Hi,
    Glad to hear, if you find that you need some assistance, we are always happy to help.
    We will close this now.

    Best regards,
    Mike

    Hey insanityNL,
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    
    // hide theme options
    add_action('admin_head', 'hide_theme_options');
    
    function hide_theme_options() {
      echo '<style>
        #wpbody-content #avia_options_page .avia_button.avia_button_grey.avia_reset,#wpbody-content #avia_options_page .avia_section_header.goto_update,#wpbody-content #avia_options_page .avia_section_header.goto_upload,#wpbody-content #avia_options_page .avia_section_header.goto_demo {
    		display: none !important;
    		}
      </style>';
    }

    Best regards,
    Mike

Viewing 30 posts - 26,491 through 26,520 (of 34,555 total)