Forum Replies Created
-
AuthorPosts
-
Hey!
Probably because it would confuse some beginner users, and yes, you’d need to re-enter it if you update the theme. However you can use a Child theme to avoid that :)
Cheers!
JosueHey!
Have you made modifications to the theme files?
Cheers!
JosueHey!
You can check the release notes here:
http://kriesi.at/documentation/enfold/category/change-logs/Cheers!
JosueHi Andrew!
I see it there:
Can you post a screenshot of your view?
Best regards,
JosueFebruary 14, 2014 at 6:22 am in reply to: the Advanced Layerslider shows two grey lines I want to hide #223793Hola Adolfo
Me parece que esas lineas provienen de los elementos que están antes y después del LayerSlider, me refiero a los Color Sections, utilizalos con esta opción seleccionada para que no aparezcan:
Saludos,
JosueHi Bruno!
It’s weird, here’s how i see it in Safari 7.0.1 (OS X Mavericks):
http://screencast.com/t/BfjbNvA9Regards,
JosueHehe, yeah it would. You are welcome, glad we could help you :)
Cheers!
JosueHi!
JavaScript code should not be in functions.php, try putting it in js/avia.js instead (at the very end, you may need to change the $ for jQuery).
Cheers!
JosueHey Silvio!
Put this in functions.php:
add_theme_support (‘deactivate_layerslider’);
And activate the LayserSlider standalone plugin.
Regards,
JosueHey Doug!
Please update to the latest version of Enfold (2.5.2) to see if it gets fixed, try disabling all third-party plugins too.
If it doesn’t, please create an administrator account and post it here as a private reply so we can take a look.
Best regards,
JosueHi!
You have a caching plugin activated, flush it and see if the code takes effect.
Best regards,
JosueHola Jesus,
Me parece que es un conflicto entre el shortcode de los productos de WooCommerce y el de los Posts, hace unos dias salió una version de Woo (2.1) y hoy dia de Enfold (2.5.2). Por favor actualiza estos dos componentes primero.
Saludos,
JosueHi!
This will fix it (Quick CSS):
#top .main_menu .menu>li:last-child>a { padding-right: 13px !important; }
Cheers!
JosueHi!
I was able to reproduce this issue, but it did get fixed with the code Yigit provided:
.avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial:first-child { position: relative !important; }
Please take a look:
http://screencast.com/t/QBS77fUyRegards,
JosueHey!
I’m not sure because i haven’t used Swiftype with Enfold, but i think that code should be in a footer.php or header.php and you’d not need to edit functions-enfold.php. However it may requiere additional tweaking, like disabling the built-in ajax search functionality (you can do this by removing line 30 from js/avia.js).
If you need more assistance please contact one developer from Codeable or Microlancer, as i said in my first reply we can not help you here because it’s out of the scope of our support policy.
Regards,
JosueHi!
Here: /wp-includes/comment-template.php, line 1720.
Regards,
JosueHey!
In functions-enfold.php, around line 66, you’d put your custom form in HTML format there. It would be better to contact the Swiftype support if you decide to go with them.
Best regards,
JosueHey!
Try with this code:
.content li { text-indent: 0; list-style: none; background: url(https://lindenmobileappstore.nl/wp-content/uploads/2014/01/li-bullet-81.png) 0px 7px no-repeat; padding-left: 10px; margin-left: 0; }
Result:
Best regards,
JosueIt’s one of the built-in slider, not LS. Looking forward to hearing from you when you go live :)
Regards,
JosueHey!
Fixed.
http://192.185.4.34/~munck/aktivfamilieferie.dk/wp-admin/post.php?post=3613&action=edit&message=1Changed line 128 in /config-templatebuilder/avia-shortcodes/iconbox.php:
$inner .= " <h4 class='avia_iconbox_title' data-update_with='title'>".html_entity_decode($params['args']['title'])."</h4>";
To:
$inner .= " <h4 class='avia_iconbox_title' data-update_with='title'>".$params['args']['title']."</h4>";
Cheers!
JosueHi!
I tested seeing this Page, here’s how i see it:
Try checking it from another computer.
Regards,
JosueHi!
I couldn’t access your website, please disable that auth plugin.
Regards,
JosuePlease do so, post them here as a private reply.
Regards,
JosueHi!
The code is not being applied because it appears you have changed some elements order, therefore nulling the effect that the CSS should do.
Right now with your current setup, this is working:
#after_section_1 .avia-builder-el-27 { width: 9.333333% !important; } #after_section_1 .avia-builder-el-23 { margin-left: 9.333333% !important; }
If you change that page you’d need to tweak the CSS code again, you can check the class names if you inspect those columns with the Chrome Dev Tools (el-27 is the empty middle column and el-23 is the first column).
Cheers!
JosueHey!
Add this too:
.avia-button-wrap * { color: white !important; }
Best regards,
JosueHi!
Try updating WordPress to its latest version.
Regards,
JosueHey!
This user had a similar request, please take a look:
https://kriesi.at/support/topic/turn-off-background-repeat-in-slider/Regards,
JosueHey!
It is already, take a look at this article:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/Regards,
JosueFebruary 13, 2014 at 8:59 am in reply to: Increased Logo Size. How do I push the remainder of the page down? #223274Hey!
Try adding this code to the Quick CSS:
#main { padding-top: 151px !important; }
Cheers!
Josue -
AuthorPosts