Forum Replies Created
-
AuthorPosts
-
Hey Evedd,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.all_sort_button{ display:none; }Best regards,
VinayHi,
Glad to help! To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHi,
To reproduce the exact setup as the example link please enable debug mode http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ and paste the below shortcode in the page.
[av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern=''] [av_one_full first min_height='' vertical_alignment='av-align-top' space='' custom_margin='aviaTBcustom_margin' margin='-40px,0px' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat'] [av_feature_image_slider link='category,14,15' items='3' offset='enforce_duplicates' contents='title_read_more' slider_size='2:1' preview_mode='custom' image_size='extra_large' control_layout='av-control-minimal' animation='fade' autoplay='no' interval='5' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.3' overlay_color='#000000' overlay_pattern='' overlay_custom_pattern=''] [/av_one_full] [/av_section] [av_blog blog_type='posts' link='category' blog_style='single-big' columns='3' contents='excerpt' content_length='content' preview_mode='auto' image_size='portfolio' items='1' offset='no_duplicates' paginate='no' conditional='is_subpage'] [av_blog blog_type='posts' link='category' blog_style='blog-grid' columns='2' contents='excerpt' content_length='content' preview_mode='auto' image_size='portfolio' items='6' offset='no_duplicates' paginate='yes']Best regards,
VinayHi,
The background image was set as no repeat in this case it will show the background image as is which means if it’s height or width is less than the browser height there will be gaps. I have changed this to scale to fit so it looks nice like you wanted :)
Let us know if you have any questions.
Best regards,
VinayHey Gökhan,
When you add text in contact page some html tag may have not been closed properly. Please remove all the elements on the contact page and add them back should fix the page.
Best regards,
VinayHi,
Please add a css property width:34% to the above code so it looks like this
.home .av_one_third.avia-builder-el-3 { margin-left: 3%!important; width:34%; }Best regards,
VinayHi,
I believe it’s got something to do with the colorsection or the background image but we need to take a closer look at the backend setup Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
VinayHi,
The maps site looks good on my end please check the screenshot attached. 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.
Best regards,
VinayHey HubertSchwarz,
We need to be able to inspect the elements to provide a solution. If this is on localhost Please setup a staging site and provide us the login details so we can have access to it and help you sort this isssue.
Best regards,
VinayHi,
The ID should be used only once on a page.
I have re-structured the page and it works great! please review the test page and let us know if you have any questions :)
Best regards,
VinayHey paulryder17,
To resolve this issue simply move the submenu closer to it’s parents. please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.main_menu .sub-menu { margin-top: -50px!important; }Best regards,
VinayHey Joe,
1. To change the hover background color of mail icon Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #wrap_all .social_bookmarks_mail a:hover, #top #wrap_all .social_bookmarks_mail li:hover { background: #66b32d!important; }2. It’s not clear as I do not see page title on your site but I’m assuming you need the active menu background color to be highlighted?
If so please use the below css..current_page_item { background: gold; }3. To increase phone number font size
#header_meta .phone-info { font-size: 20px; }4. To create your own overlay effects add your custom css properties to the below css class name.
.avia_transform a:hover .image-overlay { border-radius: 100px; }Request you to please create new tickets for different issue so we can keep the focus on the main topic and help us respond faster to your questions :)
Best regards,
VinayHi,
Setting the min height of the color section will resolve this issue. Please review the site and let us know if you have any questions.
Best regards,
VinayHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.home .av_one_third.avia-builder-el-3 { margin-left: 3%!important; }Best regards,
VinayHi,
I checked for the issue and the masonry post works fine please check the link in private.
Let us know if you have any questions :)
Best regards,
VinayHi,
Please change the background color of the color section to be same as the footer color.
Let us know if that helps :)
If yous till have any issue please send us the login details to take a closer look at this is.
Best regards,
VinayHey Tim,
I tried to troubleshoot this issue but the login credentials you provided do not work for me. Would you mind checking once again and then send us working login credentials?
The user role for the account you send us should be set to ‘administrator’ so we can try to disable all plugins and add custom code (if necessary) to resolve the issue.
Best regards,
VinayHey TomaszCwil,
You can achieve the dark grey space/stripes on the side similar to kriesi.at by changing the layout option in Enfold > General Layout > Layout > Use stretched or boxed layout? > Boxed Layout
Best regards,
VinayHey TomaszCwil,
If you like to have a scrollable list please enable custom css class name support http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Add 1/4 and 3/4 column.
Give a custom css class name “custom-height” to 3/4 column.Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.custom-height { max-height: 200px; overflow: auto; }Add your list items in 3/4 column.
Best regards,
VinayHey Emmesport,
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,
VinayAugust 21, 2016 at 2:27 pm in reply to: Enfold Editor doesn't load after WordPress 4.6 Update because of Rich Snippets #675342Hey sushiradio,
I am afraid you’ll need to contact the plugin author for more info about the issue. Making third-party plugins compatible with the theme is unfortunately beyond the support scope we offer. Sorry for that!
Best regards,
VinayHi,
Thank you for sharing the info, to reduce the margins Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-icon-list .iconlist_icon { height: 45px!important; width: 45px!important; line-height: 45px!important; }Best regards,
VinayHi,
Thank you for the info, I checked your site the issue is you have 2 blog post and selected no pagination for the first one. Please remove one of the blog post and select the pagination option as yes. Please check the working blog post element setting in the test page link in private.
Best regards,
VinayHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.dropdown_widget_cart .buttons { display: none !important; }Best regards,
VinayHi!
Please use a colorsection and setup a video background with overlay color to achieve similar results :)
Best regards,
VinayAugust 21, 2016 at 1:32 pm in reply to: Expand subscribe email box to the whole column width #675326Hi,
Thank you for the kind words, glad we could help :)
Best regards,
VinayHey dhandakam,
I checked your phone on android phone and the submenus show up fine on the mobile.
Let us know if you have any questions.
Best regards,
VinayHi,
Glad you found a workaround.
Thank you for using Enfold.Best regards,
VinayAugust 21, 2016 at 1:21 pm in reply to: Change screen resolution that "fullwidth sub menu" kicks to mobile #675317Hi,
Glad we could help!
Thank you for using Enfold :)
Best regards,
VinayHi,
Thank you for the kind words. I checked your site and 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.
Thanks for your cooperation :)
Best regards,
Vinay -
AuthorPosts
