Forum Replies Created

Viewing 30 posts - 5,581 through 5,610 (of 10,428 total)
  • Author
    Posts
  • in reply to: Don't display "all" in sort option #676790

    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,
    Vinay

    in reply to: How to remove white space above transparant header #676772

    Hi,

    Glad to help! To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Pagination blog grilled problem #676737

    Hi,

    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,
    Vinay

    in reply to: How to remove white space above transparant header #676331

    Hi,

    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,
    Vinay

    in reply to: Contact Page Error #676318

    Hey 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,
    Vinay

    in reply to: Few questions about my website #676315

    Hi,

    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,
    Vinay

    in reply to: How to remove white space above transparant header #676310

    Hi,

    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,
    Vinay

    in reply to: Google map still doesn't work with update 3.71 #676305

    Hi,

    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,
    Vinay

    in reply to: Layout Builder does not work #676301

    Hey 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,
    Vinay

    in reply to: Problem on One Page site with Masonry Gallery #676239

    Hi,

    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,
    Vinay

    in reply to: Minor header adjusments #676223

    Hey 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,
    Vinay

    in reply to: A few alterations to website #676219

    Hey 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,
    Vinay

    in reply to: Parallax background animation issue #676203

    Hi,

    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,
    Vinay

    in reply to: Few questions about my website #675877

    Hi,

    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,
    Vinay

    in reply to: Masonry for blog posts showing no images #675850

    Hi,

    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,
    Vinay

    in reply to: iframe Bottom Margin #675839

    Hi,

    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,
    Vinay

    in reply to: Custom sub-menu width #675836

    Hey 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,
    Vinay

    in reply to: SIDEBARS #675830

    Hey 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,
    Vinay

    in reply to: A tab with random posts #675824

    Hey 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,
    Vinay

    in reply to: Title page too large on mobile #675345

    Hey 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,
    Vinay

    Hey 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,
    Vinay

    in reply to: reduce margin of fontello icons #675338

    Hi,

    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,
    Vinay

    in reply to: Pagination blog grilled problem #675333

    Hi,

    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,
    Vinay

    in reply to: Hide checkout on shopping cart drop down box #675329

    Hi,

    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,
    Vinay

    in reply to: video #675328

    Hi!

    Please use a colorsection and setup a video background with overlay color to achieve similar results :)

    Best regards,
    Vinay

    in reply to: Expand subscribe email box to the whole column width #675326

    Hi,

    Thank you for the kind words, glad we could help :)

    Best regards,
    Vinay

    in reply to: Submenu not showing on mobile #675325

    Hey 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,
    Vinay

    in reply to: problems with slider on mobile menu #675319

    Hi,

    Glad you found a workaround.
    Thank you for using Enfold.

    Best regards,
    Vinay

    Hi,

    Glad we could help!

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Masonry Gallery #675309

    Hi,

    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

Viewing 30 posts - 5,581 through 5,610 (of 10,428 total)