- Posts: 40
- Thank you received: 0
Unwanted text in feature article content in home
-
kimjoechang
Inactive member -
Topic Author
- Member
-
Less
More
10 years 4 months ago #43114
by kimjoechang
Replied by kimjoechang on topic Unwanted text in feature article content in home
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 4 months ago #43139
by ivan.milic
Replied by ivan.milic on topic Unwanted text in feature article content in home
Yes that code line has typo
this would be correct :
jQuery('*:not(:has(*)):contains("_:default")').remove();
this would be correct :
jQuery('*:not(:has(*)):contains("_:default")').remove();
Please Log in to join the conversation.
-
kimjoechang
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 40
- Thank you received: 0
10 years 4 months ago #43154
by kimjoechang
Replied by kimjoechang on topic Unwanted text in feature article content in home
I entered the line. The default text is still there.
function ui_elements_create(){
jQuery('*:not(:has(*)):contains("_:default")').remove();
jQuery('img.caption').addClass('dyn_caption').removeClass('caption');
function ui_elements_create(){
jQuery('*:not(:has(*)):contains("_:default")').remove();
jQuery('img.caption').addClass('dyn_caption').removeClass('caption');
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 4 months ago #43157
by ivan.milic
Replied by ivan.milic on topic Unwanted text in feature article content in home
You probably need refresh, hit ctrl+f5 few times
Please Log in to join the conversation.
-
kimjoechang
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 40
- Thank you received: 0
10 years 4 months ago #43160
by kimjoechang
Replied by kimjoechang on topic Unwanted text in feature article content in home
Done ctrl-F5 at least 20 times. It's still there.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6795
- Thank you received: 722
10 years 4 months ago #43164
by milos
Replied by milos on topic Unwanted text in feature article content in home
Hello,
Chrome sometimes has problems to clean cache so you must clean it manually. Can you try with different browser, in example Firefox, or with Chrome but logged in as different user or from different computer?
Regards
Chrome sometimes has problems to clean cache so you must clean it manually. Can you try with different browser, in example Firefox, or with Chrome but logged in as different user or from different computer?
Regards
Please Log in to join the conversation.
Time to create page: 0.111 seconds