Forum Replies Created
-
AuthorPosts
-
Hi,
At the top of your homepage, you have a code block that was causing your issue:<head> <script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">require(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us9.list-manage.com","uuid":"your-id-code","lid":"id-code"}) })</script> <meta name="google-site-verification" content="your-id-code" /> </head>
I commented it out and now your slider works correctly
[the above code block was edited to remove your identification ID’s]Best regards,
MikeHi,
To use theme buttons as the popup trigger, first be sure the button link is set to manual and the link is “#test-popup” or the same ID as your box.
Then add a custom class to your button “pu-link”
this option is added at: Enfold Theme Options > Layout Builder > Show element options for developers
Then in your script you will need to add:jQuery('.pu-link a').addClass('open-popup-link');
like this:
function popup_inline() { ?> <script type="text/javascript"> jQuery(window).load(function(){ jQuery('.pu-link a').addClass('open-popup-link'); jQuery('.open-popup-link').magnificPopup({ type:'inline', midClick: true // Allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source in href. }); }); </script> <?php } add_action('wp_head', 'popup_inline');
Best regards,
MikeHey MCGWebmaster,
To remove the column only on the contact page, please try this code in the General Styling > Quick CSS field:#top.page-id-20 #text-2.widget { display: none !important; }
To keep your changes to the header after updating please use a child theme and add your header.php to the child theme folder.
Read about it & Get it hereBest regards,
MikeHi,
This is because when you add a class using the developers field, the class is added to the div and not the items inside.
So in this case your css would be like this:.tagline h1 { letter-spacing: 15px !important; }
Best regards,
MikeHi,
Sorry, I’m not sure I understand, if you want to set up a admin account for us, then please follow these steps:
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
MikeOctober 2, 2018 at 3:18 am in reply to: external link a product of the portfolioand open new window #1016829Hi,
Thank you for the information, but I’m still not sure why you are not using this option in the advanced layout builder:
Many of the pages above I looked at are empty, but if you had a button with the custom class “new-tab”
and added this code to the end of your functions.php file in Appearance > Editor:function new_tab_script(){ ?> <script> (function($){ $(document).ready(function(){ $('a.new-tab').click(function(){ window.open(this.href); return false; }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'new_tab_script');
then they would open in a new tab.
Best regards,
MikeHi,
Glad this is sorted out, 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,
Yes on these two pages there are no H1’swhere on these pages did you think there were H1’s ?
Sorry, but I don’t understand why this is a surprise or error, because both pages look to be created by the advanced layout builder, so you will need to manually create your H1’s.Your question above was about missing author tags, is this resolved now?
You will have errors on php files because they can’t be accessed directly because of this first line of code:<?php if ( ! defined('AVIA_FW')) exit('No direct script access allowed');
so they should be ignored in robots.txt
Best regards,
MikeHey jj_delaney,
I took a look at your page and found a mailchimp form at the bottom that was centered, but I didn’t find the class “td-mailchimp-special” anywhere on the page. The centered form has the class “td-newslettersignup”
Has this been resolved, or is there another form you need help with?Best regards,
MikeHey John,
I tested your link on my localhost, and after correcting the curly quotes and adding to a “Custom HTML” widget it worked fine in my sidebar, showing the link & opening in a new window.
Please try using the “Custom HTML” widget instead of the “text” widget.
If this doesn’t help, please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
Glad Jordan could help, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeOctober 1, 2018 at 1:28 am in reply to: [Request Help] Change the Enfold default WPML language switcher display style #1016371Hey zambalee,
From looking at your settings above and the settings in the example on WPML it looks like you will want to add the:<key name="display_names_in_current_lang">1</key> <key name="display_link_for_current_lang">1</key>
to display the current flag
I don’t have WPML installed on my localhost to test, but this looks right to me, please give it a try.Best regards,
MikeHi,
To add green checks & red X’s to your table, open a new post or page using the default editor and use the “shortcode wand” to create a icon shortcode with the size, color, and icon options you wish to use. Also ensure to add a custom class for the css later.
Here are the examples I used here:[av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='' color='green' av_uid='av-ulmt36' custom_class='green-check' admin_preview_bg=''][/av_font_icon] [av_font_icon icon='ue813' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='' color='red' av_uid='' custom_class='red-x' admin_preview_bg=''][/av_font_icon]
Then add the shortcodes to your tables:
Then if your custom classes are “green-check” & “red-x” you can use this css in your Quick CSS:.red-x,.green-check { display: inline-block !important; }
and your final results should be:
Best regards,
MikeHi,
I see this now going back to your site, but this is not how I left it, when I do a hard refresh, clearing my browser cache this lag doesn’t occur. Please see the video in the private content area.
So seeing that you are on WPengine, and my results after clearing my cache, I assume that this is a server caching issue.
Please try a hard refresh to see if you get the same results as my video.Best regards,
MikeHi,
Your page content has a max-width of 1010px, above that screen size your page margins grow to center the content.
Your main content max-width is 73% of your page.
Your sidebar with is set to “auto” so it takes up the extra space after 73%, but it looks larger as the screen gets larger because of the page margin after 1010px
At Enfold Theme Options > General Layout > Dimensions: please look at “Content + Sidebar width” you could set that to 100% and set the “Maximum Container width” to 1600px or to suit, to reduce the page margin and maximize your content width.Best regards,
MikeHey educatedathlete,
Please include a link to your site so we can see how your tagline is used and which demo you are using, if any.
Many of the demos do not display the tagline, so it would be helpful to see your site to assist.Best regards,
MikeSeptember 30, 2018 at 10:33 pm in reply to: How to I remove “enfold theme by kriesi” from copyright line – [nolink] not work #1016354Hey Tiaserre,
It was most likely a caching issue, glad that you solved this, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad Victoria could help, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHey joshuatolento,
Please try this code in the General Styling > Quick CSS field: or in the WordPress > Customize > Additional CSS:#top #wrap_all .av-social-link-linkedin a { color: #fff; background-color: #419cca !important; } #top #wrap_all .av-social-link-facebook a { color: #fff; background-color: #37589b !important; } #top #wrap_all .av-social-link-mail a { color: #fff; background-color: #9fae37 !important; }
We look forward to working with you :)
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHey enz_johan,
We can assist with the colors with some custom css. Please include a link to your page and describe what colors you would like.Best regards,
MikeHey Nicole,
Please try this code in the General Styling > Quick CSS field:#top.single .avia_textblock li { line-height: 1em !important; padding-bottom: 1em !important; }
Please to adjust to suit.
Best 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,
MikeHey Anouk,
In your advanced styling you have the “Main menu Left” choosing twice, once with #505050, and also with #ffffff
I removed the white one.
Please clear your browser cache and check.Best regards,
MikeHi,
I took a look at your bordered menu item and your css and found that it had a transition on line 60 in your child theme style.css:#header .avia-button, #header .av-menu-button > a .avia-menu-text { border-color: #ff7337 !important; color: #ff7337 !important; transition: .6s !important; font-family: montserrat !important; opacity: 1 !important; }
I changed the transition to zero. Please clear your browser cache and check.
Best regards,
MikeSeptember 30, 2018 at 7:00 pm in reply to: Menu disappeared, formatting/spacing not correct, slideshow stopped working #1016305Hi,
Did all of these stop working when you changed to SSL “https” ?
I tried uploading one of your images, and it now shows correctly in the media library. Your home slider is running right now, but it thinks it doesn’t have any images. If you re-added the images into the slider it would show.
I thought we could fix the urls in your media library and then all of your images would show, but as you have tried that and it didn’t work, perhaps re-uploading the images would be a solution?Best regards,
MikeHi,
Thanks for pointing out about the “a”
Ok so I removed the css in your Quick CSS:p, h1, h2, h3, h4, h5, h6 { font-family: 'didact gothic' !important; }
and now your page looks correct.
Please clear your browser cache and check.Best regards,
MikeHi,
You can create another element that will show on mobile, and hide this one on mobile.
For example, often a slider doesn’t look good on mobile so it’s possible to hide it and show a simple image instead, or show a different slider made just for mobile.
Please see this post: how to hide some elements in mobile versionBest regards,
MikeHi,
Vielen Dank für das Bild, ich verstehe es besser, weil Google Translate nicht 100% ist.
Von dem, was ich sehe, möchten Sie, dass die Produktbeschreibung unter den Produktbildern und Produktpreisoptionen volle Breite hat.
Ich kann dies mit etwas Javascript & CSS erstellen, siehe Screenshot im Bereich Privater Inhalt.function custom_product_page(){ ?> <script> jQuery(window).load(function(){ jQuery( '.template-shop' ).each(function() { jQuery( this ).find( '.woocommerce-tabs.wc-tabs-wrapper' ).insertAfter( jQuery(this).find('.single-product-summary') ); }); }); </script> <?php } add_action('wp_footer', 'custom_product_page');
.wp-video { height: -webkit-fill-available !important; } #top .mejs-container { height: -webkit-fill-available !important; max-height: 100% !important; }
Die Verwendung des erweiterten Layout-Builders zum Erstellen von Produktseiten ist begrenzt, aber ein Benutzer hat ein Plug-in erstellt, das Sie möglicherweise sehr hilfreich finden: Benutzerdefinierte Enfold Layout Builder Elemente fügt viele Woocommerce-Elemente hinzu.
— Translated with Google —
Thank you for the image, I understand it better because Google Translate is not 100%.
From what I see you would like the product description to be full width under the product images and product price options.
I can create this with some javascript & css, Please see the screenshot in Private Content area.function custom_product_page(){ ?> <script> jQuery(window).load(function(){ jQuery( '.template-shop' ).each(function() { jQuery( this ).find( '.woocommerce-tabs.wc-tabs-wrapper' ).insertAfter( jQuery(this).find('.single-product-summary') ); }); }); </script> <?php } add_action('wp_footer', 'custom_product_page');
.wp-video { height: -webkit-fill-available !important; } #top .mejs-container { height: -webkit-fill-available !important; max-height: 100% !important; }
Using the advanced layout builder to create product pages is limited, but one user has created a plugin that you may find very helpful: Custom Enfold Layout Builder Elements it adds many woocommerce elements.
Best regards,
Mike -
AuthorPosts