Forum Replies Created
-
AuthorPosts
-
Hi,
Glad to hear that. Thanks for using Enfold :)
Best regards,
NikkoHi,
Glad that you found a workaround. Thanks for using Enfold.
Best regards,
NikkoHi,
Can you show a screenshot or mockup where the vertical separator should be placed?
Best regards,
NikkoJanuary 30, 2018 at 12:03 pm in reply to: Removing white space between sidebar and main container #904770Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.main_color.container_wrap_first.container_wrap.sidebar_right { background-color: #fefefe; }Hope this helps :)
Best regards,
NikkoHi,
Glad that Ismael helped you. Thanks for using Enfold :)
Best regards,
NikkoHey Lara,
Unfortunately such feature is not available. We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
NikkoHey David,
Try using the Save Template feature of Enfold, you can see this on the screenshot in private content. Just save one template, then apply to other pages/portfolio and modify the content. Hope this helps :)
Best regards,
NikkoHey d2mediahub,
You can set the links in Enfold > Social Profiles, then go to the contact page, add the Social Share Buttons, edit it then find Social Buttons and set to Use a Custom Set and check the specific social links you want to show. Hope this helps :)
Best regards,
NikkoHey Daniel,
Yes, 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 Kreutzfeld,
As for the text, try adding this css code in Quick CSS (located in Enfold > General Styling):
.comment_container span.minitext { display: none; }As for the website field, try checking this post: https://www.cloudways.com/blog/how-to-remove-url-field-from-wordpress-comment-form/ :)
Best regards,
NikkoHi KimberlyM,
I tried to login using the login details you gave, however it doesn’t work, please check.
Best regards,
NikkoJanuary 30, 2018 at 11:15 am in reply to: How to make the shop button bigger and with color? #904722Hi,
Try adding !important, the code should look like this:
#top .avia_cart_buttons .add_to_cart_button { background-color: blue; color: white !important; }Best regards,
NikkoHi,
Sure, I’ll be closing this thread. Maybe this might help, try to remove some of chrome extensions, it might be causing the issue :)
Best regards,
NikkoHi,
Glad we could help and thanks for your kind words, we appreciate it a lot :) Have a nice day!
Best regards,
NikkoHi,
Can you try to flush out the cache in autoptimize plugin or disable its css minification? then check again.
Best regards,
NikkoHi,
I checked those pages mentioned and it worked on my end, however I do see large margins in the footer, you can reduce this by replacing the code I gave with this:
@media only screen and (max-width:767px) { .responsive #top #wrap_all #header { position: fixed !important; } #footer .flex_column.av_one_fourth { margin-bottom: 0 !important; } #footer .flex_column.av_one_fourth .widget { margin: 0 0 16px; } }Hope this helps :)
Best regards,
NikkoHi,
The reason why we told you to switch to a default wordpress theme is just to identify if the issue is caused by Enfold or the plugin. Try to check this post it might help: https://kb.yoast.com/kb/warning-focus-keyword-not-in-first-paragraph/ :)
Best regards,
NikkoJanuary 30, 2018 at 10:48 am in reply to: How to make the shop button bigger and with color? #904700Hi,
Just replace the code I gave with this:
#top .avia_cart_buttons .add_to_cart_button { background-color: blue; color: white; }Best regards,
NikkoHi,
I have checked your site, and it’s returning a 404 page (screenshot in private content).
Best regards,
NikkoHi,
I would suggest adding some class name to the Custom Css Class field in the section you want to implement the code above, for example add my_section, then on Quick CSS add:
.my_table .flex_column.av_one_fourth { background-size: cover !important; background-position: top center !important; }Best regards,
NikkoHi,
Glad we could help. :)
Best regards,
NikkoHi,
Can you try adding this css code in your Quick CSS (located in Enfold > General Styling):
#header .logo a { margin-top: 0; }Hope this helps.
Best regards,
NikkoJanuary 30, 2018 at 12:57 am in reply to: Change the Post Slider's default arrow icon to custom image #904550Hi,
Can you try to clear the browser cache? the code I gave didn’t reflect on the site and should appear in this css file (link in private content).
Best regards,
NikkoHi,
The instruction I gave on my previous reply should fixed the mobile phone issue having the pagination look like:
1234
5678
910
the problem was only 50% of the screenwidth is set to that pagination.Best regards,
NikkoHi,
Thanks for providing the temporary admin access, I have found out this css have caused the issue on tablets:
.header_bg { background: rgba(255, 255, 255, 0.0) !important; }I have commented it out, let us know if you need further assistance.
Best regards,
NikkoHi,
Glad to hear that it’s fixed. Thanks for using Enfold :)
Best regards,
NikkoHi carosch,
Sorry for the late response and glad that you figured it out. Thanks for using Enfold :)
Best regards,
NikkoHi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top #avia-menu .av-burger-menu-main.menu-item-avia-special { -webkit-animation: show-burger 5s; -moz-animation: show-burger 5s; -o-animation: show-burger 5s; animation: show-burger 5s; opacity: 0; } @keyframes show-burger { 0% { opacity: 0; } 25% { opacity: 0; } 50% { opacity: 0.5; } 100% { opacity: 1; } } @-webkit-keyframes show-burger { 0% { opacity: 0; } 25% { opacity: 0; } 50% { opacity: 0.5; } 100% { opacity: 1; } } @-moz-keyframes show-burger { 0% { opacity: 0; } 25% { opacity: 0; } 50% { opacity: 0.5; } 100% { opacity: 1; } } @-o-keyframes show-burger { 0% { opacity: 0; } 25% { opacity: 0; } 50% { opacity: 0.5; } 100% { opacity: 1; } } @keyframes show-burger { 0% { opacity: 0; } 25% { opacity: 0; } 50% { opacity: 0.5; } 100% { opacity: 1; } }Hope this helps. Just adjust the seconds :)
Best regards,
NikkoHey DharmavajraDesign,
Can you elaborate more on the issue? and post a link to the other thread you mentioned?
Best regards,
NikkoHey info224,
This is outside the scope of our support, however since we it can be fixed with some css codes, we will help with it :)
Try adding this css code in Quick CSS (located in Enfold > General Styling):@media only screen and (max-width:767px) { #top .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item { display: block; margin-left: 10px; } }Hope this helps :)
Best regards,
Nikko -
AuthorPosts
