This topic has 3 replies, 3 voices, and was last updated 8 years ago by Fem.
Tagged: cook pro
Viewing 4 posts - 1 through 4 (of 4 total)
When I embed this shortcode:
[rcp-recent-recipes limit=”4″ columns=”4″]
The last recipe shown has a larger height than the other recipes. If I change the number of columns the problem continues. You can see it here: http://www.tademedia.nl/ft/
When I make the search page based on this shortcode:
[rcp-search-recipes limit=”4″ orderby=”date” order=”DESC” columns=”4″ loadmore=”false”]
I get this error message when updating the page:
Warning: Cannot modify header information – headers already sent by (output started at /home/on25692n3/domains/tademedia.nl/public_html/ft/wp-includes/functions.php:1476) in /home/on25692n3/domains/tademedia.nl/public_html/ft/wp-admin/post.php on line 198
Warning: Cannot modify header information – headers already sent by (output started at /home/on25692n3/domains/tademedia.nl/public_html/ft/wp-includes/functions.php:1476) in /home/on25692n3/domains/tademedia.nl/public_html/ft/wp-includes/pluggable.php on line 1216
The shortcode used to work but now doesn’t.
Go to cook-pro/assets/css/rcp-frontend-style.css and on line #298 add the following as shown below
.rcp-post-item.item2:nth-child(2n+2), .rcp-post-item.item3:nth-child(3n+3), .rcp-post-item.item4:nth-child(4n+4) {
margin-right: 0;
margin-bottom: 20px;
}
Regarding the other issues If you can provide us WP Logins to your website with URL then we can take a closer look at it. Make sure you set the post as a private reply so that only admin can see your wp-logins.
Note: Before providing the wp-login to any support staff, kindly please make sure you take a backup of everything including WordPress content, theme options, widgets etc.
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.