Forum Replies Created
-
AuthorPosts
-
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.av-magazine-time { display:none; } .av-magazine-content-wrap a { line-height:50px; }
Best regards,
VinayHi,
The background image was not wide enough to cover the width. I have added the below code to Quick CS
#footer { background-size: cover; }
Best regards,
VinayHey a-l-p,
Thank you for the kind words.
Are you saying an add to cart button should display on the events page instead of the social icons and other metadata?
For testing purpose can you try disabling the JS merging from Enfold > Performance tab?
Lastly, did you try clearing the cache in the plugin settings if you are using a caching plugin?Best regards,
VinayHi,
It is already always visible on any page that you visit.
Best regards,
VinayHi,
FTP overwrite sometimes depending on the settings may not properly replace the files. Delete and replace will ensure that all files are properly uploaded and replaced.
Glad it’s sorted for you now.
Enjoy the new features :)
If you have any issue please feel free to get back to us via new ticket.
Best regards,
VinayHi,
Glad it’s sorted for you :)
Thank you for using enfold.
Best regards,
VinayHi,
As I understand you like the tab section
To look like the Fullwidth submenu items correct?
I don’t see a lot of difference in the way the menu items look.
Your description is not accurate please upload a screenshot/mockup to imgur.com of the end result you want and share the link here so we can help you better :)
Best regards,
VinayHi,
Glad you got it sorted.
Thank you for using Enfold.
Best regards,
VinayHey GiantTitan,
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,
VinayHi,
Glad you found a workaround, I’m sorry we couldn’t be of much help, but I hope you understand that we can only help better if we are able to inspect the element in question.
Please feel free to get in touch with us again if you have any issues.Best regards,
VinayHey navindesigns,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .av-menu-button-colored > a .avia-menu-text:after { display:none }
Best regards,
VinayHi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHey seykom,
To change the color go to Enfold > Main Menu > Burger/Mobile Menu styling > Menu Icon Color
Best regards,
VinayHey bauchope,
I checked a few pages in the preview mode and it worked fine for me please let us know how to reproduce this issue? What browser are you facing the issue on ?
Best regards,
VinayHey StartSmallDigital,
Go to performance options in the theme options
Disable JS merging
Clear the browser
Clear cache in plugin options if you are using a caching pluginOnce the cache is cleared you can enable all options back.
This should fix the issue for you :)
Best regards,
VinayHi,
Glad you found a workaround, let us know if you need further help on this.
Best regards,
VinayHey Innovie,
I’m unable to reproduce this issue please let us know how to reproduce this and which browser you are using?
Or point out the issue on our demo here https://kriesi.at/themes/enfold-overview/
Best regards,
VinayApril 27, 2018 at 11:08 am in reply to: How Do I: Add an image as a border to the socket footer? #947827Hi,
You can instead try adding the background to #socket as a pseudo-element.
#footer { padding-bottom:140px; } #socket:before { content:''; position: absolute; height:140px; top:-140px; left: 0; right: 0; background: url(https://wildtreeadventures.com/wp-content/uploads/2018/04/socket-trees.png) repeat-x 0 100%; }
Best regards,
VinayHi,
Glad it’s resolved for you :)
Thank you for using Enfold.
Best regards,
VinayHi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHi,
I have posted the screenshot of the slider and the footer in my earlier message are you not able to see it on your end?
If not please upload a screenshot/mockup of the issue to imgur.com and share the link here so we can help you better :)
Best regards,
VinayHey andreaventu,
There is a JS error in the console. A plugin conflict may be one of the reasons for this issue.
To find which plugin is causing the conflict please follow these steps:1. Go to your plugins page > Deactivate all active Plugins
2. Update WordPress and Enfold to the latest version if you have not.
3. Make sure all the plugins are updated.
4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.We await the results of your plugin compatibility test.
Thanks for your cooperation :)
Best regards,
VinayHi,
The menu underline on hover can be removed using the below CSS
/*------------------------*/ /* Remove underline /*------------------------*/ #avia-menu .current_page_item > a > .avia-menu-fx, #avia-menu .menu-item:hover > a > .avia-menu-fx { opacity: 0; visibility: hidden; }
Best regards,
VinayHi,
Glad it’s sorted for you :)
Thank you for using Enfold.
Best regards,
VinayHey Guenter,
Thank you for pointing this out we have informed the developer team about this.
Best regards,
VinayHey epsilon006,
Please clear the cache if you are using a caching plugin. We are unable to view your site please review and get back to us when we can inspect the site so we can help you better.
Best regards,
VinayHi,
The height of the logo is adjusted proportionately to the width.
I see the logo is much bigger in the mobile version now. You may not see the changes until the cached files are cleared in your browser.
Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “ Empty Cache and Hard Reload” and review the site again.
Also, if a caching plugin is installed please check the plugin settings and empty the cache.
Best regards,
VinayHi,
Please add the below code to your functions.php file which can be accessed from Appearance > Editor
add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Quicksand'] = 'Quicksand'; return $fonts; }
Please specify what you are not able to edit in the special heading?
Best regards,
VinayHi,
Unfortunately, there is nothing we can do about the theme settings that are lost unless you have a backup.
To avoid losing the modifications in the future we recommend using a child theme and backup the theme settings from the import/export tab.Best regards,
Vinay -
AuthorPosts