Forum Replies Created
-
AuthorPosts
-
Hey!
Try with this code:
.josue_iconbox.iconbox_top:before { content: ""; width: 100%; background: red; background-size: cover; height: 60px; /* change this for the height of your preference */ position: absolute; top: -61px; /* change this for the height of your preference */ left: 0; }Don’t forget to purge your caching/minification plugin.
Best regards,
Josue-
This reply was modified 11 years, 7 months ago by
Josue.
Hey!
That depends on the change you want to do, if you the code Ismael suggested does what you need then it’s not necessary.
Cheers!
JosueHello,
The theme is not generating that code. Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueSi, en el futuro se planea restaurarlo cuando se solucionen estos inconvenientes.
August 27, 2014 at 8:00 pm in reply to: Moving Smart Scroll Anchor Link on Full Screen Slider OR Reducing Slider Height #310041Hey!
You can use this code (functions.php) to enqueue a shortcodes.js file from the child folder:
// Replace shortcode.js function change_aviajs() { wp_dequeue_script( 'avia-shortcodes' ); wp_enqueue_script( 'avia-shortcodes-child', get_stylesheet_directory_uri().'/js/shortcodes.js', array('jquery'), 2, true ); } add_action( 'wp_enqueue_scripts', 'change_shortcodejs', 100 );Best regards,
JosueHi,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueYour website is not loading for me right now.
You are welcome, glad to help :)
Regards,
JosueHi,
Can you post the link to your website please? a temporary admin account would be helpful too.
Regards,
JosueEs porque en /ulbsports/ estas usando la ultima version de Enfold (2.9.1). Lo que podrías hacer si es que realmente quieres mantener parallax en mobiles seria reemplazarla con una versión anterior de esas webs donde si funciona.
You are welcome, glad to help :)
Regards,
JosueVale, caso cerrado :)
Si algo no funciona añadele !important a la propiedad:
.price { color: gray !important; font-family: "Gothic"; font-size: 12px; }Ok, let me know :)
Utiliza font-family y font-size para cambiar eso:
.summary p{ color: blue; font-size: 12px; } .summay .price{ color: green; font-family: "Arial"; } .summary .product_title { color: red; font-size: 24px; }Que parte del texto quieres que cambiar exactamente? prueba con estos codigos:
.summary p{ color: blue; } .summay .price{ color: green; } .summary .product_title { color: red; }Creo que ya estamos:
http://www.carrazart.com/product/twenty-six/Creo que eso es porque ya habias puesto el codigo una vez en algun archivo del theme, lo tienes que revertir via FTP, si me das cuenta temporal lo podria hacer yo.
Hola,
En este caso lo mas conveniente seria usar el plugin que te mencione.
El child theme utilízalo para nuevos proyectos, lo puedes bajar desde aquí:
http://kriesi.at/documentation/enfold/downloads/Saludos,
JosueHey!
I’d suggest using SearchWP or Relevanssi as their implementation is already documented:
http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/
http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/Best regards,
JosueAugust 27, 2014 at 1:50 am in reply to: Why won't bullets display white like the associated text? #309605Ok, discard that plan. Add this at the start of Quick CSS instead:
.page-id-6568 .entry-content-wrapper li { text-indent: 0 !important; margin-left: -15px !important; }Regards,
JosueHi!
Let us know how it goes :)
Cheers!
JosueHi Chris!
Unfortunately i don’t think that’s possible because the search in the menu uses a very different approach (you can disable it if you want in the theme options).
Cheers!
JosueHola,
Es algo así lo que quieres lograr en mobiles?
Los efectos Parallax fueron desactivado en mobiles por problemas de compatibilidad.
Saludos,
JosueHey!
Check your website now, code has been added at the start of Quick CSS.
Best regards,
JosueAugust 27, 2014 at 12:18 am in reply to: Why won't bullets display white like the associated text? #309585Hi!
Change the ones that have “-15px” as value.
Cheers!
JosueHey Matthieu!
You can put whatever you want as the custom class, but what you put there must be the same declared in the code, example if i put something like “josue_iconbox”:
.josue_iconbox .iconbox_top:before { content: ""; width: 100%; background: url(put_background_image_here) no-repeat center top; background-size: cover; height: 60px; /* change this for the height of your preference */ position: absolute; top: -61px; /* change this for the height of your preference */ left: 0; }In the actual code properties the only thing you need to change is the background: url(..) and the height/top if needed.
Cheers!
JosueAugust 27, 2014 at 12:04 am in reply to: Why won't bullets display white like the associated text? #309580Hey!
You just need to look for this in the code:
text-indent: -15px!important;Simply change it to:
margin-left: -15px!important;Best regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function change_blog_archive_style() { global $avia_config; if(!is_single()){ $avia_config['blog_content'] = "excerpt_read_more"; } } add_action('get_header', 'change_blog_archive_style');Cheers!
JosueAugust 26, 2014 at 11:44 pm in reply to: Why won't bullets display white like the associated text? #309576Hi,
I’m referring to the text-indent CSS property (see screenshot). Can you please create me an administrator account? post it here as a private reply.
Regards,
Josue -
This reply was modified 11 years, 7 months ago by
-
AuthorPosts
