Forum Replies Created
-
AuthorPosts
-
February 24, 2016 at 10:03 pm in reply to: When my header shrinks, I only want the padding around the logo to shrink #588657
Ok in this case a solution would be to add the padding to the actual image (using Photoshop or similar) and remove this:
strong.logo img{ padding: 20px 0px; }Best regards,
JosueHi!
Use the following:
#top .avia_ajax_form fieldset p { display: inline-block; width: auto !important; float: none; } #top .avia_ajax_form fieldset p .text_input{ min-width: 320px; } #top .avia_ajax_form fieldset{ text-align: center; }Regards,
JosueHey!
Try adding this code to the Quick CSS:
span.blog-categories.minor-meta { display: none; }Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#top .avia-position-center { margin: 0 auto; max-width: 120px; display: block; }Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueFebruary 23, 2016 at 10:23 pm in reply to: No muestra en web pase de contenido o easy slider #588007Me parece que es el Zopim Live Chat, prueba desactivar ese.
Hey!
Please post a link to your blog.
Best regards,
JosueFebruary 23, 2016 at 10:17 pm in reply to: I hit the "reset all options" trying to get back to default theme. #588003You are welcome, glad to help :)
Here are some resources you may find useful:
https://codex.wordpress.org/WordPress_Quick_Start_Guide
http://kriesi.at/documentation/enfold/Regards,
JosueFebruary 23, 2016 at 9:58 pm in reply to: I hit the "reset all options" trying to get back to default theme. #587990Hm, no i don’t think you’d need to re-do that as those are handled outside of WordPress. The plugin resets WordPress, not your domain or anything associated with it.
Regards,
JosueHm, is that the correct URL? your site is not loading for me:
ERR_CONNECTION_TIMED_OUTIt’s for testing purposes, check if it works (or not) and then switch back to your child theme.
February 23, 2016 at 8:38 pm in reply to: I hit the "reset all options" trying to get back to default theme. #587948Hi!
The reset plugin does reset everything so you’d need to import a demo again (from Enfold theme options), are you able to do that or do you encounter an error?
Regards,
JosueFebruary 23, 2016 at 7:51 pm in reply to: Apply a second color to the portfolio item background under title and excerpt? #587920You are welcome, glad to help :)
Regards,
JosueFebruary 23, 2016 at 7:51 pm in reply to: Problem with Enfold fonts & colors after site move #587919Hi!
Have you tried re-saving the Theme Options? that should generate a new dynamic stylesheet file.
Cheers!
JosueFebruary 23, 2016 at 7:50 pm in reply to: I hit the "reset all options" trying to get back to default theme. #587918Hey!
Try using this plugin instead:
https://wordpress.org/plugins/wordpress-reset/Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHola,
¿Has probado desactivar todos los plugins?
Saludos,
JosueFebruary 23, 2016 at 7:47 pm in reply to: When my header shrinks, I only want the padding around the logo to shrink #587914Bit.ly doesn’t seem to be loading correctly at the moment, can you post a link to your site in private content?
Best regards,
JosueFebruary 23, 2016 at 7:46 pm in reply to: Apply a second color to the portfolio item background under title and excerpt? #587913Hey!
It’s because of the opacity, should be better to use background rgba:
.main_color .grid-content { position: absolute; bottom: -1px; width: 100%; opacity: 1 !important; background: rgba(0,0,0,0.8) !important; }Cheers!
JosueHi!
Can you post a screenshot of your view? and maybe a screenshot/mockup of what would you want to achieve.
Regards,
JosueHi!
Does it work if you activate the parent theme?
Best regards,
JosueHey!
Seems to be working as expected on my end, columns get stacked on mobile and background color in sections need to be stretched in order to completely fill their containers.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .avia-button.avia-size-x-large { min-width: 300px; } }Cheers!
JosueHola,
Prueba agregar esto al theme / child theme functions.php:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $('a[href^="http://"]').not('a[href*=inmunologia.org.ar]').attr('target','_blank'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Eso hará que todos los enlaces externos se abran en una nueva pestaña.
Saludos,
JosueCorrect, you can set which Posts are fetched in the Magazine element settings (when you edit the Page).
Cheers!
JosueHi!
Check it now, i modified line 587 (/enfold/config-templatebuilder/avia-shortcodes/magazine.php) from:
if($excerpt)$output .= "<div class='av-magazine-content entry-content' {$markupContent}>{$excerpt}</div>";To:
$output .= "<div class='av-magazine-content entry-content' {$markupContent}>".get_post_field('post_content', $entry->ID)."</div>";Regards,
JosueCorrect, you can use the following plugin for that:
https://wordpress.org/plugins/types/Regards,
JosueHey!
Your site is currently not loading:
503 Service UnavailableRegards,
Josue -
AuthorPosts
