Forum Replies Created

Viewing 30 posts - 2,761 through 2,790 (of 10,428 total)
  • Author
    Posts
  • in reply to: Cart icon not working correctly on android #927141

    Hi,

    Please check private message

    Best regards,
    Vinay

    in reply to: fullscreen slider in mobile #927140

    Hi,

    One of the custom code added is removing the effect which was there earlier.

    Please remove the code and add it back block by block to check which part is causing the issue. You can then remove the block of code which caused this issue and let us know if you need further help.

    Best regards,
    Vinay

    in reply to: Custom Widget Area spacing #926955

    Hey bonbuttercup,

    I’m assuming you are using header widget area. To place the header widget area below the logo and menu please check the “Header widget position ” section in the link in private. Let us know if you have any questions, we are happy to help :)

    Best regards,
    Vinay

    in reply to: Change Accordion Toggle Icons to entypo-fontello icons #926949

    Hey Lissasan,

    To change the tab icons please check the link in private content.

    Let us know if you have more questions, we are happy to help :)

    Best regards,
    Vinay

    in reply to: Hover/Link image to big #926947

    Hey Boeckske23,

    Thank you for reaching out to us, to be able to help you better could you please explain in more detail what you are trying to achieve?

    Best regards,
    Vinay

    in reply to: Partner logo element disabled #926944

    Hey DerFabianAT,

    Add your logos and click on the logo image to open the options panel. Here you can select “Manually” for Partner/Logo Link?.

    Best regards,
    Vinay

    in reply to: Stack Buttons One Per Line #926939

    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: position of header widget between centered logo and edge #926938

    Hey ecounited,

    It’s not clear what exactly you are trying to do? I have provided a link in private content area please check the header widget position section. If you still have any issue please upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)

    Best regards,
    Vinay

    in reply to: Hover on menu elements #926936

    Hey pberquet,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top #header .av-menu-button-bordered a {
    	height:40px!important;
    	padding:0!important;
    }
    

    Best regards,
    Vinay

    in reply to: How to add icons to already generated font #926929

    Hey brunnidesign,

    I’m not sure what you are trying to achieve. However, If you like to add font icons you can easily do that from theme options please check this link https://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    Best regards,
    Vinay

    in reply to: Changing the heading colour in footer is not working #926926

    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: large testimonial image and description position #926923

    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: Links on fullwidth submenu are not working #926921

    Hey jurgen1979,

    I’m unable to view your site.

    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: Mailchimp #926918

    Hey panedeika,

    I checked the link you provided but it say’s nothing found.

    Would you mind explaining the issue a bit more in detail and provide 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: Approach a special heading of another special heading #926913

    Hi,

    The gap is coming from the s2 class and the custom code added to the special heading elements.

    .sh2 {
        padding: 50px 30px 50px 10px !important;
    }

    Try to reduce the padding in your code.

    Another way to reduce the gap between the element

    1. Add a whitespace/separator element between the two elements where you want to reduce the space.
    2. From the separator element options select “Whitespace” in the Horizontal ruler styling options.
    3. Give it a negative height such as “-50”

    Let us know if this helps :)

    Best regards,
    Vinay

    Hey IngeniumCanada,

    Please refer to the below links

    For different logo on mobile please use the below code

    @media only screen and (max-width: 480px) {
    .logo img { opacity: 0; }
    .logo a { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-repeat: no-repeat; background-size: contain; background-position: 50% 50%; }}

    Best regards,
    Vinay

    in reply to: SEO – Header image and H1 #926908

    Hi,

    You can add subtext to your logo by adding following code to Functions.php file of your child theme in Appearance > Editor

    The below code will wrap your subtext in an H1 tag, we will add custom CSS to style it.

    //---------------------------
    // Logo subtext
    //---------------------------
    
    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    function kriesi_logo_addition($sub) {
        $sub .= '<h1>Free Matched Betting for the UK</h1>';
        return $sub;
    }

    Add the below CSS in Enfold > General Styling > Quick CSS

    /* CSS - Subtext below the logo */
    /* 
    If your subtext is overflowing outside the header 
    please increase the header height from
    Enfold > Header > Header size > Custom pixels 
    */
    
    #top .logo,
    #top .logo a {
    	overflow: visible;
    }
    
    /* Subtext styling */
    .logo .subtext h1 {
    	font-size: 20px;
        font-weight: 600;
    }
    
    .logo .subtext {
    	z-index: 999;
    }
    /* Reduce the logo height to make space for the subtext below */
    #top #header .logo img {	
    	max-height: 70%!important;
    	margin-top: 10px;
    }
    
    /* OPTIONAL CHOICE : Change position of subtext when scrolled */
    #top #header.header-scrolled .logo img {	
    	max-height: 100%!important;
    }
    #top #header.header-scrolled .logo .subtext {
    	position: absolute;
        top: 50%;
        right: 0;
        transform: translate(120%, -50%);
    }

    Best regards,
    Vinay

    in reply to: horizontal instagram feed #926902

    Hey Colferg,

    I checked your site but couldn’t find the instagram element. Would you mind providing a precise link showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    Hey auroradesignstudio,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .av-masonry-entry { margin-right: 5px; }
    

    Best regards,
    Vinay

    Hey bulewold,

    The reason only a portion of the image show is because it is a landscape image and is set to stretch. Solution for this is to have 2 set of images for each section.

    1. Create background images for mobile view.
    2. Add a unique ID for each color section.
    3. Use the below CSS and replace the unique ID for each section.

    Example: For the first color section let’s give a unique ID #mobile-bg-1

    @media only screen and (max-width: 767px) {
        #top #mobile-bg-1{
            background-image: url(https://awllpaper.com/wp-content/uploads/2018/01/free-background-wallpaper-for-phone-phone-backgrounds-wallpaper-free-download.jpg)!important; 
         }
    }

    Replace the ID name and image URL for each section.

    Best regards,
    Vinay

    in reply to: Remove menu/logo area on homepage #926889

    Hey gawcvw,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    
    #top.home #header {
        display:none;
    }
    
    .responsive.html_header_left .home #main {
        margin-left: 0!important;
    }
    

    Best regards,
    Vinay

    in reply to: Easy Slider – issue with caption content font size #926887

    Hey Monique,

    I checked this issue on my installation and it works without any issues. It appears it is an issue on your site have you added any custom code to style the captions or any element sharing the same class name such as the p element which could be causing a conflict.

    Are you using any h2 or other HTML tags to place the caption text?

    Best regards,
    Vinay

    in reply to: Masonry filter does not work #926883

    Hey GraphicNerd,

    I checked the console for any errors but everything seems to be fine. Please check the option in the masonry element again. It should work! If you till have any issue please provide admin login details in private content area so we can take a closer look at it.

    Best regards,
    Vinay

    Hi,

    Please select transparent header from the page layout option > Header visibility and transparency.

    If that does not solve the issue for you please replace your code with the below CSS

    #main {
       padding-top:0!important;
    }
    #header {
        display: none;
    }
    
    #header.header-scrolled {
        display: block !important;
    }

    If you still have the same issue it is one of your custom code causing this white gap. Please remove all the custom code and add it back block by block at a time and refresh the page to check which code is causing this issue.

    Best regards,
    Vinay

    in reply to: resize text to full width div #926871

    Hi,

    To enable custom CSS class name support from Enfold theme options > Layout Builder and check “Show element options for developers”:

    1. Add class name “col-stretch” to the columns which contain the text and image.
    3. Add the below css in quick css.

    @media only screen and (max-width:767px) {
    .col-stretch.av_one_third {
    width:99%!important;
    clear:both
    }
    .col-stretch.av_one_third{
    margin:0 !important;
    }}

    Best regards,
    Vinay

    in reply to: CONTROL DISTANCE ITENS MENU BURGUER #926838

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #av-burger-menu-ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; 
        position: absolute;
    }
    

    Best regards,
    Vinay

    in reply to: Masonry size #926833

    Hey kashmyra,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top .av-masonry-entry { width: 100%!important; }
    

    If you still have any issue please upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)

    Best regards,
    Vinay

    in reply to: Sub menu spacing issue #926831

    Hi,

    Please replace your code ( pasted above ) with this:

    @media screen and (min-width: 990px) {
      #avia-menu > li {
       padding-top: 22px !important;
    }
    }

    Best regards,
    Vinay

    in reply to: Link from tab to tab in a tab section? #926827

    Hey AllanRinggaard,

    It’s not clear what exactly you are trying to achieve? I clicked on the main menu Kontakt > Lokalforeninger and it works fine.

    I also checked the tab section all tabs seem to work as intended.

    If you still have any issue please let us know which browser you are using and how we can reproduce this issue.

    Best regards,
    Vinay

    Hi,


    @nnpro
    please create a new ticket as your issue is different.

    Thank you for making the YouTube video to show the issue. In the YouTube video you are using a simulator which does not always show correct results.

    I have checked your site on android phone and the menu works fine. Even on the windows browser when the width is small.

    screenshot attached. If you still face any issue (other than on simulator) please let us know how we can reproduce it.

    Best regards,
    Vinay

    • This reply was modified 7 years, 4 months ago by Vinay.
Viewing 30 posts - 2,761 through 2,790 (of 10,428 total)