Forum Replies Created
-
AuthorPosts
-
Hi,
Where can I see the jetpack error? also for Mailchimp Subscribe are you referring to Enfold Mailchimp Newsletter Signup?
Best regards,
NikkoHi,
You’re welcome, glad we could help. Thanks for using Enfold :)
Best regards,
NikkoHey lech07,
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,
NikkoJanuary 25, 2018 at 12:52 am in reply to: Portfolio item page "next item"/"previous item" links… #902449Hi,
Yes, you can add the php filter code above in your child theme’s function.php. :)
Best regards,
NikkoHi,
Glad to hear that. I have checked on your site especially the large imac but I couldn’t see the caption: https://imgur.com/a/Ojo1m
Best regards,
NikkoHi,
Glad that it’s fixed. Thanks for using Enfold :)
Best regards,
NikkoHi,
Glad to hear that it’s fixed and thanks for sharing how it was fixed on your end. Thanks for using Enfold :)
Best regards,
NikkoJanuary 24, 2018 at 11:05 pm in reply to: Using the regular easy slider could you add text onto it? #902404Hi,
Yes, you can add something like this:
@media only screen and (max-width:767px) { .page-id-1753 #av_section_1 .avia-slideshow .avia-caption .avia-caption-title { font-size: 20px; } }If it’s the homepage you can just change .page-id-1753 with .home :)
Best regards,
NikkoHey sergiogarza182,
Can you give us ftp access? so we can try to check and debug.
Best regards,
NikkoHi Stuart,
Glad we could help. Thanks for using Enfold :)
Best regards,
NikkoHi,
Yes, just add this css code:
.woocommerce .product-sorting { display: none; }Best regards,
NikkoHi,
Glad to hear that. Thanks for using Enfold :)
Best regards,
NikkoHi,
Glad we could help and thanks for using Enfold :)
Best regards,
NikkoHey sensufaktur,
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,
NikkoHey allen,
Try adding a Custom Css Class on Text Block, and add: text-with-bg and in Quick CSS (located in ENfold > General Styling):
#top .avia_textblock.text-with-bg { background: url('image_link') center center no-repeat; }replace image_link with the right image url. Hope this helps :)
Best regards,
NikkoHi,
Glad to hear that it’s fixed. Thanks for using Enfold :)
Best regards,
NikkoHi,
Yes, try replacing this css code I gave on my last reply:
#footer { padding: 15px 0 20px; }to:
#footer { padding: 0 0 5px; }Hope this helps.
Best regards,
NikkoHey gugler,
Thanks for informing us. This will be fixed on the next patch which will be released soon :)
Best regards,
NikkoHey Glenn-O,
You can keep it temporarily, as soon as it is successfully transferred, you can remove the Enfold theme from the original domain :)
Best regards,
NikkoHey Vinicio,
Can you give us a link to your site? so we can try to give you css code that might help.
Best regards,
NikkoHey curmi01,
I tried checking your page, however I only see white on the page and nothing else.
Best regards,
NikkoHey pddcoms,
Can you give us a link to the page in the screenshot? so we can check and give you a css code that should help.
Best regards,
NikkoJanuary 24, 2018 at 9:14 pm in reply to: Using the regular easy slider could you add text onto it? #902317Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.page-id-1753 #av_section_1 .avia-slideshow .avia-caption .avia-caption-title { background: transparent !important; }Hope this helps :)
Best regards,
NikkoHi,
Try to change the code I gave:
.home #after_section_1 .content.av-content-full, .home #after_section_3 .content.av-content-full, .home #after_section_4 .content.av-content-full, .home #after_submenu .content.av-content-full { padding: 0 !important; }Hope this helps :)
Best regards,
NikkoHey Stuart Webb,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #top .av-minimum-height-75 .container { height: 50vh; } }Hope this helps.
Best regards,
NikkoHi,
The text tab isn’t available on the Image module, you can instead use Text Block, click on Add Media button then select an image then on the right side of the popup box, there’s a Caption field, just add the text there and it should work :)
Best regards,
NikkoHi,
I tried to check your site again, however it’s under maintenance and the login access doesn’t seem to work anymore. Can you give us access to the page again? so we can try to give you the css code that should help.
Best regards,
NikkoJanuary 24, 2018 at 8:43 pm in reply to: Setting tooltip size on mobile devices for hotspot images #902303Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .avia-tooltip.avia-tt.av-tt-xlarge-width { left: 0 !important; width: 100% !important; font-size: 20px; }Hope this would help.
Best regards,
NikkoHi,
Thanks for providing the login, I have checked your site and there’s a duplicate font in Enfold > Import/Export > Iconfont Manager, I removed it and it’s fixed :)
Best regards,
NikkoHi,
Yes, try to replace this code I gave:
#top #footer .widget .et_social_icons_container li { float: none; clear: none !important; display: inline-block; }with this one:
#top #footer .widget .et_social_icons_container li { float: none; clear: none !important; display: inline-block; margin-bottom: 0 !important; } #footer { padding: 15px 0 20px; }Hope this helps :)
Best regards,
Nikko -
AuthorPosts
