Forum Replies Created
-
AuthorPosts
-
Hi,
Please remove the changes you have added and try the steps mentioned in our documentation for logo center split menu.
Best regards,
VinayHey 2018-HOTA-01,
As I understand you are unable to fetch the location correct?
Please check the Google map documentation for a workaround.
If you still have an issue please post a link to your site.
Best regards,
VinayHi,
Glad you found a workaround.
Don’t forget to bookmark Enfold Documentation for future reference.
Thank you for using Enfold :)
Best regards,
VinayHey swotmarketing,
1. For the below code to work please use the header settings
Enfold > Header > Header Layout > Menu and Logo Position > Logo left, Menu right2. Disable script merging and clear the cache.
3. Add the CSS code in the below link to your child theme.
4. Create a header widget area.
5. Add an image/text widget to the newly created header widget area.https://pastebin.com/raw/sWjYqa4g
Change the value of justify-content to flex-start for “Header inner container”
/* Header inner container */ #top #header #header_main .container.av-logo-container .inner-container { justify-content: flex-start; padding: 10px; }
Best regards,
VinayHey kjwaggz,
Thank you for contacting us. To add widgets on either side of the logo please follow the below steps:
1. Create a Header widget area and add 2 text widgets here.
2. For testing, purpose add placeholder text “right widget area” and “left widget area” to both the text widgets.
3. Copy the code in this link to your child theme stylesThis should work on your website :)
Best regards,
Vinay-
This reply was modified 6 years, 11 months ago by
Vinay.
Hi,
Sorry for the late response, I have updated the code to the below
/* Burger menu hover color possible only for desktop*/ .av-hamburger:hover .av-hamburger-inner, .av-hamburger:hover .av-hamburger-inner:before, .av-hamburger:hover .av-hamburger-inner:after { animation: color-fade .35s forwards; } @keyframes color-fade { 0% { } 100% { background: red; } }
Please review your site and let us know if the menu color on hover looks ok now :)
Best regards,
VinayHey Alan,
Thank you for contacting us. We have put together all the information you require to customize the accordion element in our documentation. Please give it a try https://kriesi.at/documentation/enfold
Don’t forget to bookmark Enfold Documentation for future reference :)
Best regards,
VinayHey JasperDriessen,
The link you provided does not work. Would you mind providing a precise link to the page, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
VinayHey Evoland,
Thank you for reaching out to us. I checked your site and the homepage was blank when I tried to select the homepage and save it, I’m getting an error. Please make sure you have the correct write permission.
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,
I did log into your site and check but couldn’t find the issue as per your screenshot. I’m checking on the latest chrome browser.
Please elaborate on how to reproduce the issue you are trying to fix.Best regards,
VinayHi,
1. The hover properties are assigned to a tap action in mobile browsers since hover feature is not recognized. To change the background color back to black you have to click outside the icon area. This is a browser limitation and there is not much we can do about it. As an alternate solution, you can enable background hover change only for desktops using media query.
2. No, it is not necessary to add comments at the end of CSS code.
Best regards,
VinayJuly 16, 2018 at 12:12 am in reply to: Adding Resource Pages to Single Page Sites – Menu Workaround #985790Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.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
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
VinayHi,
If the plugin notification is displayed even after installing the new theme. It is usually because a new version of the plugin was released after we released a new theme update.
I have not tested the below method but please feel free to give it a try on your staging site first for testing purpose and implement it on your live site.
Best regards,
VinayHey Mike,
Thank you for reaching out to us. Layer Slider is a bundled plugin and it will be automatically updated with the theme. For more information please check the Layer Slider documentation.
Best regards,
VinayHey bojsenit,
Sorry to hear that your website is compromised. Most websites are set up with less or no security at all. Such websites are an easy target for hackers and bots to gain access and take advantage. Some of the security steps you should immediately consider are:
1. Scan your site with a good WordPress security and antivirus plugin or ask your hosting company to check for any infected scripts that may be the reason for this issue.
2. Install a Firewall on your site.
3. Secure your WordPress login page by masking the default wp-admin link using a security plugin.
4. Disable directory browsing.
5. Disable access to WordPress backend from an unknown IP address.If none of the above help you please go ahead and re-install the theme and plugins files and secure your website. For more information please check the FTP install guide.
For more helpful tips please check this link also google the term “WordPress better security”.
Always backup your website and perform the changes :)
Best regards,
VinayHi Vincent Milland!
Thank you for writing to us. Would you mind sharing your website link and previous work data? so I can forward your request to the concerned person.
Regards,
VinayHey FmFBC,
Thank you for contacting us.
Please refer to the menu section of our documentation.
Let us know if you have any issue.
Best regards,
VinayJuly 15, 2018 at 2:09 am in reply to: Adding Resource Pages to Single Page Sites – Menu Workaround #985536Hi,
To activate Zen Menu
1. Go to Settings > Zen Menu > Select “avia” as the menu location.
2. open the page/post where you want the main menu to be a different one.
3. Click screen option on top right and select Zen menu
4. Lastly, Scroll to the bottom of the page and select the menu you like to display here.
Best regards,
VinayHi,
You are most welcome :)
We will keep this ticket open in case you need any assistance please feel free to reach out to us.
Best regards,
VinayHi,
Thank you for writing back to us.
1. Please try the below code to make the hover work as intended.
.av-hamburger:hover .av-hamburger-inner, .av-hamburger:hover .av-hamburger-inner:before, .av-hamburger:hover .av-hamburger-inner:after { background: red !important; } .av-hamburger:hover .av-hamburger-inner { transition:background .05s ease .05s }
2. Any text you see within /* … */ is a CSS comment for human reference only. It is up to you to add the comments so when you return to the code after several days you will know what is what :)
Best regards,
VinayHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - Burger menu hover color */ .av-hamburger:hover .av-hamburger-inner, .av-hamburger:hover .av-hamburger-inner:before, .av-hamburger:hover .av-hamburger-inner:after { background:red!important; } /* End CSS */
Best regards,
VinayHey Europroject,
Thank you for contacting us. I checked your site and there appears to be a plugin conflict. The “Facebook Pixel Conversions for WordPress” is not loading correctly.
To find which if there is any other plugin 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,
VinayJuly 14, 2018 at 9:23 am in reply to: ENFOLD documentation – add custom font: error in your code example #985451Hey Gitte,
Thank you for getting in touch with us and noticing the missing “\” in the code. We have updated it accordingly.
Best regards,
VinayHi,
Modifications to the php files may be lost during the theme update.
If you like to try an alternate method please perform the below steps:
1. Remove all modification/codes added to achieve this header style.
2. Remove the header background image from Enfold > General Styling > Logo area if any added.
3. Create a header widget area.
4. Add the header background as a widget image from WordPress > Appearance > Widget > Header > Image Widget.
5. Add your logo image.
6. Copy and paste the below CSS to your child theme styles.css file.
https://pastebin.com/raw/9t8SWwCB
7. Lastly, go to Enfold > Header > Header Behavior > Select Let logo and menu position adapt to browser window.Best regards,
VinayHi,
Glad this worked for you well :)
Don’t forget to bookmark Enfold Documentation for future reference.
Thank you for using Enfold :)
Best regards,
VinayHi,
Thank you for the credentials, that’s a nice looking header :)
To create a tooltip on the logo
1. I have added this CSS in Enfold > General Styling > Quick CSS
/* Logo title pop */ .logo, .logo a { overflow: visible!important; } .logo .subtext h1 { position: absolute; display: none; font-size: 14px !important; background: #222; color: #fff; top: 90px; padding: 10px; width: 160px; text-align: center; left: 50%; transform: translateX(-50%); } .logo a:hover .subtext h1 { display: block!important; transition: all .35s ease; }
2. The below code in WP > Appearance > Editor > Enfold Child > functions.php
add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= '<h1>Savannah Lakes Village</h1>'; return $sub; }
You can change the logo tooltip text from the functions.php file.
Best regards,
VinayJuly 14, 2018 at 4:10 am in reply to: I want to change the line-heigh of the team member job title #985376Hey studioc4com,
The code you have used is correct. But you may not see the changes until the cached files are cleared in your browser.
Please perform the below steps to clear the browser cache:
1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
3. 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”.
Best regards,
VinayHi,
You may not see the changes until the cached files are cleared in your browser.
Please perform the below steps to clear the browser cache:
1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
3. 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”.
Best regards,
VinayJuly 14, 2018 at 3:57 am in reply to: Adding Resource Pages to Single Page Sites – Menu Workaround #985374Hey So Evolve,
Please create 2 menus.
1. One for a single page.
2. One for the privacy page.Install and activate zen menu logic plugin.
Go to the privacy page and select a different menu to be displayed.
Best regards,
Vinay -
This reply was modified 6 years, 11 months ago by
-
AuthorPosts