talird
Forum Replies Created
-
Ad 1) thanks, will try
Ad 2-3) I’m using WooCommerce polylang offers 3 options
– The language is set from content
– The language is set from the directory name in pretty permalinks
– The language is set from the subdomain name in pretty permalinks
The first option works, but is not good because of SEO. Second I’m using now, but both for Czech and English language shows English HOME (will try support for 1) to split) an on all WooCommerce pages. I have installed czech WooCommerce language pack, WordPress identified and installed it, but there is no change after swithing to Czech language. Even changing default language to Czech hasn’t changed anything!Forum: Themes and Templates
In reply to: [SKT Corp] Footer is not on the bottom of short pagesthere should be
Forum: Themes and Templates
In reply to: [SKT Corp] How to create inherited [unordered_list]?Thanks,
In SKT Corp there are shortcodes for lists:
[unordered_list style="list-1"]<li>List style 1</li>[/unordered_list]
they use several nice icons (list-1 .. list-10) instead of simple “bullets”. If I want to use it I can’t do code like:[unordered_list style="list-1"] <li>Hi</li> <li>Hi</li> [unordered_list style="list-2"] <li>Hi</li> [/unordered_list] [/unordered_list]because in that case the list is “flat” (no padding for sub-items). That’s why I have to use lists just as in your example. Using
<ul style="list-1">might be a good option.Forum: Themes and Templates
In reply to: [SKT Corp] Footer is not on the bottom of short pagesthere should be ‘ ‘