Forum Replies Created
-
AuthorPosts
-
No conozco pero tal vez aquí encuentres alguno:
https://wordpress.org/plugins/search.php?q=media+organizerSaludos,
JosueHi!
Try using a normal quote (‘):
St. Martin'sCheers!
JosueNovember 28, 2014 at 1:23 am in reply to: How to add a "popular posts" widget in the style of the "latest news" widget #359312Hey!
You can use the Enfold Combo Widget and remove the tabs with CSS:
.tab_titles { display: none; }Regards,
JosueHey Jaap!
Try the following:
https://kriesi.at/support/topic/color-selection-not-working-for-specific-color-code/#post-342032Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply. I wish to look at your backend structure.
Regards,
JosueHi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(window).trigger('resize'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueHey Kathryn!
More than 34 files in different folders were changed, i’d suggest downgrading the WordPress installs instead, you can download WordPress 4.0 here – http://wordpress.org/wordpress-4.0.zip
Also make sure to disable WP auto-updates too:
http://www.wpbeginner.com/wp-tutorials/how-to-disable-automatic-updates-in-wordpress/Cheers!
JosueHi,
Does the issue persists with the default WordPress theme activated?
Cheers!
JosueNovember 28, 2014 at 12:33 am in reply to: IE9 – sidebar not floating left/right – appears under main content area #359270Hey Jas!
As far as i know compatibility view is disabled by default, nevertheless you can force compatibility off by adding some tags to the header:
http://stackoverflow.com/questions/6348959/how-to-disable-compatibility-view-in-ieBest regards,
JosueNovember 28, 2014 at 12:28 am in reply to: After Update to Enfold 3.04 WooCommerce extension not working correctly #359267Hello
The links you posted are returning a blank page on my end.
Best regards,
JosueSi, en esa pagina si estoy logeado, pero la que tiene el problema es ortizcompeticion cierto?
Puedes usar este plugin para almacenar ese código separado del theme y hacer que sobreviva updates:
https://wordpress.org/plugins/functionality/Hey Rhoody!
Try changing line 72 in sidebar.php:
if (dynamic_sidebar('Displayed Everywhere')) : $default_sidebar = false; endif;Regards,
JosueYa, mira el problema es que el servidor solo permite envios que tengan este email (wordpress@bodasquintareal..) como remitente, la solución seria forzar el formulario de Enfold a usar ese remitente siempre, esto lo puedes hacer añadiendo este código al functions.php del theme:
function change_cf_from() { return " (Email address hidden if logged out) "; } add_filter('avf_form_from', 'change_cf_from', 10);¿Como me logeo para verlo? la ruta /wp-admin/ no funciona.
Hi!
Problem is dynamic widgets are unidentifiable via PHP code, did you try the plugin we suggested?
Regards,
JosueNovember 27, 2014 at 8:40 pm in reply to: avia code block and shortcode with lightbox not works #359169Hi,
Try with this:
<script> (function($){ $(window).load(function() { $("body").avia_activate_lightbox(); }); })(jQuery); </script>Regards,
JosueAñade esto tambien:
.html_header_top.html_header_sticky.html_header_transparency #top #main { padding-top: 0 !important; }Hey Simon!
That’s happening because Ismael’s solution applies when the page loads via JavaScript, not sure if this would work but you can try changing the code to this:
function avf_blog_style() { ?> <script> (function($){ var blog = $(".template-blog").length; if(blog) $(".main_color.container_wrap").removeClass('fullsize'); })(jQuery); </script> <?php } add_filter('wp_footer', 'avf_blog_style', 10);Cheers!
JosueHey David!
Both sites are currently loading fine on my end (home and internal pages), did you manage to fix the issue?
Cheers!
JosueHola!
Cambia esto:
.html_header_top.html_header_sticky #main { padding-top: 88px !important; }A:
.html_header_top.html_header_sticky #top #main { padding-top: 88px !important; }Saludos,
JosueHola,
Prueba crear un formulario con este plugin para descartar si el problema viene del theme.
Saludos,
JosueHey!
Try adding this code to the Quick CSS:
#av_section_1 { background-size: contain; }Cheers!
JosueNovember 27, 2014 at 7:51 pm in reply to: LayerSlider not allowing me to create new slides or edit old ones #359154Hi!
It may be happened because of the WordPress 4.0.1 auto-update, try updating Enfold to the latest version (3.0.4).
Regards,
JosueHey David!
Use this:
.image-overlay-inside:before{ display: none !important; } .image-overlay { background: #ec1164; } .grid-image:before { content: attr(title); position: absolute; width: 100%; height: 100%; z-index: 1000; text-align: center; opacity: 0; font-weight: 200; font-size: 24px; color: #ffffff !important; top: 50%; } .grid-image:hover:before { opacity: 0.9; } .grid-image:before{ transition: all linear 0.2s; } .grid-content { display: none !important; }Cheers!
JosueNovember 26, 2014 at 11:47 pm in reply to: URGENT: Masonry gallery Problem with Display title and caption in Enfold v.3.02 #358654Hola Antonio,
Simplemente re-instala Enfold usando una copia de Themeforest pero reemplaza los archivos es_ES.po/es_ES.mo con los que están en este zip:
https://www.dropbox.com/s/z79u3zijh2w78d2/enfold_traduccion_actualizada.zip?dl=0Para lo de las columnas, selecciona la de 6 y añade esto a Quick CSS:
#top .no_margin.av_one_sixth { width: 14.28%; }Saludos,
JosueHola,
¿Pudiste solucionar tu problema o aun necesitas asistencia?
Saludos,
JosueNovember 26, 2014 at 10:14 pm in reply to: Safari does not display Enfold Theme Correctly but ok with Firefox and Chrome #358592Hi!
That’s happening because your installation has auto-updated to WordPress 4.0.1, to fix them you’d need to update Enfold to the latest version (3.0.4).
Regards,
Josue -
AuthorPosts
