-
AuthorSearch Results
-
May 5, 2017 at 2:08 pm #788387
In reply to: FALLOS CON WOOCOMMERCE
Hi,
It’s coming from our internal support ticket system, if we don’t think a reply is needed to the topic then we can mark it as read to remove it from the queue.
Best regards,
RikardMay 5, 2017 at 1:57 pm #788379In reply to: A bug with drop cap one big letter?
Hi,
H is not showing up since it’s inside a shortcode which is prevented to show, just use the excerpt field if you can’t see it, expand the Screen Options (located top right) then check Excerpt, this field should appear below the Content Editor. Then just paste the text you want to show up without the shortcode. Hope this helps :)
Best regards,
NikkoMay 5, 2017 at 1:39 pm #788374In reply to: Display problems with repeating Grid rows
May 5, 2017 at 12:45 pm #788353In reply to: Space above and below the navigation menu
Hi Haiko,
For #1, can you try using this code instead:
#header_main { margin-top: 15px !important; }For the other items, there are paddings built into the theme elements in order to give elegant spacing between them. We totally understand if you want them customized, and this can be done through Quick CSS. :)
We can still check if there’s something we can change through your Editor. May we have temporary access into your Dashboard so we can take a closer look at your page?
Best regards,
SarahMay 5, 2017 at 12:17 pm #788344Please check again, it seems to me that you controlled the WEB version, while as I wrote in the Topic Name.
The problem exists in Mobile View. It is still present, people can not chose nor fill the forms of email and phone and can not make purchases.
P.S. I cleared cache and did checks, i am sure that this is an issue with a theme.
May 5, 2017 at 12:10 pm #788341Hi!
To move the background specifically for iPads (portrait and landscape), you can use something like this code:
@media only screen and (min-width: 768px) and (max-width: 1024px) { .page-id-804 #av_section_2 .avia-builder-el-12 { background-position: center -100px; } }Please replace the second value in the background-position (
-100px) to fit your preference. Putting 0px will align the top of the image to the top of the section. A negative value nudges the image higher. A positive value will make it lower.For more information about background-position attribute, please see this: https://www.w3schools.com/cssref/pr_background-position.asp
Best regards,
SarahMay 5, 2017 at 11:55 am #788338In reply to: Main Menu button like content element button
Hey!
We modified the code a bit. Please try it again.
// https://kriesi.at/support/topic/main-menu-question/#post-787106
Regards,
IsmaelMay 5, 2017 at 11:50 am #788334Hi,
thank you for this. Works great. ONE last thing:
On my friend iPad the whole face in the background picture is not shown.. (see screenshot private content) On desktop devices theres no problem as using parallax they can see everything by scrolling.
Is there a possibility to show another area of the picture especially on ipads?Thanks for your help!!!
May 5, 2017 at 11:40 am #788327Hi,
The header shifts because the “position” property is being set to “fixed”. Please try this css code:
@media only screen and (max-width: 990px) { /* Add your Mobile Styles here */ .html_header_top.html_header_sticky #header { position: relative !important; } .html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main { padding-top: 50px !important; } }Best regards,
IsmaelMay 5, 2017 at 11:19 am #788313In reply to: 100% Full Height Page
Hey myproduct,
You can try using a Color Section and set the Section Minimum Height to “At least 100% of Browser Window Height”. Then, you can add content elements inside it. Our Blank Pages demo, for example, uses a Color Section with 75% Browser Window height. http://kriesi.at/themes/enfold-2017/pages/blank-pages/
This works for both desktop and mobile.
You can see the other uses of Color Section: http://kriesi.at/themes/enfold-2017/elements/color-section/
I hope that helps!
Let us know if you need further assistance.
SarahMay 5, 2017 at 10:55 am #788300So put Cloudflare in ‘development mode’ and disabled the cache plugin we use (WP Rocket) and tried these solutions below:
https://kriesi.at/support/topic/search-button-on-mobile/#post-748090
kriesi.at/support/topic/icon-suche-fehlt-in-der-mobilen-ansicht
https://kriesi.at/support/topic/search-button-on-mobile/#post-431521However, none of them worked or did anything to our website. Any advice/help on how to do this?
-
This reply was modified 8 years, 11 months ago by
orangeamps.
May 5, 2017 at 10:52 am #788299Hi,
On a side note, I tried adding the cart, facebook and instragram to Single Products Pages sidebar in Widgets, but it still doesn’t show up as a sidebar on the actual pages,
That is the actual position of the “sidebar” on single product pages. If you want to adjust the layout, please refer to this link.
// https://kriesi.at/support/topic/sidebar-rechts-single-page/#post-580220
Is there any way to have a header image on the Single Products pages like I have on my other pages, or is that not available since the Advanced Layout Builder is not usable with Woocommerce?
You can use hooks to create additional elements inside the product area.
// https://docs.woocommerce.com/document/introduction-to-hooks-actions-and-filters/
// https://docs.woocommerce.com/wc-apidocs/hook-docs.htmlExample:
add_action('woocommerce_before_single_product', 'woocommerce_before_single_product_mod'); function woocommerce_before_single_product_mod() { echo "SOMETHING HERE"; }Best regards,
IsmaelMay 5, 2017 at 10:16 am #788287In reply to: Bug on search icon when using a Wacom Tablet
Try out this website that we’re on now – the search icon on the top right.
Hi,
Please try adding this into Quick CSS:
.header-scrolled .logo .subtext { font-size: 14px; top:5px; } .header-scrolled .logo i { font-size: 10px; } .header-scrolled .logo a { line-height: 15px; -webkit-transition: all .1s; transition: all .1s; } .header-scrolled .logo .subtext, .header-scrolled .logo i { -webkit-transition: all .2s; transition: all .2s; }This is for after following the solution presented here, based on the documentation here.
Best regards,
Sarah-
This reply was modified 8 years, 11 months ago by
Sarah. Reason: added the transition attribute for smoother look
May 5, 2017 at 9:24 am #788267Topic: 100% Full Height Page
in forum Enfoldmyproduct
ParticipantHi,
I would like to create a full height 100% page with contents inside. The problem I’m having was different screen size has different height so I can’t have the correct full height content. Please give me a hand on this. I need this only for desktop & mobile would be stick to current one.
May 5, 2017 at 9:04 am #788255In reply to: FALLOS CON WOOCOMMERCE
This topic has been marked as red, what is that?
May 5, 2017 at 8:48 am #788252Thanks Yigit,
I’ll figure it out! You can close the topic.
Best regards,
MaxMay 5, 2017 at 8:00 am #788246In reply to: Multitude of tags appear on many posts
Hi Victoria,
Thank you for your patience and for finding a great spot to put this. This issue is unfortunately not addressed entirely.
The function adds the search function but when the browser window is resized or content is scrolled the entire login menu disappears. Can you take a look?
Much appreciated!
May 5, 2017 at 7:47 am #788241In reply to: z-index for header area
Hi,
Please try the following CSS:
.logo { position: absolute; top: -47px; }Best regards,
RikardMay 5, 2017 at 7:41 am #788237In reply to: transparency switch
Hi,
Glad we could help and thanks for the kind words, please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardMay 5, 2017 at 7:08 am #788220In reply to: Error Displayed in Fullwidth Easy Slider
Hi,
Thanks for the feedback. Please let us know if you should need any further help on the topic.
Best regards,
RikardMay 5, 2017 at 6:39 am #788207In reply to: woocommerce role based price
Hey Luisgasser,
Please refer to this thread: https://kriesi.at/support/topic/recommended-plugins/
Best regards,
RikardMay 5, 2017 at 6:18 am #788197In reply to: Slider image flip
Hi Lyse,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardMay 5, 2017 at 6:15 am #788195In reply to: enfold theme and ThriveLeads
Hi Nancy,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardMay 5, 2017 at 5:58 am #788189Hey AirGO,
Please try CSS like this instead:
div.below-title-container.container_wrap { position: absolute; top: 150px; right: 200px; z-index: 10000; }Best regards,
RikardMay 5, 2017 at 5:26 am #788182Hi!
To move the text block specifically for iPad landscape mode only, you can use this code
@media only screen and (min-width:767px) and (max-width: 1024px) and (orientation: landscape) { .page-id-804 #av_section_2 .avia-builder-el-12 { padding-top: 25px; } }Then please adjust the value of the padding to fit your preference.
Best regards,
SarahMay 5, 2017 at 1:21 am #788159In reply to: Problem viewing site on iPhone and iPad
Hi Rikard, I just checked the site on my iPhone and my girlfriend’s iPhone and the same problem seems to be happening. Everything looks great except the header photos (the large blue tint ones across the top of the page when you view on a computer) aren’t showing up on mobile devices. The home page is fine with the slider, but the top header static mages on the Shop, About and Contact pages aren’t showing up.
May 5, 2017 at 12:53 am #788153Also theres a bug with animations in firefox [ constant looping ]
tried with https://kriesi.at/support/topic/repeated-animated-columns-bug-in-firefox/ but no luck
if i put FADE on main cell – everything is ok
but if i put anything else but fade – looping start againlatest FF
-
This reply was modified 8 years, 11 months ago by
cyberhrc.
May 5, 2017 at 12:26 am #788142Topic: Remove Shopping Cart Icon in header
in forum EnfoldNamialos
ParticipantHey,
I would like to completly remove the shopping cart in the header using CSS. I saw a previous reply that gave following CSS that did not work for me:
#top .cart_dropdown { display: none; }Why doesnt it work anymore?
-
This topic was modified 8 years, 11 months ago by
Namialos.
May 4, 2017 at 11:14 pm #788119In reply to: z-index for header area
Hello,
The logo appears underneath the meta header area please see screenshot:Could you please assist me with how to use css so that the logo is on top and isn’t cut off?
Thank you
-
This reply was modified 8 years, 11 months ago by
-
AuthorSearch Results
Viewing 30 results - 80,281 through 80,310 (of 142,866 total)
-
Search Results
-
Topic: 100% Full Height Page
Hi,
I would like to create a full height 100% page with contents inside. The problem I’m having was different screen size has different height so I can’t have the correct full height content. Please give me a hand on this. I need this only for desktop & mobile would be stick to current one.
