This topic has 10 replies, 3 voices, and was last updated 10 years, 4 months ago ago by Eva Kemp
Hi,
1. in the admin area the “classic mode” button for the visual composer is disappeared. where can i activate the modus?
2. how can i make the logos retina-ready? i have taken the same sizes like the original images from demo data but it looks blurry. is there a plugin to involve and manage retina images?
Thanks a lot
Hello,
1. We’ve made some changes in your setting. Now button is appeared. Please, check it.
2. This question is a bit unclear for us. Could you please clarify us with more details?
As I see, your logo looks good.
Regards,
Robert Hall.
I have some more questions:
1. how can i hide the submenue from account menue in the header? i only want to show the menue item “account” without submenue. there´s always the info “set your account menue…”
2. i can´t find the translations of some words in poedit:
on portfolio in the breadcrumb: “projects” is in english and in the portfolio boxes “continue reading” isn´t translated.
1. Put this code to custom.css file.
.my-account-link:hover .submenu-dropdown {
display:none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
2.Please provide us with FTP credentials in Private Content.
Regards,
Robert Hall.
Hello,
2. To translate “Projects” word you need edit the file wp-content/themes/legenda/framework/portfolio.php, find the code 'name' => _x('Projects', 'post type general name'),
(line 13) and replace “Projects” with your translation.
Please provide us with FTP credentials to help you translate “continue reading” text.
Thank you.
Regards,
Eva Kemp.
I have send you the FTP credentials.
There is no code: 'name' => _x('Projects', 'post type general name') on line13 in portfolio.php?
“Continue reading” text is called by your plugin “q and a”, you need edit its file in the directory wp-content/plugins/q-and-a/inc/. Find the file functions.php, edit line 189.
Please check the file wp-content/themes/legenda/framework/portfolio.php carefully. I’ve found the code:
Regards,
Eva Kemp.
Hello Eva,
the “continue reading” problem is solved. Thanks!
I have replaced line 13 in portfolio.php but it doesn´t work. I have changed it in a child theme.
Please refer to this documentation http://codex.wordpress.org/Child_Themes (“Referencing / Including Files in Your Child Theme” paragraph) how to include sub files into the child theme.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up