Tagged Questions
0
votes
0answers
21 views
I am having trouble locating which file I need to edit to accomplish a simple text change [closed]
I recently inherited a site from someone and have been making changes here and there. To be frank, I am decent with HTML and learning PHP and CSS as I go..., so I am a bit of a noob.
This is the ...
0
votes
0answers
39 views
strikeout lines appear in footer text and sidebar text on a single page of site, not all pages [closed]
I designed a site for a client and have viewed the site in multiple browswers and platforms. The client is reporting an issue with one of the pages on the site⦠not all the pages, just one of the ...
0
votes
2answers
238 views
Where to set margins and font for a Page Template [closed]
I created a page template following the instructions here in Codex.
So now, in the "twentyeleven-child" folder, I have the following files:
content.php
functions.php
page.php
(!) ...
2
votes
3answers
143 views
Is it possible to enqueue a raw CSS string directly from within a template file?
I was wondering if it's possible to enqueue raw CSS as a string directly from within a template file?
I'm writing a custom template for a page and need to add some style rules for it. What I want to ...
1
vote
1answer
67 views
How to create a custom css class for a specific page template
first time writing here pls be nice :)
i created a page in wp called "mypage".
than i created a custom template page called "page_mypage.php"
now i just wanted to create some custom css classes in ...
0
votes
1answer
420 views
Creating new templates in child themes breaks layout
I am learning how to create new templates in WP. I am using a child theme of Twenty Eleven.
My problem is that whenever I create a new template the layout breaks. For debugging I stopped using any ...
0
votes
2answers
115 views
IE messing up template for custom post type [closed]
Ok so I know you're thinking this is a CSS thing and not wordpress related but please read through and look at the examples I'm talking about first. I'm not saying it's not a CSS issue, but there's ...
0
votes
1answer
184 views
Hide Overflow on a Specific WordPress Template
I'm trying to hide the overflow in CSS for specific template pages but can't seem to get it to work - I know that template pages are prefixed with a class but this doesn't seem to help targeting.
I ...
1
vote
2answers
196 views
Can I install/embed Wordpress on a 'single page'?
I'm building a website from scratch (PHP, jQuery) and want to have full control over the design, implementation, etc.
I want to install Wordpress so that when you go to a certain section of the site, ...
1
vote
1answer
312 views
Multiple Page Templates & CSS
What's the best practice for handling CSS on a theme with multiple page templates?
For example: I will have a Full Width page template and a 2-column page template.
Is it best to just call out the ...