Search found 15 matches

by Blipnoodle
Wed Mar 27, 2024 1:36 am
Forum: Community Help & Support
Topic: newsletter manager with source code not working.
Replies: 21
Views: 8960

Re: newsletter manager with source code not working.

heatherbell wrote: Mon Mar 11, 2024 5:56 am
Blipnoodle wrote: Mon Mar 11, 2024 1:47 am Is there an easy way to do this? lol
Internet search for how to use find/replace to remove line breaks in code editor.

Oh thanks!
by Blipnoodle
Mon Mar 11, 2024 1:47 am
Forum: Community Help & Support
Topic: newsletter manager with source code not working.
Replies: 21
Views: 8960

Re: newsletter manager with source code not working.

burt wrote: Sat Mar 09, 2024 9:02 am Alternatively, if you are always going to use HTML in Newsletters, remove the nl2br from the code.
Is there an easy way to do this? lol
by Blipnoodle
Fri Mar 08, 2024 4:55 am
Forum: Community Help & Support
Topic: newsletter manager with source code not working.
Replies: 21
Views: 8960

Re: newsletter manager with source code not working.

I made the email with an online creator Possibly therein lie the problem. E.g. a brief glance at the code shows using <style></style> instead of inline styling which is known can/will cause issues in HTML e-mail formatting with some e-mail providers (internet search to learn more) although whether ...
by Blipnoodle
Fri Mar 08, 2024 4:53 am
Forum: Community Help & Support
Topic: newsletter manager with source code not working.
Replies: 21
Views: 8960

Re: newsletter manager with source code not working.

The preview page adds nl2br() so that is the likeliest reason for the extra gaps in the display. after having a look at that link you provided, all the code there to negate the nl2br appears to be in PHP, can I still use that? Also do I just stick it in there anywhere? Or would it be better to just...
by Blipnoodle
Fri Mar 08, 2024 4:45 am
Forum: Community Help & Support
Topic: How to change website meta title and description?
Replies: 8
Views: 3063

Re: How to change website meta title and description?

heatherbell wrote: Wed Mar 06, 2024 6:02 am
Blipnoodle wrote: Wed Mar 06, 2024 1:51 am Damn, I was hoping i could just change it through the site.
Maybe try Admin Dashboard>Tools>Define Languages?
Super duper! thank you very much! :D
by Blipnoodle
Wed Mar 06, 2024 5:19 am
Forum: Community Help & Support
Topic: newsletter manager with source code not working.
Replies: 21
Views: 8960

Re: newsletter manager with source code not working.

Screenshot or use the </> icon in the format toolbar? Thank you! here is the code I am using. I made the email with an online creator that let me export to html or .eml if that makes any difference. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/...
by Blipnoodle
Wed Mar 06, 2024 1:51 am
Forum: Community Help & Support
Topic: How to change website meta title and description?
Replies: 8
Views: 3063

Re: How to change website meta title and description?

You will need to edit the language file like includes/languages/english/index.php Look for these two lines and change define('META_SEO_TITLE', 'Index Page Title'); define('META_SEO_DESCRIPTION', 'This is the description of your site to be used in the META Description Element'); Damn, I was hoping i...
by Blipnoodle
Wed Mar 06, 2024 1:48 am
Forum: Community Help & Support
Topic: newsletter manager with source code not working.
Replies: 21
Views: 8960

Re: newsletter manager with source code not working.

in the editor the email looks like i want it to, but the preview has giants spaces between every thing. What exact are you referring to by “editor” and “preview”? the editor in the newsletter manager, the preview after you save and click preview. Can i post the code in here? Whats the best way to t...
by Blipnoodle
Wed Mar 06, 2024 1:46 am
Forum: Community Help & Support
Topic: newsletter manager with source code not working.
Replies: 21
Views: 8960

Re: newsletter manager with source code not working.

Personally I would move away from using the core newsletter system. There are better ways to send newsletters to your customers without the risk of your domain being blacklisted. There are free versions from the likes of mailchimp which produce such better emails and are fully compliant. If you are...
by Blipnoodle
Thu Feb 29, 2024 2:46 am
Forum: Community Help & Support
Topic: How to change website meta title and description?
Replies: 8
Views: 3063

How to change website meta title and description?

I have worked out how to add SEO's to products and categories but have had no luck finding where to change the websites description or title.

Thank you.