Forum Replies Created
-
AuthorPosts
-
January 8, 2018 at 2:09 pm in reply to: Magnific Popup in combination with an Enfold Contact Form #894707
Hi,
I have tried to look at the page but I don’t see the codeblock that contains the #product-kontakt-form that the button is calling, please advise.Best regards,
MikeHi,
To use the code on other pages, change the “.page-id-614” to those pages. To find the page id, open the developer tools by right clicking on the page and choosing “inspect” then look in the code at the top:
see this image: https://pictr.com/image/8h3C9
There are also plugins that will show you the page id’s, such as: Reveal IDs
You can add many pages to the code with commas like this:#top.page-id-614 #main .container:before,#top.page-id-615 #main .container:before,#top.page-id-616 #main .container:before {
Best regards,
MikeHi,
Try setting a background color for the color section, by default it is transparent.Best regards,
MikeHi,
The issue is that one of your plugins is braking the page layout, causing the sidebar to take full width and drop below the content. We can change the width of the sidebar so the links are clickable, but the layout is still broken.#top #main .sidebar { float: right!important; width: 27%!important; top: -120vh!important; }
Please compare the link in the Private Content area with the screenshots.
The css is not a good solution because it won’t solve every page at every screen width, the best solution is to find which plugin is causing the issue and either contact the plugin author for a fix or don’t use it.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey palaiochora,
Um die Templetes zu verwenden, die Sie im Layout-Builder auf einer anderen Enfold-Site erstellt haben, müssen Sie Aktivieren Sie Avia Layout Builder Debug und kopieren Sie den Shortcode, um ihn in die neue Site einzufügen.
Um die Demo-Tempel auf einer anderen Enfold-Seite zu verwenden, können Sie das gleiche oben tun oder einfach die Demo-Import-Funktion der neuen Enfold-Seite verwenden.
Sie könnten die Demos oder Ihre Templetes nicht auf einer anderen Site verwenden, auf der Enfold nicht installiert ist.
Ich hoffe ich habe deine Frage richtig verstanden.To use the templetes that you have created in the layout builder on another Enfold site, you will need to Enable Avia Layout Builder Debug and copy the shortcode to paste in the new site.
To use the Demo templetes on another Enfold site, you could do the same above, or simply use the demo import function of the new Enfold site.
You would not be able to use the Demos or your templetes on another site that doesn’t have Enfold installed.
I hope I have understood your question correctly.Best regards,
MikeHey evivecare,
Please see the link in the Private Content area to where the favicon is located on your host. It looks as though it is part of a plugin, please check the plugin settings.Best regards,
MikeHey Theqie,
In the menu the custom url was http:// I changed it to https://
it now works correctly, but you should check the rest of the menu items.Best regards,
MikeHey denisj77,
Try this code in the General Styling > Quick CSS field:#top.page-id-61 .inner_sidebar { font-style: normal!important; }
It is meant to work only for that page.
Best regards,
MikeHi,
I have changed the code so it will only work on the one page, and so it won’t repeat the image.#top.page-id-614 #main .container:before { content: ' '; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; opacity: 0.2; background-image: url(https://residenzeparadiso.com/wp-content/uploads/2017/12/chaplet-2489637_1920.jpg); background-repeat: no-repeat; background-size: cover; }
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey evivecare,
I have tested and found that the overlay is not showing for me, perhaps try clearing your browser cache.
https://pictr.com/image/8hHjBBest regards,
MikeHi,
I added this code to the end of your functions.php file in Appearance > Editor:add_filter( 'avf_form_from', 'enfold_customization_contact_form_etc', 10, 3 ); function enfold_customization_contact_form_etc( $from, $p1, $p2 ) { global $enfold_custom_from_header; $enfold_custom_from_header = $from; } add_filter( 'avf_form_mail_header', 'enfold_customization_contact_form_etc2', 10, 3 ); function enfold_customization_contact_form_etc2( $header, $p1, $p2 ) { global $enfold_custom_from_header; $header .= 'Reply-To: ' . $enfold_custom_from_header . '\r\n'; return $header; }
which adds the reply-to in your mail header. You can see the test mail in the WP Mail Log plugin on your site, it also shows there is no longer a sending error.
Please check.
Please note that if you test, try not to use the same address in the form from address that it is going to, as it may trigger your hosts spam protection.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Thank you for the login, I found that one of your plugins is causing the issue by deactivating all of them, Try disabling your plugins and reactivate each one individually until you find the one causing the error.Best regards,
MikeHi,
I’m not sure if I’m looking at the right area, but I think I see it. please see screenshot in Private Content area.Best regards,
MikeHi,
It’s kind of hard to power over “top” from this side to be sure on the exact percentage.
Try -5% to see where it lands and adjust until it where you like it.Best regards,
MikeHi,
Try adding this code to the end of your functions.php file in Appearance > Editor:function my_search_form($html) { return str_replace('Cerca', 'Search', $html); } add_filter('get_search_form', 'my_search_form');
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Please use a child theme and apply this code to functions.php file of your child theme.add_filter('avia_post_nav_categories', 'use_same_category_filter'); function use_same_category_filter($same_category) { $same_category = true; return $same_category; }
Best regards,
MikeHey Andrea,
Sorry we don’t have that yet. But it looks like you are using the layout builder for your posts, couldn’t use use the element you wanted on that page?Best regards,
MikeHey jayfarr1982,
I didn’t see a strike though the menu, please see screenshot in Private Content area.
Can you please add a screenshot to point out how you see it?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Ok, I changed it back, is there anything else we can help with today, or shall we close this then?Best regards,
MikeHey bcdcosmetici99,
There is an error in your cache plugin causing the css for the sidebar to make it 100% width over the top of everything else. Try disabling your plugin and clearing the cache of the site.Best regards,
MikeHi,
All could be issues. Shall I undo the changes?
When blog posts are made with the layout builder they will not show excerpts in the blog element, to show the excerpts you will need to add a manual excerpt, yet the manual excerpt will not show images.
It is recommend to use the default editor for blog posts.Best regards,
Mike -
AuthorPosts