wpweaver
Forum Replies Created
-
Forum: Plugins
In reply to: [Widget Shortcode] Two SuggestionsNot sure how the not show up would work. But on further evaluation, I’m not all that sure it is a real issue anyway. If a user has permission to add widgets, then they do, and it shouldn’t matter where they come from. I don’t remember off hand if Editors can do that, but certainly Contributors or Authors can’t.
Forum: Plugins
In reply to: [Weaver Show Posts] Widgets missing in CustomizerI cannot reproduce any issues with Show Posts 1.3.9 and Weaver II Pro with the Customizer.
The new Show Post Widgets shows in the Customizer list of widgets, as well as in the traditional Appearance : Widgets interface.
The only issue I see is that the customizer is prefixing each Weaver II widget area with • instead of a dot.
Forum: Plugins
In reply to: [Weaver Show Posts] Plugin breaks “Costumize”The fixed version, 1.3.9, was released this morning, and fixes the issue. The problem was with the new Show Posts widget which had an unnecessary dependency on Weaver Xtreme Plus.
Forum: Reviews
In reply to: [Weaver Xtreme] Weaver Xtreme not ready for releaseWe simply are not getting anything like this reaction from our literally tens of thousands of users, so this review is quite confusing.
Note the the sidebar/widget interface from the customizer is all due to the implementation by WordPress core. I would agree there is something of an issue as the Customizer Widget menus apply ONLY to the current page, and it is really hard to add/remove widgets in a rational manner. Going to the Appearance : Widgets interface works as always, and does not confuse.
Forum: Plugins
In reply to: [Weaver II Theme Extras] Birchpress booking formWe do not support this theme or plugin here.
Please see http://forum.weavertheme.com
Forum: Plugins
In reply to: [Weaver Xtreme Theme Support] menu not showing blogWe do not provide support via this group.
Please see http://forum.weavertheme.com.
We do not provide support via this group.
Please visit http://forum.weavertheme.com for support.
Forum: Plugins
In reply to: [Weaver Xtreme Theme Support] help with html for photos and textWe do not provide support via this method.
Please visit http://forum.weavertheme.com for support.
Forum: Plugins
In reply to: [Weaver Xtreme Theme Support] Conflicts with another one of your pluginsActually, we do not do support here. Please go to http://forum.weavertheme.com for support.
Forum: Plugins
In reply to: [Weaver Xtreme Theme Support] Conflicts with another one of your pluginsThis really is not possible. Both of these plugins are produced by Weaver Theme, and there are absolutely no known real conflicts with TinyMCE. We would simply not have two incompatible plugins.
Forum: Themes and Templates
In reply to: [Weaver Xtreme] wp-config.php file in the theme folderThanks.
Don’t know how it got there – some kind of inadvertent copy/paste, but it is very ancient history and has nothing of value in it, so no harm done.
Forum: Plugins
In reply to: [Weaver Show Sliders] The plugin does not have a valid header.This is fixed in Show Sliders 1.3.5.
It was due to what I consider a bug in WP 4.4.
The direct cause was a change in the TGM Plugin Activation library that Show Sliders uses and updated versions recently. That change uncovered the bug in WP.
It could also be considered a bug in TGMPA.
Either way, there was a code work-around, and 1.3.5 fixes it.
Forum: Plugins
In reply to: [Weaver Show Sliders] The plugin does not have a valid header.Follow up:
Not sure what the issue is – but it might be a WP 4.4 bug. Will follow up.
But there is an easy work around – upload and install the Show Sliders plugin as usual (current version is 1.3.4). Instead of trying to activate from the Plugin Uploader, instead activate from the “Installed Plugins” page. Then it works fine.
Forum: Plugins
In reply to: [Weaver Show Sliders] The plugin does not have a valid header.All plugins in the WP repository are automatically generated by WordPress, and not the theme authors.
But, I am getting the same message, so there must be a corrupted .zip file stored on the WP plugin repository. I will try to generate a new version to see if that fixes the problem.
Forum: Plugins
In reply to: [Weaver Show Posts] Feature RequestAdding a way to add actual content like headings or divs is virtually impossible.
However, because the posts will be generated using standard WP API calls, no matter which theme is used, each post displayed will essentially always have a unique way to identify it. I believe the id is normally in the class that wraps the post, but it could be an ID.
Something like .post-1234, I think.
Look at the HTML output of the page, and you should be able to figure that out. The exact details may vary depending on the theme used.