-
AuthorPosts
-
November 5, 2019 at 12:07 pm #1153964
Hi Support
I need to know how can i add a new button on right hand side in the header.
ThanksNovember 6, 2019 at 3:50 am #1154147Hey 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,
RikardNovember 12, 2019 at 11:12 am #1155957Hi 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.
ThanksNovember 12, 2019 at 8:53 pm #1156142Hi 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,
VictoriaNovember 12, 2019 at 11:23 pm #1156228Hi 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.?
ThanksNovember 14, 2019 at 12:11 pm #1156724Hi 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,
VictoriaNovember 14, 2019 at 12:26 pm #1156734Hi Victoria
I have disabled the caching.
ThanksNovember 15, 2019 at 8:48 pm #1157289Hi 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,
VictoriaNovember 16, 2019 at 1:06 pm #1157454Tanks Victoria you are gr8.
November 16, 2019 at 4:49 pm #1157496Hi kensingtoncyprus,
Thank you :)
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaDecember 2, 2019 at 10:39 pm #1162021HI Victroria
I want to change the botton color and want to aligent the button from right hand side how can i do that.
December 7, 2019 at 4:15 pm #1163622Hi kensingtoncyprus,
Could you please attach some screenshots of the issue?
Which buttons are you referring to ?
Best regards,
VictoriaDecember 9, 2019 at 8:48 am #1163983HI 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.
ThanksDecember 9, 2019 at 7:35 pm #1164135Hi 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,
VictoriaDecember 9, 2019 at 8:57 pm #1164180Thanks 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 widgetDecember 9, 2019 at 11:28 pm #1164235Hi 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,
VictoriaDecember 10, 2019 at 10:51 am #1164364Good 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
December 11, 2019 at 1:12 am #1164687Hi,
Add this to quick css:
#text-4 p{ margin:0 50px!important; }
Best regards,
Jordan ShannonDecember 11, 2019 at 1:34 am #1164691Thanks Jordan thanks for your great support
December 11, 2019 at 1:49 am #1164694Hi,
No problem at all. Did you need additional help or shall we close this topic?
Best regards,
Jordan ShannonDecember 21, 2019 at 4:27 pm #1168458Hi 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.jpgThe website page link is http://test.cyprusgolfvilla.com/thevilla/living-room-kitchen/
ThanksDecember 21, 2019 at 10:04 pm #1168526Hi 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,
VictoriaDecember 22, 2019 at 7:57 pm #1168613hi 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 pagesThanks
December 30, 2019 at 1:09 pm #1169084Hi,
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,
MikeJanuary 29, 2020 at 12:48 pm #1179395Hi 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
January 30, 2020 at 10:57 am #1179759January 30, 2020 at 11:56 am #1179779Hi 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 solutionThanks
January 30, 2020 at 12:45 pm #1179809 -
AuthorPosts
- You must be logged in to reply to this topic.