This topic has 11 replies, 3 voices, and was last updated 9 years, 7 months ago ago by Brian Johnson
hello i have a number of problems, when klicking on posts on my site billigbikini.dk i get this Home / Catchable fatal error: Object of class WP_Error could not be converted to string in /home/www/billigbikini.dk/wp-content/themes/idstore/code/functions.php on line 974
also when trying to use the productshortcodes in posts and pages, this does not work.
Hello,
Please provide us with FTP credentials as well.
Did you modify theme files?
Regards,
Eva Kemp.
Hello No i do not think the theme is modified, i have provided the login details in the “private” field
Hello,
The problem was you didn’t create categories for your posts.
I’ve created “Unassigned” category and mark the post “Havaianas er perfekte til stranden” with this category. Now please clear browser cache and check this post.
Thank you.
Regards,
Eva Kemp.
ok thanks, how do I use the shop shortcodes within the posts, i can figure out how to make them work, so that i can display products in the posts or pages.
Hello,
You need use such shortcodes:
[etheme_product id="" sku=""]
shows a single product by ID or SKU;
[etheme_products ids="" skus=""]
shows multiple product by ID or SKU.
Regards,
Eva Kemp.
Thanks, is it possible to add an entire product category in a post? or do you have to add all the products manually by ID and SKU?
Hello,
Please refer to our documentation:
https://www.8theme.com/demo/docs/idstore/index.html#!/idstore_shortcodes
You will find what shortcodes can be used.
Thank you.
Regards,
Eva Kemp.
How can i change the number of products displaying on each page? the current number is set to 30, how do i change this?
Hello,
Go to Settings -> Reading -> “Blog pages show at most” and then set the number value you want to display.
Regards,
Eva Kemp.
Hello
You may try to ad this cod einto the fuctions.php of the child Theme:
// Display 24 products per page. Goes in functions.php
add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 24;' ), 20 );
Pleae read here how to create Child theme.
With best regards
Bran Johnson
The issue related to '‘Problems withe post links and shortodes’' has been successfully resolved, and the topic is now closed for further responses