Forum Replies Created
-
AuthorPosts
-
Hi Andrea!
that is not a theme related questions and we have no control over google maps functions. You need to ask google support about this question.
Cheers!
AndyHey carosch!
not sure if it can be easily done. Can you provide us a link showing the elements in questions please?
Regards,
AndyHey vemaybayanz!
refer to this: https://kriesi.at/support/topic/tips-on-speeding-up-site-performance/#post-346077
Best regards,
AndyHi altei!
will be quite difficult, as the theme is not made for this layout. However, send us a link to your website and we try our best.
Best regards,
AndyHi smorrone!
firefox mobile is not supported due to little demand. You can make a feature request for it here: kriesi.at/support/enfold-feature-requests/
Cheers!
AndyHi!
you can control when mobile menu is appearing:
@media only screen and (min-width: 989px) { nav.main_menu { display: none; } .responsive.html_mobile_menu_tablet .container #advanced_menu_toggle, .responsive.html_mobile_menu_tablet #advanced_menu_hide { display: block !important; }}
Adjust (min-width) value in media queries as needed.
Best regards,
AndyHi!
it looks fine to me on mobile. Can you highlight using screenshots please? so we get a clear idea of what is going on. Use imgur.com or dropbox.
Regards,
AndyHey!
so everything is working fine now for you? if yes let us know in a new ticket if you have some more questions or issues related to the theme. We are happy to assist you.
Best regards,
AndyHi!
not sure if it will be easily possible and at first you need to turn on custom class on all ALB elements, to give the elements in question a unique CSS class.
We need admin access, to have a deeper look into it. Post login details here as private reply. Let us know when you turned on custom class for all ALB elements.
Cheers!
Andy-
This reply was modified 9 years, 9 months ago by
Andy.
Hi!
try to use the icon’s shortcodes as captions.
Can you provide us a link showing what you mean?Best regards,
AndyHi!
I suggest to control margin for separator line:
.hr.hr-custom.hr-center.hr-icon-no.avia-builder-el-13.el_after_av_iconlist.el_before_av_iconlist { margin-top: -40px !important; }
Best regards,
AndyOctober 3, 2015 at 9:48 pm in reply to: how to make fullwidth easy slider look okay on mobile #513222Hi!
which changes exactly do you wish? I suggest to make font size smaller:
@media only screen and (max-width: 767px) { h2.avia-caption-title { font-size: 13px; }}
Best regards,
AndyHi!
login details do not work for me. Could you check please?
Cheers!
AndyHi!
try to add this code into print.css:
main.content.av-content-small.alpha.units { width: 100%; }
Regards,
AndyHi!
I tried this code and it seems to work fine:
a.iconlist_icon.avia-font-entypo-fontello { height: 30px; width: 30px; line-height: 21px; left: 15px; } span.iconlist-char { font-size: 20px; }
Can you provide us admin access, so we can try the code inside you Quick CSS field? post login details here as private reply.
Best regards,
AndyHey!
use this code to control margin for separator line:
@media only screen and (max-device-width: 736px) { .hr.hr-custom.hr-center.hr-icon-no.avia-builder-el-13.el_after_av_iconlist.el_before_av_iconlist { margin-bottom: 20px !important; margin-top: -30px !important; }}
and this for the other separator line (on the other page):
@media only screen and (max-device-width: 736px) { .hr.hr-custom.hr-center.hr-icon-no.avia-builder-el-9.el_after_av_iconlist.el_before_av_iconlist { margin-bottom: 20px !important; margin-top: -30px !important; }}
The other things seem to be fine for me. Could you fix them?
Regards,
AndyOctober 3, 2015 at 9:06 pm in reply to: Social icons buttons shortcode not showing "share on" caption on button hover #513213Hi!
hovering is working fine for me when opening a product. Could you fix it? Clear browser cache and hard refresh a few times.
Best regards,
AndyOctober 3, 2015 at 9:02 pm in reply to: When adding a new Special Heading content is deleted. #513209Hey!
activate W3 Total Cache Plugin again and go into its settings. Choose to switch off caching. Afterwards deactivate W3 Total Caching plugin and all other plugins too. Clear browser cache and hard refresh a few times.
Best regards,
AndyHi!
I checked your filtering and it’s working fine for me. We can’t provide support for 3rd party plugins and you would need to ask plugin’s author about it. Try out different plugins. If you need to feel free to hire someone for this job here: http://kriesi.at/contact/customization
Best regards,
Andy-
This reply was modified 9 years, 9 months ago by
Andy.
Hey!
put it into Quick CSS field, which you find in Enfold->General Styling->Quick CSS
Best regards,
AndyHey!
try this code:
@media only screen and (max-width: 767px) { div#layer_slider_1 { left: 25px; width: 325px; }}
Cheers!
AndyHey!
use this code for you logo on mobile portrait mode:
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) { .avia-image-container.av-styling-.avia-builder-el-3.avia-builder-el-no-sibling.avia-align-center { width: 200px; }}
To control you background image size use this code:
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) { div#av_section_1 { background-size: 100% 93% !important; background-position: 0px 46px !important; }}
and adjust as needed.
For your text use something like this:
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) { .flex_column.av_one_half.flex_column_div.avia-builder-el-6.el_after_av_one_fourth.el_before_av_one_fourth.column-top-margin { left: 50px; width: 300px !important; }}
and adjust as needed.
Cheers!
AndyHey!
we can’t do any jobs for you and can only support you in doing things by yourself. You can hire a freelancer developer though: http://kriesi.at/contact/customization
Let us know when you are done with updating and still need help. Make sure to have a backup, just in case.
Regards,
Andy@Pastorow
1.) I can’t find this text on your website. Can you provide us a precise link please? and would be helpful if you use screenshots to highlight what you mean. Use imgur.com or dropbox.2.) Are you talking about featured image? if yes you need to use the slideshow for it. This is how Incarnation theme works.
3.) For the text which you want to move down you need to add an !important, so use this code:
.outer_callout.dynamic_element.dynamic_el_2 { top: 530px !important; }
and adjust as needed.
Regards,
Andy@Rotimi
would be best to open a new thread for you questions, as this thread has nothing to do with what you are asking.You need to download a facebook like plugin for this function. Sames goes for share button.
About which response are you talking about? can you give us a link please?
Cheers!
AndyHi!
can you provide us admin access please? post it here as private reply.
Best regards,
AndyHi!
refer to this link: http://www.wpbeginner.com/beginners-guide/why-you-cant-find-htaccess-file-on-your-wordpress-site/
Best regards,
AndyHey!
to move it to top use this code in Quick CSS field:
div#av_section_1 { top: 250px; }
and adjust as needed.
Best regards,
AndyOctober 2, 2015 at 8:08 pm in reply to: Header menu – css-style change – Only for Alternate menu #513004Hey!
try this code instead:
.html_header_top.html_bottom_nav_header .main_menu ul:first-child li, .html_header_top.html_bottom_nav_header .main_menu ul:first-child li a { border-color: red !important; }
To align main content (text) to header use this code:
main.template-page.content.av-content-small.alpha.units { left: -17px; }
and adjust as needed.
Regards,
Andy -
This reply was modified 9 years, 9 months ago by
-
AuthorPosts