Isu
Forum Replies Created
-
Forum: Plugins
In reply to: [Nested Pages] Continuing permalink issuesYep, this “rollback” just dont fix it.
Forum: Plugins
In reply to: [Nested Pages] Pages are MIA after updateSame problem here.
Even in similar links.
/slug1/endofslug
/slug1/endofslus- This reply was modified 8 years ago by Isu.
Forum: Plugins
In reply to: [Best Quiz Plugin for WordPress: WP Quiz] Personality quiz: missing labelsYes, Same Issue
Forum: Plugins
In reply to: [NC Ajax Cart for woocommerce] Delete button not workingHey ??
For those who want fix for this plugin :
Select in settings of plugin Select layout -> to custom.
But I also make many fixes in code (code is totally mess up liek some one start rewrite plugin and stop it, and it make many issues, and php errors and notices)
Fixed On Google Drive
There is link for fixed (some code problems only not full)
Maybe I’ll rewrite this plugin when I find some time … If author dont have any problem about that ??Ok, Thanks for information ??
Forum: Plugins
In reply to: [Admin Menu Editor] After update – restart options ( Page orders )Okie, thanks,
I’ll answer what happening after next update ??Forum: Plugins
In reply to: [Admin Menu Editor] After update – restart options ( Page orders )Thanks for answer,
There is no Pro version in plugins, as i said it was only for short amount of time, then someone delete it completely ( delete files ).
Both versions save settings to
ws_menu_editor
?
Perhaps deleting this row completely will fix issue.Or Pro use other row and i should look for it and delete both?
Forum: Plugins
In reply to: [Hyyan WooCommerce Polylang Integration] Tanslated product error 404Yeh, same problem,
inshortezza how you solve it ?I know, its probabbly outdated.
But i found where is problem.
Just go to framework\functions\woocommerce_support.php
Then find (Line about 396 +- )
<em>add_action( 'woocommerce_after_shop_loop_item_title', 'shophistic_lite_show_attribute', 15 );</em>
You can just disable it or repair.
REPAIR:
In function<em>shophistic_lite_show_attribute</em>
you can findif ( $attribute['is_taxonomy'] ) { //CODE }else{ // ERROR }
In error section wrapp $out to ul
Or replace to mine code :$out .= '<ul>'; $out .= '<li class="' . sanitize_title($attribute['name']) . ' ' . sanitize_title($attribute['value']) . '">'; $out .= '<span class="attribute-label">' . $attribute['name'] . ': </span> '; $out .= '<span class="attribute-value">' . $attribute['value'] . '</span></li>'; $out .= '</ul>';
Forum: Plugins
In reply to: [Polylang] Query custom pots type by languageYou can do querry where you getting only Ids (for oprymalization)
then you can do:
pll_get_post($post_id, $slug);
‘$post_id’ => (required) id of the post you want the translation
‘$slug’ => (optional) 2-letters code of the language, defaults to current languageAnd you have translated post ID so you can have all other thinks ??
Forum: Plugins
In reply to: [Polylang] Show lang slug in URL on non-translated post typeYeh, Im looking for the same, if I find solution, ill answer there ??
Forum: Plugins
In reply to: [Polylang] Disable redirect to home page after change languageOkie, First issue now work … idk what happen but it work ??
But still there is question, what about if I want stay at same page if there is no translations enable in polylang settings for this post type. Becaouse I want to get only 1 field from meta based on current language, and I want to see other strings on page to be translated (you know those textdomains)
Forum: Plugins
In reply to: [Polylang] Disable redirect to home page after change languageI cant say all, until tomorrow (I have project on local mac=hine at work)
I use in code<?php pll_the_languages();?>
My perms look like https://site.wp/$lang/….
On post type where is disabled translation (in polylang settings)
permalinks are: https://site.wp/…Forum: Plugins
In reply to: [Polylang] Disable redirect to home page after change languageAny help ?
I just dont want to hard code it :/Forum: Plugins
In reply to: [BuddyPress Live Notification] Buddypress wallhttps://www.ads-software.com/plugins/buddypress-wall/
It’s this one.
But I edit code to show message “New notification” if message was empty in JS.