posword
Forum Replies Created
-
Forum: Plugins
In reply to: [MP3-jPlayer] Playlist showing filenames not tract titlesUnsupported plugin, apparently.
Forum: Plugins
In reply to: [Discounts & Promotions Automation] Quantity discount over whole storeLet me know when you’ve finished the documentation. In the meantime it would be good to take it off the list of features.
Forum: Fixing WordPress
In reply to: How to change slug in permalinksFound it! A new folder had been created “mu-plugins” and it creates “Custom Post Types, Taxonomies, and Meta Boxes.” The type “slug” had been converted to “temp-articles.”
Thanks to all who helped.
Peter
Forum: Fixing WordPress
In reply to: How to change slug in permalinksShannon:
>> So is that permalink displayed in the Edit Post window? With the /temp-articles/ being uneditable?
CORRECT.The only place this could possibly be set (to my knowledge): 1. Settings -> Permalinks 2. Settings -> General (Site URL or WordPress URL) 3. Redirection PLugin? 4. .htaccess - check for any hardcoded redirections
Checked all of those and no mention of “temp-articles” .
I did find a plugin disabled called “WP htaccess Control” which has some fields related to Permalinks but they are all blank.
I also searched the entire database for “temp-articles” but nothing was found.
Thanks,
PeterForum: Fixing WordPress
In reply to: How to change slug in permalinksYes, and it is set correctly for Post name: mysite.com/sample-post/ and the alternatives at the bottom are empty.
Forum: Plugins
In reply to: [Discounts & Promotions Automation] Quantity discount over whole storeForum: Plugins
In reply to: [Plugin: Meteor Slides] Paged navigationThanks, Josh. I’ll try them out.
Forum: Plugins
In reply to: [Plugin: Meteor Slides] Paged navigationThanks for your answer, Josh. No, I need something more like my original with text hyperlinks. Can you recommend a lightbox plugin?
Thanks,
PeterI have same problem. Does anyone know if I can fix the catagories in the database somewhere? I don’t want to have to re-import as I’ve already made changes to page, adding weights and menu order etc.
The plugin did a great job importing everything on the first try.
Thanks,
PeterForum: Themes and Templates
In reply to: [Theme: Flat Bootstrap]This also happens (Customize page then Home Page) when I click on Appearance / Customize in a live preview of the 2015 theme, so its may not be theme related, or maybe.
Forum: Plugins
In reply to: [MP3-jPlayer] Playlist showing filenames not tract titlesThree weeks and no replies.
Forum: Themes and Templates
In reply to: [Storefront] Where is the top menu kept in the databaseJames,
Yes, I was thinking of doing that. I’m using a child theme on the main part of the site. I tried adding the logo yesterday to Storefront and got one over each item again. And I’ll need to adapt some things to match the main site anyway, so I guess I’ll definitely do a child theme of Storefront.Thanks for all your help,
PeterForum: Themes and Templates
In reply to: [Storefront] Where is the top menu kept in the databaseYes, james, but they do have it well-hidden and not viewable through the Dashboard / Appearance / Editor. Anyway, I’ve solved the challenge this way:
Changing my theme to Storefront, making a new menu, making it the Primary menu, saving it under a different name (in my case Shopfront, then changing back to my normal theme. See https://www.peterwade.com/product/dead-alive/.I had previously deactivated the jonradio-multiple-theme plugin, changed my theme to Storefront, and the menu result was the same 10-line monster. So I knew it wasn’t the plugin causing it. It was how I originally set up the Storefront menu through Live Preview / Customizer.
Thanks for your input.
Peter
Forum: Plugins
In reply to: [Multiple Themes] Menu's combined in second themHi, jonradio,
I confirmed it the way you suggested by deactivating your plugin and making Storefront my theme, and the 10-line menu appeared again. Logic says it must be stored in the database.
You will see on the Storefront forum that it does indeed use wp_nav_menu but not in the normal header file but in /storefront/inc/structure/header.php#L42, reflected by a hook statement in /storefront/header.php “@hooked storefront_primary_navigation – 50
“. Not being a programmer, I don’t understand the syntax of course. Does that have an effect on your plugin’s operation?However, it seems like I solved it by changing the theme to Storefront, making a new menu, making it the primary menu, saving it under a different name (in my case Shopfrount, then changing back to my normal theme. See https://www.peterwade.com/product/dead-alive/. So perhaps there should be a Method #1A in Advanced Settings.
Forum: Themes and Templates
In reply to: [Storefront] Where is the top menu kept in the databaseTime zone difference (Australia)
Thanks, jameskoster, I’ll do some more work on it this morning. The plugin author has been immensely helpful.
It seems the problem is that Storefront does not follow the theme development for menus:
“The Theme’s main navigation should support a custom menu with wp_nav_menu(). “I find no mention of wp_nav_menu” in Storefront. In the stylesheet there is a section on “Primary Navigation” line 1134 and a mention of “main-navigation” on line 1136 but I find no “wp_nav_menu(xxx)” in the code. It is in the code for my main theme, “Flat Bootstrap,” of which I’m using a child theme.
I got this idea from a YouTube video of about 6-7 minutes describing a plugin called Headspace2, at https://www.youtube.com/watch?v=k6ZMvlja0as . Though it was describing using a different plugin, it did point to what appears to be the problem. Once I nail it the best approach would be a child theme of Storefront.
I’ll do some more research.