Forum Replies Created

Viewing 30 posts - 27,271 through 27,300 (of 34,588 total)
  • Author
    Posts
  • Hey johnosjourney,
    I see you are getting this error:

    Uncaught ReferenceError: jQuery is not defined

    Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    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 the video tutorials 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: Can Color Sections be Tilted #954312

    Hi,
    Glad to hear, shall we close this then?

    Best regards,
    Mike

    in reply to: Enfold Demo Pages not Installing (Elegant Portfolio) #954309

    Hi,
    I was unable to login, has the login changed, or are you restricting by IP?
    Can I ask which webhost are you using?

    Best regards,
    Mike

    in reply to: Time Format #954299

    Hey xyzb,
    Please see the options at WordPress > Settings > General > Time Format:
    2018-05-09_234004

    Best regards,
    Mike

    Hey SamCKayak,
    Try disabling your plugins, disable js minifying, check for scripts in code blocks, and check for custom function in functions.php
    Your error above with the

    avia-snippet-lightbox.js:129 Uncaught TypeError: links.not(...).addClass(...).magnificPopup is not a function

    error on your homepage points to a script error.

    Best regards,
    Mike

    in reply to: Body background – General styling #954284

    Hi,
    If I understand correctly, you would like the body of your site transparent so the background image shows though the content, such as in the screenshot in Private Content area.
    If so, Try this code in the General Styling > Quick CSS field:

    .container_wrap.main_color, #main.all_colors {
        background-color: transparent!important; 
    }

    Best regards,
    Mike

    in reply to: CANNOT IMPORT ENFOLD 2017 DEMO FROM BACKEND #954279

    Hi,
    Thanks for sharing @WPTurnedUp

    Best regards,
    Mike

    in reply to: Theme Update #954278

    Hi,
    I looked at your blog (newsroom) on both sites and it seems the pagination on the staging site is working correctly, while the pagination on the live site shows the same entries for each “page”, is this the correct issue?
    I didn’t see anything in your functions.php that might cause this, that doesn’t rule out direct edits, as you said the other dev had done this. I assume you tested deactivating the pugins?
    you may have to isolate all of the direct edits, I recommend trying something like https://www.devart.com/codecompare/ I have not tried it, but it seems the free version will do whole directories with sub-directories.

    Best regards,
    Mike

    in reply to: Layerslider stopped working #954269

    Hi,
    I see now, you are getting a java error:
    2018-05-09_223519
    This looks like a plugin error, Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    Best regards,
    Mike

    in reply to: Make Header Opaque (but keep active menu indicator) #954267

    Hi,
    I see your code is a little off, try this instead:

    .menu li > a:after { content: ' ▾'; }
    .menu li > a:only-child:after { content: ''; }

    or this:

    .menu li > a:after { content: ' ▾'!important;  }
    .menu li > a:only-child:after { content: ''!important;  }

    Best regards,
    Mike

    in reply to: Sidebar blog #954265

    Hi,
    You would need to use this code for that page:

    #top.page-id-1603 .flex_column.avia-builder-el-6 {
    margin-left: 30px !important;
    }

    but there is not enough room on the page for 30px margin, the sidebar will drop down.
    so you nee to make the sidebar a little smaller:

    #top.page-id-1603 .no_margin.av_one_fourth {
        width: 20% !important; 
    }

    or make the content a little smaller:

    #top.page-id-1603 .no_margin.av_three_fourth {
        width: 70% !important; 
    }

    Your choice, also feel free to try different sizes of each to see what you like best, or adjust the sidebar margin code above.

    Best regards,
    Mike

    in reply to: Hide category and meta from Blog Post element #954261

    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 the video tutorials 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: change website to https #954260

    Hi,
    I find this error odd:

    
    Mixed Content: The page at 'https://yoursite.de/' was loaded over HTTPS, but requested an insecure image 'http://yoursite.de/wp-login.php'. This content should also be served over HTTPS.

    I wonder why wp-login.php is considered an image?
    I tested your site at whynopadlock.com and it says:

    Errors that are reported on line 1 are generally not part of the source code. This error may be caused by an external javascript file which is writing to the page

    So it seems that there maybe a script that is writing to wp-login.php
    Do you use wordfence or something seminar? I can’t think of any other scripts that would write to wp-login.php

    Best regards,
    Mike

    in reply to: Custom HTML in Widgets not working #954258

    Hi,
    Sorry for the late reply, I have found that you are using this code in your functions.php

    function defer_parsing_of_js ( $url ) {
    		if ( FALSE === strpos( $url, '.js' ) ) return $url;
    		if ( strpos( $url, 'jquery.js' ) ) return $url;
    		return "$url' defer ";
    		}
    		add_filter( 'clean_url', 'defer_parsing_of_js', 11, 1 );

    when I add it to my localhost it brakes my widgets also, please remove and check.

    Best regards,
    Mike

    in reply to: Import Demo Fails for Enfold 2017 #954254

    Hi,
    Sorry to hear that, what type of localhost did you try to use mamp, xampp, wamp?

    Best regards,
    Mike

    in reply to: How to hide breadcrumbs from the shop page? #954251

    Hi,
    Have you already found the solution for this? Because I seem to be seeing it that way, Please see screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Demo Import #954249

    Hi,
    Good, when you are ready please include the ftp access in the Private Content area.

    Best regards,
    Mike

    in reply to: Move date and author meta to under title #954246

    Hi,
    To have less space between the image and meta info, first remove the bottom padding from the meta info by changing the above code like this:

    .html_modern-blog #top.single-post .post-entry .post-meta-infos {
    margin-top: 0px !important;
    padding: 0px !important;
     top: -22px !important; 
    }

    Then add this css:

    .html_elegant-blog #top.single-post .entry-content-wrapper .big-preview.single-big {
        margin-top: 0px !important; 
        padding-bottom: 0px !important;
    }

    Best regards,
    Mike

    in reply to: change website to https #953903

    Hi,
    Another option is to try this pugin: Really Simple SSL it has been helpful in forcing https on sites.

    Best regards,
    Mike

    in reply to: Problems finishing my website #953894

    Hey mirr,
    I tested by adding a video to a full scree slider, checked “Disable Autoplay” ensured there was no overlay, no buttons or captions, the video slide is first, and then added this code in the “WordPress > Customize > Additional CSS”

    .avia-fullscreen-slider .avia_playpause_icon { display: block !important; }

    The key here is that the code is in the WordPress > Customize > Additional CSS, also we could try to target only portfolio pages so this won’t interfere with other videos, but I’m not sure if it is necessary for your site, please test and let us know if this works for you.

    Best regards,
    Mike

    in reply to: Enfold child theme add google analytics code #953874

    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 the video tutorials 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: Move date and author meta to under title #953873

    Hi,
    Please try:

    .html_modern-blog #top.single-post .post-entry .post-meta-infos {
    margin-top: 0px !important;
    padding-top: 0px !important;
     top: -22px !important; 
    }

    Best regards,
    Mike

    in reply to: Sidebar blog #953864

    Hi,
    I found that in your “latest news” widget there was no title so I added it for you, now it shows. Please see screenshot in Private Content area.
    As for the title under the image, when I look at the two pages side-by-side it seems there is less of a gap, Please see screenshot in Private Content area. We can still help bring it up more if you like, but please try clearing your cache and checking again, right now it looks comfortable, in my opinion.

    Best regards,
    Mike

    in reply to: Enfold child theme add google analytics code #953851

    Hi,
    Yes, just change the Google url to yours.
    We will leave this open to hear back from you.

    Best regards,
    Mike

    in reply to: Sub Menu Style while Top Transparency Header #953844

    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 the video tutorials 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: Import Demo Fails for Enfold 2017 #953841

    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 the video tutorials 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: Demo Import #953840

    Hi,
    yes

    Best regards,
    Mike

    in reply to: Move date and author meta to under title #953813

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

    .html_modern-blog #top .post-entry .post-meta-infos {
    margin-top: 0px !important;
    padding-top: 0px !important;
     top: -22px !important; 
    }
    

    Best regards,
    Mike

    in reply to: Import Demo Fails for Enfold 2017 #953810

    Hi,
    Thanks for that, I have successfully installed the Restaurant Demo, please check your email for your login, I used the same as you posted. Also check your email to confirm your site email address.
    Please check all setting, I tried to match the settings you had, but it’s best that you check.
    Let us know if this works for you.

    Best regards,
    Mike

Viewing 30 posts - 27,271 through 27,300 (of 34,588 total)