Hope you can help me out with something!
The only thing that I need with the plugin is to list pdf files in the frontend so that the users can view them in their browser, like in the demo here: https://nsvwaterplan.org/documents-library/?dir=2881
Can I do that with the free version? If so, how do I go about it?
Because the website contains privacy sensitive information I can’t share the link here, but I can send it directly to you if necessary. Thank you!
Best regards,
Thomas
<?php
$args = array(
'posts_per_page' => 4,
'post_type' => 'products',
'orderby' => 'menu_order',
'order' => 'ASC'
);
$the_query = new WP_Query( $args );
while ($the_query -> have_posts()) : $the_query -> the_post();
?>
<div class="product-list-container <?php echo implode(' ,', wp_get_post_tags( get_the_ID(), array('fields' => 'names') ) ); ?>">
<a href="<?php the_permalink() ?>">
<div class="img-place"><img src="<?php echo get_the_post_thumbnail_url( get_the_ID(), 'full' ); ?>" alt="<?php the_title(); ?>" /></div>
<span><?php the_title(); ?></span>
* Display review stars here *
</a>
</div>
<?php endwhile;
wp_reset_postdata();
?>
]]>Shortcode: [ics_calendar url=”https://calendar.google.com/calendar/ical/bwccalender%40gmail.com/public/basic.ics” view=”list” compact=”true” count=”5″]
Was expecting events for the next 5 days beginning today October 29th.
Displayed output shows the first 5 events in the next month November.
How do I get it to display the next 5 events even if they span months (like in my example)?
]]>I’d like to know if there is any way to insert a list of dates to not to publish my shortcoded content, as in: 2024-10-12, 2024-10-13, 2024-10-19, 2024-10-20, 2024-10-26… etc, that being Saturdays, Sundays and local holidays.
It would be a pain to insert them one by one, selecting on the calendar. I have the AI list generated list from today, until 01-01-2030.
I’ve entered via FTP, but couldn’t identify my generated codes… If that makes any sense.
Thank you in advance,
Mauricio.
first thank you, its really a great plugin with a lot of features in the free version and I have already bought 5 add ons from your website (e.g. location map).
I would like to know, how I can center the output of a list with “template=default”. I tried with “<center>” and “</center>” but had no success. The standard alignment seems to be “right”.
Thank you
]]>(link is to SO question for the same with image to show the problem)
]]>A few suggestions:
Show the primary category off each post.
Show if a page or post is cornerstone?
Dropdown list with all titles
]]>Listedeki a??klama de?erine g?re bir hesaplamada de?erleri kullanmak istiyorum. Bu mümkün mü?
Hesaplama (fieldname2)
(10+20)*IN(‘Poz2’,fieldname1)
= (10+20)*20 = 600$
Daha sonra fieldname1 de?erlerini de?i?tirdi?im zaman hesaplama k?sm?n? de?i?tirmem gerekmesin.
]]>Many thanks and kind regards
Caro