Forum Replies Created
-
AuthorPosts
-
Hi,
Please replace the previous code with the below code:
/* Menu item color */ #header.av_header_transparency .main_menu .menu ul li>a { color: red; } /* Menu item color on hover*/ #header.av_header_transparency .main_menu .menu ul li>a:hover { color: gold; }
Best regards,
VinayHey Heathcliffe,
Thank you for writing to us.
After adding the code please perform the below steps to clear the browser cache to view the changes:
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”.
If you still have any issue let us know exactly what you are trying to do and what you are not able to follow on the docs and share a link to your site so we can help you better.
Best regards,
VinaySeptember 4, 2018 at 11:37 am in reply to: Menu in Content – current-menu-item does not respond to anything #1005451Hi,
Thank you for the clarification :) 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 - Fullwidth menu highlight */ #menu-trends .current-menu-item a{ color:red!important; }
Best regards,
VinayHi,
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 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,
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,
If there is a plugin conflict please try an alternate plugin. There is not much we can do to make the plugin work with the theme. Please try to get in touch with the plugin author and see what they can do to fix the issue.
If there is an issue with the theme please let us know we are happy to help you :)
Best regards,
VinayHi,
For technical support please register here kriesi.at/support/register with your item purchase code .
Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.
Example: https://kriesi.at/support/enfold
Scroll to the bottom of the page to open a new ticket.
Best regards,
VinaySeptember 4, 2018 at 11:00 am in reply to: Menu in Content – current-menu-item does not respond to anything #1005402Hi,
Thank you for writing to us. I checked your site and the current menu item highlights correctly. Did you figure this out?
If you need further help please elaborate what exactly you need help with.
Best regards,
VinaySeptember 4, 2018 at 9:48 am in reply to: Avia Layout Builder – Blog Post – Pagination not working #1005342Hi,
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,
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 - Form title */ #top label { letter-spacing: 0.06em; }
Best regards,
VinayHey JeeBar,
Do not import the demo just try the shortcode in this link https://pastebin.com/raw/tQfpvj5D
If you still have any issue please share 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 pabloj13,
You can try a plugin like https://wordpress.org/plugins/tags/on-scroll-animation/
We would like to help you but it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
VinayHi,
Please add the below code to Quick CSS. This will disable the svg logo on the desktop and display a png logo.
@media only screen and (min-width:767px) { .logo a img { display: none; } .logo a { background: url('https://victormorales.net/wp-content/uploads/2018/08/logo.png') no-repeat; background-size: cover; width: 260px; height:50px; position: relative; top: 50%; left: 0; transform: translateY(-50%); } } @media only screen and (min-width:990px) { .logo { margin-top:20px; }}
Best regards,
VinayHi,
Have you tried to contact the plugin author? Let us know what they have to say and if there is anything we can help you make it work we will be happy to do it for you :)
Best regards,
VinaySeptember 4, 2018 at 7:55 am in reply to: Enfold Theme: how to change mobile icon on fullwidth submenu? #1005310Hi,
I’m not sure why that’s happening, please post the WordPress login details so I can further investigate this issue.
Best regards,
VinayHey emanuelechiari,
I tried to troubleshoot this issue but as you already mentioned the backend access is blocked.
Don’t worry the solution is pretty simple. Just access wp-content/ folder from your hosting control panel or FTP and rename the plugins folder to plugins.old and themes/enfold folder to enfold.old. Do the same for child theme folder if you are using one.
The backup and restore should be free and is free with many hosting companies as it is important to have a backup of your website to save yourself the effort of setting up the site again from scratch if anything goes wrong.
The WordPress Codex has useful info about WordPress site backups.
Some plugins make it easy to take backups your self:
If you still have nay issue please post your ftp details in private so we can take a look at it.
Best regards,
VinaySeptember 4, 2018 at 4:35 am in reply to: Embedded MailChimp form submit button not working #1005255Hi,
I have changed the color section ID of the newsletter section to “smartNewsletter” from “faq” as the ID “faq” is already shared by another section and you can use only one unique ID on the page.
Then I added a whitespace element with 200px height below to increase the space below the newsletter as the diagonal was overlapping it because of a custom code.
Please review the site now :)
Best regards,
VinayHi,
The styles in custom CSS will also work in child theme styles or advanced styles. Please feel free to move it to either of the places where you feel it is easy to access :)
Let us know if you have any issue.
Best regards,
VinayHi,
I checked your site the menu structure looks fine and the navigation on the front end works fine. I did not notice any issue.
If you still have any problems please let us know exact steps you are trying so we can try to reproduce the issue and help you better.Best regards,
VinayHi,
Thank you it’s working now. I’m able to access the dashboard but there is one more password required to view the front page.
Best regards,
VinaySeptember 4, 2018 at 2:54 am in reply to: How can i remove the gaps between these container content view in responsive #1005244Hi,
I checked your API key but it’s not connecting. I’m not sure how you were able to connect with it. Could you check it a few times continuously again?
If the maps still don’t work for you it could be because as of July 16, 2018, Google maps will return an error if billing is not enabled. Please try and enable billing.
Best regards,
VinaySeptember 4, 2018 at 2:15 am in reply to: Apply CSS to full width submenu ONLY when it goes sticky #1005240Hi,
Glad it is sorted for you!
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,
VinaySeptember 3, 2018 at 6:11 pm in reply to: How to add the term "Quick links" in front of the footer menu? #1005104Hey Gitte,
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 - Menu Title */ .sub_menu_socket:before { position:absolute; content:'Quick Links '; width : 70px; transform:translateX(-100%); }
Best regards,
VinayHey tfnovice,
Thank you for writing to us. You can customize the header from Enfold Theme options > header
For more info please check https://kriesi.at/documentation/enfold/header
Best regards,
VinayHi,
Glad you figured it!
Don’t forget to bookmark Enfold Documentation for future reference.
Thank you for using Enfold :)
Best regards,
VinaySeptember 3, 2018 at 5:55 pm in reply to: Can't save changes on page – save button is inactive #1005090Hey Olga,
On the homepage for testing purpose, I changed the word “Location” to “Locate us” and also tried creating a new test page everything worked fine.
I checked console and did not notice any errors. Only issue I can think about is you have a lot of homepage revisions which can cause some performance issue.
Please check the below links
Best regards,
VinaySeptember 3, 2018 at 5:40 pm in reply to: How can i remove the gaps between these container content view in responsive #1005082Hi,
I checked your settings and the google map API key is incorrect. please see screenshot attached.
Please try again and create a working API key by following the steps mentioned here https://kriesi.at/documentation/enfold/google-map/
The maps will work fine for you :)
Best regards,
VinaySeptember 3, 2018 at 5:21 pm in reply to: I have no color element in my avid layout builder? #1005071Hey Olivierbuis,
Please check our documentation https://kriesi.at/documentation/enfold/color-section/#color-section-setup
You should have the color section element.
If you still have an issue 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,
Is this how you like the element to look?
#top .caption_bottom .slideshow_caption { bottom: auto !important; top: 50%; transform: translateY(-50%); }
If this is not what you are trying please elaborate what exactly are you trying to vertically center? If possible please share a mockup image. You can upload a screenshot/mockup to one of the below sites and share the link here so we can help you better :)
https://snag.gy/
https://ctrlv.cz/en/
https://imgur.comBest regards,
Vinay -
AuthorPosts