Forum Replies Created
-
AuthorPosts
-
May 10, 2018 at 5:54 am in reply to: My Date Picker in a form isn't showing the date options #954322
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,
MikeMay 10, 2018 at 5:50 am in reply to: Enfold Latest Version Update Not Available in Dashboard #954316Hi,
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,
MikeHi,
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,
MikeHey 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 theavia-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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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.phpBest regards,
MikeHi,
Sorry for the late reply, I have found that you are using this code in your functions.phpfunction 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,
MikeHi,
Sorry to hear that, what type of localhost did you try to use mamp, xampp, wamp?Best regards,
MikeHi,
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,
MikeHi,
Good, when you are ready please include the ftp access in the Private Content area.Best regards,
MikeHi,
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,
MikeHi,
Another option is to try this pugin: Really Simple SSL it has been helpful in forcing https on sites.Best regards,
MikeHey 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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
Yes, just change the Google url to yours.
We will leave this open to hear back from you.Best regards,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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 -
AuthorPosts