Allen
Forum Replies Created
-
Thanks for your reply…I think I have these save as you suggested.. Here are my settings (which have all been saved).
am I missing something?
Forum: Plugins
In reply to: [WooCommerce] Text on Shop PageThanks, @maykato ..I tried putting the subtitle under the Shop title, but it doesn’t show up in the theme. I contacted the theme authors and they said they had nothing to help me (no code, no nothing).
Forum: Plugins
In reply to: [WooCommerce] Text on Shop PageThanks. I will do this. It really seems strange this is theme-dependent. I believe Woocommerce should make this possible.
Forum: Plugins
In reply to: [WooCommerce] Shipping Charges Only Shows “Flat Rate”Thanks, Mirko..on further examination, I noticed that the MaxMind extension does nothing except tell you your location. I guess I need to put in the flat rate for every shipping zone I identify. I was confused since I thought MaxMind helped identify shipping charges, but it only does location. With that understanding things seems more clear now.
Here is what I’m using – this is the description in the plugin list
Easy to use slideshow plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.
Version 3.22.1 | By MetaSlider | View details | Take a tour | Premium Support | Documentation |Sure…first, when I go into the admin section for the plugin I immediately get this error that pops up on the screen
TypeError: $(…).live is not a function (layer_editor.js)other errors in the console include
MetaSlider (window/global-js-error): TypeError: $(…).live is not a function (admin.js) app.min.js:2:503510
notifyError https://mindful.usc.edu/wp-content/plugins/ml-slider/admin/assets/dist/js/app.min.js?ver=3.22.1:2
onerror https://mindful.usc.edu/wp-content/plugins/ml-slider/admin/assets/dist/js/app.min.js?ver=3.22.1:2ok..I certainly didn’t disable REST, but maybe another plugin did this..I’ll need to look around and see.
sure, I just changed line 99 on. ml-slider/admin/Pages.php to:
$can_use_rest = false;
and that solved the problem. Without changing that line, I wasn’t able to save any changes I made to the slider (like I was simply trying to change words on the layer above the image, which I’ve always done before).
I was able to solve this using the fix from the suggestion above (I had to set up sftp to make the changes).
I have the same problem..I tried to save the words on the slider, and I hit save and it doesn’t save anything (tried this 20 times or more)..I’m using Version 3.14.0
Forum: Plugins
In reply to: [WP RSS Multi Importer] Make images clickableby default, the images are clickable…now if you are using the autoPost and the images are featured images, then that is handled by your theme, not the plugin.
Forum: Plugins
In reply to: [WP RSS Multi Importer] Ignore posts with duplicate titles?right now, the plugin checks the permalink only…so it doesn’t handle duplicate titles with different permalinks…maybe in some future update I’ll add that (it used to have this, but php 5.5 started throwing an error when the plugin checked for duplicate titles, so I stopped including this additional check.)
Forum: Plugins
In reply to: [WP RSS Multi Importer] Download previous versionhttps://downloads.www.ads-software.com/plugin/wp-rss-multi-importer.2.67.68.zip
of course, this version isn’t being supported anymore.
Forum: Plugins
In reply to: [WP RSS Multi Importer] autopost show only one feeddid you read the faqs that has the answer to this?
Forum: Plugins
In reply to: [WP RSS Multi Importer] Import custom post type feedthe plugin works by getting the content tag for the content, not the description tag (the description tag is not supposed to have the main content for an RSS feed, but a short synopsis of the content)
to get the description you have to alter the import_feeds.php file, but of course, that will results in only getting the description which means that on almost all RSS feeds the result will be nothing in that tag.