concerning 2013 theme (arrows in post navigation)
-
Hello
Recently i made a child theme out of 2013 theme. Mostly everything works fine. However there are a couple of issues that i am stuck with.
First:
On http://genericons.com/#mail i have detected all genericons and there appropriate reference number.
But i cannot find the origin of the arrows that are displayed when navigating between post (previous/next). I’ve searched the css meticulously, but i can’t find any clue where these arrows are coming from.Second:
In my style.css i have used the «post-xy» id to change aspects of certain pages. For instance the background-color or the font color. But with certain elements like the «post-navigation» class this method has no effect. Is the «post-xy» limited to certain areas or styles? Is there a way to have page-specifically more design-control?Thank you all for your time and interest.
regards
theo -
You’re using WordPress, but your site is not hosted here at WordPress.com.
I’ll see if I can set you in the right direction, and then you should ask further questions in the WordPress.org volunteer forums at http://wordpress.org/support/theme/twentythirteen
But i cannot find the origin of the arrows that are displayed when navigating between post (previous/next).
Those are not using Genericons. They’re using HTML entities. Look for these functions in in functions.php to see how they are setup: next_posts_link(), previous_posts_link(), previous_post_link(), next_post_link().
But with certain elements like the «post-navigation» class this method has no effect. Is the «post-xy» limited to certain areas or styles? Is there a way to have page-specifically more design-control?
The CSS you used probably wasn’t specific enough. Inspect the source on the pages where it’s not working and look to see what CSS is being applied and then make sure your CSS is more specific than that.
If you want help looking at a more specific example, you would need to post a live link to where the problem can be viewed and include it in a help request at http://wordpress.org/support/theme/twentythirteen
- The topic ‘concerning 2013 theme (arrows in post navigation)’ is closed to new replies.