Alexandru Vornicescu
Forum Replies Created
-
I have another newer version but I need to test it before the release. If you disable the debug info no text will appear. Use define(‘WP_DEBUG’, false); in your config file.
Have you switched to another theme before this occur?
(It is possible to have some taxonomies selected on one theme that have some, and then switch to another theme that does not have these taxonomies/or terms… so that’s why the notices appear…)
I don’t think I will add this because it can come into in a conflict with other pages or custom post type posts.
Example IF you have a post type “Stores” (couponminister.in/stores) with “Babyoye” (couponminister.in/stores/babyoye/) post, it will redirect to couponminister.in/babyoye/ – that’s not good.
I think such redirection feature will fit in another plugin, I don’t know if there is such plugin, sorry.
I see that https://www.couponminister.in/stores/ is a page template
Ok, but this feature is not in the plugin right now, maybe I will add this into a future version.
And I need to know also, MyOldSite.com/stores/ – what is it?
Taxonomy base by default is empty, or it’s a page or a post type slug/baseSo you want the page myoldsite.com/stores/store1 to redirect to myoldsite.com/store1 ?
Forum: Plugins
In reply to: [Resize Images In Posts] Wow. Possibly exactly what I've been looking forWhy not give it a try and see if it works, if not, then you can suggest me what improvements I can make…
If you mean image links as image URLs then – yes, the plugin will replace the URL if the image width is bigger than the post width.
For example you have an image that have the dimensions of 6000px x 2500px, and post width is only 600px, then the image will be resized to 600px wide and the result will be: 600px x 250px;
Forum: Plugins
In reply to: [Antispam Bee] Please rewrite the despription page in English…
Forum: Reviews
In reply to: [Remove Taxonomy Base Slug] Works GreatI think that all plugin pages should display under Plugin menu, makes more sense for me…
Forum: Plugins
In reply to: [Widget Customizer] Can't save settings on custom widgetsI installed WP 3.9 beta where the plugin is integrated and there for works, the plugin is deactivated.
Forum: Plugins
In reply to: [Widget Customizer] Can't save settings on custom widgetsI am using Windows 7, not working in Firefox, Chrome and IE 11.
Forum: Plugins
In reply to: [Widget Customizer] Can't save settings on custom widgetsWhy not you create a custom widget and test it?
For me it says NS_ERROR_FAILURE
I don’t know what it meansTimestamp: 3/3/2014 6:20:43 PM
Error: NS_ERROR_FAILURE:
Source File: https://localhost/wordpresslastmu/magnology/wp-admin/load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,json2&ver=3.8.1
Line: 4Forum: Plugins
In reply to: [Remove Taxonomy Base Slug] Undo?what do you mean to undo?
if something went wrong – just deactivate the plugin or remove the plugin directory.
update the permalinks at the end to flush the rules.Forum: Plugins
In reply to: [HyperDB] Partitioning table post into several databasesIf we will set 2nd database to write then this will be switching between databases.
So this seems impossible until someone will show me how this is possible!
Forum: Plugins
In reply to: [HyperDB] Partitioning table post into several databasesLook:
We have created 3 databases,
1st database will have all tables except wp_posts and wp_postmeta2nd database will have nothing because we set him only to read and not to write
3rd database will have wp_posts and wp_postmeta tables
So where is the spliting of table wp_posts to different tables???