beauvafr
Forum Replies Created
-
Thanks a lot, worked as a charm!
I works. Wonderfull, thanks!!
Forum: Themes and Templates
In reply to: [YITH Proteo] YITH translation not working. Help please.Hello. Thanks!
But are you sure?
In this folder, there is only 3 YITH translations file, and no english :
yith-proteo-es_ES.l10n.php
yith-proteo-es_ES.mo
yith-proteo-es_ES.poHowever, ?/wp-content/themes/yith-proteo/languages there is a lot (7)
See here https://imgur.com/a/tbIqIIF. And there is a readme file in this folder that says: Place your theme language files in this directory.Also, what is the correct way to generate a new one? According to the Proteo doc on Github page, we are supposed to generate one here: https://translate.www.ads-software.com/projects/wp-themes/yith-proteo/
However, the generated .po file from this is very different from yith-proteo-es_ES.po present in wp-content/languages/themes/ or ?/wp-content/themes/yith-proteo/languages.
Also, how should we name it correctly? Do we have to add l10n at the end?
So
- Which folder exactly? Whats is the difference between both
- How to generate a new one
- How to name it correctly
@francgrasso?Can you report please?
Also note that Woocommerce is enabled and works weel appart this.
The problem seems to be related to this part of the code in \wp-content\themes\yith-proteo\inc\widgets\class-yith-proteo-account-widget.php.
public function widget( $args, $instance ) {
$login_url = isset( $instance['login-url'] ) ? $instance['login-url'] : wp_login_url();
$account_url = isset( $instance['myaccount-url'] ) ? $instance['myaccount-url'] : get_permalink( wc_get_page_id( 'myaccount' ) );
if ( class_exists( 'woocommerce' ) ) {
$url = ! is_user_logged_in() ? $login_url : $account_url;
} else {
$url = ! is_user_logged_in() ? $login_url : get_admin_url();
}@francgrasso @geckod22 Can you report please?
- This reply was modified 3 months, 3 weeks ago by beauvafr.
Edit: Do I need to modify it with Elementor or Divi? It’s not enabled on my site.
@geckod22 are you able to help?
Ok ok!!
– Found how to edit it.. i had to edit the blank image!
– Also found the height have to be manually adjusted to 900 x after any edit (looks like a bug)
But editing it breaks everything!
See image edit before saving in Wp panel :
https://pasteboard.co/efH5OR1qSDBA.png
See the result here in frontend :
https://pasteboard.co/Tcq623zNYQ43.pngSubscribed! ??
I would like to populate my table rows by using your upcoming auto-import extension. More specifically, I would like to import some specific fields from a custom post, created using pods plugin.
Will it be possible ?
Please keep us informed of the development!
Forum: Themes and Templates
In reply to: [Theme: Oxygen] create 2 column layout template?Trying to make this as well!
I would like to remove the right sidebar, make the post/entry zone on index page to spread over the last 2 columns. The image would be bigger and would take full width of those 2 columns.
I’ve tried the tricks posted above with no luck.
Any idea how to achieve it?
[Please don’t post duplicates: https://www.ads-software.com/support/topic/removing-right-sidebar-enlarge-the-featured-image-for-posts?replies=1 ; posting your own thread also works better for the forums and you’ll get help faster]