test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • alexmartinho Friend
    #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


    1. Form
    2. Email
    3. PopUp
    Ninja Lead Moderator
    #867466

    Hi,

    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


    1. Screen-Shot-2016-01-25-at-13.44.13
    alexmartinho Friend
    #867950

    Thanks 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


    1. custom.css_
    Ninja Lead Moderator
    #868673

    I 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.


    1. Screen-Shot-2016-01-26-at-15.51.34
    alexmartinho Friend
    #868965
    This reply has been marked as private.
    Ninja Lead Moderator
    #869653

    You 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">
    alexmartinho Friend
    #871626

    Thank you very much!!!

Viewing 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