Jordi
Forum Replies Created
-
How I can delete this post? Sorry… probably when I go to post a question, I use a store URL on my Firefox and I don’t see that was from Photonic ?? Sorry.
OMG…. sorry. I don’t know why and how I put this here.
- This reply was modified 3 years, 4 months ago by Jordi.
Forum: Plugins
In reply to: [WooCommerce] Wholesale and Normal User Prices with Min QTY?Yes! This is the best plugin I see for this.
But for an import of thousand of products, I think is not compatible with WP ALl Import or any other import solution.
Thanks!
Forum: Plugins
In reply to: [Gutenberg] Strange URL icon on GutenbergI enable the “Displays text instead of icons on the toolbar” and evidently it has been solved. xD
But this is very strange.
VENUE is a template. This template:
<?php /** * The template for displaying the venue page * ***************** NOTICE: ***************** * Do not make changes to this file. Any changes made to this file * will be overwritten if the plug-in is updated. * * To overwrite this template with your own, make a copy of it (with the same name) * in your theme directory. See https://docs.wp-event-organiser.com/theme-integration for more information * * WordPress will automatically prioritise the template in your theme directory. ***************** NOTICE: ***************** * * @package Event Organiser (plug-in) * @since 1.0.0 */ //Call the template header get_header(); ?> <div id="primary" role="main" class="content-area"> <!-- Page header, display venue title--> <header class="page-header"> <?php $venue_id = get_queried_object_id(); ?> <h1 class="page-title"> <?php printf( __( 'Events at: %s', 'eventorganiser' ), '<span>' . eo_get_venue_name( $venue_id ) . '</span>' );?> </h1> <?php if ( $venue_description = eo_get_venue_description( $venue_id ) ) { echo '<div class="venue-archive-meta">' . $venue_description . '</div>'; } ?> <!-- Display the venue map. If you specify a class, ensure that class has height/width dimensions--> <?php if ( eo_venue_has_latlng( $venue_id ) ) { echo eo_get_venue_map( $venue_id, array( 'width' => '100%' ) ); } ?> </header> <?php eo_get_template_part( 'eo-loop-events' ); //Lists the events ?> </div><!-- #primary --> <!-- Call template sidebar and footer --> <?php get_sidebar(); ?> <?php get_footer();
Thanks!!!
Unfortunately I think the developer is not active at all ??
There are a method for insert code manually on Venue template for Rank Math?
Thanks a lot.
Forum: Fixing WordPress
In reply to: Copy Gutenberg block and his CSS?Hi!
I think this is not related to Astra.
When I copy a Block, only copies the HTML. But the CSS only appears on the page you created the block.Forum: Fixing WordPress
In reply to: Mac Keyboard Shortcuts for Gutenberg?Unfortunately doesn’t work. Even with Classic Editor block.
Forum: Fixing WordPress
In reply to: [NSFW] A product with more than 3.000 commentsPrecerencias -> Comentarios -> Separar los comentarios en páginas de X comentarios (Spanish)
Options -> Discussion -> Break comments into pages with [X] top level comments
Thanks a lot! ??
Forum: Fixing WordPress
In reply to: [NSFW] A product with more than 3.000 commentsThe solution was more easy than I expected, sorry…
Only go to Preferences -> Discussion and mark “Pagination” for comments on WordPress. Works on Woocommerce too.
??
Forum: Plugins
In reply to: [Read More Without Refresh] Don’t work via do_shortcode(); on pages?Hi!
I have a “template” called “home-page.php”.
I find the solution! ??
<?php echo do_shortcode('[read more]'.'YOUR HTML TEXT'. '[/read]'); ?>
Thanks a lot for the plugin. ??
Forum: Plugins
In reply to: [WooCommerce] Carrousel for Product Thumbnails on Woocommerce?With Elementor don’t work.
There are a free plugin or method for implement this with Woocommerce+Elementor?
Thanks a lot!
Forum: Fixing WordPress
In reply to: Make a WordPress more social? Likes and FollowsFinally, I find this: https://www.buddyboss.com/
Thanks!!
Forum: Fixing WordPress
In reply to: Advanced Redirections after change permalinks???No ideas?
Only manual redirections?
There are no wildcards for doing that?
Ups!