veshop
Forum Replies Created
-
Forum: Reviews
In reply to: [Cooked - Recipe Management] Pro version: not good@boxystudio Well great that THAT is your only comment!!! People must be warned not to buy crap!!! Where else can one rate the “pro” version???
Hi,
I send you the php, then you have a better understanding about what I did (I did add the “add_submenu_page” function btw π
P.S.: I rand both php through a couple of php code checkers, always returned ‘No issues found’ and the website runs as normal, so there seems to be nothing wrong with the codes after I uploaded the files, my four taxonomies are just not showing anywhere in the dashboard menu :-/
Hi there,
Thank you so far! My problem is still though: it doesn’t show up in the submenu :-/ Could you be so kind as to check the taxonomy.php and the categories.php I adapted according to your advise and see what I did wrong? I would send a link to these through the contact form of your plugin website if that is oK.
Basically I used this in taxonomy.php to add four taxonomies:
/** * Create one taxonomy, genres for the post type "aiovg_videos". * * @see register_post_type() for registering custom post types. */ function wpdocs_create_aiovg_videos_taxonomies() { // Add new taxonomy, make it hierarchical (like categories) $labels = array( 'name' => _x( 'Genres', 'taxonomy general name', 'textdomain' ), 'singular_name' => _x( 'Genre', 'taxonomy singular name', 'textdomain' ), 'search_items' => __( 'Search Genres', 'textdomain' ), 'all_items' => __( 'All Genres', 'textdomain' ), 'parent_item' => __( 'Parent Genre', 'textdomain' ), 'parent_item_colon' => __( 'Parent Genre:', 'textdomain' ), 'edit_item' => __( 'Edit Genre', 'textdomain' ), 'update_item' => __( 'Update Genre', 'textdomain' ), 'add_new_item' => __( 'Add New Genre', 'textdomain' ), 'new_item_name' => __( 'New Genre Name', 'textdomain' ), 'menu_name' => __( 'Genre', 'textdomain' ), ); $args = array( 'hierarchical' => true, 'labels' => $labels, 'show_ui' => true, 'show_admin_column' => true, 'query_var' => true, 'rewrite' => array( 'slug' => 'genre' ), ); register_taxonomy( 'genre', array( 'aiovg_videos' ), $args ); unset( $args ); unset( $labels ); } // hook into the init action and call create_book_taxonomies when it fires add_action( 'init', 'wpdocs_create_book_taxonomies', 0 );And adapted your categories.php accordingly, copying your code for categories, replacing it four times with my four taxonomies. Nothing shows :-/ I am a newbie so it would be great if you could check, Thanks so much!
Forum: Fixing WordPress
In reply to: Hook for taxonomies neededWell, yeah, Thanks for nothing… I don’t want another plugin because I already have 40 ACTIVE PLUGINS!!! There’s a reason why people say ‘I don’t want something’… And I also don’t understand why you want to tell me that the link I mentioned is specifically for a theme I don’t have, doesn’t make any sense, as this is a GENERAL instruction and GENERAL DOESN’T MEAN SPECIFIC. Anybody else here with REAL HELP?…
Forum: Plugins
In reply to: [Like Button Rating β₯ LikeBtn] Button shows up twice on postHi,
it is NOT THERE, I don’t know how else I can explain it. And the shortcode is of no use for the results page which I cannot access seperately…
Forum: Fixing WordPress
In reply to: Media queriesI’m sorry- I am so used to adding to code that I misread π But anyway: I searched in both css, in ‘style.css’ and ‘style-rtl.css’ (whatever the last one is), I also pasted both codes into word to run another search there but the code snippet you refer to is just not there :-/ No idea where they hid it…
Forum: Fixing WordPress
In reply to: Password show/hideI know :-D… The theme itself already has about 25 plugins and since everybody quickly advises: ‘There is a plugin for this… and a plugin for that…’ it mounted very quickly to this so now I am at a point where I just don’t want any further plugins, unless there is absolutely no tutorial or code snippet I can use…
Forum: Fixing WordPress
In reply to: Media queriesHi,
Thanks π Well, not sure if I got you right but I do want to have the slope, that’s exactly what I want to have displayed. Currently it removes the slope, but that’s not what I want :-/
When I add your code snippet, it does just want it did before:
Any other idea? π
Forum: Fixing WordPress
In reply to: Login and register button to the rightThanks π I did work- to some extend, but with the above added, it looks like this:
I meant the button besides the login button, I had it taken off though because I don’t want anybody to register, as this is just a dubby website, not yet public… But sure: when I don’t show the register button, nobody knows which one I mean… So I have to risk it and in case somebody registers, have to immediately delete that account. Well, anyway, what I want to achieve is this:
Some part of your code works, as it puts the Login button to the right, just not sure what to remove from the other parts of the code so that not the entire navigation bar goes to the right π€
Forum: Fixing WordPress
In reply to: Taxonomy filter searchThanks, but the ones I would have to buy are just too expensive for the few taxonomies I need and the others I’ve tried already.
Forum: Fixing WordPress
In reply to: Password show/hideHi,
Thanks, but I don’t want a plugin. I already have nearly 40… π
Forum: Plugins
In reply to: [Like Button Rating β₯ LikeBtn] Button shows up twice on postHi there,
Thanks for your fast response π I don’t have the section ‘Vertical alignment’. Is this only for Premium users visible? I checked every bit but the only thing that diplays something with ‘Vertical’ is ‘Vertical layout’ which I can only check or uncheck but that doesn’t do anything, so I have it unchecked.
Forum: Plugins
In reply to: [Simple Membership] BuddyPressHi there,
I just followed the documentation for which you sent me the link- worked like a charm, big Thanks to you! :-)) I wish there was a similar addon for the other issue… Bu then again: Better a different kind of solution than another plugin- considering I already have nearly 40 active on my website already. I will investigate also further π
Forum: Plugins
In reply to: [Simple Membership] BuddyPressHi there,
but for the second issue you also don’t have an idea, right?
Thanks and regards!