divinest
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Huge product image showing (single product)Was able to figure this out. Minify via the AutoOptimize plugin messed up my codes. I disabled Minify for CSS and it went back to normal. Thanks!
Forum: Plugins
In reply to: [Forms by CaptainForm - Form Builder for WordPress] Cannot activate pluginHi!
Thanks a lot for your quick reply. Appreciate it.
When you mentioned that my PHP version might be 5.2 or lower, I had to check my .htaccess (because I’ve already set my PHP version to 5.6 before installing your plugin.)And there in the htaccess, I saw this pesky line after the declaring PHP5.6 as my version–
AddType application/x-httpd-php56 .php AddHandler application/x-httpd-php52 .php .php5 .php4 .php3
I just commented out the
AddHandler application/x-httpd-php52 .php .php5 .php4 .php3
and now I’ve activated your plugin!THANK YOU!! ??
Forum: Fixing WordPress
In reply to: New WP Update redirects Plugins page to 404 errorUP!
PLEASE HELP! ??
Forum: Fixing WordPress
In reply to: Malicious Hack AttackSame here. My client’s site got hacked too this morning.
https://tinypic.com/r/2ag5g75/8Some idiots have nothing good to do. They hacked the IP addresses from 100.42.56.12 based somewhere in the US.
Hope you’re site is up now
Solved it.
Found a way after a couple of hours. Thanks anyway!
Forum: Themes and Templates
In reply to: [Renden] Displaying title text twice in header areaThank you so much naduhy2!! I’ve been searching for weeks for this solution!!!
Divine
Forum: Fixing WordPress
In reply to: Page title appears randomly as (text)" Researching to no availI checked my header.php and have not seen any errors. Still in its original form. Will look around my theme’s forum. Thanks sir!
Hi madeleod,
What I did was, I went into the /wp-content/themes/minamaze-child/admin/main/options/02.homepage.php page and edited this line:
if ( ! empty( $thinkup_homepage_section1_image ) ) $thinkup_homepage_section1_image = wp_get_attachment_image_src($thinkup_homepage_section1_image, 'column3-1/3');
Change the ‘column3-1/3‘ to ‘full‘