- This topic has 7 replies, 2 voices, and was last updated 3 years, 10 months ago by
Tom.
-
AuthorPosts
-
May 21, 2017 at 2:58 am #321583
rtomc
Hy
I’m trying using a contained table with two rows (one for logo, one for a slider) in all a bilingual woocommerce site.
I can’t use a Gp-Hooks (my first and ideal option) because it does not work correctly in the second WPML language.
“Blog Header Content” is not a good option because only works in “Blog Page”…
Do anybody know any alternative option?
Thanks
RMR
RMR
GeneratePress 1.3.46May 21, 2017 at 11:10 am #321750Tom
Lead DeveloperLead DeveloperWhat about is isn’t working correctly in WPML? I believe they have functions you can add where it makes your custom text translatable?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMay 22, 2017 at 10:28 am #322286rtomc
Hy,
It is not a translate issue.
I have a shortcode slider in a GP Hook.
In the main language it works normally.
In the secondary language, the slider does not work.I do’nt undernstad why, and I’m lloking for altenatives.
You can see it at fukurosan.com
Spanish is OK, english is KOThanks for any suggestion.
Regards.
RMR
RMR
May 23, 2017 at 12:25 am #322670Tom
Lead DeveloperLead DeveloperHmm, that might be something you need to bring up with WPML/the slider plugin developers. Looks like an incompatibility between those two.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMay 23, 2017 at 6:56 am #322844rtomc
Thanks,
Any alternative?
Do anybody knows how to publish an slider in the header of a bilingual wmpl site without using a GP Hook?
Let me know π
Thanks !
RMR
RMR
May 23, 2017 at 8:41 am #322920Tom
Lead DeveloperLead DeveloperI doubt GP Hooks is the issue, as all it does is output your content into the template.
You could try doing a manual hook:
add_action( 'generate_before_header_content','tu_before_header_content' ); function tu_before_header_content() { ?> Slider in here <?php }
Adding PHP: https://docs.generatepress.com/article/adding-php/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMay 27, 2017 at 9:23 am #324890rtomc
Hy,
It was a metaslider question.
I delete it and then re-installed, and it worked again.
Resolved.
Thanks.
RMR
RMR
May 27, 2017 at 11:09 am #324933Tom
Lead DeveloperLead DeveloperGreat to hear π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.