futurion
Forum Replies Created
-
Forum: Plugins
In reply to: [Import and export users and customers] Add/delete/remove/sync usersHello Mr. Carazo,
thank you for this brief explanation. The process you described does exactly what I need to do, even better is that it can be also done with cron task. That’s actually perfect!
I will do some extensive tests with CSV imports from master mysql DB and if I run into any kind of issues, I’ll report back.
Thank you for now and kind regards from me!
Hello Mr. Jensen,
I posted the issue in the Enfold support forum as well and it’s available here:
https://kriesi.at/support/topic/hide-post_type-condition_group-from-all-categories/
I told them about possible solution and I also believe that solution has to be integrated somehow to be available for everyone out-of-the-box. I’m just not sure if that’s something that has to be done in the Enfold theme or in the plugin. Would you be able to communicate with them maybe and talk about possible solutions?
Kind regards again and thank you for your help, Tomaz.
Hello Mr. Jensen,
thank you for your kind reply. I actually solved the issue after a few hours of research with a simple approach to “unregister” the post_type condition_group. It seems the restriction is still in effect after unregistering the post_type, but that group isn’t displayed anymore anywhere on the site. It does the job, if it’s ok to do it like that, I don’t know. Also I’m not sure if this fix should be implemented into the plugin or into the template, what do you think?
// hide post_type condition_group for restrict user access plugin
function my_delete_post_type(){
unregister_post_type(‘condition_group’);
}
add_action(‘init’,’my_delete_post_type’, 100);P.S. The priority 100 is crucial for this to work, don’t ask me why.
I’ll just add a few more words. I don’t know if this means any progress, but I found actually that post (in this case id 975) in wordpress database. It seems this is a post, made by Restrict User Access plugin and it is inserted into table “wp_posts” when a restriction rule is created.
This post is then displayed with all other posts in Enfold Categories. If I change the status from “publish” to “private”, then it vanishes, but also the restriction isn’t in effect anymore.
Maybe I’m wrong, but there should be a way to somehow display only post types “post” and not display any other post times, in this case “condition_group” shouldn’t be displayed. Is this maybe doable with a simple code snippet to be put into functions.php or is there maybe a simple fix for your plugin to not display post types “condition_group” anywhere?
Furthermore, I also noticed there’s not only “condition_group” class assigned. Enfold uses Avia Builder and for instance if I select “Magazine” for displaying blog posts, then another class “av-magazine-type-condition_group” is assigned to this structure automatically when used.
I’m actually lost here, the more I thin kabout solution, I can’t see it. I simply think Enfold is displaying some post structures that shouldn’t be displayed by default. Can we limit this somehow to only display post types which are not associated with “condition_group” under any circumstance?
Kind regards and thank you in advance again, Tomaz.
Hello Georgian,
I have just tested the recent update and I must confirm everything is perfect now. Thank you so much for solving this issue. This is a 5-star plugin in each aspect, it helped me with setting up practically everything we needed for our online shop.
Best regards, Tomaz.
Hello Georgian,
thank you for your reply and really awesome and brief support. I’m really looking forward to hear from you regarding this fix. I just have to mention I identified the same bug in the simple (clean) wordpress installation, so I guess it’s probably not related just to multisite installations, but to single-site installatons as well.
However, thanks again in advance for looking into this matter… best regards!
Forum: Plugins
In reply to: [Nextend Accordion Menu] Background and Border RadiusHi Gabor,
thank you for your extensive support. Much appreciated! I dived deep inside the CSS editing the other day and I managed to format the whole menu, based on your very useful hints and suggestions. It just looks perfect and it does everything I need in that basic template…
Thanks again for your awesome plugin!
Forum: Plugins
In reply to: [ARCW Popover Addon] doesnt work with IE and older browser versionsI also tried this inside the mozilla firefox and it’s the same result, it only show “0”.
Please fix this if possible, the plugin is the most welcome addition to your awesome calendar archives plugin!
Forum: Plugins
In reply to: [Nextend Accordion Menu] Background and Border RadiusHi Gabor,
thank you for your reply firstly. I am aware there is an option to add custom backgrounds in the full version of the accordion-menu, but since I wouldn’t need any functionality from that full version really (and the pricing is a bit high for this low-budget project I’m currently working on), I would really like to kindly ask you, for universal solution which would include just a few additional custom lines of CSS code to achieve that.
All I would need actually is setting up the CSS parameters for background-color for each specific menu level (1 to 5) of the accordion menu for all the actions (active, inactive, hover). Also, the CSS code should be universal, working for “all” menus, not only for specific unique ID as it is commonly generated with your plugin.
I really hope I’m not requesting too much. In this case I’d rather donate something (and I will, if we’re able to solve this) in exchange for your help, then buy the full version as I wouldn’t make a fair use out of this investment currently…
Thanks again in advance for your answer!