Page 19 of 116 FirstFirst ... 917181920212969 ... LastLast
Results 181 to 190 of 1160
  1. #181
    Join Date
    Sep 2013
    Location
    Cairo, Egypt
    Posts
    21
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by DML73 View Post
    Can you point me to exactly what code in tpl_main_page.php is making the call for the slider on the index page? Im having a real hard time finding this.
    Commented at top of page, header loads slider....Enjoy

  2. #182
    Join Date
    Oct 2007
    Posts
    328
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by Hany View Post
    Commented at top of page, header loads slider....Enjoy
    Thanks, so what you mentioned in post 75:
    "You will need to change the width of the slide show and then remove the call for it in the tpl_main_page.php file and add it to the define_main_page.php".
    is not correct?

    From /includes/templates/responsive_sheffield_blue/common/tpl_header.php I moved:

    <?php
    if ($this_is_home_page) {
    ?>
    <?php
    if (RSB_SLIDES_STATUS == 'true') {
    ?>
    <?php require($template->get_template_dir('tpl_home_slider.php',DIR_WS_TEMPLATE, $current_page_base,'common')
    . '/tpl_home_slider.php');?>
    <?php
    } ?>
    <?php
    } ?>

    to:

    includes/languages/english/html_includes/responsive_sheffield_blue/define_main_page.php

    but still the slider does not show up in the center colum between the left and right colums. What am I doing wrong?

  3. #183
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by DML73 View Post
    Can you point me to exactly what code in tpl_main_page.php is making the call for the slider on the index page? Im having a real hard time finding this.
    The call for the slide show is at the bottom of the tpl_header.php file.

    Thanks,

    Anne

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

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by DML73 View Post
    Thanks, so what you mentioned in post 75:
    "You will need to change the width of the slide show and then remove the call for it in the tpl_main_page.php file and add it to the define_main_page.php".
    is not correct?

    From /includes/templates/responsive_sheffield_blue/common/tpl_header.php I moved:

    <?php
    if ($this_is_home_page) {
    ?>
    <?php
    if (RSB_SLIDES_STATUS == 'true') {
    ?>
    <?php require($template->get_template_dir('tpl_home_slider.php',DIR_WS_TEMPLATE, $current_page_base,'common')
    . '/tpl_home_slider.php');?>
    <?php
    } ?>
    <?php
    } ?>

    to:

    includes/languages/english/html_includes/responsive_sheffield_blue/define_main_page.php

    but still the slider does not show up in the center colum between the left and right colums. What am I doing wrong?
    Do you have any errors in your logs folder? If you post a link to your site I can take a look.

    Thanks,

    Anne

  5. #185
    Join Date
    Sep 2013
    Location
    Cairo, Egypt
    Posts
    21
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    In fact, what I meant is, you need to start by reading tpl_main_page.php form header comment to understand how template blocks are rendered, header, left column, center, right & footer....but for the slider, I think you will need to cut the code from tpl_header and paste somewhere after calculating center column width in tpl_main_page.....so you will enjoy life

  6. #186
    Join Date
    Oct 2007
    Posts
    328
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by picaflor-azul View Post
    Do you have any errors in your logs folder? If you post a link to your site I can take a look.

    Thanks,

    Anne
    I did have a few errors in the logs folder because I forgot a "}" at the end in define_main_page.php; I have noew corrected that but still the slider does not show up in the center column. The link is www.u s c o n v e r t e r s .com/aab
    Thanks a lot for your help.

  7. #187
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by DML73 View Post
    I did have a few errors in the logs folder because I forgot a "}" at the end in define_main_page.php; I have noew corrected that but still the slider does not show up in the center column. The link is www.u s c o n v e r t e r s .com/aab
    Thanks a lot for your help.
    I am not seeing the slide show code in the center column when I view the source. You should remove the call for the slider code from the tpl_header.php file and then add it to the define_main_page.php.

    Thanks,

    Anne

  8. #188
    Join Date
    Oct 2007
    Posts
    328
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by picaflor-azul View Post
    I am not seeing the slide show code in the center column when I view the source. You should remove the call for the slider code from the tpl_header.php file and then add it to the define_main_page.php.

    Thanks,

    Anne
    Ok, I actually had the code in both files. I have now removed it from tpl_header.php, and it is still in define_main_page.php, but still not in the center column.

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

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by DML73 View Post
    Ok, I actually had the code in both files. I have now removed it from tpl_header.php, and it is still in define_main_page.php, but still not in the center column.
    I just don't see the slider code. My guess is that you did not add it to the override file. includes/languages/english/html_includes/responsive_sheffield_blue/define_main_page.php

    Thanks,

    Anne

  10. #190
    Join Date
    Oct 2007
    Posts
    328
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by picaflor-azul View Post
    I just don't see the slider code. My guess is that you did not add it to the override file. includes/languages/english/html_includes/responsive_sheffield_blue/define_main_page.php

    Thanks,

    Anne
    I did add it correctly to includes/languages/english/html_includes/responsive_sheffield_blue/define_main_page.php, and I also tried saving it under Define Pages Editor in Admin. It saves it fine both places; and when I make changes to the text it shows up on the index page without problems. Only the slider does not show up. Very strange...

 

 
Page 19 of 116 FirstFirst ... 917181920212969 ... 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