
This topic has 220 replies, 6 voices, and was last updated 10 years, 4 months ago ago by Jack Richardson

Hello,
Please use this code in custom.css:
.products-grid.product-count-4 .product:hover {
border: 1px solid #f4751f;
}
Regards,
Eva Kemp.

Hello,
You need edit the file wp-content/themes/legenda/framework/shortcodes.php (line 81), change the value in this code 'count' => 3,.
Thank you.
Regards,
Eva Kemp.
as you said i have done , but their is not any change in search bar
i change it to 6 but still it’s showing 3
Hello,
Please provide us with full permissions to be able to view all settings in wp-admin panel and FTP credentials.
Thank you.
Regards,
Eva Kemp.
Extend this to 8
Hello,
Sorry but we can’t connect to FTP getting an error:
Response: 421 Sorry, cleartext sessions are not accepted on this server.
Error: Could not connect to server
Please check it.
Thank you.
Regards,
Eva Kemp.
Try this
Hello,
The FTP account is empty.
Please give us access to be able to view the site files.
Thank you.
Regards,
Eva Kemp.
sorry, try this
Hello,
Please update the theme to the latest version and make changes in the file after that.
Don’t forget to create a back up of your files and database before update!
Also safe header.php file where the changes were made, you’ll be able to reupload it after update.
Thank you.
Regards,
Eva Kemp.
as you said i updated

Hello,
Please add this code in custom.css:
.tabs {
width: 50%;
}
Regards,
Eva Kemp.
i updated theme and i replaced this ‘count’ => 3 to 8, But still it’s showing 3 results


ftp details
????????????
Hello,
1) As I see price is in one line now. See screenshot: http://prntscr.com/6gk2e3
2) Sorry, but we don’t have such option in our theme to get sidebar to the bottom. You can only choose left, right or without sidebar in Theme Options->Single Product Page->Sidebar Layout.
Regards,
Robert Hall.
That image is right type what i want and what about search results??
What about search results
????????
Hello,
Sorry for a delay.
Did you change FTP login details?
We can’t connect to FTP now.
Thank you.
Regards,
Eva Kemp.
use this one
Hello,
We’ve also edited the file wp-content/themes/legenda/framework/theme-functions.php (line 1718), this code was modified:
add_filter('et_search_get_result','ae_search_get_result');
function ae_search_get_result($query) {
if ($query->query['post_type'] != 'product')
return $query;
$posts_with_tags = search_by_product_tag($query->posts,$query->query['s']);
foreach ($posts_with_tags as $post) {
$query->posts[] = $post;
}
$query->query_vars['no_found_rows'] = 6;
$query->post_count = 6;
//var_dump($query);
return $query;
}
We recommend you to copy that file in child theme directory (how to create child theme is written here: http://codex.wordpress.org/Child_Themes ) not to lose changes after the theme update or keep that file safe on your local machine and reupload it each time after theme update.
Please check search results now.
Thank you.
Regards,
Eva Kemp.
Thanx
Hello,
You’re welcome!
Regards,
Robert Hall.
can i copy all the files of legenda theme to child theme
Hello,
You need copy only the modified files. You don’t need copy all of them.
Thank you.
Regards,
Eva Kemp.

You must be logged in to reply to this topic.Log in/Sign up