Forum Replies Created
-
AuthorPosts
-
Hey bakbek,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #top.page-id-8 .avia_textblock .woocommerce { display: flex; flex-direction: column-reverse; } }
Hope it helps :)
Best regards,
NikkoHey bakbek,
I’m getting this style in mobile version:
@media only screen and (max-width: 479px) { #top.page-id-18395 div#av-masonry-2 { left:5% !important } }
Please remove this code and that should center it.
Best regards,
NikkoHi bakbek,
Glad that Basilis helped you.
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi siteitltd,
You will know this by comparing the content of the files with the same name and file extension except for style.css and functions.php as it just inherits styles and functions from the parent theme instead of overriding it. The files that are commonly changed/overriden are header.php and shortcode files.
Hope this information helps.Best regards,
NikkoHi Picante,
Can you try changing border to border-color, so the code should look like this:
#top div .av-dark-form input[type="text"] { border-color: #b2b5b8 !important; }
Hope it helps :)
Best regards,
NikkoHi J. B.,
I tested the code on my End using a child theme and Enfold 4.3.2 and it works fine.
Can you create a new thread and give us admin access so we can check it.
Just post the details in private content so it’s only visible to the thread creator and the moderators.Best regards,
NikkoHi Marta,
Glad to hear that it’s resolved. :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoMay 22, 2018 at 7:54 am in reply to: Iconfont Manager Error "Couldn’t add the font because the server didn’t respond" #960166Hi satyenb,
Please try to create a new thread and post the temporary admin details so we can check it further and try to fix it. Just post it in private content so it is visible only to the thread creator and the moderators. Also you can put the link to this thread on the newly created thread so we can use as reference.
Best regards,
NikkoHi specialosis,
Thanks for giving us the link of both the thread and the page.
He/she did it by using an accordion for Bio (and adjusted the style) then Team Member on the Image and content below.
Hope this information helps.Best regards,
NikkoMay 22, 2018 at 4:43 am in reply to: Enfold 4.3.2 breaks the audio player styling in Series Engine plugin #960116Hi Riaam,
Thanks for giving us admin access, however each time I save this error always shows up:
Saving didn't work! Please reload the page and try again
I’m trying to add this css code in Quick CSS (located in Enfold > General Styling) which should fix the layout issue:
#seriesengine .enmseaplayer { width: 100% !important; }
Also I noticed that you have this error in the js console:
Uncaught ReferenceError: jQuery is not defined at seriesenginefrontend.js:1
which is because seriesenginefrontend.js is dependent on jquery but the latter is loaded after the plugin’s js.
I think unchecking load jquery on footer should fix the issue.Best regards,
NikkoHi brand_zero,
Thanks for giving us the link, upon checking your site I noticed that the spaces where changed to:
can you try to manually delete those spaces and type them again, it’s preferable to use Text instead of Visual in the Editor.
And that should fix the issue.Best regards,
NikkoHi carstenstrandvad,
Can you try replacing this code I gave:
.home #after_full_slider_1 .flex_column.av_one_half.first .av-special-heading { margin-left: 28% !important; margin-top: 80px !important; text-align: right; }
with this:
.home #after_full_slider_1 .flex_column.av_one_half.first .av-special-heading { margin-left: 14% !important; margin-top: 80px !important; text-align: right; }
then add this css code also:
.home #after_full_slider_1 .flex_column.av_one_half.avia-builder-el-last .avia-image-container { margin-left: -14%; } @media only screen and (max-width:1024px) { .home #after_full_slider_1 .flex_column.av_one_half.first .av-special-heading h1 { font-size: 47px !important; } } @media only screen and (max-width:959px) { .home #after_full_slider_1 .flex_column.av_one_half.first .av-special-heading { margin-left: 0 !important; margin-top: 30px !important; width: 125%; } .home #after_full_slider_1 .flex_column.av_one_half.first .av-special-heading h1 { font-size: 42px !important; } .home #after_full_slider_1 .flex_column.av_one_half.avia-builder-el-last .avia-image-container { margin-left: 0; } } @media only screen and (max-width:767px) { .home #after_full_slider_1 .flex_column.av_one_half.first .av-special-heading { width: 100%; } }
Let us know if this helps. :)
Best regards,
NikkoHi plilja,
Glad that we could help :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi draadeind,
Glad to hear that. :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day :)Best regards,
NikkoMay 18, 2018 at 9:12 am in reply to: Enfold upgrade to 4.3.1 caused ALS, MT and Pdf display issues. Workaround found. #958486Hi Susan,
Glad that we could help and thanks for your kind words, we greatly appreciate it :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi ebroarl,
Glad that we could help :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi profumopuntoit,
Can you give us a link to your site? so we can have a closer look.
Best regards,
NikkoHi Samuel,
Thanks for creating a new thread and providing us the username and password.
Can we also ask for the login link? so we can check further.Best regards,
NikkoHi Alexia,
Glad that Mike helped you. :)
Let us know if you need further assistance or if we can close this thread.Best regards,
NikkoHey studioinktvis,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#after_masonry { border: 0 !important; }
Hope it helps :)
Best regards,
NikkoHi mftonto2and3,
Thanks for providing the access, however it doesn’t work when I tried it.
As for the dark grey background, this is caused by this css code in your child theme’s style.css:top #header_main_alternate { background-color: #3b3b3b; }
you can use the same code and add to Quick CSS (located in Enfold > General Styling) then just change the background color.
Hope this helps :)Best regards,
NikkoHi jeroenvandessel,
Thanks for giving us admin access.
I have added “Facebook” on your mobile menu.
Let us know if you need further assistance :)Best regards,
NikkoHi dondela,
Glad that we could help :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi dondela,
Thanks for pointing it out, to make whole popup cart bigger, add this css code in Quick CSS (located in Enfold > General Styling):
#top .cart_dropdown .dropdown_widget { width: 350px; }
for the button color, you can use this css code:
#top .cart_dropdown .dropdown_widget p.woocommerce-mini-cart__buttons { background-color: #009933; }
Just change the width and background color values.
Hope this helps.Best regards,
NikkoHi rodpascoe,
We have already reported it and the changelog is now updated:
For updating your site, we suggest to update it on a stage site first and test before updating your live site, this way you can update your live site with lesser risk :)
Best regards,
Nikko-
This reply was modified 7 years, 2 months ago by
Nikko.
May 17, 2018 at 5:58 pm in reply to: the borders are missing on the quantity in a product page #958287Hi bakbek,
Try adding this css code:
#top div .quantity input.qty { margin-top: -1px; }
Best regards,
NikkoHey idleog,
Thanks for giving us the link.
I have checked it and could see the issue on my end, however I’m not sure what causing the issue.
Can you try to disable all plugins and check if the issue still persists, if it doesn’t enable the plugins one by one and check to know which is causing the issue.
If it still persists, 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,
NikkoMay 17, 2018 at 5:50 pm in reply to: problem: advanced styling option to style the active main menu item #958282Hey stefano_ts,
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 barbarawsimon,
Thanks for pointing it out, we’ll be reporting this to Kriesi.
For the meantime, you can also check it here: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990#item-description__changelogBest regards,
NikkoHey decode,
Yes, we’ll help. I just want to clarify if it works fine if you’re using other browsers such as chrome or firefox? is it on mac?
Also the link you gave just redirects to the homepage but doesn’t log you in, please check.Best regards,
Nikko -
This reply was modified 7 years, 2 months ago by
-
AuthorPosts