Forum Replies Created
-
AuthorPosts
-
Hi,
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,
The Social icons are center aligned by default. however, it scales the entire width of the parent container.
If you like to set a custom width to the social icons and center align the elements please use the below CSS
/* Remove icon border */ #top .av-social-sharing-box .av-share-box ul li { border-left-style: none; display: inline-block; vertical-align: middle!important; } /* Icon style */ #top .av-social-sharing-box .av-share-link a { margin: 0 10px 0 0; width: 50px!important; height: 50px!important; border-radius: 30px!important; }
For more code snippets and styles please check https://kriesi.at/documentation/enfold/social-share-buttons/
Best regards,
VinayHey timchurchman,
As we discussed in the previous ticket the CSS caching was enabled. I have disabled it from Enfold > Performance > CSS merging
Please try changing it in the Enfold > Advanced Styling tab and it should work for you.
NOTE: To apply changes to the hover state create a separate instance of the main menu link and click the “Apply on hover” option.
For more info please check https://kriesi.at/documentation/enfold/menu/#main-menu
Best regards,
VinayHi,
The CSS Merging was enabled in Enfold > Performance tab. This will cache the CSS files so you were not able to view the changes. Whenever you add any CSS or JS please disable this option and refresh the page a few times to view changes.
I also adjusted the code to below :
#top #header.header-scrolled #header_main { background: #88bbc8; }
Best regards,
VinayHey OlivierCharlot,
By “top menu” you mean the “main menu” correct?
Please check the documentation guide to change the main menu font size https://kriesi.at/documentation/enfold/menu/#main-menu
#top #header #avia-menu .menu-item > a > .avia-menu-text { font-size: 17px; }
Result :
Best regards,
VinayHey yohanna16,
Please avoid creating duplicate tickets, it will take a lot of time to answer both tickets and difficult to follow up. We are closing this ticket so we can continue providing support on the other ticket.
Best regards,
VinayHi,
The site looks good on my end. 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,
VinayHey Claudio,
To set the transparent header as a default header please check this ticket https://kriesi.at/support/topic/header-visibilty-option-transparent-header-as-standard-for-new-pages/#post-651613
Let us know if you have any questions :)
Best regards,
VinayHey Justin,
Thank you for writing to us. 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,
VinayOctober 15, 2018 at 4:10 am in reply to: Remove Menu subtitles / increase icons / Change Color #1021352Hey Papergena,
Please check the documentation https://kriesi.at/documentation/enfold/menu/
1. Main menu > Main menu sub-text
2. Please set the icon size and copy the shortcode to the menu label https://kriesi.at/documentation/enfold/menu/#add-icons-to-menu-item
3. Please elaborate with a link to the page which element color are you trying to change?
4. To center the logo in mobile please add the below CSS@media only screen and (max-width: 767px) { .responsive .logo a { display: inline-block; vertical-align: middle; } .responsive .logo { position: relative; display: block; width: 100%; text-align: center; } }
After you add the code to view changes please 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,
I don’t see the color #b1bfcd in any row on the table.
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 - Table rows */ /* Alternate row color */ #top .avia-table tr:nth-child(odd) { background: #eff2f3 !important; } #top .avia-table tr:nth-child(even) { background: #d7dcdd !important; }
For more code snippets and customization guide please check https://kriesi.at/documentation/enfold/table/
Best regards,
VinayHi,
@Guenni007 thanks for helping again :)Please try adding multiple color sections for a continuous parallax effect.
Best regards,
VinayHey pddcoms,
Please try adding the products inside a color section.
NOTE: On a mobile device, the product grid will switch to 1 column.
Best regards,
VinayHey Roger,
I added a private test page and checked your script but it’s not working for me as you can see in the below screenshot
Please create a private test page and provide a working link so we can have a look at it and let you know what best we can do for you.
Best regards,
VinayHi,
To add a different background for each menu item, first, right click and view the page source to find the menu item ID
Then repeat the code pattern by changing the ID and background color for each menu item :)
#top .header_color .main_menu .menu ul li#menu-item-632 a:hover { background: red; } #top .header_color .main_menu .menu ul li#menu-item-637 a:hover { background: gold; }
Best regards,
VinayHi,
Thank you for your understanding.
Don’t forget to bookmark Enfold Documentation for future reference.
If you have a new issue please open a different ticket, thank you for using Enfold :)
Best regards,
VinayHi,
To custom style the separator element please check https://kriesi.at/documentation/enfold/separator-whitespace/#custom-separator-styles
To hide the topbar in mobile please check https://kriesi.at/documentation/enfold/menu/#top-bar-menu
To display the topbar menu in mobile menu you have to first create the duplicate menu items in min menu and hide it in desktop.
Please follow the steps mentioned in https://kriesi.at/documentation/enfold/menu/#burgermobile-menu > Burger/Mobile menu links > Show/hide menu items in mobile
Best regards,
VinayHi,
Glad this is sorted for you!
Don’t forget to bookmark Enfold Documentation for future reference.
Thank you for using Enfold :)
Best regards,
VinayOctober 14, 2018 at 4:10 pm in reply to: Color section with transparent header not working on Enfold 4.4.1 #1021230Hi,
Please perform the below steps :
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”.
Then try the steps mentioned in this link https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes-
Best regards,
VinayHey yohanna16,
For testing purpose, I created a private test page to check the contact form. It did not work for me either.
Please try the steps mentioned in the below linksIf you still have any issue let us know if we have the permission to deactivate all plugins for testing purpose.
Have you spoken to your hosting provider regarding the same issue? Your email server is something that is handled by the hosting company.
Best regards,
VinayHi,
To change the header background color on page scroll, please enable shrinking header from Enfold > Header > Header Behavior
And use the below CSS
#top #header.header-scrolled .container.av-logo-container { background: gold; }
Best regards,
VinayHey hypnorich,
I checked your site and did not notice the issue you mentioned. The burger menu triggers at 767px
To change the burger menu icon color please check https://kriesi.at/documentation/enfold/menu/#burgermobile-menu
The only other issue I noticed is that the desktop menu overlaps the logo. To fix this issue please check https://kriesi.at/documentation/enfold/menu/#menu-overlaps-logo
Best regards,
VinayHey Justin,
Copy the Youtube URL and add “?iframe=true” to the end of the link.
If you have any issue please post the login details in private content area so we can take a look at the setup.Best regards,
VinayHi,
The top bar font is already at the max bold supported by the font family.
You can try the below CSS to make it darker.
/* Top Bar phone info */ #top #header_meta .phone-info { font-weight: bolder; color: #000; }
Please perform the below steps to clear the browser cache and 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”.
I checked your company page and the separators appear in the same line. If you have any issue please open a new ticket for different issues.
Best regards,
VinayHi,
Sorry for the late reply, Turn on custom CSS class name support for ALB elements
Add a custom class name “custom-break-point” to the 2 columns and use the below CSS snippet.
Feel free to change the break point by changing the value of the max-width in the below code to suit your design.
@media only screen and (max-width: 1200px) { .responsive #top #wrap_all .flex_column.custom-break-point, .responsive #top #wrap_all .custom-break-point .flex_cell { margin: 0; margin-bottom: 20px; width: 100%; display: block; }}
Best regards,
VinayHey opvab,
Add your shortcode to a page and hide the header and footer from the page options.
Link the page to the image with “?iframe=true” at the end of the page URL to open it in a lightbox
For more info please check https://kriesi.at/documentation/enfold/button/#button-usage (Works the same for an image).
Best regards,
VinayHi,
I checked your site on chrome, at 1380px the mobile menu is activated. Can you please be specific what exactly you are trying to do and remove the code you have added to the site so we can provide you with a fresh snippet.
Best regards,
VinayOctober 14, 2018 at 7:16 am in reply to: [Request For Help] How to disable Google Maps API? #1021167Hi,
Please disable js merging from Enfold > Performance tab and then install the code in the below link in your child theme functions.php
Best regards,
VinayOctober 14, 2018 at 6:52 am in reply to: How to make sticky header full transparent in Mobile and semi-transparent when s #1021166Hi,
To get a transparent header on mobile please add the below code
@media only screen and (max-width: 767px) { #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle { background: transparent!important; position: absolute!important; }}
For code snippets and tutorials please check and bookmark https://kriesi.at/documentation/enfold/header/#transparent-header-on-mobile
Best regards,
VinayHi,
Were you able to figure this out? I see the social icons centred on the footer.
Let us know if you need any further assistance.
Best regards,
Vinay -
AuthorPosts