Onup Roy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image Slider not resizing imagesHey,
You just add the css code main css file.
.ub_image_slider .swiper-slide > img {
width: auto !important;
}Thanks!
Forum: Fixing WordPress
In reply to: Image Slider not resizing imagesHi @bidoowee
I’ve added the following CSS, which I believe should resolve the issue:
.ub_image_slider .swiper-slide > img {
width: auto !important;
}Please check and let me know if everything looks good on your end or if there’s anything else you’d like me to adjust.
Thanks!
Forum: Fixing WordPress
In reply to: Remove elements based on specific categoryHi,
Here css code.
.tax-product_cat.term-coming .product_cat-coming {
display: none !important;
}Thanks.
Forum: Fixing WordPress
In reply to: Title of blogs not showing?Hello @binab
OK, thank you for checking!
I see the CSS issue from your screenshot. https://prnt.sc/MqICOSfyn-1k
I’ll add the necessary styles to mystyle.cssfile to fix it.Just css add style.css files.entry-title {
display: block !important;
visibility: visible !important;
}Thanks.
OnupRoy!
Forum: Fixing WordPress
In reply to: Error Restoring BackupHi @toludan
Step:1. Enable WordPress Debug Mode
FTP or Your hosting file manager.
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );2. Check for Incomplete Files
Re-upload a fresh copy of WordPress:
- Download WordPress
- Unzip and upload only the wp-admin and wp-includes folders.
- Do not overwrite wp-content.
- Replace the root files like index.php, wp-load.php.
3. Disable All Plugins Manually
Open FTP, Rename the plugins folder to plugins-disabled.
4. Theme Issues check
Open wp-content/themes and rename the active theme folder (from megaonelagostheme to megaonelagostheme-old)
WordPress will revert to a default theme (if available).
What plugin did you use for any backups?
Regards,
Onup Roy!
Forum: Plugins
In reply to: [WooCommerce] No payment methods available.Hey, @sancbd,
Go to the checkout page and enter this code.
To place the code, take the shortcode block, [woocommerce_checkout]
see https://prnt.sc/PmcsnGAq9q5fThanks!
Forum: Plugins
In reply to: [WooCommerce] No payment methods available.Hey@shameemreza,
It’s working! Thank you!
Forum: Plugins
In reply to: [Polylang] Polylang Fatal Error since 09/01/23Fatal error: Uncaught Error: Class ‘PLL_Lingotek’ not found in D:\Xampp\htdocs\sawtrust-wp\wp-content\plugins\polylang\modules\lingotek\load.php:13