genepine
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] Updated plugin adding in P tagsForum: Plugins
In reply to: [List category posts] Updated plugin adding in P tagsHello it may be same issue
WordPress 5.4.2
Lightning 10.2.0
https://github.com/vektor-inc/LightningUpdate List category posts, Version 0.81 to Version 0.83.1, broke the design.
I write down the those shortcord to widget area.
[catlist name=”blog” tags=”” category_description=”yes” thumbnail=”yes” date=”yes” dateformat=”Y年Fj日” order=desc numberposts=3 catlink=”yes” excerpt=”yes” excerpt_size=”560″ pagination=”no” template=he_cat_list]
[catlist name=”experiences” tags=”” category_description=”yes” thumbnail=”yes” date=”yes” dateformat=”Y年Fj日” orderby=”rand” numberposts=3 catlink=”yes” excerpt=”yes” excerpt_size=”560″ pagination=”no” template=he_cat_list]
There are issue on genarated html at same script position.
Version 0.81 OK
<p><a class="media-body_excerpt">「子どもたちはひどく扱われても、自分の振る舞いを変えれば事態が変わるという望みにしがみつきます。この非現実的な子どもの願望は、周りの大人達は頼りにならず、有害で制御しきれないものだと諦めないように無理に思い込んだ結果、起きてくるのです。」 「よくあることですが、成長した…</a></p>
Version 0.83.1 NG
<s class="btn btn-xs btn-primary" trong=""> <p><a class="media-body_excerpt">「子どもたちはひどく扱われても、自分の振る舞いを変えれば事態が変わるという望みにしがみつきます。この非現実的な子どもの願望は、周りの大人達は頼りにならず、有害で制御しきれないものだと諦めないように無理に思い込んだ結果、起きてくるのです。」 「よくあることですが、成長した…</a></p><p></p></s>
capture
https://www.dropbox.com/s/7br4gdz9oej0rc6/Image_20200710_004819.png?dl=0
capture and my list category posts php template
https://www.dropbox.com/s/m989ujwu7ts00dg/200710-issue-list-category-list.zip?dl=0@tribalmike
Hi.
Thank you for advice, the value of “organizer” can be get!
$fld_organizer_id = tribe_get_organizer($post_id);
Sorry for Very late reply.
Hi @alaasalama
Has there been any progress on this bug?When I write custmized CSS to Style.CSS directory, that is working.
tribe-events.css is not loadingWordPress 5.3.2 and Ver 4.9.13 is still occured…
Forum: Plugins
In reply to: [The Events Calendar] Time format of eventHi
Check the formatting-date-and-time in WordPressand edit your theme
themes\yourtheme\tribe-events\single-event.phptribe_get_start_date
tribe_get_end_date<?php echo tribe_get_start_date( $post->ID, false, ‘G:i’ ); ?> –
<?php echo tribe_get_end_date( $post->ID, false, ‘G:i’ ); ?>that show 17:00.
You should be edit all TEC file of time formatting.Forum: Plugins
In reply to: [The Events Calendar] Events Calender -> FacebookHi
If you want make Facebook Event, It’s difficult.
Just only Events Calender Post(post type:tribe_events) to Facebook, you can use dlvr.it service or JetPack publisize.Forum: Plugins
In reply to: [The Events Calendar] Translate “for” in calendar titleHi @alaasalama
Yes still occur the issue.
Test site
https://pinefield.asia/tec/WordPress 5.2.2
Theme
https://www.ads-software.com/themes/lightning/
that child themeThe Events Calendar 4.9.5
Setting>Display(include tribe-events-post-11783526.zip)
Default stylesheet used for events templates
*Tribe Events Styles
Events template
*Default Page Templatethemes\lightning-child\tribe-events\widgets\list-widget.php
themes\lightning-child\tribe-events\tribe-events.css
tribe-events-post-11783526.zip
https://1drv.ms/u/s!AuhoZn9EbBHMgrdJfXm9Jjsaj0Ibow?e=fS6boxHi @alaasalama
Has there been any progress on this bug?Forum: Plugins
In reply to: [List category posts] Cannot get Custom Post Types with categolyHi
No, I was change the post type of post members to normal post…I found Shortcodes by Angie Makes
https://www.ads-software.com/plugins/wc-shortcodes/
that could show post by post types, but UI is limited.
That results can say Post Type configurations is correct I made.Forum: Plugins
In reply to: [List category posts] Cannot count the number of Japanese excerpt wordsHi
That can do edit function.php and add code//投稿一覧表示 // //List-Category-Posts //抜粋の修正 280を変更 //Edit excerpt change the numeric 280 // https://mybag.work/web/listcategoryposts.html add_filter('the_excerpt', 'my_the_excerpt'); function my_the_excerpt($postContent) { $postContent = mb_strimwidth($postContent, 0, 280, "…","UTF-8"); return $postContent; }
- This reply was modified 5 years, 8 months ago by genepine.
Forum: Plugins
In reply to: [The Events Calendar] Why auto title by ACF is apply to TEC VENUE & ORGANIZERI solved this other way, but other function issue still have.
https://www.ads-software.com/support/topic/how-get-tribe_get_organizer-in-function-php-when-that-put-in-to-post-title/Forum: Plugins
In reply to: [The Events Calendar] Change Default Country from USHello
You can change the Default Country(language) to English(NZ)
https://your.site/wp-admin/options-general.php
I’m not sure this setting is affect to you want it.And states you can hide.
But when you update plugin, this code will be overwritten so you have to rewrite every update.When you create Venue
plugins\the-events-calendar\src\admin-views
create-venue-fields.php<tr class="venue tribe-linked-type-venue-state-province">
<tr class="venue tribe-linked-type-venue-state-province" style="display:none;">
- This reply was modified 5 years, 9 months ago by genepine.
Forum: Plugins
In reply to: [XO Featured Image Tools] PDFでのアイキャッチ設定をお願い致します。@ishitaka さん
お答えいただきありがとうございます。Hi @alaasalama
Thanks reply.
p.s the theme is not based on twentytwelve, but issue could be reproduce.
https://1drv.ms/u/s!AuhoZn9EbBHMgpFm9np3KKDkhS7HCgThanks.