Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (the look and formatting) of Wordpress, usually via Themes
9
votes
8answers
3k views
Adding first / last CSS classes to menus
is that possible, without javascript hacks?
like this:
<ul class="my_menu">
<li class="first"> ... </li>
<li> ... </li>
<li> ... </li>
<li ...
0
votes
2answers
139 views
custom css and javascript not working on page defined as template?
I have written a web-page which is a web-app (a simple card database using php, mysql, and styled with css3). The page works as expected.
A friend of mine proposed me to use wordpress for everything ...
0
votes
2answers
1k views
How to add CSS style sheet dynamically in wordpress
When certain conditions are met (e.g. post vs. page or a category is tagged, etc) I would like to load an additional CSS file. This file would, in theory, change link colors. Or perhaps change the ...
0
votes
1answer
77 views
How to activate/deactivate menu tab and keep the same id?
I have a problem here and i cant find/think of any solution yet.
I want to have a menu button that can be activated/deactivated and still keep the same id so the CSS will still be applied.
Is there ...
1
vote
2answers
69 views
Style the archives/category sidebar widget via theme
I would like to change the appearance of the categories and archives widgets in the sidebar such that each category/month alternates the row color. The only way I know how to accomplish this requires ...
1
vote
2answers
62 views
Do I have to use a Wordpress specific CSS reset, or is a normal, Eric Meyer style CSS reset fine?
The great starter theme _S for Wordpress has the following CSS reset included, which works pretty well I find: https://gist.github.com/4173728
But I prefer the Eric Meyer one, which I'm sure you're ...
-1
votes
1answer
38 views
First Gallery Image Floats Right [closed]
I'm using the default WordPress gallery and I'm encountering a bug in IE. It looks like the first gallery image floats to the right or is placed to the left of something else. This only happens in IE8 ...
0
votes
2answers
54 views
How do I use a color from theme options?
I am building a theme, and in the options I have created a place for link color. I cant seem to get this into the theme in any reasonable way. The best I can do is to put it after wp_head ... but that ...
-2
votes
1answer
50 views
How to change the link colour in footer [closed]
I have a footer on my wordpress site with site links, these are blue. I would like to change them to white. I have looked through the CSS editor and cannot find any reference to the footer links being ...
0
votes
2answers
210 views
Specifying Class style for Menu
Im integrating Superfish into WP. I have called the CSS and the JS. However when I place a class style in the wp_menu as below, the menu is disappearing (see here for rendered output). Could anyone ...
0
votes
2answers
175 views
Superfish Menu Not Loading
Im currently trying to integrate a superfish menu into my wordpress theme, however it seems to be disappearing. I believe i have coded the js and the css correctly... can someone give me a pointer as ...
0
votes
0answers
40 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 ...
2
votes
1answer
99 views
How do I copy my Parent Templates to my Child Templates?
I'm trying to customize the Home Page of a Responsive Theme template. I had started with the Responsive theme and then found out that I had to do customizations on a child theme, so I downloaded the ...
1
vote
2answers
142 views
Latest 5 posts (custom post type), each post different CSS
While creating our portfolio i'd like to make a dynamic header with the latest 5/6 featured images in a row. All these posts come out of the 'apps' custom post type.
<div id="header">
...
1
vote
3answers
141 views
How do I insert CSS into a function?
I have a custom function which allows users to choose between next/previous links and pagination and I'm attempting to add CSS classes to the next/previous links. I've tried this multiple ways and ...
0
votes
1answer
32 views
Basics of changing plugin output
There's a Mailchimp plugin I would like to alter it's output in order to match my needs. For example:
Order in which fields are loaded are not correct
Positioning of the plugin's response messages ...
1
vote
2answers
144 views
Layer post title on top of image Wordpress featured thumbnail image
I'm currently trying to layer a post title on top of the posts featured image but all I see at the moment is ");">" instead of the image.
The code I'm using is as follows:
<div ...
0
votes
0answers
49 views
Super Long Scroll past end of page on Android [closed]
Has anyone witnessed a situation where a page just shows the background after the end of the footer and lets you scroll for a long long ways with no content? Its happening specifically on Android ...
0
votes
1answer
82 views
Bought custom navigation menu from codecanyon, how to change feature.php?
I bought a nav-menu with css but not sure how to use this in my wordpress theme. Is there a standard way to implement it?
Like this ...
0
votes
0answers
114 views
Is there a problem with: echo get_stylesheet_directory_uri();? [closed]
I've tried: what could cause get_stylesheet_directory_uri() to fail?
But din't try the function there. Unfortunately, it won't work for me.
Developing a WordPress theme. WordPress version is 3.4.2.
...
0
votes
4answers
433 views
How to limit image size for the entire website ? But without editing the post (css/plugin?!)
I have a post here:
http://www.food101.co.il/?p=5993
Where the image is overlapping the sidebar. I wish to shrink the image, but I want something that will do this without me editing the post (why? ...
-2
votes
2answers
1k views
PageLines theme: how to change the background color of the main content vs. entire page?
I use PageLines free version, with WordPress 3.3.1, for this website: http://new.teleosis.org/?page_id=76
I want the background color of the whole page to be light green, and the background color of ...
0
votes
1answer
425 views
Custom Admin CSS styles to style media uploader?
Hopefully a simple answer to this. Using the wp custom header feature, the media upload screen shows an extra field: "set as header". I'm trying to make this text bigger as it can easily be missed.
...
0
votes
1answer
162 views
Certain aspects of site suddenly not working in Chrome and Firefox
My site has been working perfectly in all browsers, until suddenly 2 days ago. Now in Chrome and Firefox, the main page accordion slider is stuck, the "log in" button is not functional, and a few ...
4
votes
3answers
452 views
How to fix admin stylesheet muck-up? [closed]
I have no idea what's going on here.. running the latest version, just logged in and I find my admin area looking like this:
To me it looks like it's missing some/many styles and in load-styles.php ...
0
votes
1answer
103 views
css file status 403
I am importing some css files in another css document like so, however the foundation.css file is getting a 403 for the stylesheet when I visit the location, my ftp says it is there and it all works ...
0
votes
0answers
31 views
Fix wrong CSS order [closed]
Iām using these codes snippet to make post 1st letter larger (you probably know itās know as drop cap if you are familiar with thesis theme framework!) in my genesis child theme. The problem Iām ...
0
votes
2answers
80 views
Auto 301 to full post permalink? (using : /archive/%post_id% to %post_name% )
I have updated my permalink structure to /archive/%post_id%, but if someone uses a URL like /archive/456857 instead of the full URL of /blog-test, WordPress shows the post without giving a 301 to the ...
0
votes
0answers
37 views
Padding/margin CSS in h4 when text wraps [closed]
http://www.gmnc.org/
Posts in right sidebar- when h4 heading wraps, the CSS doesn't seem to know there are 2 lines- and the margin/padding at the bottom sets itself from the first line. I can mess ...
1
vote
1answer
97 views
Get list of registered or enqued styles? looking for filters or actions
Where can I get the list of styles about to be printed? What i want is to either filter the list, doing what i want with each, then return empty list. Or do an action that recieves the list, then i ...
1
vote
1answer
75 views
Media Uploader in custom path
I am creating a CSS generator in my WordPress theme and I want to be able to save custom skins with images as well. My problem is that I have a hierarchy like /skins/custom-skin/images for the ...
0
votes
1answer
45 views
Re-skinning Site
I have a website that I would like to re-skin for a short while as a form of advertising. I however cannot see where in the editor-style.css I would do this - this the top of my code :
/*
Theme ...
0
votes
2answers
1k views
Woocommerce product page is not showing custom css
I am using woocommerce plugin for wordpress to make an eCommerce website. It is working fine with little bit customization. As I have configured shop page as the default product page so that in that ...
2
votes
2answers
677 views
Twitter Bootstrap Use Collapse in Custom Post Type
I am using Bootstrap with Wordpress and I want to implement the collapse functionality in the content for single pages of a specific custom post type.
I know I could create a shortcode, however, ...
1
vote
1answer
110 views
Add a class at specific element in custom Menu Walker
I have customised my menu in wordpress by extending the Nav_Menu_Walker class and now i cannot figure it out how could i add a class at a specific ul element. I have this function which adds classes ...
1
vote
3answers
74 views
How can I hide Home in my menu in a specific page?
I want to how can I hide the home in the menu without setting show_home in functions.php to false, I just want to do is hide it in a specific page. How can I do this? I am using the Twenty-Eleven ...
0
votes
2answers
94 views
customize continue reading
This is the code of continue reading in function.php
<?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyten' ) ); ?>
It has a class which ...
0
votes
1answer
38 views
Font shows up as Arial instead of Times [closed]
I am the webmaster of Palo Alto High School's online publication, The Paly Voice. We're using Wordpress, and for some reason occasionally chunks of stories change fonts. Here is an example.
I ...
0
votes
0answers
145 views
italics / bold not working in posts/pages [closed]
so as the thread header says the bold, italics arent working in my posts.
The thing is that, YES i have them being reset in a CSSRESET file but i manually removed the "Strong" and the "em" tags from ...
0
votes
1answer
32 views
custom header navigation has odd spacing [closed]
Live site.
I'm using a custom header on my blog page which features the same coding as my regular heading for nav.
The nav looks fine on all pages but the blog page- the Blog button shifts left.
Any ...
1
vote
1answer
314 views
Add the current menu item CSS class to a custom page type archive in Wordpress menu
I've been reading a lot about this but couldn't find a solution.
Basically I'm trying to show a current menu item on a dynamic page that is created by a custom page type archive.
The default menu ...
0
votes
1answer
31 views
displaying the categories post
I have this php code below for displaying the post from the specific categories.
<ul id="sliderx">
<?php query_posts('category_name=slideshow&showposts=10');
while (have_posts()) : ...
0
votes
1answer
444 views
css vertical menu issue in wordpress [closed]
I am new to wordpress development and i have html file to change that into wordpress theme.
I have read some good tuttorial to check how to create wordpress theme
and so far i made the index.php ...
3
votes
5answers
954 views
Cache busting CSS files other than style.css
All right, so we're probably all familiar with the typical way to ensure that your main CSS file is refreshed when you load the page (busting the browser cache), right?
<link rel="stylesheet" ...
0
votes
1answer
35 views
Highlight comments made by registered users of the site
How can I highlight comments that have been made by registered users of my blog?
1
vote
1answer
163 views
How to target with css, admin elements according to user role level?
I am using plugins "Capability Manager Enhanced" and "Adminimize". Between these two I have been able to do much of what I want to do.
There are still some elements I need to hide and have been able ...
0
votes
2answers
172 views
trouble with page_id & highlighting current page
I'm using the below code to highlight the page name/gallery shown when the corresponding link is clicked on. My challenge is that regardless of what link I click, only the very first ...
0
votes
0answers
141 views
Thumbnails in NextGEN Gallery not floating to the left [closed]
If you take a look at this page, generated by the NextGEN Gallery plugin, the thumbnails in the second row are not floating to the left:
http://soteriabrighton.co.uk/gallery/
Despite having the ...
0
votes
1answer
81 views
Best practice to include custom user styles in widgets
What's the best way to include custom user styles in widgets? For example adjust colors for buttons, borders etc. without having the user to develop a complete new stylesheet.
0
votes
0answers
109 views
320 Press Foundation - Getting the right responsive look for iPad [closed]
Having a slight issue with the 320Press Foundation theme (based on Zurb's Foundation). Everything looks ok except in iPad Portrait. At this screen resolution, what I see in the (resized) browser is ...