staydry
Forum Replies Created
-
Forum: Plugins
In reply to: [Goods Catalog] Ordering on homepage || Порядок категорий на главнойForum: Plugins
In reply to: [Goods Catalog] Как сделать description у домашней страницы каталогаИзвестная, но до сих пор не решенная проблема. Как сделать это вручную – непонятно: главная страница каталога – какая-то виртуальная, непонятного типа: ни page, ни post, ни category. Плагины для SEO – в частности All-in-one SEO Pack – эту страницу вообще не видят, и мета-тегами на ней управлять не могут. Также, к слову, нет возможности задать и адаптированные для поискового продвижения meta title для категорий каталога, – а это тоже минус для SEO.
Если вам однажды удастся это побороть – отпишите здесь, как вы это сделали.
- This reply was modified 8 years ago by staydry.
As I know, WooCommerce uses custom post type (‘product’), so in its Edit mode there is no plugin section appears after install.
May be there is a way to call it from there somehow? May be via functions.php with add_action/function/add_post_type_support or in similar way.
By now there is no plugin for hiding separate custom post type ‘posts’, by the way, so yours can be the first. This is in demand for many users, especially who run online stores where products have to be hidden/unhidden regularly (out of stock ones, seasonal and so on) leaving access to them to search engines and by direct links.
Forum: Plugins
In reply to: [Collapse-O-Matic] How to hide an arrow after expandingWorks perfectly! ?? Thank you for awesome support. Really.
Forum: Plugins
In reply to: [Collapse-O-Matic] How to hide an arrow after expandingI am ok with gap on the left, the idea is to get rid of double gap on the top – that happens when arrow is placed on the right:
[expand title=”more” alt=”more info” trigclass=”colomat-expand-only arrowright” swaptitle=” “]
https://i.imgsafe.org/662dccdd6e.gif(when arrow is on the left – no such double gap between text blocks)
Green square there is where invisible arrow (or something) remains: even when alt text is switched off, on mouse hover cursor changes from standard arrow to finger, like on the link.
Sorry, can not provide online link to this: this is on local server. And thank you for your time.
Forum: Plugins
In reply to: [Collapse-O-Matic] How to hide an arrow after expandingThank you, this works well. But – for case when arrow is on the left only. ?? Below is how that looks. As for alt= text – I mean it still appear on mouse hover even when arrow is not visible (2nd screenshot; mouse pointer is not included).
[expand title=”more” alt=”more info” trigclass=”colomat-expand-only” swaptitle=” “]
https://i.imgsafe.org/3f72895926.gif[expand title=”more” alt=”more info” trigclass=”colomat-expand-only arrowright” swaptitle=” “]
https://i.imgsafe.org/3f75723541.gifForum: Plugins
In reply to: [Collapse-O-Matic] How to hide an arrow after expandingWorks, but quite roughly: that arrow remains invisible on screen and still take space, and when alt= tag is stated, on mouse hover that alt text appears.
But when no arrow is used, when hidden text becomes visible, that place where ‘more’ link was is replacing with expanded text first string. As it should.
So – still looking for proper solution. If you find possible to include this feature into shortcode standard options in next releases of the plugin – that would be good.