Hello.
Is there a way to show only titles on the post page of Codex theme, so that the full content can be seen after the “read more” button?
In the default configuration there is just the choice between the full post or an excerpt.
Thanks.
In post page, chronology is from right to left, that is to say, story of the posts procedes from right to left, while once you are inside a post, the move is opposite, as you have to click on the right arrow to reach the newest and on the left arrow to reach the oldest: is there a way to make the two “chronologies” be coherent?
]]>Using the Codex theme; the header on the desktop website is perfect, displaying the full header image as well as the header text, which is either the title of the blog when on the homepage or the title of the blog post when on that post’s page. Yet when on a mobile device, half of the header is cut off while the article itself is fully visible. How can I fix this? And I do not know how to code so if I could fix this using the WordPress features, that would be great!
]]>Greetings,
I recently installed Codex, and it works great. Except.
When on desktop I cannot view all of the drop down menu options, it reaches a point (based on your resolution) and then you cannot access the links below it.
This issue is even worse on mobile, as the additional options do infact show, however they show up over the top of other menu items.
This is easiest to see if you hover over/click for mobile, “Character Creation”, then “Races”.
Any assistance in solving this issue would be greatly appreciated.
Thank you in advance.
The Codex theme seems to add some very strange CSS rules for h1 to h6 that make all the titles invisible (except Site/Page title). They appear as inline styles in the browser. Why is that?
I now have to write an extra rule for fixing this (eg. h2{font-size:2em;}). It’s really annoying to need to do this to such basic rules.
h1 {
font-size: 0.0233em;
}
h2 {
font-size: 0.0206em;
}
h3 {
font-size: 0.0179em;
}
h4 {
font-size: 0.0152em;
}
h5 {
font-size: 0.0125em;
}
h6 {
font-size: 0.0098em;
}
Hi,
Can anyone tell me if there is a display:none on the H tags in the code? Any time I add an H tag, the text between the tags disappears. I have an under construction page showing at the moment, but I did not add any customer css to make the tags disappear. They have disappeared as options in the WordPress text editor as well.
]]>I have the Codex theme installed and for the life of me I can’t figure out how to get the sections to span the entire width of the page. I haven’t added any CSS and have just been trying to use the block width tool to get full width but it’s not working.
I know this is a simple oversight but if someone could help me out I’d really appreciate it.
Thanks Team
David