X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   X-Cart - reBOOT - Responsive Template (https://forum.x-cart.com/showthread.php?t=66570)

PhilJ 08-14-2015 12:57 AM

Re: X-Cart - reBOOT - Responsive Template
 
Well, looks like you've solved any issues you were having now.

Features list added, finally :)

elmirage001 08-14-2015 12:39 PM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by johngwms
Hi Phil

That fix works but unfortunately it also converts all blog titles on the blog home page to H1 tags also. It seems that the is_singular() funtion on line 146 is not functioning as it should.

Hi John and Phil,

We were having the same issue on the blog home page with no H1 but all other pages are showing H1 just fine. We use the Yoast SEO Plugin recommended by Phil.

I've been working on this on and off for a little while and I think I've found a solution today. The code below will add your WordPress Tagline as an H1 on your blog's homepage.

In file /blog/wp-content/themes/alienship/index.php

add the following red line of code as shown below
Code:

<?php
/**
 * The main template file.
 *
 * @package Alien Ship
 * @since Alien Ship 0.1
 */

get_header(); ?>

        <div id="primary" class="<?php echo apply_filters( 'alienship_primary_container_class', 'content-area col-sm-8' ); ?>">

            <?php do_action( 'alienship_main_before' ); ?>
            <main id="main" class="site-main" role="main">
           
            <h1><?php bloginfo('description'); ?></h1><br />
           
                <?php if ( have_posts() ) {

Hope this helps!

Paul

PhilJ 08-15-2015 01:04 AM

Re: X-Cart - reBOOT - Responsive Template
 
Thanks Paul, that may not be necessary in the new reBOOT v4.7.3, as I have ensured that every page has a H1 tag, which are taken from the <TITLE> tag and right up in the <HEADER> where they ought to be.

If you disable CSS in your browser, you'll get a better idea.

elmirage001 08-15-2015 06:13 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by PhilJ
Thanks Paul, that may not be necessary in the new reBOOT v4.7.3, as I have ensured that every page has a H1 tag, which are taken from the <TITLE> tag and right up in the <HEADER> where they ought to be.

If you disable CSS in your browser, you'll get a better idea.

Hi Phil, I just checked your 4.7.3 demo and the H1 tags work perfectly :-) Thank you for that!!

Now, do I work on my astro images or reBOOT, images or reBOOT... I just don't know what to do? 8O

Thank you again!

Paul

PhilJ 08-17-2015 11:27 PM

Re: X-Cart - reBOOT - Responsive Template
 
For those who have upgraded reBOOT to the Aug 10th v4.7.3 release, please download this file and unzip to skin/reboot/css/themes

Some additional CSS overrides were necessary.

TA 08-18-2015 05:24 AM

Re: X-Cart - reBOOT - Responsive Template
 
Phil, Is that only for upgrades? Or does it apply to all installs?

PhilJ 08-18-2015 05:34 AM

Re: X-Cart - reBOOT - Responsive Template
 
Just for people who installed the very latest release, you included :)

TA 08-18-2015 05:46 AM

Re: X-Cart - reBOOT - Responsive Template
 
Done! Thanks!

PhilJ 08-21-2015 06:01 AM

Re: X-Cart - reBOOT - Responsive Template
 
Wordpress v4.3 was just released and working fine on reBOOT. For anyone who's upgraded, unzip and upload this to /blog/wp-includes

Bluemonk 08-24-2015 02:09 AM

Re: X-Cart - reBOOT - Responsive Template
 
Could someone please let me know how to put in custom colors for the menu, dialog, and panel boxes in the newest Reboot release?

If there is a way to assign custom colors to the primary, success, info, warning setting, that would be great.

Thank you


All times are GMT -8. The time now is 12:20 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.