Forum Replies Created

Viewing 10 posts - 71 through 80 (of 118 total)
  • Author
    Posts
  • in reply to: Product Category Text should be displayed above products #27804

    I copied the child theme folder into my live site, copied pasted the CSS I had and now everything works out fine 🙂

    Thanks for that! 🙂

    in reply to: Product Category Text should be displayed above products #27798

    Hi Harry,

    this worked very well for placing the category text below the shopping results.

    I have on my shop side a left sidebar and the shop has 3 columns. I want that the text is not full width and one the same width as the products.Is this possible with some quick CSS?

    The same thing you did here in general http://support.janstudio.net/forums/topic/category-text/

    Thank you & have a good day 🙂

    in reply to: Payment + Currency Switch #27797

    HI Harry,

    primary currency was and is set on USD.

    Any other ideas?

    Greetings,
    Florian

    in reply to: Portfolio Subcategories + Breadcrumb Navigation #27706

    Okay I got it now.

    I will tell it in case someone will need it in the future.

    I didn’t use an extra “Breadcrumb Plugin”, Yoast SEO was enough to make it work.

    Go on Yoast SEO on Search Appearance and activate Breadcrumbs.

    Then in the Breadcrumbs Tag under the heading Taxonomy to show in breadcrumbs for content types you choose at the portfolio section “Category”.

    Then you insert the following code on the archive.php and single-page.php of the Portfolio Plugin. (Plugins -> Claue-Addons-> Includes -> Portfolio -> Views)

    <?php
    if ( function_exists(‘yoast_breadcrumb’) ) {
    yoast_breadcrumb( ‘<p id=”breadcrumbs”>’,'</p>’ );
    }

    Insert the code for the single-page.php on line 14.
    And insert the code for the archive.php on line 18.

    To insert the code Harry installed the plugin AcelDE on my site. Very intuitive and easy to use plugin to insert a little bit of code.

    Thanks Harry.

    Note: In case someone want to change the name of Breadcrumb Title of “portfolio” to something else, you can do this in Yoast as well under Search Appearance -> Portfolio -> at the bottom is a field for Breadcrumb title -> Enter the name you want -> Done 🙂

    Attachments:
    You must be logged in to view attached files.
    in reply to: Portfolio Subcategories + Breadcrumb Navigation #27700

    There are Plugins out there, where I can insert Breadcrumbs via Shortcode.

    I should be able to insert the shortcode like this, correct?

    <?php echo do_shortcode(“[breadcrumbs]”); ?>

    But I don’t know exactly where I need to place this. On the archive.php of the theme or one the single-page.php of the portfolio plugin? And in which line?

    in reply to: Woocommerce Category Menu Sidebar Position Change #27699

    Thank you.

    First – I don’t understand what you did.

    Second – The Breadcrumbs are gone now, and these are important.

    in reply to: Woocommerce Category Menu Sidebar Position Change #27696
    This reply has been marked as private.
    in reply to: Portfolio Name Change #27688

    Done & worked, perfect 🙂

    in reply to: Woocommerce Category Menu Sidebar Position Change #27687
    This reply has been marked as private.
    in reply to: Portfolio Subcategories + Breadcrumb Navigation #27664

    You know let’s focus on the Breadcrumbs I can live with some different links as long as I got the Breadcrumbs. So need for Point 3. 🙂

Viewing 10 posts - 71 through 80 (of 118 total)