Forum Replies Created
-
AuthorPosts
-
Hi Mohammad Reza,
Thank you :)
Best regards,
VictoriaHey mleite1,
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
.avia-section-huge .content { padding-top: 40px; padding-bottom: 40px; }If you need further assistance please let us know.
Best regards,
VictoriaHi Julian,
The issue was supposed to be fixed in the update, but if you still have it, I suggest you try adding the code from the thread above and see if that works for you. Also if the code form functions.php was deleted and css not, maybe that causes the issue?
Best regards,
VictoriaHey jockejansson,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaMay 28, 2017 at 1:32 pm in reply to: WooCommerce Cart Icon Broken – WooCommerce 3 / Enfold 4 #800801Hi Jason,
You can put this code to your child theme functions.php
if(!function_exists('avia_woocommerce_cart_pos')) { add_filter( 'avf_header_classes', 'avia_woocommerce_cart_pos' , 10 , 3); function avia_woocommerce_cart_pos($class, $necessary, $prefix) { if($prefix == 'html_') // only for the html tag { global $woocommerce; $cart = $woocommerce->cart->get_cart(); $cart_pos = avia_get_option('cart_icon'); if($cart_pos == "always_display" || !empty($cart)) { $class[] = "visible_cart"; } if($cart_pos == "always_display_menu") { $class[] = "cart_at_menu"; } } return $class; } }and see if this helps.
Best regards,
VictoriaMay 28, 2017 at 1:29 pm in reply to: Background image of "Farb section" larger on smartphones? #800799Hey Uwe,
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: 450px) { .avia-full-contain { background-size: cover !important; } }If you need further assistance please let us know.
Best regards,
VictoriaHey hanslindstrom,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
The div with comment form seems to capture the whole height of the page for some reason.
Best regards,
VictoriaMay 28, 2017 at 1:11 pm in reply to: little css problem: full with layout, but want the Menu boxed #800796Hi 3DStudio,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaHey jalmz,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Those are tags. Do you want to hide them?
Best regards,
VictoriaHey KK,
You need to add sidebar to your pages and try adding there the categories widget, just need to make it work with portfolio categories. You can add sidebar in the bottom to the right (on screenshot in private).
If you need further assistance please let us know.
Best regards,
VictoriaHi LifeIsNow001,
The mess is created by adding those links with the telephone. LOOKS like too many are there in html. Try removing the extra ones. The logo image is not in a correct container also.
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..main_menu { top: 0; }If you need further assistance please let us know.
Best regards,
VictoriaMay 28, 2017 at 12:53 pm in reply to: Issue with apply link to column and add to cart button #800787Hi clairemartindigital,
Have the link with the product title go to the product page and the button – add to the cart, just like it is.. Just add underline or change color when hover over the product title. – Is this not a solution for you?
Best regards,
VictoriaHey Paul,
It is ok to do so, but I would recommend doing it on a cloned test server first, so that you can fix any issues with code or bad looks there, if there are any.
If you need further assistance please let us know.
Best regards,
VictoriaHey foxp3,
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: 450px) { #top .avia-slideshow-button { margin-top: 0; } .slideshow_align_caption { vertical-align: top; } }Let me know how do you like this suggestion :)
If you need further assistance please let us know.
Best regards,
VictoriaHi bakbek,
I did not see any gaps. Which mobile is that?
Best regards,
VictoriaHey Mohammad Reza,
This issue has been reported to our developers and they are working on fixing it. Please bare with us, the fix is coming out soon.
If you need further assistance please let us know.
Best regards,
VictoriaHi peanuttario,
Credentials did not work. Could you please update the credentials.
There are two many styles applied to this form and then you try to override them with !important. I suggest you start from the beginning. Clean form, not styles give by us before and see what needs to be done then.Best regards,
VictoriaMay 28, 2017 at 12:06 pm in reply to: Add MANUAL (!) excerpt to the "related posts" – suggested snippet not working #800773Hey Chris,
Try this code:
add_filter('avf_related_post_loop','avia_related_excerpt'); function avia_related_excerpt($related_post) { $excerpt = get_the_excerpt( $related_post ); $output = "<span class='related-excerpt'>".$excerpt."</span>"; return $output; }If you need further assistance please let us know.
Best regards,
VictoriaHey bradhepp3,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaHi giaco_he,
I suggest you do put the code is the child theme functions.php.
If you need further assistance please let us know.
Best regards,
VictoriaMay 28, 2017 at 11:45 am in reply to: customize the mobile menu to be : logo+search icon+cart icon+menu icon #800766Hi,
I still don’t see the search icon there. But here are the styles for mobile with room left for the icon:
@media only screen and (max-width: 450px) { .responsive #top ul#menu-item-shop.cart_dropdown, .responsive #top #menu-item-shop.cart_dropdown li { width: 50px; height: 80px; min-width: 50px; margin-right: 70px; } }Best regards,
VictoriaMay 28, 2017 at 11:35 am in reply to: WooCommerce Cart Icon Broken – WooCommerce 3 / Enfold 4 #800765Hi Jason,
It seemed to me that after you disabled the caching it worked. Did you unset the variable? Did it work when you unset?
Best regards,
VictoriaHi Yargas,
The page is like that because you built it that way, you can have 1 portfolio grid and choose several categories to be shown in it. Or you can place all these grids in 1/2 columns.
If you need further assistance please let us know.
Best regards,
VictoriaHi Yargas,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaHi mleite1,
Credentials did not work. Could you please update the credentials.
Best regards,
VictoriaHi Dandelion222,
Glad we finally got this one sorted out :)
If you need further assistance please let us know.
Best regards,
VictoriaMay 28, 2017 at 11:22 am in reply to: How to create a drop-down on a full-width submenu item? #800759Hi mfrahm,
This kind of customization is out of the scope of our support, unfortunately. You could hire a freelancer to do it for you.
If you need further assistance please let us know.
Best regards,
VictoriaHi clairemartindigital,
Here is an example:
p { font-family: Pathway Gothic One, sans-serif; }But I don’t see the font on your website yet.
Best regards,
VictoriaHi bitojoe,
On the screenshot in private you van see elements and animation applied, you can override it via css:
.avia_sortable_active .isotope { -webkit-transition: height 0.5s 0.2s cubic-bezier(0.165, 0.840, 0.440, 1.000); transition: height 0.5s 0.2s cubic-bezier(0.165, 0.840, 0.440, 1.000); }Best regards,
VictoriaMay 28, 2017 at 10:40 am in reply to: Switching of tab sections on mobile not working when Tab title has czech chars #800752Hey dnaj,
The issue with Tab section has been reported and our developers are working on it. Thank you :)
Please, bare with us.Best regards,
Victoria -
AuthorPosts
