thewarehousecc
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: WordPress 5.6 Upgrading IssueAs noted by @jimbo777, the fix posted by @mdashik198 will work if you change the quotes.
Using a file manager to get to your WP files, go to this folder: \wp-includes\rest-api and first download/create a backup of class-wp-rest-server.php
Then go to the original file to edit it. Go to line 1402.
Replace this line: $arg_data = array_intersect_key( $opts, $allowed_schema_keywords );
With this line: $arg_data = array_intersect_key( [‘$opts’], [‘$allowed_schema_keywords’] );
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] Image PositionThat worked great. Thanks!!!
Forum: Plugins
In reply to: [WP Responsive Recent Post Slider/Carousel] Image Positionthewarehouse.blog
Forum: Reviews
In reply to: [ESV Bible Shortcode for WordPress] No Longer WorkingHey have you found another plugin you are using? The bible text plugin I was using is no longer working now. I found this resource on the ESV plugin but have not gotten it to work yet. https://www.ads-software.com/support/topic/error-loading-bible-verses/
Forum: Reviews
In reply to: [ESV Bible Shortcode for WordPress] No Longer WorkingNo. I am currently using Bible Text plugin with the NASB version. It is one long paragraph without any headers. I preferred the esv plugin which broke out the verses and listed the header titles for each paragraph. I am hoping the esv plugin can get fixed. I have reached out to a few developers to add features to some of the other Bible plugins but haven’t had any luck.
Forum: Plugins
In reply to: [WP2Social Auto Publish] Autoposting only showing up for meSame thing happened to me. Had to change the app from developer mode to public.
Forum: Themes and Templates
In reply to: [Tortuga] A few questions…EDIT: I figured out two of the questions myself…
For correcting the border…
.widget {
box-shadow: 0px 0px 0px 0px
{For setting opacity on the widget background…
.widget {
background-color: rgba(30, 30, 30, 0.8);
{Still trying to figure out the color of post date, author, categories, and comments…
Any updates to this? Unfortunately, this is a showstopper for us. We only use the featured image and excerpt does not work well for our mobile users as they have to open a separate link. An option for this would be greatly appreciated. Our newsletters look really plain without an image.