Forum Replies Created
-
AuthorPosts
-
Hello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
Yes, you’d need to create a Chinese version of the homepage – http://a.pomf.se/gdrehy.png, and yes, there is a zh_CN translation file included in /lang/.
Best regards,
JosueHey!
Set a custom ID (ex: “blog-sektion”) to the section containing the blog element, then add this to functions.php:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $("#blog-sektion .pagination-wrap a").each(function(){ var theHref = $(this).attr('href')+"#blog-sektion"; $(this).attr('href', theHref); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Cheers!
JosueHi!
This could be solved by caching the database (you can use this plugin) so WP doesn’t have to call MySQL so often.
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
This is a common server-side issue unrelated to the theme, your hosting provider is allowing outgoing e-mails from that address only (” (Email address hidden if logged out) “). you’d need to ask them to lift this restriction.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.avia-section-default .content{ padding-top: 0; padding-bottom: 0; } .avia-section-default .avia-video{ margin-bottom: 0; }Cheers!
JosueHey!
Have you tried restoring archive.php from a fresh copy of Enfold?
Best regards,
JosueHi!
Your solution seems to be working fine, could you detail what’s exactly wrong with it?
Regards,
JosueMay 13, 2015 at 6:54 am in reply to: Move page title out of band out of the header and into the content area #443557Hey!
@sky19er, you forgot the URL of your site.
@kevinmcgillivray, i think that’s a valid suggestion, please post it here.Cheers!
JosueHey!
No, currently, the promo box button does not have location settings. However if you detail or provide us a mockup of what you want to achieve we may be able to figure out a solution.
Best regards,
JosueMay 13, 2015 at 6:23 am in reply to: Full width slider video shows first frame again after video ended #443544Hey!
Check it now, i had to comment line 4518 in js/shortcodes.js:
//event.data.slide.trigger('reset');Cheers!
JosueHey!
Refer to this on how to implement custom template files:
https://codex.wordpress.org/Page_TemplatesBest regards,
JosueHello,
That’s strange and it seems to be a different issue, have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueMay 12, 2015 at 2:20 am in reply to: Full width slider video shows first frame again after video ended #442781Hey Carsten!
Open js/avia.js and add replace line 532:
loop: false,With:
loop: false, autoRewind: false,Best regards,
JosueHello!
The grid layout doesn’t support video posts yet, it may be possible to adapt it but it would require a heavy modification to the theme, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueHey Dan!
Thanks for reporting, i’ll let Kriesi know.
Best regards,
JosueMay 12, 2015 at 2:02 am in reply to: FYI LayerSlider doesn't work properly if you own it separately and its activated #442774Hey!
Have you tried this?
http://kriesi.at/documentation/enfold/deactivate-the-layerslider-plugin/Regards,
JosueFixed, please check it now.
Regards,
JosueHey!
Check it now, this is the snippet i ended up using:
function change_blog_archive_style() { global $avia_config; if(!is_single()) $avia_config['blog_content'] = "excerpt_read_more"; } add_action('get_header', 'change_blog_archive_style');Best regards,
Josue-
This reply was modified 10 years, 10 months ago by
Josue.
Ok ya vi el problema, lo que define el color de los enlaces del socket es Socket > Color Primario, allí lo cambié a #fffff.
Saludos,
JosueHi!
Isn’t that video inside a Color Section? can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueMay 10, 2015 at 7:26 pm in reply to: Move page title out of band out of the header and into the content area #442132Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueSet that section padding to “No Padding” – http://a.pomf.se/qrqxve.png
Regards,
JosueHi,
Can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueMaybe, but if you also want the website to be responsive it will be kind of a problem.
Cheers!
JosueHey!
You need to include this in your child functions.php
// Replace avia.js function change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_enqueue_scripts', 'change_aviajs', 100 );Regards,
Josue -
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
