Bloke
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg Blocks Library & Toolkit - Editor Plus] Animations stopped showingNo it is just a regular page.
Forum: Plugins
In reply to: [Gutenberg Blocks Library & Toolkit - Editor Plus] Animations stopped showingI have looked at the styles in the editor and compared them to online. The classes are being applied but the css is not (colors, fonts ect.) I have sawitched themes, created new pages, cleared cache, disabled all plugins. Here is my example and I am using this template https://gutenberghub.com/templates/gallery-4/ and my page is here just take out the x http://dev.xecxo-xrevoxlution.com/example/
Forum: Plugins
In reply to: [Gutenberg Blocks Library & Toolkit - Editor Plus] Animations stopped showingImages and icons can be changed and will display. All other color and styles do not show.
Forum: Plugins
In reply to: [Gutenberg Blocks Library & Toolkit - Editor Plus] Animations stopped showingOk I noticed a new issue. If I past more than one block from the gutenberghub on a page only the first one will show changes, styles, animations ext.
Forum: Plugins
In reply to: [Gutenberg Blocks Library & Toolkit - Editor Plus] Animations stopped showingI got it fixed. The page must have been corrupt with me trying different blocks and deactivating plugins. I tried creating a new page and it worked.
Forum: Plugins
In reply to: [Gutenberg Blocks Library & Toolkit - Editor Plus] Animations stopped showingI did some more testing using a template and section. It will not work online too. It displays fine in the editor but when you load the page there are no styles or animations. I changed themes and deactivated all plugins.
Forum: Plugins
In reply to: [Gutenberg Blocks Library & Toolkit - Editor Plus] Animations stopped showingThe animations and styles are not working on my local host. There might be a conflict. I see that it put inline css on the page. I have a duplicate of my site online and everything works. So why are the styles not loading on local host?
Forum: Localhost Installs
In reply to: Update failed: Download failed. No working transports foundYes the extension directory is correct see above.
Forum: Localhost Installs
In reply to: Update failed: Download failed. No working transports foundWhen I switch back to PHP 7.0.10 the updates will work and extensions will load. But I need 7.4.12 for my phpmyadmin and website to work.
Forum: Localhost Installs
In reply to: Update failed: Download failed. No working transports foundThey are not showing in phpinfo. They do appear in <?php phpinfo(); ?> There are in my extension directory c:/wamp64/bin/php/php7.4.12/ext/ And they do have a green check next to them in Wamp.
Forum: Plugins
In reply to: [Product Attachment for WooCommerce] Transering sites loosing stored URLSI found a search and replace plugin to work better. It handled the serialized data and preserved the URLs.
Forum: Plugins
In reply to: [Product Attachment for WooCommerce] Transering sites loosing stored URLSI solved the issue. The data is serialized. Just changing the URL in the database won’t work. I found this temporary fix and it works until I get a import/export plugin. Migrate WordPress Site and fix serialized data issues
- This reply was modified 5 years, 6 months ago by Bloke.
Forum: Plugins
In reply to: [WooCommerce] Adding new products with csv importMy images are in month and day folders. All I have to do is make sure the image is there and list the file path on the csv file?
Is there any benefit to the Product CSV Import Suite by Woocommerce? I am only revising and adding my own products and not importing vendors’ lists.
I was able to fix it. My function was using echo and should have used return.
Forum: Plugins
In reply to: [WooCommerce] Sorting order won’t save with product in multiple categoriesThank you. I assume since I was reordering them and changing categories it would save them relative each category.