Forum Replies Created
-
AuthorPosts
-
June 1, 2017 at 3:51 pm in reply to: Post using Advanced Editor. How to insert Post Meta info (Title, Date etc.) ? #802615
Hi Tobiy,
Please refer to this thread for a possible solution.
Is that what you need to do?
Best regards,
VictoriaHi TimBoySlim,
Does it log any error or just does not work?
Best regards,
VictoriaHi maccadigital,
No need to have to sliders. You can give the layer with buttons a custom id and target it with styles, to have it more responsive. Could you turn off minification and cache for a little bit please.
Best regards,
VictoriaHi Andrea,
Sorry for the late reply. Could you please specify the page where I can see the easy slider that you have an issue with.
Best regards,
VictoriaHi michellerunge,
Sorry for late reply. Have you in implemented any of these? Which issues do you still need help with?
Best regards,
VictoriaHi Charlotte,
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 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,
Victoria -
AuthorPosts