Forum Replies Created
- AuthorPosts
- User7Participant
Ok, i solved this problem now.
User7ParticipantOk, i solved this problem now.
User7ParticipantI 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.
User7ParticipantUser7ParticipantPerfect, thank you.
April 4, 2017 at 7:40 pm in reply to: Add more page in Featured section and also in Service section #2705User7Participantyou must open the “customizer.php” and under “service pages” change this code:
for( $i = 1; $i < 7; $i++ ){April 3, 2017 at 11:09 pm in reply to: Add more page in Featured section and also in Service section #2675User7Participanthi 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++ ){User7Participanthi,
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? - AuthorPosts