Woocommerce main shop page dont show products.
If i disable Qtranslate Slug plugin when shop page have products.
Can you delete a support ticket I raise as I am getting backlinks to a site and I want to remove this.
https://www.ads-software.com/support/topic/archive-page-taxonomies-slugs/
I’d really appreciate this.
]]>It looks like this plugin needs an update. The Translations in the backend are not longer working correctly. Would be nice, if the author would take a look at its product!
]]>Hello,
If from the second page shop “…./it/shop/page/2/” i try to switch to English, or the other way around, the URL becomes “…./en/?post_type=product&p=2645”, instead it should be “…./en/shop/page/2/”. This problem occurs only on the second-level pages. How can I proceed to try to correct this problem.
Hello since updating WordPress core, it has stopped working with non latin languages.
For example slugs with Cyrillic (Russian) or Hebrew characters do not work anymore and give 404 error pages.
Hello, I Have a problem with Slug from Dutch to English. When I’m on an Englisch page and click on a link it doesn’t go to the Englisch link but instead, it goes to 404 page/dutch page with (EN) in the link. someone knows whats going on.
Click on the first link on the page for the problem when you are on the English website.
https://www.svasek.nl/project/olympische-spelen-2016/
tnx
]]>Hello,
The slugs is not working with Custom Post Types. I change the slug in the plugin options page but when accessing the URL does not work, it redirects to the 404 error.
Translated slugs are working perfectly on pages, but nothing changes with Custom Post Types.
]]>Hi i use QTranslate-x and QTranslate Slug to translate the pages of my site.
It works fine except for a type 404 error for media attached to posts.
In particular mode the slug is correct, when i try to load the page of the image, error 404 is given.
If you turn off QTranslate Slug, the page returns to work properly.
How can I fix it?
Thanks in advance
Hi,
I would like to use an alternative /equivalent for qtrans_convertURL() when building the sitemap .I have tried instead of the default code used by “Google XML Sitemaps v3 for qTranslate”:
$p = qtrans_convertURL($permalink, $language, true);
to use this:
$page = get_page_by_path($permalink);
$p = qts_get_slug( $page->ID,$language);
but no change(the pemalink /slug is returned in english) .
maybe I am doig something wrong with the page ID…or HELP?!
Any alternative for qtrans_convertURL($permalink, $language, true) is kindly appreciated!!!
Hey,
i have problem with qtranslate slug plugin. i have two pages which have same slug but different parents.
/category1/example1
/education/example1
i want to use same slug but it causes duplicate content. is there any way to make this?
]]>Hi, I’m having this weird problem that whenever I do changes on the pages of my website the custom slugs are gone after saving those changes. Now I have to write those customized slugs every time when I do even minor typo correction on the text.
]]>Hi, I’m having this weird problem that whenever I do changes on the pages of my website the custom slugs are gone after saving those changes. Now I have to write those customized slugs every time when I do even minor typo correction on the text.
]]>The function has been deprecated in 4.7, it has to be replaced by wp_list_sort. If you can fix this and update the plugin would be great.
]]>Hi there.
I’m using Woocommerce with qTranslate-x to create a store, and when I go to the Shop page the url of the main language works, but when I change to other language it doesn’t translate. Here’s my example:
URL of the main language: /loja
the translated URL of other language: /en/shop
the working URL of other language: /en/loja
The rest of the Woocommerce pages, like my account and cart, the url is being translated.
Already change everything in permalinks but nothing worked.
Any solution here?
Thanks, Filipe.
I tried to debug why I’m no longer seeing language versions in Google search and found at least one issue. When I use QTS with All In 1 SEO and also other social media sharing plugins for open graph etc etc, the correct canonical is only showed for the default language, for other languages the canonical is shown as site.com/en/default_language_slug instead of site.com/en/english_language_slug.
I also get a spurious 301 redirect for the main page, could this be generated by QTS? The redirect is a “Null” redirect so it redirects from https::/site.com/en to https::/site.com/en (ie the exact same address)
]]>There is some issue with custom rss feed after installing “qtranslate-slug” plugin. I customised rss feed url to include my custom post type. I added custom post type into standard feed URL ex. https://www.example.com/feed/?post_type=custom_post_type
and in function.php
apply a hook to handled custom template for rss feed like below –
remove_all_actions('do_feed_rss2');
add_action('do_feed_rss2', 'custom_feed_rss2', 10, 1);
function custom_feed_rss2($for_comments) {
$rss_template = get_template_directory() . '/feed_custom_post_type.php';
if (get_query_var('post_type') == 'custom_post_type' && file_exists($rss_template))
load_template($rss_template);
else
do_feed_rss2($for_comments); // Call default function
}
As you look into code, i tried to get query string value using get_query_var('post_type')
; but it’s returning empty string. Also in template feed_custom_post_type.php
i didn’t get all post for this post type.
Can you please help me to resolve this problem?
A bunch of thanks in advance…!!!
Hello,
I am suffering an unexpected issue with “Plugin: Qtranslate Slug”; Some of my pages will automatically redirected to 404 error page. I tried a lot of this in slug but issue not resolved. This error mostly occurred on child pages.
In terms of solving the problem i need to remove database field value which holding slug value. After remove column values page working fine.
Can any one please help me to override this problem; it’s very urgent?
I also found am issue on forum ” https://www.ads-software.com/support/topic/404-errors-and-problem-with-child-pages/ ”
Hi there, i have a woocommerce shop and although i have changed the category slugs, in the database i see no changes… at the site’s front, everything is ok, but when i try to view a category from the wp backoffice (the VIEW button) it sends me to the old category slug. At the db i also see that it has the old slug… what am i doing wrong here??
thanks in advance
Kostas
Hi there! After my upgrade to WP 4.7 I get the following notice with WP_DEBUG set to true:
Notice: _usort_terms_by_ID is deprecated since version 4.7.0! Use wp_list_sort instead.
with `debug_backtrace’ I found out that this line of code causes the notice:
usort($cats, '_usort_terms_by_ID'); // order by ID
on line 1422
in class-qtranlate-slug.php
After the update to the latest WP Version I have the following Notice popping up:
Notice: has_cap was called with an argument that is deprecated since version 2.0.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in [...]/wp-includes/functions.php on line 4020
The only plugin in my installation using has_cap
is qtranlsate-slug. Could you have a look?
Hello, the attribute title is not shown in Nav Mneus.
If you deactivate plugin they are shown.
Is it possible to be fixed.
Thanks.
]]>Hi,
i’ve a big problem with Qtranlate Slug.
I have 3 distinct pages :
mysite.fr/val-isere/
mysite.fr/private-lesson/
mysite.fr/val-isere/private-lesson/
If i try to access to /val-isere/private-lesson/ i’m redirected to /private-lesson/ …
I tried EVERYTHING, like change slugs (add a “-1” to one and “-2” to the other to avoid collisions for example …) nothing is working, and worst : when i click on “view this page” into the back office, i find a 404 error page .. Even WordPress doesn’t understand Qtranslate slug ….
Please could you Help it’s urgent. If needed, i can send you access credentials because my website is in development mode for now.
Thanks,
]]>I have problems with Woocommerce and it’s slugs – doesn’t work as it should!
Is this plugin in active development? Can you elaborate this?
]]>Hi,
I have installed the plugin in its version 1.1.18 and I have translated my site in two languages; Spanish and Catalan.
The url that it is genered is, for example, https://www.mydomain.com/es/contacto or https://www.mydomain.com/ca/contacte but if someone write https://www.mydomain.com/contacto or https://www.mydomain.com/contacte, the url that is returned is broken with 404.
?can anybody help me?
Thank you very much,
Sara
Hi, the plugin works correctly, but it has a big problem: it causes duplicate content and for Google this is not really a good thing.
I’m making some test on a site and I’ll show you the problem.
I have this page https://www.oscar.solutions/contact/
If I select language Italiano, the browser returns the page https://www.oscar.solutions/it/contatti/ and this is correct.
The problem is exists also the page https://www.oscar.solutions/it/contact that is a duplicate of https://www.oscar.solutions/it/contatti/
Google doesn’t like this behaviour, so for seo this plugin it’s not good.
How can I fix this problem? Nobody have take on this issue?
Thank you very much
]]>Hello,
I’m using Qtranslate slug and i just installed Bbpress and everything works until i get to the subject page. There i get a 404 page everytime. If i deactivate Qtranslate slug plugin everything works great.
Hello,
I recently had to convert a single language website (italian) to a double language one.
I work with QTranslateX and Qtranslate Slug.
My permalink structure for a specific custom post type (products) is set to be hierarchical in this way:
$args = array(
'labels' => $labels,
'hierarchical' => false,
'public' => true,
'show_ui' => true,
'show_in_menu' => true,
'supports' => array('title','editor','thumbnail'),
'menu_position' => 21,
'menu_icon' => 'dashicons-media-spreadsheet',
'show_in_nav_menus' => true,
'publicly_queryable' => true,
'exclude_from_search' => false,
'has_archive' => false,
'rewrite' => array('slug' => 'catalogue/%product_cat%','with_front' => false),
'query_var' => true,
'can_export' => true,
'capability_type' => 'post'
);
Where %product_cat% is a custom taxonomy.
Now permalinks are badly generated
https://www.arredoufficio.com/catalogo/%cat_prodotto%/reception-per-ufficio/
instead of being
https://www.arredoufficio.com/catalogo/reception-per-uffici/reception-per-ufficio/
The slug are working properly but the permalinks frontend and backend are not.
Evean yoast sitemap reports bad permalinks.
Did anyone have the same problem?
Any ideas?
Thanks in advance
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; QtranslateSlugWidget has a deprecated constructor in /var/www/clients/……../wp-content/plugins/qtranslate-slug/includes/class-qtranslate-slug-widget.php on line 8
]]>I love qtranslate slug! But when it’s activated, page preview does not work anymore: when I am editing a page and click on “preview”, a new page opens with the excepted URL (https://mydomain.tld/en/mypageslug?preview_id=XXXX&preview_nonce=YYYYY&_thumbnail_id=ZZZZ&preview=true) but somehow what is displayed is the published page without previewing the changes I’ve made.
This problem does not occur with posts, where the preview URL is of the type https://mydomain.ltd/en/?p=NNNN&preview_id=XXXX&preview_nonce=YYYYY&post_format=standard&_thumbnail_id=ZZZZ&preview=true and does not use the permalink (instead it uses ?p=NNNN).
As a matter of fact, if I manually edit the page preview URL to replace the slug by page_id=NNN (https://mydomain.tld/en/?page_id=NNNN&preview_id=XXXX&preview_nonce=YYYYY&_thumbnail_id=ZZZZ&preview=true) the preview is correctly displayed.
Now the question is: why does the post preview URL use the post ID, while the page preview URL doesn’t? When the plugin is deactivated, the post preview URL uses the slug, so I think it is the plugin that somehow tells WordPress to use the post ID for preview, which is great. The plugin just needs to do the same with pages. Hopefully this is a minor change in the plugin and this problem will be very solved very quickly! ^^
Thank you again for this great plugin!
]]>Pagination of lists is not working with qTranslate slug activated. I may click con the any page number and it will always show the same pages. Try going back and forth here, https://casalista.com/blog/page/4/ or simply from the start: https://casalista.com/blog/. It will update the URL to https://casalista.com/blog/?paged=2, but not move on. I can update the URL manually to https://casalista.com/blog/page/4/, then it will go to page 4.
Something similar happens with pagination in categories. I classified my search here by the “consejos” category and this is placed as URL https://casalista.com/?cat=129. When going to the next page theURL changes to https://casalista.com/page/2/?cat=129, a page that not exists (goes to home page).
Note: the normal search works fine: https://casalista.com/?s=empleada&submit=Buscar will correctly switch pages, i.e. https://casalista.com/?s=empleada&submit=Buscar&paged=2
I tested it on some other sites and there this problem does not occur. The same is true for activating a standard WP theme (Twenty Fifteen Version 1.5). So the problem may be the Aloom theme we are using, but the theme provider (KIng Theme) insists on that it is a plugin problem and stopped replying to my emails or Skype messages.
Here is my set up:
WordPress Version 4.6.1 (es_ES) – also happened with previous versions
– Yoast SEO Version 3.5 – also happened with previous versions
– Integration: Yoast SEO & qTranslate-X = Version 1.2 – also happened with version 1.1.1.
– qTranslate-X version Version 3.4.8 – also happened with version 3.4.6.8
– qTranslate slug Version 1.1.18