Forum Replies Created
-
AuthorPosts
-
December 19, 2014 at 3:30 am in reply to: Images of masonry gallery load but are not shown on the screen of my Ipad 2 #370420
Hi Luc!
Can you please indicate the page whose have problems with the masonry gallery?
Regards,
JosueHey!
Please update the theme to the latest version (3.0.4). Also try disabling all third-party plugins to see if it gets fixed.
Best regards,
JosueHi Bill,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
I believe you change the target to attach lbuiDirect here:
jQuery(function () { jQuery("#target").lbuiDirect(For example an Avia button with a custom class:
jQuery(function () { jQuery(".avia-button.custom_class").lbuiDirect(Regards,
JosueHey Mary!
Try with this code instead:
#top .wpcf7-form-control { width: 100% !important; } #top .wpcf7-submit { width: auto !important; }Best regards,
JosueHi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).resize(function() { $(this).scroll(); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueHey Maria!
Yes, Enfold is working now, your server doesn’t allow to modify php.ini settings through wp-config.php, i ended up creating a php.ini file in the root of your install and it did the job, php.ini contents:
memory_limit = 128M; safe_mode = off;Regards,
JosueHey!
It doesn’t work because you have a typo in your Quick CSS code:
.avia-arrow { background-color: #eeeeee!important;Missing “}”.
Best regards,
JosueHey!
Please set-up a test form with this plugin to discard if the issue is coming from the theme.
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHola,
Por lo que me dices me parece que puede ser que el dispositivo se queda corto, intenta reducir el numero de posts/imagenes que se muestran por pagina.
Sobre lo otro, usa este codigo en Quick CSS:
.date-container.minor-meta, .text-sep-date { display: none; }Saludos,
JosueHi!
Yeah, the problem is you are setting the same “/brands/” slug here – http://screencast.com/t/VQtpSR6Ip0o
Regards,
JosueHi!
I see you are now using ‘WP Statistics’, does the issue still occurs with that plugin?
Best regards,
JosueHi,
Login doesn’t work, please re-check.
Regards,
JosueHi!
Still getting this error:
ERROR: Too many failed login attempts. Please try again in 4382 hours.
Best regards,
JosueHola,
Prueba con este codigo en Quick CSS:
.header_color .sub_menu ul li a:hover { color: #98948D !important; }Saludos,
JosueHey Orhan!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter( 'avf_google_heading_font', 'avia_add_custom_font'); add_filter( 'avf_google_content_font', 'avia_add_custom_font'); function avia_add_custom_font($fonts) { $fonts['Source Sans'] = 'Source Sans Pro:300,400'; return $fonts; }Cheers!
JosueDecember 16, 2014 at 9:21 pm in reply to: Any ideas on the best way to create a sliding gallery with a custom background? #369162Hey Zavok!
Try adding this code to the Quick CSS:
.slide-entry-title.entry-title { display: none !important; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#header_meta * { font-size: 22px !important; }Cheers!
JosueHi!
Login details aren’t working, please re-check.
Regards,
JosueDecember 16, 2014 at 6:03 am in reply to: Best caching, compression, minify Plugin for WordPress/Enfold? #368785Hey!
Try using one of these plugins to alleviate the number of image file request (which are the majority):
http://premium.wpmudev.org/blog/6-lazy-load-plugins-to-make-your-wordpress-site-faster/Cheers!
JosueHey Jaco!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .responsive .avia_responsive_table .avia-data-table td:before{ font-style: normal !important; } td { padding: 4px 12px; } }Cheers!
JosueHi Yud!
The theme doesn’t handle that but try the following:
http://www.wpbeginner.com/plugins/how-to-add-custom-fields-to-comments-form-in-wordpress/Cheers!
JosueHi,
Open /enfold/js/shortcodes.js and look for line 2602:
window.scrollTo(0, container.offset().top - 70);Replace it by this:
window.scrollTo(0, container.offset().top - 150);Regards,
JosueHey!
Try adding this code to the Quick CSS:
/* Dimensions */ #top .avia-post-nav{ height: 150px; } #top .avia-post-nav .entry-image, #top .avia-post-nav .entry-image img{ width: 120px; height: 120px; } #top .avia-post-nav .entry-info{ width: 320px; } #top .avia-post-nav:hover .entry-info-wrap{ width:340px; } /* Font Size */ #top .avia-post-nav .entry-title{ font-size: 18px; } /* Background Color & Opacity */ #top .avia-post-nav:hover{ background: rgba(0,120,215,0.5); }Change as needed.
Cheers!
JosueYou are welcome Susann, glad we could help :)
Regards,
JosueHey Paul!
Try updating via FTP:
Cheers!
JosueHi,
Can you please create us a temporary FTP account? post it here as a private reply.
Regards,
Josue -
AuthorPosts
