Support ForumProblem with stripped code – Support Forum https://support.ishyoboy.com/forums/topic/problem-with-stripped-code/feed/ Sun, 05 May 2024 23:43:43 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/problem-with-stripped-code/#post-796 <![CDATA[Problem with stripped code]]> https://support.ishyoboy.com/forums/topic/problem-with-stripped-code/#post-796 Mon, 30 Sep 2013 09:17:23 +0000 spyros I have classic problem with WP visual editor when I am using the “Highlight word”. After saving the page is <span> and </span> tags stripped from content :-( Same problem in widget area.

I think the solution could be shortcode [span]…[/span] or how can I correct this problem? Turno off visual editor is not solution because then I cannot see button “insert shortcode” in basic html editor.

]]>
https://support.ishyoboy.com/forums/topic/problem-with-stripped-code/#post-801 <![CDATA[Reply To: Problem with stripped code]]> https://support.ishyoboy.com/forums/topic/problem-with-stripped-code/#post-801 Tue, 01 Oct 2013 08:17:06 +0000 IshYoBoy Hi,

You could use the following code to add the [span] shortcode.

It can be added to the file “wp-content\themes\creolio\assets\framework\wp\shortcodes\shortcodes.php” or via child theme.

Then just simply use the [span][/span] shortcode.
Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/problem-with-stripped-code/#post-805 <![CDATA[Reply To: Problem with stripped code]]> https://support.ishyoboy.com/forums/topic/problem-with-stripped-code/#post-805 Tue, 01 Oct 2013 08:47:40 +0000 spyros Now it works in post and pages. Perfect!

It doesn´t work in widgets at this moment. Is it possible to fix it?

]]>
https://support.ishyoboy.com/forums/topic/problem-with-stripped-code/#post-806 <![CDATA[Reply To: Problem with stripped code]]> https://support.ishyoboy.com/forums/topic/problem-with-stripped-code/#post-806 Tue, 01 Oct 2013 11:36:05 +0000 IshYoBoy Hi, do you mean widgets’ titles or widgets’ content?

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/problem-with-stripped-code/#post-807 <![CDATA[Reply To: Problem with stripped code]]> https://support.ishyoboy.com/forums/topic/problem-with-stripped-code/#post-807 Tue, 01 Oct 2013 12:04:06 +0000 spyros Try https://www.lomnica.cz/atrakcie/ and look to footer section. I left [span][/span] shortcodes in text.

Also I found images in content https://www.lomnica.cz/atrakcie/ has no rounded corners like at https://www.staralomnica.sk/atrakcie/ (here is also correct span code, but it is html version).

]]>
https://support.ishyoboy.com/forums/topic/problem-with-stripped-code/#post-808 <![CDATA[Reply To: Problem with stripped code]]> https://support.ishyoboy.com/forums/topic/problem-with-stripped-code/#post-808 Tue, 01 Oct 2013 12:29:37 +0000 IshYoBoy Hey Spyros,

Please open the “functions.php” file and on line 143 add a new filter to the already existing ones.

add_filter( 'widget_title', 'do_shortcode' );

so there shoud be:

If you wish to add rounded corners to images manually entered into the content, please change their settings and add a class “mask”. Please do not group different topics into one. Open a separate thread instead. Thanks

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>