test
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • sanumala Friend
    #134082

    Hi

    My Webiste is http://www.dealscamp.com

    I have changed index page (i.e Home under main menu) from Joomla Front page to VirtueMart Online-Shop / E-Commerce Component

    From there onwards syndicate is not showing up…

    My Questions:

    1. How can i get that syndicate button right after footer as showed in template demo page…
    2. How can I add more syndications like atom xml etc there.
    3. How can get “Subscribe to this page” in browser address bar like what we get in this forum.

    &

    In product categories if i select main category like computers; underneeth that we have sub categories like monitor, laptop, desktop etc…

    If i click on subscribe to this feed on main category it is not showing any products which are actually in sub categories; but if i click on particular sub category feed button I am able to see all products in that category and able to successfully add that to my yahoo, google, etc feed readers

    How can i get all subcategory products in the main category feed?

    Thanks in advance..

    Sherlock Friend
    #274184

    Hi sanumala !
    you must make sure that syndicate module is enabled in admin panel , please go to admin >> extensions >> module manager and check it again !

    sanumala Friend
    #274238

    Hi Hainn84

    syndicate module is enabled. when i change Home menu thye to joomla–>article –> front page blog layout it as showing as in demo page. but when i change it to virtuemart –> Online-Shop / E-Commerce Component
    it is not showing…

    When i switch to front page layout

    view source is like bellow

    <div class=”foot-rss”>
    <a href=”/camp/index.php?format=feed&type=rss”>
    <img src=”/camp/images/M_images/livemarks.png” alt=”feed-image” /> <span>Feed Entries</span></a>

    </div>

    When i switch back to virtuemart –> Online-Shop / E-Commerce Component
    view source is like:

    <div class=”foot-rss”>

    </div>

    I guess in front page layout we have Parameters(advanced) –> Show feed yes/no is there

    but for the virtuemart component it is not there to configure… thats why it is not showing

    virtue mart component is getting feed info from some where else it is showing empty
    when i open JA Mosolite template html file

    i saw like this
    <div class=”foot-rss”>
    <jdoc:include type=”modules” name=”syndicate” />
    </div>

    I can conclude that <jdoc:include type=”modules” name=”syndicate” /> is not getting working properly when i switch to Virtuemart component.

    Please help

    alpa JA JobBoard
    #274242

    I have exactly the same problem. Working locally I publish a new syndicate module in the syndicate position and the syndicate button is not showing.

    Had a look at template.css and I found these lines:

    div.foot-rss {
    position: absolute;
    top: 30px;
    right: 20px;
    }

    div.foot-rss img {
    vertical-align: middle;
    }

    Where as in typo.css I saw this:

    p.feed {
    background: url(../images/icon-rss.gif) no-repeat top left;
    padding-left: 25px;
    }

    Which one is used to display the syndicate button ?

    sanumala Friend
    #274246

    Hi Alpa

    For your questing you have to use div.foot-rss
    like <div id=”foot-rss”> </div>

    And enable syndicate module –> put that enabled sysndicate module in syndicate pos

    Sherlock Friend
    #275002

    Hi sanumala !
    you must make sure that sysndicate module is assigned for display on all page. if posible, please send admin account via pm , i will check it for you !

    sanumala Friend
    #275125

    no worries i fixed it on my own by editing template html…

    FYI.. that is not a problem with syndicate button .. that is problem with template itself..

    alpa JA JobBoard
    #275158

    Hi sanumala,

    what were the changes you made to the template file to make the syndicate button appear on all pages?

    Thanx

    alpa

    sanumala Friend
    #275245

    To show in the footer of every page

    go to Extensions –> template manager –> select JA Mesolite –> edit html

    at the end in footer section i have done like this

    <!–<div class=”foot-rss”>
    <jdoc:include type=”modules” name=”syndicate” />
    </div> –>
    <div class=”foot-rss”>
    <a href=”/camp/home.php?page=shop.feed&format=feed&type=rss”>
    <img src=”/camp/images/M_images/livemarks.png” alt=”feed-image” /> <span>Subscribe Us</span></a>
    </div>

    Note: change your links based on ur site for a herf and img..

    And to get subscribe us in firefox address bar

    i have installed http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,3402/Itemid,35/ extension and enbled in left postion without title and all the stuff
    once you have installed above extension goto configuration of the extension and give your feed link… ie what ever you have in <a href> of above with complete path…

    Hope this helps..

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

This topic contains 9 replies, has 3 voices, and was last updated by  sanumala 16 years, 1 month ago.

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