Forum Replies Created
-
AuthorPosts
-
December 29, 2015 at 11:27 pm in reply to: Featured image not showing when the post is shared on networks #558281
Hola,
Prueba utilizar este plugin para definir que imagen aparece cuando un post/page es compartido:
https://wordpress.org/plugins/opengraph/Saludos,
JosueHey!
Try checking if this plugin is able to send e-mails to Gmail accounts:
https://wordpress.org/plugins/contact-form-7/Regards,
JosueHey!
Try checking if this plugin is able to send e-mails to Yahoo accounts:
https://wordpress.org/plugins/contact-form-7/Regards,
JosueHi!
Have you checked in Spam folder?
Regards,
JosueHola,
Creo que eso lo cambias en Ajustes > Comentarios.
Saludos,
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
1. Try changing the size in Settings > Media > Thumbnail size. Once you done that, run this plugin to re-generate the images to their new size.
Cheers!
JosueDecember 27, 2015 at 2:48 pm in reply to: Possibility to remove URL-Parameter # for active toggles e.g.? #557607Hi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(".toggler").on('click', function(){ setTimeout(function(){ window.location.hash='#_'; }, 10); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueHi!
It’s because of this code in your Quick CSS:
.avia_mega_div.avia_mega2.six.units {left: -150px!important;}Try wrapping it with a media query like:
@media only screen and (min-width: 767px) { .avia_mega_div.avia_mega2.six.units {left: -150px!important;} }That way it will only be applied on desktop.
Best regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter('avf_form_mail_field_values', 'avia_change_checkbox_return_values', 10, 4); function avia_change_checkbox_return_values($value, $new_post, $form_elements, $form_params){ if($value == 'false') $value = 'No'; if($value == 'true') $value = 'Ja'; return $value; }Cheers!
JosueHey THP!
1. Try adjusting the Product Thumbnails size to the overall kind of images you’re using:
https://docs.woothemes.com/document/using-the-appropriate-product-image-dimensions/#section-22. I checked it on a MBP retina display and couldn’t note any blurriness (you’re referring to the slider below ‘Latest Stock Images On Sale’ right?).
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
I’d suggest posting your question in the WP Forums as it’s more related to a WordPress-specific functionality:
https://wordpress.org/support/Regards,
JosueHi,
I could note that the issue occurs with other themes activated, which leads me to believe that the issue is not exactly related to Enfold but to the plugin itself, i’d suggest you asking The Events Calendar developers about it:
https://theeventscalendar.com/support/forums/Regards,
JosueDecember 27, 2015 at 1:13 pm in reply to: Notification malfunction when not using Avia Layout Builder #557599Hi!
Try with this:
[av_notification title="It's not too late..." color='green' border='solid' custom_bg='#444444' custom_font='#ffffff' size='normal' icon_select='yes' icon='ue865' font='entypo-fontello'] Click the Shop tab to get your 2016 Mandala Wall Calendar. [/av_notification]Regards,
JosueDecember 27, 2015 at 1:09 pm in reply to: Launch lightbox image directly from portfolio thumbnail page #557598Hey!
Refer to:
https://kriesi.at/support/topic/share-snipet-placement-after-update-to-3-1-1/#post-416071Regards,
JosueQue bueno, procedo a cerrar el hilo, si necesitas ayuda adicional sientete libre de crear otro hilo.
Saludos,
JosueHey Marcus!
Try creating a custom shortcode for your amazon link, you can do that by placing a code like this in your theme / child theme functions.php:
function custom_shortcode_func() { ob_start(); ?> PUT YOUR CODE HERE <?php $output = ob_get_clean(); return $output; } add_shortcode('my_shortcode', 'custom_shortcode_func');Then in the codeblock:
[my_shortcode]Best regards,
Josue-
This reply was modified 9 years, 10 months ago by
Josue.
Hey!
1. Try adding this code to the Quick CSS:
#top #header .avia_mega_div > .sub-menu > li { border-right: 1px dashed gray; }2. The links are white as far as i can note.
3. Use the following CSS code:
div .main_color .tabcontainer .active_tab_content, div .main_color .tabcontainer .active_tab { background: red !important; }4. You can set which image size to show when uploading / selecting the image – http://imgur.com/GEefCHs
Cheers!
JosueHi!
Try putting that in a Code Block below the LayerSlider.
Regards,
JosueHi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueSorry my bad, i linked the wrong file, try with this:
https://www.dropbox.com/s/aafdigwmkceydhg/functions.php?dl=0You too, glad to help :)
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
There’s an option to set a Custom Link for each Portfolio item – http://screencast.com/t/QMwraqSfwVJe
Regards,
JosueHi!
Try unzipping the Fontello package, manually uploading
/fonts/to your child theme directory and adding the contents of/css/font-name.cssto your child theme stylesheet.Best regards,
JosueHi,
Try replacing your functions.php file with this:
https://www.dropbox.com/s/aafdigwmkceydhg/functions.php?dl=0Regards,
JosueHola,
Gracias por el acceso, acabo de agregar los comentarios al Post en cuestión. Pasa que cuando activas el Editor de Plantillas Avanzado en un Post se pierden características por defecto como los comentarios y hay que agregarlos manualmente usando un elemento.
Saludos,
Josue -
This reply was modified 9 years, 10 months ago by
-
AuthorPosts
