Austeroid
Forum Replies Created
-
Hi Nick,
Thank you so much for your prompt response.
I’ve enabled that
Delete local backupsettings and can confirm everything is working as intended since then. This case can be closedReally appreciate your quick support.
Regards,
AustinHey Nick,
Thank you for your response.
Please kindly find the yesterday backup’s log through this PasteBin link here: https://pastebin.com/GTy029c9
That is the 8th backup after the last 7 backups. The furthest backup didn’t get deleted as you can see here: https://capture.dropbox.com/vhE5GQT6O3mGvzhy
Thanks!
Austin.Hi klebism,
I think I have the same issues as yours but I cannot comprehend. Can you elaborate on how you manage to get the plugin called after jquery?
Thanks
Forum: Plugins
In reply to: [qTranslate X] Get Current Language Code Function/MethodHi John,
Thank you for your reply, i tried get_language_code() and WordPress doesn’t recognise it as a legit function.
So how would you separate the two homepages in 2 different languages? At the moment, on my homepage, there are hardcoded elements that are shared between the two. For example I will have 2 gallery sliders. Each one will contain each of their own slides in 2 languages.
The code to output the slide show is
<section> <?php echo do_shortcode( '[new_royalslider id="1"]' ) ?> <!-- Slide show in english --> <?php echo do_shortcode( '[new_royalslider id="2"]' ) ?> <!-- Slide show in german --> </section>I tried
<?php <!--:en--> echo do_shortcode( '[new_royalslider id="1"]' ) <!--:--> <!--:vi--> echo do_shortcode( '[new_royalslider id="2"]' ) <!--:--> ?>but doesn’t work.
What are your thoughts on this? technically is there a way to have two different templates for 2 different languages?
Regards,
Austin.