stefazbagien
Forum Replies Created
-
Forum: Plugins
In reply to: [One Click Demo Import] Author not imported when importing mediaYeah, my bad, now I see the note in the description. ??
All clear, thanks for clarification.Best,
SebForum: Plugins
In reply to: [Yoast SEO] The new Make Primary category function in Yoast SEOCan primary category be bolded on the list of posts screen? I would be able to see it easily without entering the post details.
Thanks!
Forum: Fixing WordPress
In reply to: YouTube embedding adding ) to endThanks, katmac_aus, that’s what I did as well, but this is rather workaround than solution.
I use the Teris theme from wpexplorer (https://www.wpexplorer.com/tetris-wordpress-theme/) – the strange thing is that I use few months already and until now all was OK.
Thanks one again for the reply!Forum: Fixing WordPress
In reply to: YouTube embedding adding ) to endI noticed the same. ??
Is there any solution for this?I need a disclaimer, but for now I cannot use this plugin… Will search for the alternative as nobody is interested in fixing the bug. ??
Same with the Polish special chars like ??????… Can you fix this, please… Thanks!
Forum: Plugins
In reply to: [WP Category Permalink] Error in JS-FileI forgot to post my proposal of changes. My code is:
var content = jQuery(this).children(‘.column-categories’).html();
if (content) {
content = content.replace(‘>’+category+'<‘, ‘><b>’ + categoryWithHtml + ‘</b><‘);
jQuery(this).children(‘.column-categories’).html(content);
}Forum: Plugins
In reply to: [WP Category Permalink] Error in JS-FileHi. The error still exists if the Alo EasyMail Newsletter plugin is installed and you are on the newsletter list page.
Error is thrown at line 70:
content = content.replace(‘>’+category+'<‘, ‘><b>’ + categoryWithHtml + ‘</b><‘);
The message is: Uncaught TypeError: Cannot call method ‘replace’ of undefined.
For me it looks like on the page exists element with class “column-scategory_permalink”, but there is no element with class “column-categories”, and content is undefined – see line 69:
var content = jQuery(this).children(‘.column-categories’).html();Can you please take a look? Thanks!