Forum Replies Created
-
AuthorPosts
-
March 10, 2017 at 1:57 pm in reply to: Caption text not centered on fullwidth slide homepage #758887
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_header_sidebar.html_content_align_left .container { float: none!important; }Best regards,
VinayHey Munford,
1. To align the main menu and language switcher
#top .av-subnav-menu > li { padding: 10px 0!important; } .menu-item-language { transform:translateY(5px); }2. To remove menu and move the hamburget icon to the right
/* hide menu text */ #top .mobile_menu_toggle .av-current-placeholder { display:none!important; } /* Move to right */ #top .mobile_menu_toggle { transform: translateX(40vw); } /* To tighten the menu space */ @media only screen and (max-width: 767px) { .responsive #top .av-menu-mobile-active .av-subnav-menu > li > a { padding: 5px 15%!important; } .responsive #top .av-menu-mobile-active .av-subnav-menu > li a:before { top: 5px; } }3. To disable scroll zoom on maps give this plugin a try https://wordpress.org/plugins/wp-google-maps/
Best regards,
VinayHi,
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,
VinayHey GoToGalMarketing,
The divider color is black already and it looks like you figured it out?
In case you still need help please go to Enfold > General Styling > Logo Area and make changes to the border color value.
To add a bottom border to the header try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_header_top.html_header_sticky #header { border-bottom: 1px solid #000; }Best regards,
VinayMarch 10, 2017 at 10:52 am in reply to: How to change the position of widgets in the header? #758806Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#header .widget { position:absolute!important; left:100px!important; top:-50px!important; } #header.header-scrolled .widget { position:absolute!important; left:55px!important; top:-45px!important; } #header.header-scrolled .widget img { width:100px; height:auto; }Best regards,
VinayHi,
Thank you for elaborating the issue. Like you mentioned the 2017 demo is imported on your installation but the slider is missing the images. Please refer to this link to import the missing slider images http://kriesi.at/documentation/enfold/missing-layerslider-images/
Best regards,
VinayHey timothyquinlan,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width:800px) { .process-1 .av_one_half, process-2 .av_one_half { width:100vw!important; min-width:100vw!important; } }Best regards,
VinayHi,
You are most welcome. To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHey sensiblekaren,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .av_header_transparency.av_alternate_logo_active .logo a > img { opacity: 1!important; filter: alpha(opacity=1)!important; }Best regards,
VinayHey George,
We checked your site, did you get this sorted? The form looks fine on IE, FF and Chrome on windows.
Please see attached screenshot in private.
Best regards,
VinayHey margitmuehlberger,
While downloading fontello icons please make sure to give every new set a new name and upload it to the theme. It is possible that the icon set you uploaded has overwritten the old icons.
Please go to http://fontello.com/ and just next to the big red download button there is an input field where you can enter custom names for each icon set and download them and re-upload to see if that works.
If it does not help i’m afraid you need to change the icons manually.
Best regards,
VinayHi,
Sometimes the html of the page elements breaks if the content entered has an improper closing tags.
For testing purpose create a new page and add only the tab element with content (do not copy from the old source).
Let us know if that works fine.
Best regards,
VinayHey hector1069,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
VinayHey frankiesog,
It appears the css styles are not loading for some reason. A plugin conflict may be one of the reason 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 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.
If this does not help please let us know how we can reproduce this issue on our end so we can help you better.
Thanks for your cooperation :)
Best regards,
VinayMarch 10, 2017 at 7:55 am in reply to: Caption text not centered on fullwidth slide homepage #758725Hey amonllor1,
It appears the caption is set to align left. Please check the slider caption settings again.
If that does not help try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-slideshow-caption .container { left: 50%; transform: translateX(-50%); }Best regards,
VinayHi,
Thank you for the credentials, we have updated the code in Quick CSS please review the site now :)
Best regards,
VinayMarch 10, 2017 at 7:01 am in reply to: Special Heading | Change font size of sub-heading 'above' #758706Hi,
Reduce the gap on the top of the page by adjusting the header height from Enfold > Header > Header Custom Height
To reduce the subheading gap we updated the code to below css
/* Sub heading*/ .av-subheading.av-subheading_above p { font-size:30px!important; margin:10px 0!important; }Please refresh the page a few times to preview the changes :)
Best regards,
VinayHi,
You can get started with the below css and tweak it to improve the look and feel of the menu. Try adding a dashed border to the bottom of the UL element and see if you like the results or check out https://codepen.io/tag/list-style/ for some inspiration :)
.widget_nav_menu { padding: 20px 0!important; } #top .widget.widget_nav_menu li { border-bottom: none !important; line-height: 14px; } #top .widget.widget_nav_menu li > ul { padding: 10px 0 10px 10px; } #top .widget.widget_nav_menu li > ul li { padding-left: 0; } #top .widget.widget_nav_menu li > ul li::before { content: "• "; font-size:18px; left:-7px; color: gold; /* or whatever color you prefer */ }Best regards,
VinayHi,
We checked your site again, the image on the right side on which you do not want the hover effect has the same class name as rest of the thumbnail images.
Please try adding a different class name to the image on which you do not require any hover effect from the “Link & Attribute” tab so we can target it separately using custom CSS.
Best regards,
VinayHi,
We tested the tab element with portfolio grid on the same page and it works fine ( Test page link in private).
It is possible some html tag is not closed properly due to which the portfolio grid is not displayed correctly. Please re-create the page and it should work fine :)
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 haschkeks6696,
1. Create a header widget area by applying the code provided in this link to functions.php http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
2. Go to Appearance > Widgets > Header
3. Drop a text widget into the Header widget area and add the image link in the text box.
Let us know if you have any questions, we are happy to help :)
Best regards,
VinayHey BirJo,
It appears the page option is not checked in the screen options.
1. Go to Dashboard > Appearance > Menu
2. Click on Screen Option on top right
3. Check pages as seen in the below screenshot.
Best regards,
VinayHey Michael Lutz,
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/enfoldScroll to the bottom of the page to open a new ticket.
If you do not have the purchase code please contact themeforest or check the download list in the themeforest account.
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,
Glad you got it sorted :)
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHi!
We have added the same code in post for you please check the link in private.
Please insert the correct pinterest embed code in a codeblock element it should work site wide :)Regards,
Vinay-
This reply was modified 8 years, 10 months ago by
Vinay.
March 9, 2017 at 9:15 am in reply to: Insert contents of a page into an accordion on a different page #758246Hi,
Thank you for understanding :)
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHi,
Glad we could help! and thank you for sharing the CSS :)
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,
Please check the test page in private.

Best regards,
Vinay -
This reply was modified 8 years, 10 months ago by
-
AuthorPosts
