Oluseun Taylor
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Product Tabs] Where is tab manager in admin dashboard?Hey zac1987,
On the side menu, mouse over “Woocommerce” and you’ll see the link “Product Tabs”.
Missed it myself for a minute.
I’m really sorry this is coming so late!
Cheers.
Forum: Plugins
In reply to: [CF7 Google Sheets Connector] Fatal Error on ActivationThank you westerndeal!
We’re looking forward to your solution. ??
Forum: Plugins
In reply to: [CF7 Google Sheets Connector] Fatal Error on ActivationI have Duplicator Pro and I NEED DUplicator Pro far more than the CF7 GSC.
Deactivationg Duplicator Pro, activating CF7 GSC and reactivating Duplicator Pro brought up an HTTP500 error >.<
Can the plugin’s code be altered and the class name changed maybe?
I wonder…
Forum: Plugins
In reply to: [CF7 Google Sheets Connector] Fatal Error on ActivationHello,
I got the same issue here:
Plugin could not be activated because it triggered a fatal error. Fatal error: Cannot declare class Google_Client, because the name is already in use in /home/*******/public_html/wp-content/plugins/cf7-google-sheets-connector/lib/php-google-oauth/Google_Client.php on line 68
How can this be fixed? All the plugins I currently use are required. I am also trying to use it on a Multi-site.
I was excited when I found this but now I am bummed.
- This reply was modified 7 years, 10 months ago by Oluseun Taylor. Reason: code tag cleanup
Forum: Themes and Templates
In reply to: [Discovery] remove spinning images on home page?Create a child theme then the child theme style.css
. featuretext img {display: none;} . featuretext img: hover {display: none;}
That will actually remove icons totally, not sure if that’s what you want.
NB. If you want to do that, copy the code as it is but remove the spaces between the periods and the
featuretext
.Creating a child theme is the start of the solution to stop the spin.
What I did instead was add this to my child theme’s
style.css
:.featuretext img:hover{ -webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -o-transform:rotate(0deg); }
This just didn’t make it spin at all since this asks it to rotate 0 degrees.
Forum: Themes and Templates
In reply to: [Pinboard] Jetpack Gallery – full width?Sickness!
Worked out well for me!
I had the same issue on a certain theme I was using. The gallery just never went full screen on the page, and the page’s template was a full-width (no sidebar) one. The text went full width no issues but the gallery stopped short.
I went into my child theme’s
function.php
and inserted the above line of code. I also changed$content_width = 660;
to$content_width = 1110;
because that was the full width of the page.Saved the file.
Hit the refresh button and VOILA! Full width baby!
@charisgratia: Thanks a lot!
Edit: gave the code lines the code markup.
Forum: Plugins
In reply to: [WP Sticky Social] Regarding LinkTry using the link as such:
“www.facebook.com/kalpavrukshaenterprises”
Exclude the “HTTP” and try again. Hope it works!