Hi,
First I want to say great work on the new updates and especially providing me with such great support so far, truly appreciate it.
I’ve been continuing to run into formatting issues after the v3 update.
1. Increasing the font size of my post body text results in the first paragraph of the post having abnormally larger line indents as seen here: http://www.screencast.com/t/H7tFlTFFUD
I am currently using this code in the custom css:
.post p {
font-family: ‘PT Sans’ !important;
font-size: 20px !important;
}
2. Adding author names on the post pages do not seem to work. I removed the “//” <?php echo $this->get_author();?> in td_module_1.php but nothing changes.
3. Add a Title to the Featured Slider on home page as seen here:
http://www.screencast.com/t/LhQRRXLeL
4. The Newspaper theme by default makes it so that when you hover your mouse over the menu buttons, they become underlined. How do I make it so the red line stays permanently fixed on a specific button as seen here: http://www.screencast.com/t/LhQRRXLeL
5. Increase font size of the subtitle ONLY on the author page as seen here: http://www.screencast.com/t/UobyVGZnN
6. Reduce the gap between the author name and author subtitle on the author page as seen here: http://www.screencast.com/t/UobyVGZnN
Again thank you for all the great work.
Best,
Nick
Hi,
1. Do you need to change the font and size only on post with that CSS becouse the content font, size and line-height can be changed directly from Theme panel -> Custom Typography
http://screencast.com/t/BJPDjNBeRMeW
Also if you need only ok post use your CSS but on that large font you need a higher line-height value. Try with line-height: 28px
2. In v3 the post file is loop-single.php http://screencast.com/t/OjJNnEQ4G
3. Add a RAW HTML above the slider with this:
<h4 class="block-title">
<span>YOUR TITLE HERE</span>
</h4>
4. Via CSS, add this CSS on the logo selector border-bottom: 4px solid #4DB2EC; with your color. If you don’t manage it only if you give me your site URL to inspect it and i will give you the right CSS.
5. Give me your URL to see it, can be done via CSS
6. Same here
Thanks!
Hi Marius,
I am still having issues with #1, 3, 5, and 6
1. After changing the content font size in the custom typography section of the theme options, the line height of the first paragraph of each post is always different than the line height of the following paragraphs.
3. Where can I add that code?
5. The URL is http://www.mushroomrobot.com
6. The URL is http://www.mushroomrobot.com
Many thanks for all the help you’ve given so far.
Best,
Nick
Hi,
1. For me look fine: http://screencast.com/t/f4nDxD0z9rGa what is wrong there?
3. Remove the // in loop-single.php http://screencast.com/t/OjJNnEQ4G
5. Add this CSS it in Theme panel -> Custom CSS
.author .td-sub-title {
font-size: 20px;
}
6. Add this CSS it in Theme panel -> Custom CSS
.author .td-sub-title {
position: relative;
top: -18px;
}
Hi,
1. There is a larger gap in the lines in the first paragraph: http://www.screencast.com/t/swiCZWJqpj
3. Where do I add this code:
<h4 class=”block-title”>
<span>YOUR TITLE HERE</span>
</h4>
Hi,
1. If from text formatting, as you can see here: http://screencast.com/t/x4EI2rlZvWD is applied a style, clear the text, check in classic editor, copy the text in a text editor and paste it back, you take that text from a word file?
3. In page editor, above the slider with visual composer use RAW HTML http://screencast.com/t/KyZGzMRQa6
Hi,
3. Still having issues. I want to have the entire title line as well. Please see here:
http://www.screencast.com/t/tDXqkAoX
Many Thanks.
Hi,
Add a RAW HTML above the big slider like here: http://screencast.com/t/wLuCn9oGL
<h4 class="block-title">
<span>YOUR TITLE HERE</span>
</h4>
Result: http://screencast.com/t/fWBhPraf