-
AuthorPosts
-
January 24, 2016 at 2:46 am #866545
Hi,
I have a website at http://www.musicamoderna.com.br and I got 2 issues.
1 – When someone send me a message through JA Quick Contact I receive the message with the email’s subject in the place of the sender’s name. How to correct it?
2 – Every JA Content PopUp window has the title using Times New Roman font, but I don’t like it. I would rather have the same font as the template’s demo site. I have tried to change it but with no luck. Please advice.
Thanks a lot for your help
- Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 25, 2016 at 7:08 am #867466Hi,
Please have a look at my answer with your request below
1) I am checking directly on your site but I could not see the problem of you mentioned above, see the screenshot
2) You can force title of content popup on your site to Verdana, Arial, Helvetica, sans-serif
Open templates/ja_onepage/css/custom.css file, add new rule
.item-page .article-header h1.article-title { font-family: Verdana, Arial, Helvetica, sans-serif !important; }
Regards
January 25, 2016 at 4:59 pm #867950Thanks for the answer, but I still got both issues.
1) Sorry for my bad english, I think you didn´t understand what is the problem I´ve tried to describe. The problem is: if you send me a email filling the form with "Ninja Lead" as the name and "Hello" as the subject, when the email arrives at my Gmail´s mailbox it shows "Hello" as your name and "Hello" as the subject as well. Got it? If you wanna try please fill the form at my website and I can printscreen the message when it arrives at my mailbox to show you.
2) I´ve tried what you said but it make no difference. I´m attaching a picture of my custom.css file.
Please help, thanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 26, 2016 at 9:13 am #868673I need to check the first problem directly on your site, please give me the credentials info: admin login the backend of your site and FTP account via Set as private reply.
With the second of the problem, you can have a look at the my screenshot below, you can see the title of content popup is working fine with my solution above.
January 26, 2016 at 2:52 pm #868965This reply has been marked as private.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 27, 2016 at 11:21 am #869653You can try to fix the first problem from email with my solution below
- Open modules/mod_jaquickcontact/mod_jaquickcontact.php file
find and change
$mail->setSender(array($email, $subject));
to
$mail->setSender(array($email));
Besides that, I fixed the font-family into title on your site with the solution below
Open plugins/system/t3/base/html/layouts/joomla/content/item_title.php file
find and change<<?php echo $title_tag; ?> class="article-title" itemprop="name">
to
<<?php echo $title_tag; ?> class="article-title" style="font-family: Verdana, Arial, Helvetica, sans-serif;" itemprop="name">
January 29, 2016 at 3:17 pm #871626Thank you very much!!!
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 6 replies, has 2 voices, and was last updated by alexmartinho 8 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
JA Quick Contact & JA Content PopUp issues
Viewing 7 posts - 1 through 7 (of 7 total)