Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Order products #12187
    User7
    Participant

    Ok, i solved this problem now.

    in reply to: Mobile Version #12164
    User7
    Participant

    Ok, i solved this problem now.

    in reply to: Order products #12147
    User7
    Participant

    I have now found the error after over a week researching. If I go to “About Us Section” under “Home Page Sections” and select the official shop page under “Select a Page”, the products will not be displayed. If I insert the shortcode [products] under the official shop page, then the products are displayed twice and the sorting of the order in the “product catalog” does not work either. Now I have created another “page” with the shortcode [products]. Logically, the products are now displayed only once, but the sorting of the products from the “product catalog” is not accepted and that is a bug from the theme. That’s what Woocommerce’s support said. Because in the theme “storefront” it works.

    in reply to: Mobile Version #12142
    User7
    Participant
    in reply to: Color of the links #12113
    User7
    Participant

    Perfect, thank you.

    User7
    Participant

    you must open the “customizer.php” and under “service pages” change this code:
    for( $i = 1; $i < 7; $i++ ){

    User7
    Participant

    hi seline,

    in the section-feature.php: for example write 8, if you want 7
    for( $i = 1; $i < 8; $i++ ){

    in the section-service.php: for example write 8, if you want 7
    for( $i = 1; $i < 8; $i++ ){

    in reply to: css #2673
    User7
    Participant

    hi,

    when i put this code to the style.css under featured section, then it change anything on the text, it change only at the grey edge??

    .hs-featured-excerpt{
    height: 100%;
    }
    ———————————————————————————————————————————–
    service section: in which php.code i must do this change?

Viewing 8 posts - 1 through 8 (of 8 total)