natekolvek
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] query external databasegot this all sorted out already, closing thread.
Forum: Fixing WordPress
In reply to: php 8.1, TONS of unserialize and depreciated errorsThe only thing I had to start with besides the wp-content folder was a damaged .wpress file (all in one migration) I was able to extract the sql file from there but the site DB was already in damaged condition at the time this export was made. From there I only imported (with errors) the db and extracted just the tables for WC I found on a article and grabbed the extra WC tables they had not listed for restoration of a few plugins they use. I was able to create a new errorless import of just those tables and have been working from there. The product stuff looks good, all relevant data including extra meta’s imported, all columns detected in wc import correctly. Now I am trying to deal with these errors. I upgraded the DB to MariaDB 10.3 from MySQL 5.7 and removed the SYS db. The site runs on php 8.1 (from 7.4) and am left with these errors that are flooding the debug log and inflating fairly quick. I’ve eliminated some due to wrong syntax (using stackexchange posts, NULL instead of ”) but now I only have the same repeating errors. I can give you an account and install something like wp data access if you would like to look around? I don’t see it as a server misconfig because I would seem it in the logs somewhere so I’m convinced it’s somewhere in the db. the overall issue is menu’s wont save correctly and do things like changing home to a blank widget (along with others) in the menu editor, and images seem to disappear randomly and not return, they also do not display on the front page when changed in wpbakery (comes with template). They are still in the same place in the path, just not in the db. I either have to run an import again or rescan the media folders to add them back. there are over 2000 products so starting totally over was out of the question.
- This reply was modified 3 years, 3 months ago by natekolvek.
- This reply was modified 3 years, 3 months ago by natekolvek.
Forum: Plugins
In reply to: [Smart Slider 3] Highly IrritatingWow, what a way to nerverackingly hide that layer, LOL! I can’t thank you enough.
Forum: Plugins
In reply to: [TwitchPress] Couple of errors and a pain in the A**.Essentially these are the things I am trying to put in place, A. Twitch oauth and user sync making user creation for everyone super simple, including the other dj’s.
Main channel with chat and activities, IE raffle, bits counters, etc. so it doesn’t matter if they are on twitch itself or the site.
Online status for any of the dj’s, not just main. A Nifty online/offline status box for the header/menu area would be super nice. Also wouldn’t mind seeing status for the other dj’s (team members). Even if it was just a shortcode to place on each team-members profile/card/page etc.. for online/offline status.
Most importantly, the schedule but that’s not really an issue since I’ll just make him change his plugin to a shared calendar. I really don’t want to have to sit there and enter the schedule every day/few days to be honest. lol!
Everything else I can take care of with other plugins like the few from streamweasels (wall, rail, player).
Forum: Plugins
In reply to: [XT Quick View for WooCommerce] quick view product with url?Will not work for what I’m trying to do. Id like to use a lightbox or quick view from inside The Grid or essential grid. I’m using nicer grids for product displays. My issue is variable products do not show add to cart which is expected. But I’d rather not use an iframe.
Forum: Fixing WordPress
In reply to: div id=”gtx-transP.S. I was glad I didn’t have to revert to the early 2000’s and post a notice for best page results use another browser.. Chrome is one of the most used browsers and several others are now using chrome’s engine (edge, brave chromium etc..). made me nervous the only responses from wordpress support only said use another browser and closed the thread.
Forum: Fixing WordPress
In reply to: div id=”gtx-transI ended up using sitewide CSS to fix it anyways, #gtx-trans { display: none !important;} then tested with 4 other browsers. It’s no longer there now, even in chrome with the translate extension installed again but this is still something to keep in mind as others may report a useless icon embedded in the page they didn’t put there and does nothing at all. Attached is a screenshot of the div id still present on the page in chrome without the google translate extension installed in chrome (before using css to fix it). This was the only way around totally useless icon/space being taken or even present in inspector.
Thanks for the fairly quick response!
Forum: Plugins
In reply to: [CAPTCHA 4WP - Antispam CAPTCHA solution for WordPress] Semi-broken pluginemail me so I can give you this login, don’t see where I can PM you here. [email protected]
Forum: Plugins
In reply to: [CAPTCHA 4WP - Antispam CAPTCHA solution for WordPress] Semi-broken pluginI’ll create you a login, site is not live. Just tested again since disabling Wordfence Login Security’s captcha settings. I now see it on register and lost password but not login and I don’t have woocommerce’s checkout or payment options configured yet to test checkout captcha and haven’t checked comments yet. Spam bots are a big problem these days and last time I forgot to protect the comments I ended up with a thousand posts of spam on product pages.
Forum: Plugins
In reply to: [CAPTCHA 4WP - Antispam CAPTCHA solution for WordPress] Semi-broken pluginNo, disabled it since it doesn’t work on logins, registration, password reset, lost password, comments or even forms… hadn’t had this problem with this plugin in the past. disabled it so I could move forward in the time being. One thing I did notice was wordfence’s Login Security implementation was forcing the badge to be shown no matter what setting your plugin was set to.
Forum: Fixing WordPress
In reply to: Page builder opening same pageBuilding new pages with the exact same content as before fixed the problem. Just gave new pages different names.
Forum: Fixing WordPress
In reply to: Page builder opening same pageAny suggestions?
Forum: Fixing WordPress
In reply to: Page builder opening same pageThis page: https://tampabaycateringco.com/breakfast/breakfast-packages/
Is essentially what you are supposed to be seeing on the page according to the code a few posts above for the table. yet its stuck on that menu’s landing page and even opening the page from pages in the builder still previews the stuck page yet the content in the back end is not what is being displayed. I can provide a admin account if you’d like to look it over?Forum: Fixing WordPress
In reply to: Page builder opening same pageYootheme’s. Everything is purchased but I don’t have the login to post on their support and am unable to get it in time for my completion date. This only started happening today after removing Ultimate Member (free) and change from Members (roles) back to Role Editor Pro.
Here is the rest of the menus on the site, all using the same plugins still functioning. https://tampabaycateringco.com/menu/
Forum: Fixing WordPress
In reply to: Page builder opening same pageOk, on the Beverages tile, this is the generic code in the backend editor,
<div> <p><img src="wp-content/uploads/beverages2.jpg" alt="" /></p> </div> <h1><strong>Beverages</strong></h1> <p><a href="/st-pauls-menu/">Back to St. Paul's Menu</a></p> <div> <p>[product_table columns="image,name,price" category="793" sort_by="menu_order"page_length="false" shortcodes="true" cache="true" links="all" search_box="false" lazy_load="true"]</p> </div>but it wont show the actual content. just the same page, over and over. Nothing else on the site is broken.
- This reply was modified 6 years, 10 months ago by Steven Stern (sterndata).