Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • salvomic Friend
    #199548

    I’ve the same problem, please help!
    I’ve searched in Content/vote, it seems to be ok. I’ve also Addtoany, JA Bookmarks and JA Social, but if I set them to be up, under title, I can’t see anything (only article’s details: see screenshot).
    With other themes all is ok, only with JA Teline IV T3 (Joomla 3.3) I’ve this issue.

    What could be the problem?

    Salvo

    changing theme I have:


    1. Schermata-2014-07-08-alle-17.14.47
    2. vote
    Ninja Lead Moderator
    #541704

    I just moved your thread to new thread as the earlier thread was already resolved. Please raise new thread next time if you want to raise the problem to us

    Regarding the problem you mentioned, It’s pretty hard to suggest the solution without having a look at the site. So pm me URL of your site, admin login and FTP account. I shall check it for you

    salvomic Friend
    #541721

    ok, thank you in advance: you’ve PM, please then let me know
    I hope to solve soon 🙂

    Ninja Lead Moderator
    #541807

    <em>@salvomic 435899 wrote:</em><blockquote>ok, thank you in advance: you’ve PM, please then let me know
    I hope to solve soon 🙂
    </blockquote>

    I have checked the config and details php code in com_content by JOOMLA default and see:

    + If Show Intro Text in Article Manager Options > Articles > Show Intro Text : choose Hide once you don’t have an intro text to that articles but it shows Addtoany, JA Bookmarks and JA Social under title

    + Then you set the option to Show, under title but it is not showing and you can customize it with my suggestion below to show them under title the Addtoany, JA Bookmarks and JA Social

    Open templates/ja_teline_iv/html/com_content/article/default.php file

    Change

    <?php if (!$params->get('show_intro')) :
    echo $this->item->event->afterDisplayTitle;
    endif; ?>

    To

    <?php echo $this->item->event->afterDisplayTitle; ?>

    Let me know if it helps

    salvomic Friend
    #541837

    thank you!
    doing so Addtoany and JA Bookmarks are ok, vote module still doesn’t appear…

    I would like to have voting system with stars also in JA Teline, like in the default theme…

    Ninja Lead Moderator
    #541959

    I just checked source code in Content/Vote and see it only shows in beforeDisplayContent event of com_content. About to get “Content-Vote” to display buttons for users to rate an article you must:

    1. Go to the Plugin Manager and publish the plugin “Content-Vote.”

    2. Go to the Article Manager, select an article, go to “Article Options,” find “Show Voting,” and set this to “Show” (then save and close).

    3. Go to the Menu Manager, select a menu, go to “Article Options,” find “Show Voting,” and set this to “Show” (then save and close).

    Hope it helps

    salvomic Friend
    #542039

    thank you again!
    I had also the wrong template, now I’ve installed JA Teline IV T3 and reconfiguring all modules, and Vote already appears…

    salvo

    Ninja Lead Moderator
    #542200

    Sorry we were off for the weekend. Glad you found a solution. Let me know if you need further help.

    salvomic Friend
    #542205

    I’m trying only to get better esthetic and neat disposition of icons, vote, addtoany module, but not all options are good. I would prefer to have them in line…

    thank you
    salvo

    Ninja Lead Moderator
    #542268

    Hi salvo,

    The css below will help you style: icons, vote, addtoany module in line

    Open templates/ja_teline_iv_t3/css/custom.css file and add new rule


    form.form-inline, div.content_rating, a.a2a_dd {
    float: left;
    }
    .item-page .article-content {
    clear: both;
    }

    Regards

    salvomic Friend
    #542287

    yes, thanks!
    I put it in custom.css
    Later I’ll check all, but already now it seems to look better 🙂

    Salvo

Viewing 11 posts - 1 through 11 (of 11 total)

This topic contains 11 replies, has 2 voices, and was last updated by  salvomic 10 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum