Page 36 of 116 FirstFirst ... 2634353637384686 ... LastLast
Results 351 to 360 of 1160
  1. #351
    Join Date
    Jan 2014
    Posts
    223
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Guy’s I’m wanting to add 2 more slides to the banner. I have the image files in the banner folder.
    I have also add the following patch to sql
    INSERT INTO `banners` (`banners_id`, `banners_title`, `banners_url`, `banners_image`, `banners_group`, `banners_html_text`, `expires_impressions`, `expires_date`, `date_scheduled`, `date_added`, `date_status_change`, `status`, `banners_open_new_windows`, `banners_on_ssl`, `banners_sort_order`) VALUES
    ('', 'rsbslide6', 'http://www.picaflor-azul.com', 'banners/rsbslide6.jpg', 'rsbslide6', NULL, '0', NULL, NULL, '0001-01-01 00:00:00', NULL, '1', '1', '1', '0'),
    ('', 'rsbslide7', 'http://www.picaflor-azul.com', 'banners/rsbslide7.jpg', 'rsbslide7', NULL, '0', NULL, NULL, '0001-01-01 00:00:00', NULL, '1', '1', '1', '0');
    I can look in the tools banner manager and see they are in it.
    Then I insert sql patch
    INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES
    (NULL, 'Banner Display Groups - Rsbslide6', 'SHOW_BANNERS_GROUP_SETRSB6', 'rsbslide6', 'Rsbslide 6', @configuration_group_id, 37, NOW(), NULL, NULL),
    (NULL, 'Banner Display Groups - Rsbslide7', 'SHOW_BANNERS_GROUP_SETRSB7', 'rsbslide7', 'Rsbslide 7', @configuration_group_id, 38, NOW(), NULL, NULL);
    It loads but I do not have the two extra slides in the banner, still the 5 only show . What am I doing wrong. Site is up at http://thecubden.org/store/

  2. #352
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by cubmanky View Post
    Guy’s I’m wanting to add 2 more slides to the banner. I have the image files in the banner folder.
    I have also add the following patch to sql
    INSERT INTO `banners` (`banners_id`, `banners_title`, `banners_url`, `banners_image`, `banners_group`, `banners_html_text`, `expires_impressions`, `expires_date`, `date_scheduled`, `date_added`, `date_status_change`, `status`, `banners_open_new_windows`, `banners_on_ssl`, `banners_sort_order`) VALUES
    ('', 'rsbslide6', 'http://www.picaflor-azul.com', 'banners/rsbslide6.jpg', 'rsbslide6', NULL, '0', NULL, NULL, '0001-01-01 00:00:00', NULL, '1', '1', '1', '0'),
    ('', 'rsbslide7', 'http://www.picaflor-azul.com', 'banners/rsbslide7.jpg', 'rsbslide7', NULL, '0', NULL, NULL, '0001-01-01 00:00:00', NULL, '1', '1', '1', '0');
    I can look in the tools banner manager and see they are in it.
    Then I insert sql patch
    INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES
    (NULL, 'Banner Display Groups - Rsbslide6', 'SHOW_BANNERS_GROUP_SETRSB6', 'rsbslide6', 'Rsbslide 6', @configuration_group_id, 37, NOW(), NULL, NULL),
    (NULL, 'Banner Display Groups - Rsbslide7', 'SHOW_BANNERS_GROUP_SETRSB7', 'rsbslide7', 'Rsbslide 7', @configuration_group_id, 38, NOW(), NULL, NULL);
    It loads but I do not have the two extra slides in the banner, still the 5 only show . What am I doing wrong. Site is up at http://thecubden.org/store/
    Did you add the code for the extra slides to the includes/templates/override/common/tpl_home_slider.php file?

    Thanks,

    Anne

  3. #353
    Join Date
    Jan 2014
    Posts
    223
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    oops I forgot about that file. that did it. thanks

  4. #354
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by cubmanky View Post
    oops I forgot about that file. that did it. thanks
    I am happy that you figured it out ;)

    Thanks,

    Anne

  5. #355
    Join Date
    Jul 2012
    Location
    AZ USA
    Posts
    59
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Hi Anne
    I love the template and got it to work and of course changed the look of the page again . Thank you for suggesting the change.

    My question is how easy would it be to add separate boxes on the side bar for categories . EX : Photography with the artists names and sections below it so it reads something like
    Site is http://dezertdezinez.com/workspace

    Photography <<< this would be the header
    Arizona Photos by Jym < Artists list would be next
    Then the theme list would be under
    Black N White and so on
    then

    Debbie's Kraft Korner << this would be box header
    sections below
    then
    in a new box
    Scrap Kits << this would be a header for the box
    Full Kits
    Elements

    Total there would be like 6 or 7 boxes I think

    If it is possible could you head me in the right direction ..

    Please and thank you for any help you can give .


    Debbie

  6. #356
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by Debbie2014 View Post
    Hi Anne
    I love the template and got it to work and of course changed the look of the page again . Thank you for suggesting the change.

    My question is how easy would it be to add separate boxes on the side bar for categories . EX : Photography with the artists names and sections below it so it reads something like
    Site is http://dezertdezinez.com/workspace

    Photography <<< this would be the header
    Arizona Photos by Jym < Artists list would be next
    Then the theme list would be under
    Black N White and so on
    then

    Debbie's Kraft Korner << this would be box header
    sections below
    then
    in a new box
    Scrap Kits << this would be a header for the box
    Full Kits
    Elements

    Total there would be like 6 or 7 boxes I think

    If it is possible could you head me in the right direction ..

    Please and thank you for any help you can give .


    Debbie

    I would recommend using the categories dressing module for this.

    Thanks,

    Anne

  7. #357
    Join Date
    Jul 2012
    Location
    AZ USA
    Posts
    59
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    thank you . One more question .. Why would a plugin show ok on one template yet not show on the new template if all files are in the right place for both templates .. I am only using this template as of now though I want to add the side boxes as I had set up in the other template.
    Any help would be wonderful . side boxes are oneall sign in Live help

  8. #358
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by Debbie2014 View Post
    thank you . One more question .. Why would a plugin show ok on one template yet not show on the new template if all files are in the right place for both templates .. I am only using this template as of now though I want to add the side boxes as I had set up in the other template.
    Any help would be wonderful . side boxes are oneall sign in Live help
    Certainly would help to understand more about the plugin in question and what is meant by not showing in another. If it is related to sideboxes, well there is a sort of process to go through with sideboxes when installing a template, also this template has some "added" features that possibly could/should be incorporated into sideboxes for them to show as/when expected because of the added responsive functionality.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #359
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by Debbie2014 View Post
    thank you . One more question .. Why would a plugin show ok on one template yet not show on the new template if all files are in the right place for both templates .. I am only using this template as of now though I want to add the side boxes as I had set up in the other template.
    Any help would be wonderful . side boxes are oneall sign in Live help
    Any properly installed, stable plugin will work with the template. Check to see that you have all of the files installed in the proper place for the plugin.

    Thanks,

    Anne

  10. #360
    Join Date
    Sep 2012
    Posts
    196
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    I am trying to install the Responsive Sheffield Template and am on Step 5 in the ReadMe file. I do not have the column labeled "show box @ min width" in the Tools - Layout Boxes Controller. What did I do wrong and how do I go about fixing it. Thanks

    Mark

 

 
Page 36 of 116 FirstFirst ... 2634353637384686 ... LastLast

Similar Threads

  1. v154 Responsive Sheffield Blue v2.0
    By picaflor-azul in forum Addon Templates
    Replies: 1517
    Last Post: 13 Apr 2024, 01:50 AM
  2. v155 Responsive Classic vs Responsive Sheffield Blue vs ?
    By Zean in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 May 2016, 07:01 AM
  3. v154 Responsive Sheffield Blue change menu links
    By Annie_zaz in forum Addon Templates
    Replies: 3
    Last Post: 7 May 2016, 11:33 PM
  4. v154 Responsive Sheffield Blue v.2.0 Pricing not showing
    By SilverHD in forum Addon Templates
    Replies: 13
    Last Post: 4 Nov 2015, 10:57 PM
  5. v154 Questions re: Responsive Sheffield Blue
    By dfontana in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Aug 2015, 02:43 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