Thread Starter
Xeniya
(@chlamydia)
Didn’t help either =(
Maybe it’s a good idea to do everything all over again?
If yes, which guide I should follow then?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
The custom circles guide didn’t contain any text in the titles when there were images – and so without knowing what modification you did I can’t replicate that. What I just tried to do was to add my own modification to put the title in the circles.
Can you remember what you did to put the titles in the Custom Circles with images?
Thread Starter
Xeniya
(@chlamydia)
Let me restore my back up and check the files. I will reply back in 30 min.
Thread Starter
Xeniya
(@chlamydia)
Ok,
This is weird. Now my page looks like that http://snag.gy/d82J9.jpg
The text doubled itself but in two different fonts – the default font of Spun theme and the font that I added (A Song for Jennifer)
Now, I found the code in the stylesheet.css which mentions the font in the circles:
.blog .hentry span.hometitle {
width: 100%;
position: absolute;
top: 73px;
display: table-cell;
font-family: "a song for jennifer", serif;
font-size: 30px;
font-size: 3.2rem;
font-style: normal;
text-align: center;
line-height: 1.2;
vertical-align: middle;
word-wrap: break-word;
color: #fff;
The weird part is that I didn’t create custom circles (http://snag.gy/sY0ek.jpg) but somehow they’re on Home page. Have no clue how I did that. I was following the old Guide step by step.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
A quick fix would be to hide one of the titles;
.hentry img ~ .thumbnail-title {
display: none;
}
Thread Starter
Xeniya
(@chlamydia)
Ok, that fixed. Thanks!
So now, coming back to initial problem with order. How do I solve it?
I don’t have created custom circles so I can’t give the order. I tried to create them and give order but nothing changes.
Apparently, custom circles somehow copied the navigation bar and copied it according to the creation date of the page because News subpage was created on 10th of Jan and it’s the first page now.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Apparently, custom circles somehow copied the navigation bar and copied it according to the creation date of the page because News subpage was created on 10th of Jan and it’s the first page now.
Sorry, but didn’t you say you didn’t do the Custom Circles?
Thread Starter
Xeniya
(@chlamydia)
I meant that I didn’t create the actual custom circles. Check this screenshot – http://snag.gy/sY0ek.jpg
There is not any custom circle but I have created Content Type in Custom Content Type ( http://snag.gy/fzOBp.jpg) with active custom_circles and custom fields (Image, Link and Order) – http://snag.gy/1zMi9.jpg
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
It looks like by default the newly created default circles appear on the top left.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Probably, I don’t know where the query is called, but somewhere it is calling posts by descending order. You could just rewrite the query to use ascending order.
Thread Starter
Xeniya
(@chlamydia)
Solved it.
I just changed the date of creation of each page đ
Thanks a lot for your effort and help!