Solution for making fonts work with Summernote and CMS

Issues related to the CMS tools of WYSIWYG Web Builder.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/cms_tools.html
A lot of information about the Content Manager System can be found in the help/manual. Please read this first before posting any questions! Also check out the demo template that is include with the software.

CMS trouble shooting / FAQ:
viewtopic.php?f=10&t=43245
Post Reply
User avatar
Bluesman
 
 
Posts: 1157
Joined: Mon Feb 01, 2016 5:43 pm
Location: Sweden
Contact:

Solution for making fonts work with Summernote and CMS

Post by Bluesman »

Hi Pablo. Can you please take a look at the last comment with solution from "mixextra". Wonder if you can have a better (simpler) solution for making the fonts that you add to the menu work? See:
https://www.wysiwygwebbuilder.com/forum ... 86#p476686
Gracias
"Make My Day"

See my Website
User avatar
Pablo
 
Posts: 22472
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Solution for making fonts work with Summernote and CMS

Post by Pablo »

Sorry, I do not have an easier solution.
User avatar
Bluesman
 
 
Posts: 1157
Joined: Mon Feb 01, 2016 5:43 pm
Location: Sweden
Contact:

Re: Solution for making fonts work with Summernote and CMS

Post by Bluesman »

Bluesman wrote: Mon Aug 22, 2022 5:08 pm Hi Pablo. Can you please take a look at the last comment with solution from "mixextra". Wonder if you can have a better (simpler) solution for making the fonts that you add to the menu work? See:
https://www.wysiwygwebbuilder.com/forum ... 86#p476686
Gracias
Ok... tnx for answering Pablo. Will see were I take it from here. Seams a little hard for a "non-coder" like me :roll: But I will give it a try.
"Make My Day"

See my Website
mixextra
 
 
Posts: 95
Joined: Sat Mar 21, 2020 11:45 pm

Re: Solution for making fonts work with Summernote and CMS

Post by mixextra »

Hello Pablo greetings,

please try to see if the given code is not in conflict with the php code of the wwb elements of cms tools (CMS Admin, and EditableContentAdmin and others), whether it is possible to include this code in a future update:

Code: Select all

$content = str_replace('"', "'", $content);
directly into the php code of cms tools elements
or
as an option in the properties inspector as an optional editing field in case it is necessary in the future for another EDITOR to modify the output stored in the database?

With the Summernote editor, this is an invalid character in the output """
With this output, the use of the Summernote editor is very limited.
We thank you.
User avatar
Pablo
 
Posts: 22472
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Solution for making fonts work with Summernote and CMS

Post by Pablo »

Thanks, I will add this in the next update.
User avatar
Bluesman
 
 
Posts: 1157
Joined: Mon Feb 01, 2016 5:43 pm
Location: Sweden
Contact:

Re: Solution for making fonts work with Summernote and CMS

Post by Bluesman »

Pablo wrote: Fri Aug 26, 2022 5:58 am Thanks, I will add this in the next update.
Thanks Pablo, will test this amediately :D Does it mean that I just have to update wwb and then publish all on the page I have the cms admin tool?

Ok tested!!! Yes works as a charm :D
Last edited by Bluesman on Fri Aug 26, 2022 3:03 pm, edited 1 time in total.
"Make My Day"

See my Website
User avatar
Bluesman
 
 
Posts: 1157
Joined: Mon Feb 01, 2016 5:43 pm
Location: Sweden
Contact:

Re: Solution for making fonts work with Summernote and CMS

Post by Bluesman »

mixextra wrote: Thu Aug 25, 2022 5:04 pm Hello Pablo greetings,

please try to see if the given code is not in conflict with the php code of the wwb elements of cms tools (CMS Admin, and EditableContentAdmin and others), whether it is possible to include this code in a future update:

Code: Select all

$content = str_replace('"', "'", $content);
directly into the php code of cms tools elements
or
as an option in the properties inspector as an optional editing field in case it is necessary in the future for another EDITOR to modify the output stored in the database?

With the Summernote editor, this is an invalid character in the output """
With this output, the use of the Summernote editor is very limited.
We thank you.
Pablo did it tnx to you... Gracias amigo!
"Make My Day"

See my Website
Post Reply