-
AuthorPosts
-
salvomic Friend
salvomic
- Join date:
- June 2008
- Posts:
- 200
- Downloads:
- 16
- Uploads:
- 23
- Thanks:
- 24
- Thanked:
- 6 times in 1 posts
July 8, 2014 at 3:18 pm #199548I’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:
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 9, 2014 at 8:26 am #541704I 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
1 user says Thank You to Ninja Lead for this useful post
salvomic Friendsalvomic
- Join date:
- June 2008
- Posts:
- 200
- Downloads:
- 16
- Uploads:
- 23
- Thanks:
- 24
- Thanked:
- 6 times in 1 posts
July 9, 2014 at 10:31 am #541721ok, thank you in advance: you’ve PM, please then let me know
I hope to solve soon 🙂Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 10, 2014 at 4:45 am #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
1 user says Thank You to Ninja Lead for this useful post
salvomic Friendsalvomic
- Join date:
- June 2008
- Posts:
- 200
- Downloads:
- 16
- Uploads:
- 23
- Thanks:
- 24
- Thanked:
- 6 times in 1 posts
July 10, 2014 at 8:46 am #541837thank 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 11, 2014 at 9:36 am #541959I 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
1 user says Thank You to Ninja Lead for this useful post
salvomic Friendsalvomic
- Join date:
- June 2008
- Posts:
- 200
- Downloads:
- 16
- Uploads:
- 23
- Thanks:
- 24
- Thanked:
- 6 times in 1 posts
July 11, 2014 at 6:54 pm #542039thank 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
1 user says Thank You to salvomic for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
salvomic Friendsalvomic
- Join date:
- June 2008
- Posts:
- 200
- Downloads:
- 16
- Uploads:
- 23
- Thanks:
- 24
- Thanked:
- 6 times in 1 posts
July 14, 2014 at 6:25 am #542205I’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
salvoNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 14, 2014 at 3:10 pm #542268Hi 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
1 user says Thank You to Ninja Lead for this useful post
-
AuthorPosts
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
Jump to forum