Forum Replies Created

Viewing 15 replies - 16 through 30 (of 55 total)
  • @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???

    Thread Starter veshop

    (@veshop)

    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 πŸ™‚

    Thread Starter veshop

    (@veshop)

    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 :-/

    Thread Starter veshop

    (@veshop)

    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!

    Thread Starter veshop

    (@veshop)

    Well, 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?…

    Thread Starter veshop

    (@veshop)

    Hi,

    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 queries
    Thread Starter veshop

    (@veshop)

    I’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/hide
    Thread Starter veshop

    (@veshop)

    I 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 queries
    Thread Starter veshop

    (@veshop)

    Hi,

    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:

    https://gofile.io/d/bpZdyM

    Any other idea? πŸ™‚

    Thread Starter veshop

    (@veshop)

    Thanks πŸ™‚ I did work- to some extend, but with the above added, it looks like this:

    https://gofile.io/d/BklWlG

    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:

    https://gofile.io/d/3Q7g3f

    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 πŸ€”

    Thread Starter veshop

    (@veshop)

    Thanks, 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/hide
    Thread Starter veshop

    (@veshop)

    Hi,

    Thanks, but I don’t want a plugin. I already have nearly 40… πŸ™‚

    Thread Starter veshop

    (@veshop)

    Hi 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.

    Thread Starter veshop

    (@veshop)

    Hi 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 πŸ™‚

    Thread Starter veshop

    (@veshop)

    Hi there,

    but for the second issue you also don’t have an idea, right?

    Thanks and regards!

Viewing 15 replies - 16 through 30 (of 55 total)