barback
Forum Replies Created
-
I have just discovered that my db backups on at least one site stopped working between 12/28/21 (successful backup) and 1/4/21 ERROR: Error while writing file!
I successfully used phpadmin to download a database backup, but I need to see this issue addressed.
Here’s the debug info:
WordPress version: 5.8.3 BackWPup version: 3.10.0 PHP version: 7.3.33 (64bit) MySQL version: 5.7.37 cURL version: 7.79.1 cURL SSL version: OpenSSL/1.1.1m WP-Cron url: https://blackislemusic.com/wp-cron.php Server self connect: Not expected HTTP response: Status-Code: 200 Date: Sun, 23 Jan 2022 19:43:51 GMT Server: Apache Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-control: no-cache, must-revalidate, max-age=0 Content-length: 0 Content-type: text/html; charset=UTF-8 Document root: /home/blackisl/public_html Temp folder: /home/blackisl/public_html/wp-content/uploads/backwpup-193f7e-temp/ Log folder: /home/blackisl/public_html/wp-content/uploads/backwpup-4b43e4-logs/ Server: Apache Operating System: Linux PHP SAPI: fpm-fcgi Current PHP user: blackisl Maximum execution time: 30 seconds BackWPup maximum script execution time: 30 seconds Alternative WP Cron: Off Disabled WP Cron: Off CHMOD Dir: 0755 Server Time: 19:43 Blog Time: 14:43 Blog Timezone: America/New_York Blog Time offset: -5 hours Blog language: en-US MySQL Client encoding: utf8 PHP Memory limit: 512M WP memory limit: 40M WP maximum memory limit: 512M Memory in use: 99.00 MB Disabled PHP Functions:: exec, passthru, shell_exec, system Loaded PHP Extensions:: Core, PDO, Phar, Reflection, SPL, SimpleXML, bcmath, bz2, calendar, cgi-fcgi, ctype, curl, date, dom, exif, fileinfo, filter, ftp, gd, gettext, hash, i360, iconv, json, libxml, mbstring, mysqli, mysqlnd, openssl, pcntl, pcre, pdo_mysql, pdo_sqlite, posix, session, soap, sockets, sqlite3, standard, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, zlibForum: Plugins
In reply to: [Simple Custom Post Order] post navigation seems backwardsI don’t think one should have to re-code template files when using your plugin — You might consider how this next/ previous functionality will work with your arbitrary drag and drop post order. I can imagine if order is arbitrary but not common, that next / previous wouldn’t matter, but when used for alphabetical arbitrary sort, maybe you could provide a “switch” to handle this for folks.
I’m in contact with my theme developer to see about a functions.php snippet to 1. make the links do what I want and 2. reverse the position on the page.
Forum: Plugins
In reply to: [Simple Custom Post Order] post navigation seems backwardsI have modified a file in the Astra theme so “next” now goes to next in ABC and “previous” to previous in ABC.
The display is still a bit wonky with Next link in lower left and Previous in lower right!
Working on it.
I am having this same issue — though I’ve enabled a different popup now that directs folks to the MC signup form on my contact page, which works.
The original pop up was the Mail Chimp add on, and worked up through September 29,2020 (last new subscriber). It ceased to actually connect to Mail Chimp and register new users. They would just be popped back to the home page, with the signup form displayed again. They would not actually be added to the email list.
Hence, the desired redirect to a specific page wouldn’t happen either.
I’ve updated the plugin today. WP 5.5.1 may also have been auto-updated during this interval, September 29 to today, October 16.
Really would like to have the MC signup form popup work!
Forum: Plugins
In reply to: [Wild Apricot Login] Wrong WA page loadsI see version 1.0.8 was released about a month ago, your reply to this problem was also about a month ago.
I got my hopes up, but then see that I was already using v. 1.0.8.
Any word on this being fixed? We’re anxious to use our new website, but can’t until this is fixed.
Thanks!
The code snippet was here:
https://theeventscalendar.com/knowledgebase/altering-or-removing-headings-on-calendar-views/The only change I would recommend would be to make the is map or is photo section optional — to be used only with the pro version of your plugin
Thanks!
I had forgotten an addition to the functions.php file: code provided in your support to allow changing the page title from. Upcoming Events to Upcoming Concerts. That code referenced your maps and photo views, but I wasn’t running the pro calendar so it caused an error.
I deleted those conditions and all is well.
Thanks.
You might want to modify the post where that snippet was offered so that others won’t have my experience. . I spent many hours troubleshooting this.
Actually I went back to the yoo master2 theme, and just did an overwrite of list/single-event.php to pull the event details into the list view.
This is a bandaid — I really want it the way it worked last week with separate pages for each event.
Site is: http://thegatheringconcerts.com/events.
Try http://thegatheringconcerts.com/event/old-saybrook-connecticut/ to see the bizarre behavior of the link to an individual event.
This occurs in all browsers I tested, and goes away with a different theme, but there was too much customized functionality in place for the Musicians listings to abandon the theme.
Forum: Plugins
In reply to: [Strong Testimonials] Single testimonial in Warp 7 template…No replies on the yootheme support forum. Sorry.
Forum: Plugins
In reply to: [Strong Testimonials] Single testimonial in Warp 7 template…I made a folder “styles”
Within that I have a folder “cattail”
within that a folder “layouts”
And there is where I put a copy of single.php.Another style I called “cattail-testimonials” and tried to assign that style to the wpm-testimonial post type, but it wouldn’t ever use it.
So.. I modified the “used for all posts” single.php:
adding this: <div class=”testimonial-meta”>
<p class=”name”><?php wpmtst_field( ‘client_name’ ); ?></p>
<p class=”company”><?php wpmtst_field( ‘company_name’ ); ?></p>
</div>
just above the
<p class=”uk-article-meta”>Since regular posts won’t have any wpmtst_field data, nothing will display on the blog posts.
I used css: .single-wpm-testimonial p.uk-article-meta {display:none;} to hide the normal article meta data.
I will continue to attempt to get a response from the yoo-theme folks, but I needed to know there was a work around. I have the alternate style configured and ready to go, if we can get them to recognize the post type.
Forum: Plugins
In reply to: [Strong Testimonials] Single testimonial in Warp 7 template…Thanks Chris for your diligence.
I think it’s important to get the client and company fields to display when someone clicks through to “read more”
Might it be possible to add php to pull in these fields to the single.php file that is being used to display testimonials (and all other posts) in such a way that it will just be ignored if the fields don’t exist?
I can use css to hide the normal article meta data on the testimonial pages. Likewise I could hide any testimonial meta from normal posts if necessary.
Forum: Plugins
In reply to: [Strong Testimonials] Read more link from widgetI’ve figured out a few things: I have to create styles/my-style/layouts and if I put modified verson of single.php there, it is in play for all single posts, including testimonials.
If I rename it single-wpm-testimonial.php it is ignored.
The yootheme lets me assign layouts and styles to certain post types and lists wpm testimonial in the options. I created a special style and layout to use just for testimonials, and put the modified single.php file there, but it does not seem to be getting the assignment to use the modified file.
How is the automagic part supposed to work? Where WordPress recognizes a testimonial as a different post type?
Forum: Plugins
In reply to: [Strong Testimonials] Read more link from widgetI have the same request — I want to take charge of how the individual testimonials are displayed — but I can’t get my theme — yoo_master2_wp from yoothemes.com to recognize that the content is a testimonial. The “automagical” part isn’t happening.
In the yoo_master theme all of the display comes from the warp framework, so the single.php and content.php files are found in this path:
wp-content/themes/yoo_master2_wp/warp/systems/wordpress/layouts/
If anyone can help with how to do the custom single-wpm-testimonial.php in this theme, I’ll be really grateful!
Barb
I found this problem after updating to 3.7.1 and Yoast to 1.4.19.
I am using Master Theme from yoothemes.com and Widgetkit.It’s been odd — I can save changes on some pages and not others. I just tried the suggested remedy of duplicating page content — and on the new copy I was able to save the customized SEO title. Makes me wonder what’s in the database for the page I couldn’t alter.
Forum: Plugins
In reply to: [WP eCommerce] UPS IntegrationThanks misulicus.
Be sure you change the second instance — but not both!
It’s so easy when you know there’s been a mistake — but the hours trying a thousand other things…..