Forum Replies Created
-
AuthorPosts
-
Hi!
You can replace postslider.php from a child theme with the following method:
http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/Regards,
JosueOk, try changing this line (1187) instead:
item.stop().css('display','block').animate({opacity:0},300, function()To:
item.stop().css('display','block').animate({opacity:0},800, function()Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueNot necessarily, did you test it?
Regards,
JosueJanuary 21, 2016 at 12:52 pm in reply to: Top menu and socket social icons of different sizes? #569349Hey!
Try adding this code to the Quick CSS:
#socket .social_bookmarks li a{ font-size: 20px; width: 30px; line-height: 28px; }Cheers!
JosueHey!
The image difference seems to be caused by wp.com image processing, i’d suggest disabling that in the Jetpack options.
Cheers!
JosueHi,
Open /enfold/config-templatebuilder/avia-shortcodes/postslider.php and look for line 431:
$meta = "<div class='slide-meta'>";Replace it by this:
$meta = "<div class='slide-meta'>"; $meta .= "<div class='slide-author'>".get_the_author()."</div><div class='slide-meta-del'>/</div>";Regards,
JosueHi,
Open js/avia.js and look for line 1033:
delay:300Replace it by this:
delay:800Regards,
JosueHi!
LS can be fullwidth, make sure you have this settings – http://screencast.com/t/EEzEKL4oPMnx
Best regards,
JosueHi!
1. There’s no
single_variation_wrappresent so the code should be:span.woocommerce-de_price_taxrate { display: none !important; }2. Modifying the Enfold WC filter is possible, but it would require some custom coding to the theme, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueHey!
I pasted the code in the child theme functions.php, review your site.
Best regards,
JosueGlad to hear that, let us know if you need help with anything else :)
Regards,
JosueHey!
Set a redirection from the default category URL to your custom category page, you can use the following plugin for that:
https://wordpress.org/plugins/simple-301-redirects/Cheers!
JosueJanuary 20, 2016 at 11:50 pm in reply to: Create landingspage and use it like a standard template? #568971Hi!
You can, follow this guide on how to do it:
Note that you’d need to upload the template file to the
enfoldfolder, if you are using a child theme, you’d upload there instead.Best regards,
JosueHi!
Can you post a screenshot of your view? here’s how it looks on my end – http://screencast.com/t/M1RNxz7DJDv
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueNo i haven’t so far. At this point i’d suggest you trying out a third-party contact form:
https://wordpress.org/plugins/contact-form-7/If it works as expected i can help you stylize it to match the Enfold form appareance.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
a.paypal-express-checkout-button.clearfix { display: block; }Cheers!
JosueHey!
Can you pass me a link to a Product page so i can do the buy process and check if i see the issue?
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial { padding: 0 30px; } }Cheers!
JosueWe looking forward to hearing from you :)
Regards,
JosueHey!
Use the following:
.header_color .main_menu .menu ul li a { background: red; } #top .av-main-nav ul{ border-bottom: 20px solid gray }Regards,
JosueThat sounds like a very weird issue. I’ve made some tests (validation on/off) with an .at domain address (i currently don’t have any net, info, us available) and i did get the messages, it took some time though (10-12 min).
Best regards,
JosueHey!
Yoast SEO also has this feature, i usually recommend FV SEO because it’s simpler.
Best regards,
JosueHey!
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#top .av-main-nav ul{ margin-top: -50px; }Cheers!
JosueJanuary 19, 2016 at 2:11 am in reply to: Change color in Sidebar extend to bottom of sidebar in chrome #567503Hi!
You could target Chrome exclusively and change the percentages until you get the desired result:
@media only screen and (min-width: 768px) { .avia-chrome .container_wrap.sidebar_right{ background:-webkit-gradient(linear,right top,left top,color-stop(red,0.295),color-stop(white,0)); background:-webkit-linear-gradient(right, red 29.5%, white 0%); background: -moz-linear-gradient(right, red 29.5%, white 0%); background: -o-linear-gradient(right, red 29.5%, white 0%); background: linear-gradient(right, red 29.5%, white 0%); } }Best regards,
JosueHi,
Open js/shortcodes.js and look for line:
mapTypeId:google.maps.MapTypeId.ROADMAP,Replace it by this:
mapTypeId:google.maps.MapTypeId.SATELLITE,or:
mapTypeId:google.maps.MapTypeId.HYBRID,Regards,
Josue -
AuthorPosts
