Tim_S
Forum Replies Created
-
Forum: Themes and Templates
In reply to: CSS selector to select all tempate pagesHey Stephencottontail!
Thank you! Issue solved. They you re right.The website is still very messy. I haven’t applied the template to all product pages.
Thank you for this quick fix solution. I would have done it seperately on each page!
Your code was working also before but i got the default header size wrong.
So that’s why i thought it looked weird. π
Thanks for your time and support. Really appreciate it!!Forum: Themes and Templates
In reply to: CSS selector to select all tempate pagesBasically what i am trying to do is to add these attributes
font-family: Futura Lt BT, serif; font-size: 16px; font-weight: 400; line-height: 1.5;only to the h1 header of my template pages without much success.
Forum: Themes and Templates
In reply to: CSS selector to select all tempate pagesHere is the link to the specific page.
I want to change all headers on the template pages. All other headers should stay unchanged. Maybe my last post was a bit confusing. Sorry for that.Forum: Themes and Templates
In reply to: CSS selector to select all tempate pagesHey thanks for your answer!
I am working with a child theme (2014-child).
I did not call the body_class template, mostly because i dont really understand the benefit and how it is working.
Right now i am using.entry-title, .entry-title a { text-decoration:underline; color: #0668b3; }which is working great so far, but i discovered that this code below renders the header exactely the way i want it but obviously also all the menu items and everything that is included in the body. When i include this statements font-* and line-heigth in the above code it is dispayed differently.
body, textarea { color: #0668b3; font-family: Futura Lt BT, serif; font-size: 16px; font-weight: 400; line-height: 1.5; }I am not sure but i think i am messing badly with the tags π Could you tell me which tag is the right one or if i have to use the body_class.
And another question at last:
Would the suggested code work liek this if i only want the h1 headers
underlined?.page-template-<em>templatename</em>-php{ font-family: Futura Lt BT,sans-serif; h1{ text-decoration: underline; }Thanks!
Forum: Fixing WordPress
In reply to: Poiting WP installation to subdirectoryOh i forgot to tell, that if i leave both URLs with
http://www.URL_one/sub_dir i can see my site in the customize board.HAH i solved it. I somehow mixed up the
WordPress Address (URL) Site Address (URL)
fields. I changed them and now i can login correctly and the dashboard is working as expected!! π Thank you for your time!Forum: Fixing WordPress
In reply to: Child Theme Development: Session expired. Please log in again.HAH i solved it. I somehow mixed up the
WordPress Address (URL) Site Address (URL)
fields. I changed them and now i can login correctly and the dashboard is working as expected!! π Thank you for your time!Forum: Fixing WordPress
In reply to: Child Theme Development: Session expired. Please log in again.Yes. Same same.
Forum: Fixing WordPress
In reply to: Child Theme Development: Session expired. Please log in again.Hi! Thanks for the reply.
I read that i need a index.php for my child theme here.I think i am using the defautl theme. Its twentyfourteen. I switched to the twetyfifteen theme. But i still get this session expired
message when i try to accessmysite/wp-admin/customize.php
I tried to reinstall the twentyfourteen one, but withour success.
I think this error is not depending on the themes or plugins.
(I also renamed the plugins folder and created a new empty one)I checked the custom.php file. Maybe there wentsomething wrong. But as far as i can tell this one is fine.
This is not the first time i crash something but now i dont know what went wrong π This is the most annoying part. I dont know what i could check. Do you have any more suggestions?
Cheers
TimHey!
Thanks for your reply.
Yes i am still able to access the admin board through my wordpress address not from the site address mysite/wp-admin.I reinstalled the theme which i was using but it did not help. I still do not see my site when i hit the customize your site button
The browser hangs at…/wp-admin/themes.php
and after it failed to load it i get the session expired message.