Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • skelp Friend
    #865287

    Hi,

    I’m trying your brand new playstore template and When I use the category blog option to display articles in the content, it only displays the description from the metadata of the article.

    I’m sure this is a template issue, because with other templates (like purity and bookstore) the full content of the articles is visible on the site.

    I have about 30 category’s which I want to display, so I hope this issue will be solved soon…(…?)

    Pankaj Sharma Moderator
    #867355

    Hi skelp
    could u post your site super user admin details via Private reply and provide me steps details how to check this issue on your site , So i can help u in this case .

    skelp Friend
    #867458

    Yes that’s possible ofcourse, but I’m working local on wampserver. Is teamviewer an option for you?

    skelp Friend
    #867468

    Another question: how do I leave a private reply?

    Pankaj Sharma Moderator
    #867532

    Hi
    You can make the site live and share the site details via Private reply .
    When u post reply there is option to set as Private reply here > http://prntscr.com/9uipe8

    skelp Friend
    #867599
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #867614

    Hi
    I checked the menu item YOUR SITE URL /index.php/meubels-en-hout
    Added Test Meta data > http://prntscr.com/9ujftx
    And its showing in the source code of site > http://prntscr.com/9ujgel

    skelp Friend
    #867660

    So what is the next step?

    If you go to this (sub)menu item with category view http://www.skelp.org/auro/index.php/houten-vloeren/was
    you only see the meta description of the articles. I want it to show the full content of the articles for visitors and (ofcourse) not the meta description.

    With other template it works fine and I have no idea why the metadescription is showing up instead of the articles content with this template.

    Pankaj Sharma Moderator
    #868491

    Hi
    I do not get your meaning all the menu item are showing the meta data . On the above menu item there is no meta data added . Here u can see it > http://prntscr.com/9ux55m
    So it used global meta data that is working fine .This is normal behavior of all templates . Kindly check it again .

    skelp Friend
    #868687

    Oke, let me try to explain it again:

    If you go to the frontend en click (for example) houten vloeren > olie
    This is what you see:
    enter image description here

    If you go to that same article in the back-end (http://www.skelp.org/auro/administrator/index.php?option=com_content&view=article&layout=edit&id=39) and choose the publication tab this is what you see:
    enter image description here

    If you choose the content tab of the same article in the backend, you see the content, right?
    enter image description here

    Now what I want is the content of the articles on the frontend and not the metadescription!
    I don’t know how to get this more clear.
    As I said: When I choose another template, the content of the articles or displayed on the frontend, so this must be a template issue.

    skelp Friend
    #868697

    I want my visitors to see the content of the article and not the meta data! (meta data should only be in source code, content visible for visitors)

    This is what the content looks like in the backend:
    enter image description here
    and I also want it on the frontend!

    Please go to this article in the backend
    look at the content of the article and compare how it is diplayed on the frontend.

    enter image description here

    I don’t know how to get this more clear…

    As I said: when I choose another templete, the content of the articles are displayed on the frontend.

    skelp Friend
    #868698

    Tried to make a post but it possibly stripped, because of to much links…..

    skelp Friend
    #868708

    enter image description here

    As you can see above: purity_iii is showing content of the article.

    Pankaj Sharma Moderator
    #868997

    Hi
    First i want to clarify Meta data will show in source code not in the front end .
    As i understand you want to say that category blog menu type does not showing the article intro text properly .
    For this i fixed the problem directly on your site . Blog layout has intro text limit and does not showing the article images too .
    I removed the conditions . You can check your site now .
    Changes :
    file "/html/com_content/category/blog_item.php" in template "ja_playstore".
    I changed this code

    $this->item->introtext = substr(strip_tags($this->item->introtext), 0, 200);
            $this->item->introtext = substr($this->item->introtext, 0, strrpos($this->item->introtext, ' ')) . " ...";
            echo $this->item->introtext;

    with this

      $this->item->introtext = $this->item->introtext;
            echo $this->item->introtext;
    
Viewing 14 posts - 1 through 14 (of 14 total)

This topic contains 13 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 10 months ago.

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