jacky_K
Forum Replies Created
-
Да до сих пор проблема автором не решена. А жаль
Forum: Themes and Templates
In reply to: [Flat Responsive] Flat Responsive&woocommersYes. I realized that this is so. Thank you
Forum: Themes and Templates
In reply to: [Flat Responsive] Child Theme?Hi! I need custom child theme too. Can I Email to [email protected] ?
Forum: Plugins
In reply to: [Webmoney - payment gateway for WooCommerce] Тестовый режимДа, извините перепутал. Уже общаюсь с ТП Робокассы.
Но плагин всё равно классный. Поставил оба. Спасибо за работу.Forum: Plugins
In reply to: [Basic Google Maps Placemarks] Where can I find all the shortcodes?Thanks for the answer. But few examples. Please write detailed explanation. For example like this https://www.ads-software.com/plugins/list-category-posts/other_notes . For example parameter type=”terrain”. But there is still type=”satellite” What other options are available?
Forum: Plugins
In reply to: [List category posts] Customize custom fieldI do not update the plugin.
Maybe to solve your problem you need to install the file permissions CatList.php 664? 555?Forum: Plugins
In reply to: [List category posts] how to put more link on new lineFound the answer!
[catlist name=”Name” ……… posts_morelink_class=lcp_posts_morelink]
and CSS
`.lcp_posts_morelink {display:block}See /include/CatList.php in plugin template/
See
$lcp_customs .= "<div class=\"lcp-customfield\">". $something . ":" . $value . "</div>";
change to
$lcp_customs .= "<div class=\"lcp-customfield\">". $value . "</div>";
Thank you. That work:
[catlist id=35 tags= universal orderby=title class=class_for_post1]
and
[catlist id=35 tags= universal orderby=title class=class_for_post2]
Example CSS
.class_for_post1 ul{ list-style-type:none; width:600px; } .class_for_post2 ul{ width:100px; }
Forum: Plugins
In reply to: [List category posts] Delete the entries with a particular tagThanks for the reply. I’m interested. But there is no time to register on Github. I will watch for updates of your plugin.
I see there is a similar question https://github.com/picandocodigo/List-Category-Posts/issues/18Forum: Fixing WordPress
In reply to: Redirect user if there's only 1 post in category/tag page ?Now everything is OK. I reinstalled wordpress.
Forum: Fixing WordPress
In reply to: Redirect user if there's only 1 post in category/tag page ?On my test blog thats work fine. On another blog first worked. Then stopped.
Disable plugin, changed themes… Does not help. Reinstall wordpress?Forum: Plugins
In reply to: [List category posts] Customize custom fieldNo need to CSS. It is very simple.
In file list-category-posts/include/CatList.php find
$lcp_customs .= "<div class=\"lcp-customfield\">" . $value . "</div>";
replace
$lcp_customs .= "<span class=\"lcp-customfield\">" . $value . "</span>";
Forum: Plugins
In reply to: [List category posts] Customize custom fieldAnother question. Why thumbnail is positioned relative to title and the customfield relative to tag UL?
Forum: Plugins
In reply to: [List category posts] Customize custom fieldI did it.
https://savepic.ru/3860733.png
[catlist id=31 tags=tag1,tag2,tag3 orderby=title order=asc numberposts=0 thumbnail=yes thumbnail_size=25,25 thumbnail_class=lcp_thumbnail customfield_display=i]This code should be added in style.css
.lcp_thumbnail {position: relative; left: 5px; } .lcp-customfield {position: relative; left: 240px; top: -13px; }
But the author could make a FAQ of more detailed.
Where is it written that custom fields have class lcp-customfield ? Nowhere
And why not lcp_customfield?
But still it is a great plugin, thanks to the author for the work.