Forum Replies Created

Viewing 30 posts - 3,241 through 3,270 (of 10,428 total)
  • Author
    Posts
  • 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,
    Vinay

    in reply to: menu vertical align, mobil menu align #758884

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

    in reply to: Left Menu -> Submenu below Parent #758871

    Hi,

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

    in reply to: Change Color Of Header Divider and Bottom Border #758813

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

    in reply to: How to change the position of widgets in the header? #758806

    Hi,

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

    in reply to: Can´t import DEMO2017 #758791

    Hi,

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

    in reply to: Stacking cells on mobile #758782

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

    in reply to: Cloudflare Auto Minify #758779

    Hi,

    You are most welcome. To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Logo backgroun goes white after adding a link to it… #758740

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

    in reply to: Reservation Contact Form #758738

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

    in reply to: Fontello Icons disappeared when uploaded new icons #758733

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

    in reply to: Tab Section Issues #758730

    Hi,

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

    in reply to: Google Analytics #758728

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

    in reply to: WP-Admin problem – All graphics lost.. #758727

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

    in reply to: Caption text not centered on fullwidth slide homepage #758725

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

    in reply to: Placing 3 buttons side by side #758708

    Hi,

    Thank you for the credentials, we have updated the code in Quick CSS please review the site now :)

    Best regards,
    Vinay

    Hi,

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

    in reply to: ADDING BACKGROUND AND SEPARATORS TO SUBMENU #758666

    Hi,

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

    in reply to: Hover effect gone after update Enfold #758665

    Hi,

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

    in reply to: Portfolio under Tabs error #758662

    Hi,

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

    in reply to: How to add a linked image to the Header? #758660

    Hi,

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

    in reply to: How to add a linked image to the Header? #758527

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

    in reply to: Can´t link pages into menu #758526

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

    in reply to: Problem with Enfold #758521

    Hey 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/enfold

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

    in reply to: Shopping cart icon position #758515

    Hi,

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

    in reply to: Change text highlighter color #758514

    Hi,

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

    in reply to: Can't Embed Pinterest #758506

    Hi!

    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.

    Hi,

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

    Best regards,
    Vinay

    in reply to: Titles not showing on category pages #758244

    Hi,

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

    in reply to: Can't Embed Pinterest #758240

    Hi,

    Please check the test page in private.

    Best regards,
    Vinay

Viewing 30 posts - 3,241 through 3,270 (of 10,428 total)