Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
    Posts
  • #1153964

    Hi Support

    I need to know how can i add a new button on right hand side in the header.
    Thanks

    #1154147

    Hey kensingtoncyprus,

    You could add it in a widget area in the header: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    Best regards,
    Rikard

    #1155957

    Hi Rikard

    I follow all the steps in the link which you send me but somehow the button is not aligned to the main menu .

    Can you please guide how to solve this issue.
    Thanks

    #1156142

    Hi kensingtoncyprus,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #text-7 {
        width: 15vw;
        float: right;
        height: 50px;
        top: -50px;
    }
    #text-7 .textwidget {
        height: 50px;
        display: inline-block;
        float: right;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1156228

    Hi Victoria

    Thanks for you kind help. On PC it looks very good but on mobile view its not coming under the main menu.
    http://test.cyprusgolfvilla.com/wp-content/uploads/2019/11/book-now-button-mobile-view.jpeg
    Can you please advise how can i fix this issue. Can i paste it under the menu tab, or on mobile view can i show it some where above the logo left or right.?
    Thanks

    #1156724

    Hi kensingtoncyprus,

    I would just hide it.

    Can you disable caching and minification for now? We will try to find a solution for mobile too.

    Best regards,
    Victoria

    #1156734

    Hi Victoria

    I have disabled the caching.
    Thanks

    #1157289

    Hi kensingtoncyprus,

    Thank you.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 1024px) {
        .responsive #top #wrap_all .main_menu {
            right: 125px;
        }
    }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        #text-7 {
            width: 20vw;
            top: -100px;
        }
        .responsive #top #wrap_all .main_menu {
            top: 25px;
        }
    
    }
    @media only screen and (max-width: 479px) {
        #text-7 {
            width: 33vw;
            top: -100px;
        }
        .responsive #top .logo img {
            width: 50%;
            padding-top: 32px;
        }
         .responsive #top #wrap_all .main_menu {
            top: 25px;
        }
    }
    @media only screen and (max-width: 1024px) {
      nav.main_menu, #menu-item-search {
        display: block !important;
      }
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
          nav.main_menu {
            left: auto !important;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1157454

    Tanks Victoria you are gr8.

    #1157496

    Hi kensingtoncyprus,

    Thank you :)

    Glad you got it working for you! :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1162021

    HI Victroria

    I want to change the botton color and want to aligent the button from right hand side how can i do that.

    #1163622

    Hi kensingtoncyprus,

    Could you please attach some screenshots of the issue?

    Which buttons are you referring to ?

    Best regards,
    Victoria

    #1163983

    HI victoria

    On main menu right hand size booknow button. I want to make margin from right to left 25 px.
    Can you please show me how can i do that.
    Thanks

    #1164135

    Hi kensingtoncyprus,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 1024px) {
        #text-7 {
            margin-right: 25px;
        }
    }
    #text-7 .avia-button {
        background-color: #b43a90;
        color: #ffffff;
        border-color: #921877;
    } 
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1164180

    Thanks Victoria you are gr8. I will be grateful if you can help me with one small thing more.
    I want to decrease contact form input width and want to align submit button next to input field. how can i do that?
    you can find the contact form7 in fotter widget

    #1164235

    Hi kensingtoncyprus,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #footer .wpcf7-form-control-wrap.email-729 {
        display: inline-block;
    }
    #footer .wpcf7-form-control.wpcf7-submit {
        min-height: 36px;
        margin-left: 10px;
        display: inline-block;
        top: 0px;
        position: absolute;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1164364

    Good morning Victoria

    Thanks alot for your great support.
    I have one small query again.
    I want to give 50 px margin to the <p> in widget column 2 in fotter. i have tried this code
    /* Foort test column 2nd text alignment */
    @media only screen and (min-width: 1024px){
    #text-4{
    color:#ffffff;
    margin-right: 50px;}
    #textwidget{
    margin-left: 50px;}
    }

    but it is not working can you please have a look where i am making a mistake

    #1164687

    Hi,

    Add this to quick css:

    #text-4 p{
    margin:0 50px!important;
    }

    Best regards,
    Jordan Shannon

    #1164691

    Thanks Jordan thanks for your great support

    #1164694

    Hi,

    No problem at all. Did you need additional help or shall we close this topic?

    Best regards,
    Jordan Shannon

    #1168458

    Hi Support

    Can you please tell me how i can configure arrows on Easy slider as show in the image below. And i also want it to show on mobile version also , So instead of bullets i want arrows on left and right side of the Easy slider
    http://test.cyprusgolfvilla.com/wp-content/uploads/2019/12/slider-arrows.jpg

    The website page link is http://test.cyprusgolfvilla.com/thevilla/living-room-kitchen/
    Thanks

    #1168526

    Hi kensingtoncyprus,

    https://share.getcloudapp.com/llu4nERP You have the code for those arrows already somewhere in your Quick css, please try different values to position the arrows as you need.

    Best regards,
    Victoria

    #1168613

    hi Victoria they great

    Yes i have already the code but it if for this page

    and on mobile view it shows two coloumn and they are not working. it should be one coloumn and should rotate
    i need new code for these pages

    Thanks

    #1169084

    Hi,
    Sorry for the late reply, to show the slideshow arrows on mobile, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px){
    .responsive #top .avia-slideshow-arrows.avia-slideshow-controls a {
        display: block !important; 
        opacity: 1 !important; 
    }
    }

    Best regards,
    Mike

    #1179395

    Hi Veronika
    I hope this email will find you well.
    Previously you send me code to add a book now button in the header, which works fine,
    but now i am unable to add link to that button, Can you please advise how can i do .
    below is the short code
    [av_buttonrow alignment='right' button_spacing='5' button_spacing_unit='px' av_uid='av-jjvcu1ht' admin_preview_bg='']
    [av_buttonrow_item label='BOOK NOW' link='manually,http://' link_target='' size='medium' label_display='' icon_select='no' icon='5' font='entypo-fontello' color='theme-color'custom_bg='#3AB4B3'custom_font='#ffffff' av_uid='av-3y48lo']
    [/av_buttonrow]

    Thanks

    #1179759

    Hi,
    In your shortcode above please replace the http:// with your link.
    2020-01-30-035404

    Best regards,
    Mike

    #1179779

    Hi Mike

    Its working perfectly.
    I have another problem on mobile view the button is working ok but on desktop it is not click able
    can you please assist what could be the solution

    Thanks

    #1179809

    Hi,
    Your menu is floating over the button, please try this css to bring the button on top:

    #text-7 > .textwidget > .avia-buttonrow-wrap > a {
    	z-index: 101;
    }

    Best regards,
    Mike

Viewing 28 posts - 1 through 28 (of 28 total)
  • You must be logged in to reply to this topic.