-
AuthorSearch Results
-
January 3, 2017 at 5:36 am #728837
In reply to: Move H1 entry title
Hi,
Great, glad you found a solution and thanks for sharing! Let us know if you should need any further help on the topic.
Best regards,
RikardJanuary 3, 2017 at 5:10 am #728829In reply to: LayerSlide on product category
Hi,
I’ll just ask one question to make myself clearer: should Layer Slider work in woocommerce category pages descriptions?
I’m sorry but this is not possible without some modifications in the theme. You need to modify the product category template or use an existing hook and add the layer slider shortcode. Unfortunately, the theme disabled the slider’s shortcode so you have to purchase a license, install the plugin as a standalone plugin then deactivate the theme’s plugin configuration. If you want a “dirty” workaround, you can try the solution in the following thread.
// https://kriesi.at/support/topic/adding-avia-elements-to-woocommerce-archive-product-php/#post-710560
Best regards,
IsmaelJanuary 3, 2017 at 4:17 am #728822In reply to: CSS design login form in code block
Hi,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
RikardJanuary 3, 2017 at 4:17 am #728821In reply to: Read More Button
Hi,
Glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
RikardJanuary 3, 2017 at 2:59 am #728813In reply to: Avia Layout Builder Not Working
Were you able to fix this? I am having the exact same issue. I noticed when comparing my revisions before and after the page stopped working that some of the code changed.
Before restoring revision history:
[av_section min_height=’75’ min_height_px=’500px’ padding=’huge’ shadow=’no-border-styling’ bottom_border=’no-border-styling’ scroll_down=’aviaTBscroll_down’ id=” color=’main_color’ custom_bg=” src=’http://mywebsite.com/testpage/wp-content/uploads/2015/02/blog.jpg’ attachment=’494′After restoring revision history:
[av_section min_height=’75’ min_height_px=’500px’ padding=’huge’ shadow=’no-border-styling’ bottom_border=’no-border-styling’ scroll_down=’aviaTBscroll_down’ id=” color=’main_color’ custom_bg=” src=’http://kriesi.at/themes/enfold-startup/files/2015/02/blog.jpg’ attachment=’494′Does anyone know why that source link might have changed?
January 3, 2017 at 2:17 am #728807In reply to: Increase Size of logo
Ahoy,
I tried that code but now the log acts weird. It is the size that I want but not when I shrink the browser window the logo jumps to the top right and shrinks… I need the logo to stay center. Than when the mobile setting kick in it goes to the left and it is not centered in the header.
Please advise.
January 2, 2017 at 11:58 pm #728793In reply to: testimonial text suddenly not in center again
I am using chrome and windows 7.
Desktop version from http://zorbas.synology.me/wordpress/booking/ where i made the browser small: http://imgur.com/a/3FXVB
Normal desktop version from frontsite: http://imgur.com/a/Iw4IS
January 2, 2017 at 11:44 pm #728788In reply to: progress bar with link to pop up text
how can i make the text smaller in the element?
This would help maybe to make the text fit.The issue is in the desktop version but also mobile version. And I dont know what I can do to make the text fit.
-
This reply was modified 9 years, 2 months ago by
lech07.
January 2, 2017 at 11:13 pm #728777Hey webcami,
Try adding this code in Quick CSS (located in Enfold Child > General Styling):
#top .header_bg { background: transparent !important; }Let us know if this helps :)
Best regards,
NikkoJanuary 2, 2017 at 11:00 pm #728775In reply to: Margin on Enfold Medical Theme
Hey DaveA,
Try adding this in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { .home #av_section_1 .flex_column_table { margin-top: -110px !important; } }Just adjust the value as you see fit. Hope this helps :)
Best regards,
NikkoJanuary 2, 2017 at 10:30 pm #728767Dear Nikko,
Thank you for quick reply, i don’t know how its happend but after 10 days just now the problem of visual editor fixed ,
i even try all this 10 days with other computers and didn’t work, but now it fixed.
The problem with lightbox working fine on desktop and laptop, but keeps “blanking out” on iphone 6s only, image appears for split second then gone, leaving darkness and arrows, continues to occur with each passing image
i checked it with 3 smartphones so maybe i will wait for ios update what is your opinion about it?January 2, 2017 at 10:22 pm #728763The Menu moves inward INTO the logo when I shrink the screen on my desktop computer. I would like for the Menu and Logo to NOT run into each other when the screen shrinks.
This problem is still there even when changing to code for the margin-left to %
I’ve attached a link to my Dropbox for this file.
January 2, 2017 at 10:15 pm #728760In reply to: How to change contact form font from bold to normal?
Hey!
You have following code in your custom CSS
.phone-info, #top label, .widget_nav_menu .current-menu-item>a, .widget_nav_menu .current_page_item>a, #top .av-subnav-menu li a > .avia-menu-text { font-weight: 600 !important; }please change it to following
.phone-info, .widget_nav_menu .current-menu-item>a, .widget_nav_menu .current_page_item>a, #top .av-subnav-menu li a > .avia-menu-text { font-weight: 600 !important; }Cheers!
YigitJanuary 2, 2017 at 9:16 pm #728750In reply to: How to change contact form font from bold to normal?
Hey pimroll!
Please add following code to Quick CSS
#top label { font-weight: normal!important; }Regards,
YigitJanuary 2, 2017 at 8:53 pm #728742Topic: Icons side by side on mobile
in forum Enfoldnewpappa
ParticipantI have two icons in a 1/3 column using ALB. I have them set to align left and have used the below styling to remove the animation effect on hover as well as adjust the sizing. On desktop and tablet they look great: they appear side by side aligned to the left of the column and are quite nice looking. On mobile, they stack each on one row. I prefer that they appear side by side on mobile but have not been able to achieve that. Any suggestions?
Thanks!
.av-icon-char, .av-font-icon {
font-size: 36px !important;
line-height: normal !important;
margin-right: 10px;
}.av_font_icon.av-icon-style-border .av-icon-char {
border: none;
padding-top: 0;
padding-bottom: 0;
}.avia_transform .avia_start_delayed_animation.av_font_icon {
animation: none;
-webkit-animation: none;
}.av_font_icon.av-icon-style-border a.av-icon-char:hover:after {
animation: none;
-webkit-animation: none;
}.av_icon_caption {
margin-top: 0;
}January 2, 2017 at 8:06 pm #728734In reply to: Drop Shadows on Rows
(Ignore empty box on top – it’s their old site & a slide show is missing.)
Thank you!
January 2, 2017 at 6:26 pm #728715Topic: Margin on Enfold Medical Theme
in forum EnfoldDaveA
ParticipantHello,
I’m using the Enfold Medical theme template. On the ‘Welcome’ page there is a -200px margin to allow the image and content boxes to overlap the image and sit ‘above’ it. When viewing on mobile this causes problems for me as they overlap the image too much. I want to remove the -200px top margin on mobile but am struggling to do this using a Custom CSS class.
This is a link to the theme I am using.
This is how I want it to look on mobile i.e. no -200px margin:
https://postimg.org/image/fgu1ommpb/
Could anyone help at all?
January 2, 2017 at 6:20 pm #728712In reply to: Advanced LayerSlider on mobile devices
Hi,
Sure. The ipad versions seems good, I have modified your css only for mobile version. I have added css classes to the paragraph/text in the layerslider and have added this code inside @media max-width:767px in Quick CSS:
#top.page-id-705 .avia-layerslider .ls-slide p { height: auto !important; line-height: 1.2 !important; padding: 0 20px !important; position: static; width: 100% !important; text-align: center; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; } #top.page-id-705 .avia-layerslider .ls-slide p.ls-main-heading { font-size: 28px !important; padding: 30px 20px 0 !important; } #top.page-id-705 .avia-layerslider .ls-slide p.ls-subheading { font-size: 18px !important; padding: 10px 20px 0 !important; } #top.page-id-705 #wrap_all .ls-wp-fullwidth-container .ls-slide { display: flex !important; flex-direction: column; align-items: center; } #top.page-id-705 .ls-wp-fullwidth-container { height: 74px !important; }Let us know if it’s good :)
Best regards,
NikkoJanuary 2, 2017 at 5:49 pm #728703In reply to: progress bar with link to pop up text
Hi,
I checked the screenshot you gave, I think the spaces on left and right is just right, though I’m not really sure if that’s what you wanted to point out, but if it is, try adding this code in Quick CSS:
.js_active .top_tab .tab { padding-left: 24px; padding-right: 24px; }Just adjust the values as you see fit. Hope this helps :)
Best regards,
NikkoJanuary 2, 2017 at 5:33 pm #728700In reply to: testimonial text suddenly not in center again
Hi,
I checked it on chrome and it seems to be working fine, can you tell us what browser you are using and OS (example windows 10 or mac Sierra), and provide a screenshot on how it looks on your desktop/laptop, just upload it in http://imgur.com/ or dropbox and post the link here.
Best regards,
NikkoJanuary 2, 2017 at 5:24 pm #728696In reply to: Z-index and easy slider
Hi,
Please change the code to following one
@media only screen and (min-width: 990px) { .container.av-logo-container { display: none; } .html_header_top.html_header_sticky.html_bottom_nav_header #main { padding-top: 50px !important; }}Best regards,
YigitJanuary 2, 2017 at 5:01 pm #728688In reply to: Z-index and easy slider
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.container.av-logo-container { display: none; } .html_header_top.html_header_sticky.html_bottom_nav_header #main { padding-top: 50px !important; }Best regards,
YigitJanuary 2, 2017 at 4:52 pm #728681In reply to: Mason gallery light box not showing photos on iPad
January 2, 2017 at 4:18 pm #728670Awesome as always!
An unrelated question, how do I remove the flag from the top menu – http://screencast.com/t/JEvRonZJe5N?
January 2, 2017 at 4:12 pm #728667In reply to: Shortcodes in custom designed posts?
Hey,
Please refer to this post – https://kriesi.at/support/topic/missing-category-info-in-post-meta-infos-using-alb/#post-588985
Best regards,
YigitJanuary 2, 2017 at 3:35 pm #728641Topic: LayerSlide on product category
in forum EnfoldDragend
ParticipantHi, I’m a new customer.
I am trying to add a SlayerSlide on top of product category page.
I go to products>categories>then I choose a category and I edit the description.
Shortcodes don’t work. If I use the button “add LayerSlider” it just add a shortcode in the description of the category (and it doesn’t work also).
I just see the shortcode on the frontend.
EXEMPLE: [layerslider id=”1″]
Since the button to add LayerSlider it’s present I suppose it can be added.
Thank you for your time.
(site is on maintenance)
January 2, 2017 at 3:01 pm #728618In reply to: Mason gallery light box not showing photos on iPad
Hi Yigit,
I just opened a new thread with the link to my website. Hope this problem could be solved soon, since other users also seem to have similar problems (I found different threads on this problem)!
Thanks and best regards
KatjaJanuary 2, 2017 at 2:53 pm #728610In reply to: CSS design login form in code block
Hi,
I have modified the code in Form Test 2 page to this one:
<form name="webshopform" method="post" action="http://URL/login.php" class="custom-login-form av-form-labels-hidden avia-builder-el-7 el_after_av_heading avia-builder-el-last"> <fieldset> <p class=" first_form form_element form_element_third" id="gebruikersnaam"><input name="gebruikersnaam" class="text_input is_empty" type="text" id="gebruikersnaam" value="" placeholder="Gebruikersnaam*"></p> <p class=" form_element form_element_third av-last-visible-form-element" id="wachtwoord"> <input name="wachtwoord" class="text_input is_empty" type="password" id="wachtwoord" value="" placeholder="Wachtwoord*"></p> <p class="form_element form_element_third modified_width"><input type="submit" value="Login" class="button" data-sending-label="Login"></p> </fieldset> </form>And added this css code in Quick CSS (located in Enfold > General Styling):
.custom-login-form .form_element_third { width: 32.6%; float: left; margin-left: 1%; clear: none; } .custom-login-form .first_form { clear: both; margin-left: 0; } .custom-login-form.av-form-labels-hidden p { margin-top: 8px; margin-bottom: 8px; } #top .custom-login-form .text_input, #top .custom-login-form .select, #top .custom-login-form .text_area { width: 100%; margin-bottom: 0; display: inline; min-width: 50px; padding: 13px; border-radius: 2px; } .custom-login-form .button { margin: 0; border-radius: 2px; border-bottom-width: 1px; border-bottom-style: solid; font-weight: normal; font-size: 0.92em; min-width: 142px; outline: none; } .custom-login-form p input, .custom-login-form p textarea, .custom-login-form p select, .custom-login-form p .input_checkbox_label { -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } @media only screen and (max-width:479px) { .responsive .custom-login-form .form_element { width: 100%; clear: both; margin-right: 0; margin-left: 0; float: none; } }It should get the right design and works properly. Let us know if it’s also good on your end :)
Best regards,
NikkoJanuary 2, 2017 at 2:40 pm #728597In reply to: Header is hiding top of section when using anchor
Hi,
as i told you, it’s not so obvious: click on “Training” and you will see, that it’s scrolling down to the real anchor top!
best regards,
TomJanuary 2, 2017 at 2:24 pm #728569In reply to: Social Buttons
Hey ronensin,
please use different tickets for different questions.
1.) Use this code inside Quick CSS field:
#top #wrap_all .av-social-link-facebook { background: #37589b; } li.social_bookmarks_gplus.av-social-link-gplus.social_icon_2 { background: #de5a49; } li.social_bookmarks_youtube.av-social-link-youtube.social_icon_3 { background: #a72b1d; } li.social_bookmarks_twitter.av-social-link-twitter.social_icon_4{ background: #46d4fe; }Best regards,
Andy -
This reply was modified 9 years, 2 months ago by
-
AuthorSearch Results
-
Search Results
-
Topic: Icons side by side on mobile
I have two icons in a 1/3 column using ALB. I have them set to align left and have used the below styling to remove the animation effect on hover as well as adjust the sizing. On desktop and tablet they look great: they appear side by side aligned to the left of the column and are quite nice looking. On mobile, they stack each on one row. I prefer that they appear side by side on mobile but have not been able to achieve that. Any suggestions?
Thanks!
.av-icon-char, .av-font-icon {
font-size: 36px !important;
line-height: normal !important;
margin-right: 10px;
}.av_font_icon.av-icon-style-border .av-icon-char {
border: none;
padding-top: 0;
padding-bottom: 0;
}.avia_transform .avia_start_delayed_animation.av_font_icon {
animation: none;
-webkit-animation: none;
}.av_font_icon.av-icon-style-border a.av-icon-char:hover:after {
animation: none;
-webkit-animation: none;
}.av_icon_caption {
margin-top: 0;
}Hello,
I’m using the Enfold Medical theme template. On the ‘Welcome’ page there is a -200px margin to allow the image and content boxes to overlap the image and sit ‘above’ it. When viewing on mobile this causes problems for me as they overlap the image too much. I want to remove the -200px top margin on mobile but am struggling to do this using a Custom CSS class.
This is a link to the theme I am using.
This is how I want it to look on mobile i.e. no -200px margin:
https://postimg.org/image/fgu1ommpb/
Could anyone help at all?
