![]() |
Re: X-Cart - reBOOT - Responsive Template
Phil - how do I remove lazy loading of category images?
Product images are very quick now but still get spinning disc and delay on cat images. Thanks |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Edit skin/reboot/customer/main/subcategories_t.tpl replace... Code:
<img class="lazy" src="{$AltImagesDir}/spacer.gif" data-src="{get_category_image_url category=$subcategory}" alt="{$subcategory.category|escape}" /> Code:
<img src="{get_category_image_url category=$subcategory}" alt="{$subcategory.category|escape}" /> |
Re: X-Cart - reBOOT - Responsive Template
Phil
How can I make reB3.51 WordPress Post Titles have an H1 Tag? At the moment my posts do not have H1 defined and Google never seems to pick them up. |
Re: X-Cart - reBOOT - Responsive Template
Hi John, on blog pages, it should already be a H1, but for blog page listings, edit /blog/wp-content/themes/alienship/inc/template-tags.php
Find line 150, replace... Code:
$entry_title = sprintf( '<h2 class="entry-title"><a class="entry-title" title="%s" rel="bookmark" href="%s">%s</a></h2>', the_title_attribute( 'echo=0' ), get_permalink(), $title ); Code:
$entry_title = sprintf( '<h1 class="entry-title"><a class="entry-title" title="%s" rel="bookmark" href="%s">%s</a></h2>', the_title_attribute( 'echo=0' ), get_permalink(), $title ); |
Re: X-Cart - reBOOT - Responsive Template
Removed - just my inability to read
|
Re: X-Cart - reBOOT - Responsive Template
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. |
Re: X-Cart - reBOOT - Responsive Template
Phil,
I am updating my site and want to know if I need to purchase an update to go from 2.32 to the latest version. I believe you are very close to releasing the latest version 4.7.3. Do you have an availability date? Please let me know what I need to do ASAP as my developer needs to know how to proceed. Best, Mendy Ouzillou |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Hi Mendy! Phil is testing now. You can keep up to date here --> https://www.xcartmods.co.uk/reboot/#tab3 Quote:
Hope this helps! Paul (The Meteorite Exchange, Inc.) |
Re: X-Cart - reBOOT - Responsive Template
Thank you Paul. I did see that and was hoping for a more definitive date.
My developer is stuck until I can get the latest release which seems well worth waiting for. Mendy |
Re: X-Cart - reBOOT - Responsive Template
Hi All, it will be released on Monday 10th. Apologies to everyone for the delay, but better to be safe than sorry.
I'm just finalising the product page and the header layouts. I'll be optimising, documenting and testing all weekend in readiness for Monday. PM me or go on my live chat for a preview link. Settings |
All times are GMT -8. The time now is 10:51 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.