nimmalareddy
Forum Replies Created
-
Forum: Plugins
In reply to: [Paytm Payment Gateway] Fatel error on Version 2.6.8I got errors with This plugin on Woocommerce 6.6.0
Had to roll back to 6.5.1 to make it work- This reply was modified 2 years, 8 months ago by nimmalareddy.
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Single Event Block ThemeGlad that you got what you wanted finally.
Regarding header footer issue.. Did you change the theme name in the code i gave? (without spaces)Now what’s your exact working setup?
Which theme ( child theme for block theme?)
Created templete via post edit screen?
Did you manage to have templete for MEc taxonomy too?Forum: Plugins
In reply to: [Sensei LMS - Online Courses, Quizzes, & Learning] Error 404 with modulesEven am getting such error.
my modules are getting redirected from
modules/xyz
to
learn/modules/xyz
and throwing 404 errors.Tried clicking fix slug mismatch under sensei tools. It says no mismatches.
Disabled learning mode, now it doesn’t redirect.
- This reply was modified 2 years, 10 months ago by nimmalareddy.
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Single Event Block ThemeIt’s not supposed to be added as a custom template.. modify the original template in MEC folders..
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Single Event Block ThemeThe code I shared is the modified template for block theme compatibility. You should copy everything and just modify theme name. Will see your video some time..
Share your template as code if possible.Forum: Plugins
In reply to: [Modern Events Calendar Lite] BookingI don’t think they have tickets modifiable on occurence basis.
As a workaround, you can create a variable product in woocommerce and link it to the event (Under links section – More info field).
When people click register, they will go to woo product.Forum: Plugins
In reply to: [Modern Events Calendar Lite] better CSS i thinkYou are right.
Did the same myself.. I chose 95% when I did.Forum: Plugins
In reply to: [Modern Events Calendar Lite] Event Structured Data description errorYou need to find schema.php file under MEC plugin > features folder and edit description line (Abt line 276)
"description": "<?php echo strip_tags($content); ?>",
If still not fixed in latest version.
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Bug in schema.orgNot sure if it’s fixed in latest version (not fixed till 6.52).
You need to find Schema.php under features folder of plugin and modify price line to
"price": "<?php echo filter_var($cost, FILTER_SANITIZE_NUMBER_INT); ?>",
Now it returns only numbers.
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Single Event Block ThemeIf you want to enable Full site editing, you need to modify your single-mec-events.php template in templates folder of MEC. You cannot edit in site editor.
You need to modify theme name from “BLOCKPRESS” to your active theme name “twentytwentytwo” in the code below.
Similar modification is needed for MEC taxonomy pages.<!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <div class="wp-site-blocks"> <?php echo do_blocks( '<!-- wp:template-part {"slug":"header","theme":"blockpress","tagName":"header","className":"site-header","layout":{"inherit":true}} /-->' ); ?> <main class="alignfull"> <div> <section id="<?php echo apply_filters('mec_single_page_html_id', 'main-content'); ?>" class="<?php echo apply_filters('mec_single_page_html_class', 'mec-container'); ?>"> <?php do_action('mec_before_main_content'); ?> <?php while(have_posts()): the_post(); ?> <?php $MEC = MEC::instance(); echo MEC_Kses::full($MEC->single()); ?> <?php endwhile; // end of the loop. ?> </section> </div> <?php do_action('mec_after_main_content'); ?> </main> <?php echo do_blocks( '<!-- wp:template-part {"slug":"footer","tagName":"footer","theme":"blockpress","className":"site-footer","layout":{"inherit":true}} /-->' );?> </div> <?php wp_footer(); ?> </body> </html>
Regarding old widgets being displayed in MEC single page, install classic widgets plugin and remove those widgets via widget screen. I don’t work for MEC, am not responsible if something goes wrong. Backup your template before making changes. Also, plugin updates will revert these changes.
Better wait till MEC starts to provide FSE templates.
Forum: Themes and Templates
In reply to: [Neve] Featured Image is being croppedThanks a lot @unaizakhalid
The code from Neve documentation did not work. Your’s did.Zoom works now. It shows start url.. does the meeting start when clicked by any visitor? or only starts from the ID that created the meeting?
I’ve added API details of zoom. says connection successful. After scheduling a meeting, I don’t see anything on front end.. only title. On backend, the ID column is not filled and meeting host is not seen.
https://imgur.com/neB9XGy see this.Also think of integrating Microsoft teams or google meet if not too much of work.
Options that would make it look better : let us choose the accent colors instead of the default purple. Enable gutenberg compatibility (Show_in_rest true)
- This reply was modified 4 years, 7 months ago by nimmalareddy.
Forum: Plugins
In reply to: [LiteSpeed Cache] Wrong IP address retrievedReport number: PIRVKBBB
I’ve included admin login link in it. please check.
Edit: I have a couple of websites from same account which get enterprise benefits.. but not this one. It seems the IP numbers are different for all websites, though am hosting them on a single account.- This reply was modified 4 years, 9 months ago by nimmalareddy. Reason: enterprise issues
- This reply was modified 4 years, 9 months ago by nimmalareddy.
Forum: Plugins
In reply to: [LiteSpeed Cache] Wrong IP address retrievedIt’s still the same after refresh. ending in 67
I even tried deleting and re-adding domain later via key refresh.
IP number ends in 67 and litespeed is not detected as enterprise plan