Menu
Your Cart

Journal Blog - shop RSS Feed

15 Sep Welcome to Journal Blog
admin 1052 34826
Journal 3 blog has been greatly improved and it now comes with the most advanced set of typography tools, including custom drop-cap support as well as optional newspaper-like fluid columns. You can br..
02 Aug Journal Blog is Here
admin 165 18709
The Journal 3 blog has been greatly improved and it now comes with the most advanced set of typography tools, including custom drop-cap support as well as optional newspaper-like fluid columns. You ca..
02 Aug Best Leather Bags
admin 528 8970
Best Opencart theme options you can find in any theme? Decide for yourself by visiting one our demo admin, user/pass: demo/demo. The Journal 3 blog has been greatly improved and it now comes with the ..
02 Aug Another Blog Post
admin 194 8915
Another blog post.  Write unlimited blog articles, or have someone write them for you with partial admin access. The Journal 3 blog has been greatly improved and it now comes with the most advanced se..
Showing 1 to 4 of 4 (1 Pages)
$(document).ready(function() { const interval = setInterval(function() { const $element = $('.page-title span'); if (!$element.length) return; const text = $element.text(); if (text && text.includes('(0.00kg)')) { $element.text(text.replace('(0.00kg)', '').trim()); clearInterval(interval); // 找到后停止轮询 } }, 100); // 每100ms检查一次 });