Page 14 of 18 FirstFirst ... 41213141516 ... LastLast
Results 131 to 140 of 177
  1. #131
    Join Date
    Feb 2022
    Location
    australia
    Posts
    5
    Plugin Contributions
    0

    Default Re: Template Fluorspar

    My website is here http://earthlytreasures.com.au
    I am using the flourspar template
    I cant get new (Or old or anything) products to show on the main page when somebody logs on to my website.
    How do I get some products to automatically show on the front page?

  2. #132
    Join Date
    Jun 2016
    Location
    Suffolk VA
    Posts
    590
    Plugin Contributions
    0

    Default Re: Template Fluorspar

    Quote Originally Posted by earthlytreasures2 View Post
    My website is here http://earthlytreasures.com.au
    I am using the flourspar template
    I cant get new (Or old or anything) products to show on the main page when somebody logs on to my website.
    How do I get some products to automatically show on the front page?
    You can get any specific category to show on the front page by going into Configureation -> Layout Settings -> Main Page - Opens with Category. The category you specify there is the one that will be shown on the main page.

    You can show new products in the sidebar by going into Tools -> Layout Boxes Controller and turn on sideboxes/whatsnew.php

  3. #133
    Join Date
    Jun 2016
    Location
    Suffolk VA
    Posts
    590
    Plugin Contributions
    0

    Default Re: Template Fluorspar

    Thought I'd share how to make the Nivo slider images clickable. It's actually quite easy.

    In /includes/templates/fluorspar/common/tpl_nivo_slider.php, you want the <div> that begins at line 3:

    <div id="slider" class="nivoSlider">
    <img src="includes/templates/fluorspar/images/data/image1.jpg" alt="Herbs and Spices" title='<?php echo NIVO_CAPTION_1; ?>'/>
    <img src="includes/templates/fluorspar/images/data/image2.jpg" alt="Pet Products" title='<?php echo NIVO_CAPTION_2; ?>'/>
    <img src="includes/templates/fluorspar/images/data/image3.jpg" alt="Document Library" title='<?php echo NIVO_CAPTION_3; ?>'/>
    </div>

    To make those images into links, just enclose each one in a <a href> tag. The example below shows how I did it for my site:

    <div id="slider" class="nivoSlider">
    <a href="https://www.newnaturalsonline.com/index.php?main_page=index&cPath=2"><img src="includes/templates/fluorspar/images/data/image1.jpg" alt="Herbs and Spices" title='<?php echo NIVO_CAPTION_1; ?>'/></a>
    <a href="https://www.newnaturalsonline.com/index.php?main_page=index&cPath=7"><img src="includes/templates/fluorspar/images/data/image2.jpg" alt="Pet Products" title='<?php echo NIVO_CAPTION_2; ?>'/></a>
    <a href="https://www.newnaturalsonline.com/doc_menu.html"><img src="includes/templates/fluorspar/images/data/image3.jpg" alt="Document Library" title='<?php echo NIVO_CAPTION_3; ?>'/></a>
    </div>

    This is very lightly glossed over in the fluorspar docs, and the 'More Info' link in the docs goes to a blank page. The Zenofobe domain name appears to be parked and for sale, so there apparently won't be any help from the template author.

  4. #134
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,145
    Plugin Contributions
    11

    Default Re: Template Fluorspar

    Quote Originally Posted by HeleneWallis View Post
    To make those images into links, just enclose each one in a <a href> tag. The example below shows how I did it for my site:

    <div id="slider" class="nivoSlider">
    <a href="https://www.newnaturalsonline.com/index.php?main_page=index&cPath=2"><img src="includes/templates/fluorspar/images/data/image1.jpg" alt="Herbs and Spices" title='<?php echo NIVO_CAPTION_1; ?>'/></a>
    <a href="https://www.newnaturalsonline.com/index.php?main_page=index&cPath=7"><img src="includes/templates/fluorspar/images/data/image2.jpg" alt="Pet Products" title='<?php echo NIVO_CAPTION_2; ?>'/></a>
    <a href="https://www.newnaturalsonline.com/doc_menu.html"><img src="includes/templates/fluorspar/images/data/image3.jpg" alt="Document Library" title='<?php echo NIVO_CAPTION_3; ?>'/></a>
    </div>
    If your canonical link is set to https://www.newnaturalsonline.com/, then you would remove the info in red above. This makes it a relative verrsus absolute link and avoids a lot of headaches.

    Biggest example is in accessibility. If you have a link to the two categories above (2 and 7) in your catgegories column, accessiblity will hit you for links that are ambiguous. https://myzencarthost.com/accessibil...ambiguous_link

    Basically, with absolute links, you are forcing the system to leave the cart and come back in to go to the link. Relative links are like "It's right over here on the shelf."

  5. #135
    Join Date
    Jun 2016
    Location
    Suffolk VA
    Posts
    590
    Plugin Contributions
    0

    Default Re: Template Fluorspar

    Yes, correct, I wasn't thinking about that. Thanks for the heads up.

  6. #136
    Join Date
    Jun 2016
    Location
    Suffolk VA
    Posts
    590
    Plugin Contributions
    0

    Default Re: Template Fluorspar

    I'm working on accessibility issues with Fluorspar, and have hit a brick wall with the Down for Maintenance page. I cannot find where the 'home' icon in the breadcrumb line is being sourced from. I can find everything around it, but not that icon tag itself. Anyone know? It is not nddbc.html.

  7. #137
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,145
    Plugin Contributions
    11

    Default Re: Template Fluorspar

    perhaps a peak. Otherwise, it's a WAG.

  8. #138
    Join Date
    Jun 2016
    Location
    Suffolk VA
    Posts
    590
    Plugin Contributions
    0

    Default Re: Template Fluorspar

    Quote Originally Posted by dbltoe View Post
    perhaps a peak. Otherwise, it's a WAG.
    Umm, huh?

  9. #139
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,145
    Plugin Contributions
    11

    Default Re: Template Fluorspar

    You'll get more help if you give a link. Otherwise, it's a Wild A.. Guess.

  10. #140
    Join Date
    Jun 2016
    Location
    Suffolk VA
    Posts
    590
    Plugin Contributions
    0

    Default Re: Template Fluorspar

    Quote Originally Posted by dbltoe View Post
    You'll get more help if you give a link. Otherwise, it's a Wild A.. Guess.
    Here's a screenshot. It's the home icon below the megamenu in the breadcrumb line.

    Name:  screenshot of home icon.jpg
Views: 75
Size:  36.9 KB

 

 
Page 14 of 18 FirstFirst ... 41213141516 ... LastLast

Similar Threads

  1. theme277 from template monster and replacing with new template
    By DarkAngel in forum General Questions
    Replies: 0
    Last Post: 8 Nov 2012, 07:17 AM
  2. Can't seem to get template on the admin/tools/template selection
    By avmejias in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 19 Aug 2012, 07:39 AM
  3. Replies: 8
    Last Post: 29 Apr 2011, 07:53 PM
  4. Template selection page not viewable after uploading custom template
    By mek113 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 28 Apr 2011, 05:16 PM
  5. open_basedir restriction in effect - trying to use tm001 template monster template
    By prantiC in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 10 Aug 2007, 10:02 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR