Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • zdmdesignz Friend
    #193081

    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.

    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?


    1. joomlart
    TomC Moderator
    #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

    🙂

    Saguaros Moderator
    #515930

    Hi,

    <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

    zdmdesignz Friend
    #515997

    Thank 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!


    1. joomlart
    Saguaros Moderator
    #516014

    Hi,

    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.

    http://prntscr.com/2ci6mx

    http://prntscr.com/2ci7p9

    marklimonbay Friend
    #518889

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

    My website

    Saguaros Moderator
    #518991

    Have 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 Friend
    #519150

    I 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 Moderator
    #519168

    So please try to check the addons in Firefox, one of them may prevent connection to Facebook.

Viewing 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