- NewspaperAdding Multiple Authors to Your Articles
- NewspaperAuthor Card
- NewspaperMore articles box
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperUser review system
- NewspaperCustom Fields Support
- NewspaperFlex Block Settings Guide
- NewspaperPosts Loop Element
- NewspaperSingle Post Shortcodes
- NewspaperCloud Library Templates
- NewspaperBig Grid Flex Settings
- NewspaperDesign your post pages using the Default Templates
- NewspapertagDiv Cloud Library Plugin
- NewspaperHow to Set the Image Avatar
- NewspaperThe Mobile Theme
- NewspaperReviews
- NewspaperTheme Colors Introduction
- NewspaperGlobal settings
- NewspaperMega Menu
- NewspaperChild Theme Support
.post .author-box-wrap {
margin-top: 0px;
}
Hi,
i would like to make the author box closer to the bottom on the article. Could you suggest some CSS for me?
Hi Lucian,
I have unistalled all plugins except Speedbooster and Visual Composer but unfortunately i have the same problem. Post titles in homepage turns to bold.
The only custom css i have added is:
.td_text_with_title, .widget_eme_list {
font-family: Open Sans;
}
.post .td-sub-title {
font-family: Open Sans !important;
}
.author-box-wrap .author {
font-family: Open Sans;
}
.widget_recent_entries a {
font-family: Open Sans;
}
.td-footer-wrap .widget_text ul {
list-style: none;
}
What do you think? Why it needs 10 secs to load homepage?
Hi,
1. I have replied here for you to this: https://forum.tagdiv.com/topic/editing-author-box/#post-25297
2. You can edit the loop-single.php file of the post template you use and place this code <?php do_action('contentad'); ?> below the author box, like this: http://screencast.com/t/quYXVncBu
Do the same for the other post templates if you need to: http://screencast.com/t/6eHZgSKf
3. You can edit the td_module_blog.php file and add the author new field like this: http://screencast.com/t/k4ynTjD2PhX
Here you have the code from my ex: http://pastebin.com/thZCHSWe
Result: http://screencast.com/t/rKRJSc9hLiS
Thanks
-
This reply was modified 11 years by
Lucian.
Hello,
My website is http://www.livelovefruit.com
Use this page as a guide: http://livelovefruit.com/2014/10/tips-for-reducing-dry-skin/
I have a few questions:
1. How do I make it so that the social sharing buttons in the author box are in a different style (kind of like how you can choose the different style sharing tools for the footer – these ones seem to be in style 1…I would instead like it in style 3 or 4!)
2. How do I move my content.ad widget and my google adsense ad under the author box?
Content.ad allows me to post this: <?php do_action(‘contentad’); ?> in a template wherever I want, so that it will post where I want it to post, but I can’t find the proper area to post this in the CSS editor to make it go under the author box.
How would I make the google adsense ad display under the author box?
3. How do I make a separate title for the Author? For example:
Name: Carly Fraser
Title: CEO & Founder at Live Love Fruit
Biography: Carly Fraser has her BSc (Hons.) Degree in Neuroscience, and is the owner and founder at Live Love Fruit…
How do I make this secondary title appear? (the one bolded above)
Thanks so much!
Carly
Hi,
Please send you site’s URL and a screenshot pointing to which text color and social icons you want to change. I need to know this and inspect it to provide a solution fore this.
Please let me know.
Thanks
Hi,
Please use this css: http://screencast.com/t/JL7Z0xl8q
.home .span8 .td_block6 .td_mod9 .entry-title a {
font-family: Tahoma, Verdana, Geneva, sans-serif !important;
}
Thanks
is there a way I can change the social icon in the author box from style 4 to, let’s say, style 2? I tried via custom css, but the icon just desappears…
I would also like to change the color of the text in the author box from grey to white.
Hi Lucian,
Sorry for the confusion. We are actually asking for the CSS to change the font-family of the title of the articles. Please check this.
http://www.screencast.com/users/omnipundit/folders/Default/media/e2eea617-53cc-42d2-843f-abcc176f094b
Hope this helps.
Hi,
There is not font type, I believe you refer to font-family: http://screencast.com/t/5vUw7dSm7U
.home .span8 .td_block6 .block-title span {
font-family: Tahoma, Verdana, Geneva, sans-serif !important;
}
Thanks
Thanks Lucian. The CSS works. Can you tell us the CSS to change the font type of the latest stories title? http://screencast.com/t/YxB8PMsKuR3
Hi, my website is http://www.shortshift.co for reference.
My main menu is black with white text but the drop down arrows are still black and cannot be seen. How to I change the color of these?
Also, most meta data is a super light grey color that is difficult to read. For instance:
1. Under posts that show the date and number of views
2. The website link in the Author Box.
3. Breadcrumbs.
If you could show me the fix for these color issues I will be very grateful! Thanks!
Hi,
Sorry for the delay! I have checked your site and didn’t found many weird placement, one issue that I have noticed was the blocks ext and prev arrows which you can fix using this css: http://screencast.com/t/0Uoo9AYNxYT
.td-ajax-next-page {
right: auto !important;
background-position: -20px -20px !important;
left: 15px !important;
}
.td_ajax-prev-page {
right: auto !important;
left: 0px !important;
}
Also found that you need this css to remove the margin from the left of the title: http://screencast.com/t/HlEjhvQL
.td_mod3 .item-details {
margin-left: 0px !important;
}
On post page I found this: http://screencast.com/t/W2ChSM5xl2G
.single ul.td-category, .single ul.td-category li, .single header time {
float: right !important;
margin-right: 0 !important;
}
.td-social-sharing {
top: 0px !important;
margin-bottom: 0px !important;
}
.prev-post a {
padding-right: 0px !important;
}
.author-box-wrap .desc {
margin-right: 127px !important;
margin-left: 0;
}
.author-box-wrap .avatar {
float: right!important;
}
Hope this helps!
Please let me know if you have other issues with this.
Thanks
Hi,
Thanks Christopher!
You can change this via css, like this: http://screencast.com/t/YxB8PMsKuR3
.td_mod9 .item-details .entry-title a {
color: red;
}
Thanks
Thanks Christopher. Can you elaborate exactly which Custom Typography we need to change to change the font. We tried all the options and figured out all other font changes but couldn’t figure out this one.
From the admin panel under ‘typography’
Hi Christopher,
Thanks for the solution. How do we change the font test type of the timeline stories. Please check the link and the arrow.
http://www.screencast.com/users/omnipundit/folders/Default/media/66eb45f2-9ed3-43e9-83b3-f90baf95b251
Well, you can setup as many blogs or sites “inside” of your WordPress install as you want.
Often folks who have a magazine AND a blog, or company AND a blog, simply create a new “category” called …. wait for it …. “blog” đ
Thanks Christopher. It works.
Can we make a blog inside the Newspaper theme? We want to post articles inside the blog and updates, so we really want it as a page. Can we do it inside the Newspaper theme?
To use a gravatar in the author box, you simply use an email address for the user which has a gravatar photo uploaded at gravatar.com for that author/email address.
Hi Lucian,
Thanks for the solution. The Name of the user is displayed correctly in our website now. But for the Avatar I guess we need to use WordPress.com. I dont find a Gravatar hovercard option in from my dashboard > Settings>Discussions.
Can you elaborate on this if possible what we need to do in wordpress.org. Do we need to use an additional plugin?
Hi,
Thanks Christopher!
@indiainsights2013
The name of the author is white because use the color set for the theme accent color which is white in your case, you can change it from theme panel > theme colors: http://screencast.com/t/M6tkIzr1DL or you can use this custom css to change the color of author’s name: http://screencast.com/t/J0kSsySnFGTl
.author-box-wrap .td-author-name a {
color: #4db2ec !important;
}
This avatar: http://screencast.com/t/QpnV0WuH can be changed from here: http://screencast.com/t/rQq44DAOQU
You can find here more info about this: http://en.support.wordpress.com/avatars/
Thanks
Hi Lucian,
The CSS you provided doesn’t work out. Do you want to check from inside the WordPress panel if you can fix the problem.
I had a bazillion problems with Facebook comment box, but some folks use it just fine. Likely somebody else would need to chime in on that. You could use the console error function built into many of the web browsers now to see if it tells you what the heck is going on.
Do you recommend any specific plugin for FB plugin installing which we eliminate this error?