This topic has 9 replies, 2 voices, and was last updated 9 years, 4 months ago ago by Eva Kemp
Hello,
First of all congratulations for this theme, it is by far the most powerful and well-thought out I have ever used and I am extremely happy with my purchase. I hope to be using it for years!
However, I have a few issues / questions.
1. Nothing seems to affect the font size of my blog articles or pages. I change the font size in “Post Entry” but the main text remains unaffected. Oddly, lists are affected by what I enter, however. I have the same problem on pages. The font-type changes, but the size doesn’t.
2. How can I hide the author’s name on blog posts, while retaining the date and number of comments? Just custom CSS would be cool…
3. That lonely number for the number of comments in post meta is weird. Any chance we can have the word “comment(s)” localized in our language?
4. Image captions aren’t very pretty… Can they be centered at least? Using custom CSS again.
5. How can the currencies in the top bar be hidden?
Thank you for your help and congratulations again for this extremely powerful theme!
Just a precision for question 3; I realized the lonely number of comments only appears when it zero. Then only a lonely zero appears with no mention or precision. If there a several comments, the word “comments” does appear after the number.
Hello,
1. Please provide us with FTP and wp-admin panel credentials in Private Content to check the issue.
2. To hide only the author name you need edit the file wp-content/themes/classico/content-grid.php (line 82) and comment the code <?php _e('by', ET_DOMAIN);?> <?php the_author_posts_link(); ?>
.
We recommend to make changes in child theme http://codex.wordpress.org/Child_Themes , so create it and copy the file into child theme folder. Also “classico-child” folder is included in the theme package, you can upload it to “themes” directory.
3. To get word “comments” after “0” number you should also edit the file wp-content/themes/classico/content-grid.php in line 87 and edit the code comments_popup_link('0', '1 Comment', '% Comments', 'post-comments-count');
, add “comments” after “0”.
4. Please clarify the issue with images. Provide us with a direct link where you have a problem.
5. Go to Appearance > Widgets and add an empty Text widget into “Left side top bar area”.
Regards,
Eva Kemp.
Hello and thanks for getting back to me! Noted for the manipulations with the child themes, I will do that. Once again, let me reinstate how powerful and pleasing to the eye that theme is. I am extremely happy with my purchase overall.
I’m providing access to you for question 1.
Hello,
1. Please add this code in 8Theme Options > Typography > Custom CSS > Global Custom CSS:
article.blog-post .content-article p, article.post-grid .content-article p {
font-size: 16px !important;
}
We’ll fix this bug in the next update. Please take our apologies for inconveniences.
4. I’ve centered the image. Please check the page.
Regards,
Eva Kemp.
Thanks for the bug workaround, it works well, no worries.
For the image, I wasn’t meaning the image itself! It was fine as it was on the right side of the page. I was meaning centering the caption under it (the “Photo by…” text). All such captions are aligned on the left on the images, and I would like them centered under them, and possibly with a smaller font size. What are the classes to change that in custom CSS?
Hello,
Sorry for misunderstanding.
Please add this code in custom css:
.wp-caption-text {
text-align: center;
font-size: 12px !important;
}
I’ve put the image back to the right side.
Regards,
Eva Kemp.
Great! Thank you 🙂
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: bugs, optimization, questions, template, woocommerce, wordpress
The issue related to '‘Possible bugs and a few questions’' has been successfully resolved, and the topic is now closed for further responses