Forum Replies Created
-
AuthorPosts
-
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
I found the issue was happening on mobile and tablets, and I couldn’t adjust it enough to solve.
So I tried a new solution, I removed your shop banner and uploaded a cropped version for mobile, then added this css:@media only screen and (min-width: 1440px) { div.av-section-color-overlay-wrap { background-image: url(https://site.de/wp-content/uploads/2017/12/shop-header-alleweine.jpg); background-repeat: no-repeat; background-size: contain !important; background-position: 50% 2%; } .avia-section-large .content { padding-top: 40px!important; padding-bottom: 80px!important; } } @media only screen and (min-width: 1024px) and (max-width: 1439px) { div.av-section-color-overlay-wrap { background-image: url(https://site.de/wp-content/uploads/2017/12/shop-header-alleweine.jpg); background-repeat: no-repeat; background-size: contain !important; background-position: 50% 2%; } .avia-section-large .content { padding-top: 20px!important; padding-bottom: 80px!important; margin-top: -20px !important; } } @media only screen and (min-width: 768px) and (max-width: 1023px) { div.av-section-color-overlay-wrap { background-image: url(https://site.de/wp-content/uploads/2017/12/shop-header-alleweine.jpg); background-repeat: no-repeat; background-size: contain !important; background-position: 50% 30%; } .avia-section-large .content { padding-top: 20px!important; padding-bottom: 80px!important; } } @media only screen and (max-width: 767px) { div.av-section-color-overlay-wrap { background-image: url(https://site.de/wp-content/uploads/2018/01/shop-header-655-300x65.jpg); background-repeat: no-repeat; background-size: contain !important; background-position: 50% 1%; } .avia-section-large .content { padding-top: 0px!important; padding-bottom: 0px!important; } }
It seems to work for mobile, tablet, laptop & desktop
please see screenshots in Private Content area.
Please clear your browser cache and check, if you don’t like it we can go back.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#top .woocommerce-Tabs-panel--description span,#top .woocommerce-Tabs-panel--description strong { font-size: 30px!important; line-height: 1.6em!important; }
Adjust to suit.
Best regards,
MikeJanuary 6, 2018 at 7:56 pm in reply to: Change behavior of sharing buttons on mobile to be like desktop? #894184Hi,
That is the tooltip for the button, which doesn’t have a click action. On a desktop it is the on-hover action, on mobile it shows on the button click but after the new window opens in the foreground. Essentially the tooltip does nothing.
So I understand that on iPhone X, clicking the share button is not opening a new window to share, but double tapping will open the new window?
Does the iPhone X typically block popups? Is there a popup blocker setting?
Try this code in the General Styling > Quick CSS field:.av-share-box .avia-related-tooltip { display: none !important; }
Best regards,
MikeHi,
@DesignIt, Please open a new ticket with more detail about your issue so we can assist.Best regards,
MikeHi,
I have tested the page with and without the plugin and see the issue, but the page gives no errors in the console so it’s hard to tell why there is a conflict.
I am afraid you’ll need to contact the plugin author for more info about the issue. Making third-party plugins compatible with the theme is unfortunately beyond the support scope we offer. Sorry for that!Best regards,
MikeHey denisj77,
I’m not sure I understand, do you mean have a image background span the whole page and behind the sidebar, or have a background color? Can you include a screenshot of what you would like to see?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
I have viewed you site and it seems that it is already built, so I hesitate investigating the 2017 Demo import issue as I wouldn’t want to overwrite your current site and lose any settings or design.
Are you planing to start over?
I would also recommend disabling your plugins and clearing your cache plugin before importing the demo.Best regards,
MikeJanuary 6, 2018 at 6:29 pm in reply to: Change behavior of sharing buttons on mobile to be like desktop? #894161Hey goldengate415,
I have tried to recreate this issue on a Windows desktop & Android mobile at Social Share Button Element but they both behave the same. Does this element behave the same for you? What devices are you using?Best regards,
MikeHey bcorraini,
I tried to login but I get the error: Cela a été désactivé
The page did load so I’m not sure which error you referring to because your screenshot is not linking correctly.
I do see in the console you have Mixed Content not served over HTTPS on the page and that you have icon shortcode in the page title:<title>[av_font_icon icon='ue80b' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color='' custom_class='' admin_preview_bg=''][/av_font_icon]Espace Patients – Cardiauvergne</title>
Please check the login and include a screenshot of your error.
Best regards,
MikeHi,
I haven’t tried this myself, but I found some resources on the subject that may help point out where your error is.
Adding a custom element to the Enfold Avia Builder
Add a new avia layout builder element
Add Custom Element in Enfold Avia Layout Builder
Add new or replace Advanced Layout Builder elements from Child Theme
Here is a active member of the forum that has built a impressive set of elements, Kahil:
Custom Enfold Layout ElementsBest regards,
MikeHi,
I found that your function had “//” in front of the first part of it, making it not work. I removed it and your widget is now working. Please check.Best regards,
MikeJanuary 6, 2018 at 6:02 am in reply to: Blog Post Content Element – How to change the H1 tag to upper/lower case #893955Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeJanuary 6, 2018 at 6:00 am in reply to: Insert shortcode ( Instagram Feed ) between footer and socket. #893954Hi,
Open your footer.php and go to line 70, which will look like this:<!-- ####### END FOOTER CONTAINER ####### --> </div>
Then add your shortcode, I suggest also adding a div so you can style it better. Your footer should now look like this:
<!-- ####### END FOOTER CONTAINER ####### --> </div> <div class="instacode"> instagram feed shortcode </div>
You can then add some css to your stylesheet to center it, add background-color, etc.Best regards,
MikeHey Sal,
Use a Full Width Button element and add this to Quick CSS to hide the button background so the grid cell background is visible though the button:.flex_cell_inner .avia-button.avia-button-fullwidth { background: transparent !important; } .avia-button-wrap.avia-button-center a{ height: 400px; }
Adjust the height to match your element.
To be sure not to have a conflict with other buttons, you may wish to enable the builder custom classes.
To do this try adding this code to the end of your functions.php file in Appearance > Editor:add_theme_support('avia_template_builder_custom_css');
this will allow you to add a custom class to your buttons.
then add this class to your css, for example the screenshot shows “bigbutton” as the class:.flex_cell_inner .bigbutton .avia-button.avia-button-fullwidth { background: transparent !important; } .avia-button-wrap.avia-button-center.bigbutton a{ height: 400px; }
Best regards,
MikeHey Charlotte,
You can add any code into the head at Enfold Theme Options > Google Services > Google Analytics Tracking Code, but Enfold offers a method to add Google fonts that will let you use those fonts built-in to the layout builder.
Please read thisBest regards,
MikeHey John,
On the contact form for the first link, the Diagonal section border was overlapping the send button. It was transparent so you couldn’t see it. I added this code in the General Styling > Quick CSS field:#top.home div.entry-content-wrapper {margin-bottom: 100px;}
On the second link I installed WP Mail Logging and found the form tried to send a mail but got the error: “Could not instantiate mail function” which means the server is not properly configured for sending PHP emails. WP Mail Logging plugin suggests installing WP Mail SMTP to solve this issue. Please try.
Best regards,
MikeHi,
There is not a built-in element for this, but there are many plugins such as Instagram Feed for WordPress that you could try.Best regards,
MikeJanuary 6, 2018 at 4:16 am in reply to: Demo import probelm font-manager.class.php on line 488 #893945Hi,
Good to hear you have the shortcode sorted out. Do want to try the Gym demo all-in-one-wp-migration?Best regards,
MikeJanuary 6, 2018 at 2:05 am in reply to: Demo import probelm font-manager.class.php on line 488 #893930Hi,
Are you using the shortcode in the avia layout builder? Please try the standard editor and the shortcode in the text tab. (not the visual tab)Best regards,
MikeSir,
I see your are using xampp and are getting error messages about layerslider, but I have seen the “failed to open stream” error be a result of other issues, such as a failed install. Since you are on a localhost would you please post a Duplicator copy of your site to dropbox with the login & password so I can investigate further?How LayerSlider Updates work in Enfold
Best regards,
MikeHi,
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,
MikeHi,
I have asked the rest of the team to take a look, thanks for your patience.Best regards,
MikeJanuary 6, 2018 at 1:28 am in reply to: Produkt nicht sichtbar in ausgeklapptem Warenkorb – wo kann ich es umstellen? #893919Hi,
Thank you, I tried to add a item to the cart to see the issue, but didn’t see the cart at all?
Has something changed, or did I misunderstand the question?
please see screenshot in Private Content areaBest regards,
MikeHi,
I don’t see a quick solution to this without editing the theme, would you like me to investigate further? Are you using a child theme to save the changes?Best regards,
Mike -
AuthorPosts