2TheMoon
Forum Replies Created
-
user_id=”current” its what i use.. but its showing some old records. i just registered it should be empty!
I using other plugin now
Forum: Plugins
In reply to: [CubePoints] how to display points?i fount out only this:
<?php the_widget( 'cp_pointsWidget' ); ?>
but i need label only (no whitespaces above and below)Forum: Plugins
In reply to: [Redirection] Help please many redirectsOMG its works!
- This reply was modified 5 years, 1 month ago by 2TheMoon.
Forum: Plugins
In reply to: [Redirection] Help please many redirectsputting $ on the end ? i dont really unredstand(
please help how to add ?lang=ru in my situation? my source url is /shop/(.*)/edit/ i need to /shop/(.*)/edit/?lang=ruForum: Plugins
In reply to: [Redirection] Help please many redirects((
its create loop again
https://ibb.co/X81pDfsForum: Plugins
In reply to: [Redirection] Help please many redirectsyes but how i can redirect from page to page?lang=ru ?
i meman from /shop/(.*)/edit/ to /shop/(.*)/edit/?lang=ru- This reply was modified 5 years, 1 month ago by 2TheMoon.
Forum: Plugins
In reply to: [Transposh WordPress Translation] Button not working HELP!can i redirect to lang=ru after click submit button?
Forum: Plugins
In reply to: [Redirection] Help please many redirectsCreate post button from Dokan vendor panel.
my redirect settings is
from ^/shop/(.*)/edit/ to ?lang=ru/
if
url from was https://okay.market/dashboard/products/?lang=ruForum: Plugins
In reply to: [Redirection] Help please many redirectsi created redirect as usual but with this button its works bad. redirecting to /edit?lang=ru?lang=ru?lang=ru?lang=ru?lang=ru?lang=ru?lang=ru? and page is not loading brcause of this
Forum: Plugins
In reply to: [Redirection] Help please many redirectsand how to redirect from html anchor?
Forum: Plugins
In reply to: [Transposh WordPress Translation] Button not working HELP!Done! i need add class=”no_translate” to <form> tag
Forum: Plugins
In reply to: [Transposh WordPress Translation] Button not working HELP!even if i not translate this button is not submitting on ?lang=ru URL
@media only screen
and (max-device-width: 1000px)
{
.woocs_auto_switcher.left {
margin-top:15%;
}
}
in CSSForum: Plugins
In reply to: [Transposh WordPress Translation] Button not working!this is Sumbit form button and its not working on translated language
<input type=”submit” id=”sveproduct” name=”dokan_update_product” class=”dokan-btn dokan-btn-theme dokan-btn-lg dokan-right” value=”<?php esc_attr_e( ‘Save Product’, ‘dokan-lite’ ); ?>”/>
maybe we can create another button and using JS to click button above?