amireza2000
Forum Replies Created
-
Forum: Plugins
In reply to: [Local Google Fonts] My site crashes is not solve with pluginhelp me plz
Forum: Plugins
In reply to: [WooCommerce] delete a character from a lot of products in woocoomercehi dear
i use this code from dear @rainfallnixfig
================
add_filter( 'the_title', 'change_product_title', 10, 2 ); function change_product_title( $title, $id ) { $Find = ':'; $ReplaceWith = ''; //REMOVE DESIRED STRING FROM PRODUCT TITLE $title = str_replace($Find, $ReplaceWith, $title); return $title; }================
and i could delete the “:” from all of my product
but i want to delete “.” from my product can you make a code for both of them ? and delete both from my product
Forum: Plugins
In reply to: [WooCommerce] delete a character from a lot of products in woocoomercehi dear
i use this code from dear @rainfallnixfig
================
add_filter( 'the_title', 'change_product_title', 10, 2 ); function change_product_title( $title, $id ) { $Find = ':'; $ReplaceWith = ''; //REMOVE DESIRED STRING FROM PRODUCT TITLE $title = str_replace($Find, $ReplaceWith, $title); return $title; }================
and i could delete the “:” from all of my product
but i want to delete “.” from my product can you make a code for both of them ? and delete both from my product
Forum: Fixing WordPress
In reply to: when put link for a word why become blue and get underlineyes you say ture , but i only use a link in content for one or two special text with diffrent text background like green and a reader find it fast
i find a code in net
——————–
a {
text-decoration: none !important;
box-shadow: none !important;
}
——————–and this code was delete the text underline fully
but my text linked color yet is blue πcan you help me ?
Forum: Plugins
In reply to: [WooCommerce] delete a character from a lot of products in woocoomerce@rainfallnixfig dear
your code work for me but i need delete 2 character : & .
plase give me a code for both caracter plase
i know how and where i should aditional code i put it in customize css , i only need space for left and right “code” dear kindly @oaoyadeyi
- This reply was modified 4 years, 4 months ago by amireza2000.
@oaoyadeyi dear
my text didn’t have enough space from left and right when i open site with mobile.
how i can create a space for left and right ? with your code.term-description{
text-align: right;
}if you see my photo you can get my meaning fast
https://s6.uupload.ir/files/hg_5he0.jpghi dear and thank you
before your message I thought this is very easy and we can put a code in function.phpForum: Plugins
In reply to: [WooCommerce] change cart buttom link only for custom productdear friend where i should put this code ?
2-where i put my product id ?
thanks a lot you are the best
Forum: Plugins
In reply to: [WooCommerce] what is the best way for Daily statistics visithi dear @oaoyadeyi can i put analytics code in head or plugin is better ?
Forum: Plugins
In reply to: [WooCommerce] delete a character from a lot of products in woocoomercethanks alot @rainfallnixfig and @margaretwporg
this way is good
1- but when i open product edit page i see “:” still exist in title in backend.
i concert this tile in google become index and our rank become weak.
does we have a way for delete “:” and other Excess letters from woocoomerce core ? or only we can hide that ?2- if we dont have any way , how i can hide other Excess letters ?
like this : https://s4.uupload.ir/files/g1_i4xw.jpg
i add to stack overflow code but didn’t work like past.Forum: Plugins
In reply to: [WooCommerce] i didn’t access to wp-admin/plugin-install.phpForum: Plugins
In reply to: [WooCommerce] delete a character from a lot of products in woocoomercehi dear @margaretwporg
i have 400/000 products but all products dontβt have this problem.
website link : yun.ir/9vk696
Forum: Plugins
In reply to: [WooCommerce] i didn’t access to wp-admin/plugin-install.phphi dear @margaretwporg
i enable debug in wp-config but i didn’t see any eror in wp-admin/plugin-install.php page , does we have any way to see fatal eror ?