• Resolved terry789

    (@terry789)


    Hello,

    I work with short codes because my theme (archive page) is not very suitable (genesis child theme)

    When I use the code *show_categories* I see my categories.
    When I now click on a category I come to the “automatic” page with products of that category.

    However, I want to go to the pages with the short code *show_products category = “15”* etc.
    Is this possible (a redirect maybe)?

    Thanks

Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Author ndre

    (@ndre)

    Hi @terry789,

    Why the “automatic” pages are not suitable in your case?

    Using shortcodes like than will be a lot of work (depending on how many pages do you have). Maybe we can help you to use the automatic pages…

    You can use any redirect plugin from WordPress repository to set redirects. For example: https://www.ads-software.com/plugins/redirection/

    Thread Starter terry789

    (@terry789)

    @ndre

    See my problem here:

    The “automatic” page made by the theme

    The desired appearance of the categories I mean products. sorry

    Edit: The standard category page and standard individual product page are correct with your plugin

    • This reply was modified 4 years, 12 months ago by terry789.
    • This reply was modified 4 years, 12 months ago by terry789.
    Plugin Author ndre

    (@ndre)

    @terry789,

    The desired appearance is the Modern Grid. You can go to Catalog Settings > Catalog Design and switch to Modern Grid.

    Thread Starter terry789

    (@terry789)

    @ndre

    Unfortunately, that doesn’t work. These settings are already correct (Modern Grid) but the products page is displayed in my theme as in the first example.

    Only with the short code *show_products category = “15”* etc. is it properly displayed as in example two.

    Plugin Author ndre

    (@ndre)

    @terry789,

    Do you have the Premium Toolset extension installed? If you have you must have choosen the Classic List for the categories listing template in Catalog Settings > General (Categories Settings section).

    Can you please check it?

    Thread Starter terry789

    (@terry789)

    @ndre

    No, this is not installed. For now I only use the basic plugin.

    The products page now looks like the “normal” archive page of the theme.

    I don’t know how to change this to a “normal” post or page of the theme.

    Plugin Author ndre

    (@ndre)

    @terry789,

    Can you please provide your catalog URL?

    Thread Starter terry789

    (@terry789)

    @ndre

    This is the page as made by your plugin

    Thread Starter terry789

    (@terry789)

    @ndre,

    Do you have a sugestion for this?

    Most importantly, the category title should not overwrite the top product name.

    I have looked at the most obvious php files of your plugin but I cannot find the answer.

    Thanks

    Plugin Author ndre

    (@ndre)

    Hi @terry789,

    What is your integration method selected in catalog settings?

    Can you please update to the latest version?

    Thread Starter terry789

    (@terry789)

    @ndre,

    The setting is standard – Catalog Layout Integration with the theme (Magazine Pro Theme)

    Plugin updated – No difference

    I also tried the css and php snippets:

    CSS:
    Hide product listing name or category name on category page:

    .product-listing-name {
    display: none;
    }

    Hide category name on categories listing.

    .product-subcategories .archive-listing .product-name {
    display: none;
    }

    PHP in my functions.php file:
    Disable category name:
    remove_action( 'product_listing_header', 'add_product_listing_name' );

    Disable product name:
    remove_action( 'before_product_entry', 'single_product_header' );

    All have no visible effects

    Plugin Author ndre

    (@ndre)

    Hi @terry789,

    Can you please provide a screenshot of this settings section:
    Catalog Layout Integration with the theme (Magazine Pro Theme)

    Thread Starter terry789

    (@terry789)

    @ndre,

    see here

    I also tried this: – Force product name display:

    The only effect is that on the individual product page the title is visible twice

    Thank you for your patience ??

    Plugin Author ndre

    (@ndre)

    Hi @terry789,

    Thank you for the information.

    This must be theme specific as we are not able to reproduce such issue, even with the Magazine theme available in WordPress repository.

    Can you please contact us directly here with the bug report option? We will need some theme files which cannot be sent on the forum.

    Thread Starter terry789

    (@terry789)

    @ndre,

    done

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Using short-codes’ is closed to new replies.