Xeniya
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Spun] Custom Circles orderI meant that I didn’t create the actual custom circles. Check this screenshot – https://snag.gy/sY0ek.jpg
There is not any custom circle but I have created Content Type in Custom Content Type ( https://snag.gy/fzOBp.jpg) with active custom_circles and custom fields (Image, Link and Order) – https://snag.gy/1zMi9.jpgForum: Themes and Templates
In reply to: [Spun] Custom Circles orderOk, 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.
Forum: Themes and Templates
In reply to: [Spun] Custom Circles orderOk,
This is weird. Now my page looks like that https://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 (https://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.
Forum: Themes and Templates
In reply to: [Spun] Custom Circles orderLet me restore my back up and check the files. I will reply back in 30 min.
Forum: Themes and Templates
In reply to: [Spun] Custom Circles orderDidn’t help either =(
Maybe it’s a good idea to do everything all over again?
If yes, which guide I should follow then?
Forum: Themes and Templates
In reply to: [Spun] Custom Circles orderDid it. Didn’t help. Still the same problem
Forum: Themes and Templates
In reply to: [Spun] Custom Circles appearance changedSorry, I misunderstood you.
I solved out the order issue but I still have this recent post on the Home page and the text doesn’t appear. What should I do in this case?
Thanks for your help.
Forum: Themes and Templates
In reply to: [Spun] Custom Circles orderSure
Forum: Themes and Templates
In reply to: [Spun] Custom Circles orderMake sure your “content-custom-circles.php” file has all and only the code of this PasteBin page: https://pastebin.com/c8jrMkCa
It has only the code from that PasteBin page but still the News page which should 5th is the 1st right now.
What about other questions? Is it possible to solve them out?
Forum: Themes and Templates
In reply to: [Spun] Custom Circles orderHello Andrew,
Thanks for the help but now I have my recent posts on the Home page as well. I don’t want them to appear there ?? How to remove them from there? The page for my recent posts is News subpage under Action page.
If I create the Home page and change Settings – Reading – Front page displas from latest post to static then Custom circles move to News page and Home page is empty.
Also, I gave the order to custom circles but they appeared in the reverse way. So number 5 is 1st right now. I can solve it out by myself but just want to mention it ??
Last thing, the text (titles) don’t appear in the circles anymore.
Forum: Themes and Templates
In reply to: [Spun] Custom Circles orderI followed your Guide: Create custom circles on the Home page] and created custom circles on the Home page which direct to other pages when you click on them.
However, I’ve still the menu navigation.bar on the right top corner so the visitor can easily go to another page.
The custom circles (pages) on the Home page appear in different order than navigation menu. I would like to change that and put them in the order that I need.
Forum: Themes and Templates
In reply to: [Spun] Distance between circlesFound out by myself
Thanks!
Forum: Themes and Templates
In reply to: [Spun] Distance between circlesHello Alex,
Sorry, I am kind of new here so still learning.
You mean that I need to apply this code to every circle or to all of them at the same time?
At the moment my code looks like that:
.blog .hentry a:hover img,
.archive .hentry a:hover img,
.search .hentry a:hover img,
.blog .hentry a:focus img,
.archive .hentry a:focus img,
.search .hentry a:focus img,
.blog .hentry a .attachment-home-post{
filter: none;
filter: grayscale(0);
-webkit-filter: none;
-moz-filter: none;
-o-filter: none;
-ms-filter: none;
}where should I insert the suggested code?
Thanks!
Forum: Themes and Templates
In reply to: [Spun] How to remove hover on circles?Thanks! It’s working now!
Forum: Themes and Templates
In reply to: [Spun] How to remove hover on circles?Ok, I will. Sorry about that.
However, my first issue is not resolved. The colors are changed in EI but not Chrome or Firefox. Is there a way to make it work in Chrome and Firefox as well?