-
Author
-
March 25, 2016 at 06:57 #112692
lucasmarstonmusic
ParticipantMy text looks very crammed together. I tried to make the line height taller in my settings but I’m not getting any results.
I have tried changing it everywhere from 29px to 50px and it looks the same.
March 25, 2016 at 07:25 #112693lucasmarstonmusic
ParticipantThese settings work great everywhere else on my site but in visual composer. But there is no option in visual composer for line height.
If you look at this photo, the related posts have huge titles and text with proper line height, but the article is not getting any of those settings.
I can’t figure out which of the H1, H2, H3, etc are controlling what. If I use H3 in a post it is not the same as my settings for H3 but somehow it changes the titles of every post that pops up.
This titles in the posts in this photo are huge, but I don’t even know which “H” controls them!!!
March 25, 2016 at 20:32 #112792lucasmarstonmusic
ParticipantTwo examples, both pages built with visual composer. Each have different line height.
March 26, 2016 at 20:02 #112898Laura
ModeratorHello, we can fix this with css, let me know what line-heights do you need for each elements and i will give you the proper css 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 28, 2016 at 22:55 #113187lucasmarstonmusic
ParticipantLets try a line height of 30px.
It’s confusing why it works on some pages but not others and I then have to then go insert CSS somewhere. You’d think i can have one option of changing the line height that would effect the entire site. Why does it pick and choose on it’s own where it decides to work?
March 29, 2016 at 21:24 #113412Laura
ModeratorHello, 30px line height is a lot, also what element? title, excerpt…
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 30, 2016 at 01:36 #113443lucasmarstonmusic
ParticipantCan’t I just set one that is uniform for every text block used throughout the entire site? Shouldn’t I be able to just insert a text text block anywhere and have my settings for Body Text in my theme options be attributed to all Body Text throughout the site? Why is it different everywhere?
I would like to be able to test several line heights and see what I feel is appropriate for the site. But it seems every page is giving me different results, when I have not changed any settings anywhere.
You would think that by going into: Theme Options – Fonts – Body – and then setting a text size and a line height, that would effect the body text and line height of my entire site. How come this only effects some pages and not others, even though BOTH pages were build the EXACT same way?
For some reason, this page in the photo below has a nice line height. I would like the site to use that. In my Settings I have the body text size set to 18px and the line height to 24px. I have no way of knowing if these settings are effecting this page though, because every page is looking different.
I would like to have every text block follow the same instructions.
Sp let’s experiment with Body Text 18px and Line Height 24px
This is what I have in my settings, as you can see in the second photo. But for some reason, pages look different from posts.
April 1, 2016 at 11:30 #114004Laura
ModeratorHello, try adding this to style.css of child theme
COPY CODE#main p { font-size: 18px; line-height: 24px; }Let me know if it works 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 5, 2016 at 08:22 #114589lucasmarstonmusic
ParticipantSo it took about 9 hours to work after placing it in my style.css, but now it works.
However, there are some places that I made smaller text of 14px, like the author name of an article. And for some reason those texts blocks are showing text of about 20px. So my font that I made to be small is showing up larger than my body text.
What do I do if I want to have certain places where the text is smaller? I can’t choose from within the text block settings because that isn’t working.
April 5, 2016 at 08:29 #114590lucasmarstonmusic
ParticipantHere’s an example. The author information below the title was set to 14px. As you can see, now it is larger than the body text. Even going back into the posts and playing with those sizes won’t give me different results.
April 8, 2016 at 13:40 #115248Laura
ModeratorHello, its because of the css you added, please let me know exactly what sizes you want for each section so i can give you a better code 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 8, 2016 at 23:35 #115412lucasmarstonmusic
ParticipantI use a text block for both of those sections there. Ideally I would be able to have the choice of deciding the size of the text anywhere I want.
The main body text I have set to font size 18px line height 28px. In the author box I created I made the font 14px.
April 11, 2016 at 13:58 #115599Laura
ModeratorHello, i see, maybe you have a custom css that is overriding the change you did, can you share admin credentials so i can check it out? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 12, 2016 at 21:59 #116070lucasmarstonmusic
ParticipantUsername is :
lucasmarstonmusic@gmail.compassword is :
+L4u3c4a3s-April 14, 2016 at 19:47 #116692Laura
ModeratorHello, please check attached, its set as you did it, where exactly is it not showing?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 14, 2016 at 23:43 #116731lucasmarstonmusic
ParticipantSo this code you gave me makes it so any text block throughout my entire site is 18px X 29px. But what if I would like to have some text blocks where the text is smaller.
My problem is that visual composer doesnt include author, date and category of a post, so I have to add this in manually. But I want this text smaller, like they appear in larger publications.
So in this photo you see that I had to manually enter the Date, Author name and Category on my own. I would like the option of making this text smaller.
There will be instances where I want to have large text too to highlight a quote in an article. Will I be able to do that with a text block?
April 18, 2016 at 17:46 #117315Laura
ModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 27, 2016 at 23:56 #119386Radu
ModeratorHi,
If you want to have the “post meta” text smaller just include all of the meta into a div like this
COPY CODE<div class="manualpostmeta"> <small>April 28, Admin, Blog</small> </div>And the CSS will be like this
COPY CODE.manualpostmeta small {font-size:11px !important;}Regarding the text block element form Visual Composer you can highlight any portion of text by using bold,italic or underline set color for potions of text or different heading for that text.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 28, 2016 at 00:49 #119407lucasmarstonmusic
ParticipantI have no idea what a div is and where I would insert that. She gave me some code to insert into my style.css which is now controlling the text for my entire site. So if I want to make some text smaller or larger in certain places it won’t let me.
Visual Composer won’t let me add post meta like author and date, so I have to do it manually. If I follow your instructions and highlight the text in the textblock and choose a specific size, nothing happens. It stays the same size as the other text.
Where do I insert <div …. code? In my style.css? I don’t see how inserting April 28, Admin, Blog will help because it doesn’t even know that I am talking about an Admin or Author, it’s just text.
In the future I am going to need other text blocks that are different sizes. I think the code she gave me for the style.css won’t allow me to do that. I need a solution to be able to choose what text size and height I want where ever I want.
April 28, 2016 at 17:15 #119549Radu
ModeratorHi,
Maybe i don’t understand correctly, but the visual composer doesn’t work with posts…
How do you add the date,author and category mannualy ? For this, is the example from above to include that you have added mannualy into that div
COPY CODE<div class="manualpostmeta">April 28, Admin, Blog</div>Then by using this css you can control that area.
COPY CODE.manualpostmeta { font-size:10px;line-height:20px; }The line height of a content of a post can be controlled like this and the css cam be added to wp-admin -> theme options -> general options -> quick css
COPY CODE.article-content p { line-height: 2em; }If you cannot handle with these you will have to look for a web programmer to help you to create a function that add automatically meta ( author,date,category )
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.