Forum Replies Created
-
AuthorPosts
-
Hi,
I notice you have a few jQuery errors, so I removed the code to try to resolve these errors first, and cleared your cache.function switch_mobile_columns(){ ?> <script> (function($){ $(document).ready(function(){ if ($(window).width() <= 766) { $(function() { $('#top.single-post.rtl_columns .post-entry .flex_column_div.first').insertAfter('#top.single-post.rtl_columns .post-entry .flex_column_div.el_after_av_one_half.el_before_av_one_half'); }); } }); })(jQuery); </script> <?php } add_action('wp_footer', 'switch_mobile_columns');
Can we try disabling your plugins to find the error? Please print copies of your plugin settings in case the settings are lost when disabling the plugin.
Best regards,
MikeHi,
Glad to hear, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation 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,
*update*
I have been trying to figure out how to add the related posts to the advanced layout builder pages and I came up with a shortcode that works, Try adding this code to the end of your functions.php file in Appearance > Editor:function related_posts_shortcode( $attr ) { ob_start(); get_template_part( 'includes/related-posts' ); return ob_get_clean(); } add_shortcode( 'rpost', 'related_posts_shortcode' );
and then add this code in a “code block” element to display the related posts element:
[rpost]
Also be sure that your page shares tags with other posts, as this is what the element uses to get the other posts.
Best regards,
MikeHi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top #header.header-scrolled .logo { margin-top: 0px !important; }
it will remove the top margin when the page is scrolled.
Best regards,
MikeHey greennrgdesign,
I believe the symbols are braking the layout because it being interpreted as code.
as a alternative you could try using this solutionBest regards,
MikeHi,
Thank you for the update, we will leave this open to hear back from you.Best regards,
MikeHi,
@saucyhotdesign if your server is using PHP 5.5 that could explain the issue, we have been recommending v5.6 for a while and v5.4 does cause errors, but v5.5 is iffy.
I believe you are going to want Enfold v4.3, I will link it for a day or two.Best regards,
MikeHi,
Danke, ich bin glücklich zu helfen. Wir werden das jetzt schließen. Danke für die Benutzung von Enfold. Zu Ihrer Information können Sie sich die Dokumentation hier ansehen . Für weitere Fragen oder Probleme, können Sie gerne neue Themen unter starten Enfold Unterforum und wir werden gerne versuchen, Ihnen zu helfen :)— Translated with Google —
Thank you, I’m happy to help.
We will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation 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,
You don’t see it as in this screenshot:
For the back to top, please try this css:#scroll-top-link { background-color: red !important; }
please adjust color to suit.
For the timeline please see this post
For the contact form please see this post
To add a sidebar go to Enfold Theme Options > Sidebar & also ensure your sidebar is activate on the page.
When you link to an anchor, please don’t use the last back slash before the tag, like this:
http://www.ideenovation.eu/wordpress#teamBest regards,
MikeHi,
I made some adjustments, please clear your browser cache and check.Best regards,
MikeHi,
Sorry the datepicker is from the jQuery ui library and I couldn’t find a way to increase it’s size because it’s created on the fly in the DOM.Best regards,
MikeHi,
Hopefully restoring from a backup will correct the issue, considering that the first time that we tried to view your site it was not loading, it’s hard to tell what the issue could be.
Please try to ensure that your site is using PHP v5.6 minimum, do you know what version of Enfold you were using?Best regards,
MikeHi,
Glad to hear, I assume we can close this now, but I want to ask anyways :)
Shall we close this?Best regards,
MikeHi,
That’s great news :)
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
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,
Have you tried the “social share” element in the advanced layout builder?
I assume you are referring to advanced layout builder posts & pages.Best regards,
MikeOctober 18, 2018 at 12:16 am in reply to: Enfold 4.5 Theme Update "Update Failed: Download failed. A valid URL was not pro #1023053Hi,
Please check our trouble shooting postBest regards,
MikeHi,
Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHi,
Please go to Enfold Theme Options > Header > Extra Elements > Phone Number or small info text to show text in a small bar at the top. Then go to Enfold Theme Options > Header > Extra Elements > Header Social Icons to show social icons at the top.Best regards,
MikeHi,
What I meant was right now you don’t have very many posts, but I understand now that you have a lot of content to add.
As an example, I copied your related post element from one of your pages, you can paste the code in the file that is in the Private Content area, into a “code block” on your advanced layout builder page and it will show 4 related posts. Probably not a long term solution because it’s manual html.Best regards,
MikeHi,
Here is a nice list: 9 Of The Best Related Post Plugins
Another option, I see that you only have a few post on your site, so if every page is going to have the same list of related posts we can copy your element from a default editor page and add it to your advanced layout builder page. This would keep the Enfold style.
Probably not what you had in mind, but I thought I would offer.Best regards,
MikeHi,
If it’s only the login to the front end, then you can include it in the Private Content area.
Please don’t include a login to the back end, as this is not your thread & the thread owner will see the info.
I only need to see the front end for css, if I need to go deeper you will have to start a new thread.Best regards,
MikeHi,
@laptophobo I see you are getting the same error but in a different element, is there a chance that you had a “strong” or other html tag in a title field? I’m asking the team to help out here, can we see your site?Best regards,
MikeHi,
@saucyhotdesign are you using PHP v5.6 minimum? Can we see the test site?
Is there a chance that you had html tags in the title of the hotspot element, such as “strong” ?Best regards,
MikeOctober 17, 2018 at 5:47 am in reply to: Theme update patch of August 17th, 2018 does not work with my installations #1022562Hi,
Great news.
We will close this now. Thank you for using Enfold.Best regards,
MikeHi,
I was able to login and disabled your W3 Total Cache plugin and removed this code, (see link in Private Content area) from your functions.php which removed the error in the head, but you still have a lot of javascript errors, and the page is not loading.
I tried activating the parent theme, which worked, but all of your pages & post went to a 404.
Do you have a backup that you can restore?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
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 see, perhaps in your situation a sticky header that fades in on scroll would be better?
Please give this a try, and see if you like it:@media only screen and (max-width: 767px) { .responsive #top #wrap_all #header { position: fixed !important; -webkit-animation: fadein 1s; /* Safari, Chrome and Opera */ -moz-animation: fadein 1s; /* Firefox */ -ms-animation: fadein 1s; /* Edge */ -o-animation: fadein 1s; /* Opera */ animation: fadein 1s; } .responsive #top #wrap_all #header.av_header_transparency { display: none !important; } } @keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Firefox */ @-moz-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Safari, Chrome and Opera */ @-webkit-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Edge */ @-ms-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Opera */ @-o-keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
Best regards,
Mike -
AuthorPosts