Forum Replies Created
-
AuthorPosts
-
It’s done:
http://lalibretadelmister.com/el-truco-de-la-pelota-parada/You can edit the image here:
http://lalibretadelmister.com/wp-admin/theme-editor.php?file=single.php&theme=enfold&scrollto=219&updated=trueBest regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueJune 20, 2014 at 9:03 pm in reply to: Give editor rank and below (They are not able to use AVIA Drag n drop) #281790Hello!
It is possible but it would require a heavy customization to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer.
Cheers!
JosueHi,
Quick CSS is found in Enfold > General Styling (at the bottom).
But if you are using a child theme you can put it in its style.css file.
Regards,
JosueHi Daniel,
Can you post the link to your website please?
Regards,
JosueHey!
Seems you already managed to do that, those menu items are not clickable.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 480px) { .avia-slideshow{ display: none; } }Cheers!
JosueYes, i think FTP is more reliable.
Cheers!
JosueSobre lo del texto, es posible localizarlo pero es un poco mas complicado, tendrías que tocar los .mo/.po del theme, lo que estoy haciendo basicamente es poner una condición para ver que idioma esta activo y de acuerdo a eso cambiar el texto:
if(ICL_LANGUAGE_CODE == "es"){ $string = "Ver detalles"; }elseif(ICL_LANGUAGE_CODE == "en"){ $string = "View details"; }else{ $string = ""; }http://www.yachtcharterbcn.com/wp-admin/plugin-editor.php?file=functions.php&a=te&scrollto=72
Para otros idiomas simplemente tendrías que duplicar el “elseif”.Lo del tamaño de fuente la verdad que no lo noto:

Para lo del easy slider intenta agregar este código al Quick CSS:
@media only screen and (max-width: 480px) { .avia-slideshow-inner, .av_slideshow_full li img{ height: 220px !important; width: auto !important; } }Lo de los widgets, esto te va a servir:
http://wpml.org/2011/03/howto-display-different-widgets-per-language/Saludos,
JosueJune 20, 2014 at 8:42 pm in reply to: Contact form 50% width not appearing beside each other #281781You are welcome, always glad to help :)
Regards,
JosueHey Alexa!
The form should work now with Gmail addresses, i fixed it by applying Peter’s code here.
If you want to change the from email you can do it here:
http://localmotionent.com/wp-admin/theme-editor.php?file=functions.php&theme=enfold-child&scrollto=0&updated=trueRegards,
JosueJune 20, 2014 at 8:32 pm in reply to: Disable hovering/arrow on linked images – image resizing or border instead #281777You are welcome Pede, always glad to help :)
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHey Corina!
It looks the same on my end:

Mind posting a screenshot of your view?
Regards,
JosueHi Micheal!
Refer to this article:
http://msdn.microsoft.com/en-us/library/office/dn745878(v=office.15).aspxCheers!
JosueYou are welcome, i think it would be better to handle that in a different topic :)
Cheers!
JosueHi Michael!
Yes, you are right but we do this with older browsers that have a valuable representation (IE for example), Safari 5.0 has 0.39% of the market share right now so it’s simply not worth the effort. However, according to the problem you described, i think i may found a fix, try adding this at the very end of the theme functions.php:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery(window).trigger('resize'); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Best regards,
JosueJune 20, 2014 at 7:52 pm in reply to: Disable hovering/arrow on linked images – image resizing or border instead #281755Change the code to:
.avia-gallery-thumb img:hover, .grid-image.avia-hover-fx img:hover{ -webkit-transform: scale(1.4); -moz-transform: scale(1.4); transform: scale(1.4); } .avia-gallery-thumb img, .grid-image.avia-hover-fx img{ -webkit-transition: all linear 0.4s; -moz-transition: all linear 0.4s; transition: all linear 0.4s; } .avia-gallery-thumb a{ overflow: hidden; opacity: 1 !important; } .image-overlay { display: none !important; }Regards,
JosueHi Peter!
You can check your license certificate on your Downloads page in Themeforest.
Regards,
JosueJune 20, 2014 at 7:38 pm in reply to: Disable hovering/arrow on linked images – image resizing or border instead #281749Try adding this code to the Quick CSS:
.image-overlay { display: none !important; } .grid-image.avia-hover-fx img:hover{ -webkit-transform: scale(1.4); } .grid-image.avia-hover-fx img{ -webkit-transition: all linear 0.4s; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.post-password-form { width: 485px; margin: 0 auto; }It would help If you give us more details on how exactly you want it to look.
Cheers!
JosueJune 20, 2014 at 7:14 pm in reply to: Contact form 50% width not appearing beside each other #281744Hey!
Try adding this code to the Quick CSS:
.form_element_half { margin-left: 0 !important; } .form_element_half_2 { margin-left: 1% !important; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.ajax_controlls .ajax_previous, .ajax_controlls .ajax_next { display: none; }Cheers!
JosueCheck it now Nancy:
http://somedomain.server309.com/Regards,
JosueHi Lucas,
Try adding this at the very end of your theme functions.php file:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery(window).trigger('resize'); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueHola Sergio,
Ya estamos, miralo ahora:
http://www.novamaris.es/alquiler-de-veleros/
http://www.yachtcharterbcn.com/sailboat-charter/Saludos,
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Provide the URL of the image you want to include.
Regards,
JosueJune 20, 2014 at 6:34 pm in reply to: Disable hovering/arrow on linked images – image resizing or border instead #281718Hi Pede!
Try with this code:
.image-overlay { background: rgba(0,0,0,0.4) !important; }Cheers!
JosueHi Peter!
1. Refer to this video: https://vimeo.com/channels/aviathemes/67221517
2. I believe you don’t for testing purposes, however i’d recommend you to check this FAQ: http://themeforest.net/licenses/faq
Best regards,
JosueYou are welcome, always glad to help :)
Regards,
Josue -
AuthorPosts
