-
AuthorPosts
-
zdmdesignz Friend
zdmdesignz
- Join date:
- October 2009
- Posts:
- 122
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 54
- Thanked:
- 11 times in 1 posts
December 18, 2013 at 8:42 pm #193081Hello I have three very basic questions in regards to the Site Title and the Social Comments/Sharing. I can;t seem to find these answers in the documentation. I’ve attached a screenshot to help make it easy to see what I’m referencing. Thanks in advance 🙂
1. How Do I change the site title to appear in the browser tab? I’ve updated the site title in Global Configuration and in Template Manager > Theme, but “Joomla business portfolio template – JA Fixel” still appears.
2. How do I enable and disable the Social Comments (Add a comment) option below only certain articles?
3. How do I remove the default description for a social follower?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 18, 2013 at 9:36 pm #515907<em>@zdmdesignz 402558 wrote:</em><blockquote>Hello I have three very basic questions in regards to the Site Title and the Social Comments/Sharing. I can;t seem to find these answers in the documentation. I’ve attached a screenshot to help make it easy to see what I’m referencing. Thanks in advance 🙂
1. How Do I change the site title to appear in the browser tab? I’ve updated the site title in Global Configuration and in Template Manager > Theme, but “Joomla business portfolio template – JA Fixel” still appears.
</blockquote>
Within your site Administration . . . . .1. Within your Menu Manager, click/open your Main Menu
2. Click/Open “Home” menu item
3. Click “Page Display” tab
4. Change the text within “Browser Page Title”
5. Save Changes – Clear Cache – Refresh Page
Hope That Helps
🙂
1 user says Thank You to TomC for this useful post
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 19, 2013 at 4:57 am #515930Hi,
<blockquote>2. How do I enable and disable the Social Comments (Add a comment) option below only certain articles?</blockquote>
>> That’s Facebook comment and you can disable it by switching it OFF in backend > template manager > General setting: http://prntscr.com/2c9uya
<blockquote>3. How do I remove the default description for a social follower? </blockquote>
>> You can open Home menu item > Metadata Options > Meta description and change to your own desc
1 user says Thank You to Saguaros for this useful post
zdmdesignz Friendzdmdesignz
- Join date:
- October 2009
- Posts:
- 122
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 54
- Thanked:
- 11 times in 1 posts
December 19, 2013 at 8:19 pm #515997Thank you both for your responses. They’re very much appreciated.
2. Saguaros, do you know how to disable the Facebook comments in only certain articles, as opposed to site-wide? I love the functionality, but there are a couple articles where it is not needed and becomes a bit convoluted for the visitor.
3. How do I remove the default description for a social follower (see #3 in screenshot).
Thanks again!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 20, 2013 at 2:36 am #516014Hi,
In backend settings of an article, there is no option to disable this comment as its general setting of template. You can disable this only if that article belongs to a specific menu item, in this menu item, you use Page Class – which helps to define CSS for specific page, then you could hide the comment.
For the default description, as I mentioned above, you can change it in Meta Options in menu item settings, in case, you already did, try to check Meta Options in Global Configuration.
marklimonbay Friendmarklimonbay
- Join date:
- October 2013
- Posts:
- 27
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 7
- Thanked:
- 3 times in 4 posts
January 17, 2014 at 10:44 pm #518889I cannot see facebook comment under the articles, even though I have the option “Facebook integrated comment” switched ON in all the different theme variations.
Is it any other option hidden anywhere to prevent this to display?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 20, 2014 at 2:59 am #518991Have you figured it out yet? As I can see in link above, the FB comment is showing now: http://prntscr.com/2kvn81
If you turn on the option Facebook Integrated comment, it will call this code block:
<?php if($tplparams->get('tpl_facebook_comment', 1)): ?>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1<?php echo $tplparams->get('tpl_facebook_appid', '') ? '&appId= . $tplparams->get('tpl_facebook_appid', '') : '' ?>";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="fb-comments" data-href="<?php echo JUri::getInstance()->toString(array('scheme', 'host', 'port')) . $this->item->readmore_link ?>" data-num-posts="10"></div>
<?php endif ?>
from the file: templatesja_fixelhtmlcom_contentarticledefault.php then the comment box will appear in the article.
marklimonbay Friendmarklimonbay
- Join date:
- October 2013
- Posts:
- 27
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 7
- Thanked:
- 3 times in 4 posts
January 20, 2014 at 8:25 pm #519150I cannot see it using Firefox but I see it on Chrome, so I guess I have some settings that prevent that to show up.
Thanks!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 21, 2014 at 1:53 am #519168So please try to check the addons in Firefox, one of them may prevent connection to Facebook.
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 4 voices, and was last updated by Saguaros 10 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum