Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (the look and formatting) of Wordpress, usually via Themes
-1
votes
1answer
239 views
How would I use a media query to make my entire theme responsive or fluid? [closed]
I've settled on a theme for one of my blogs. Is it possible to just wrap your stylesheet (style.css on most themes) in @media queries, and make your entire theme responsive, or fluid, so it works ...
0
votes
2answers
91 views
Loading bbPress CSS file only on forum directory
I added bbpress forum pluggin in my site to handle discussions, forum or comments. The bbPress CSS file is added to every page of my blog. Now, I want to load it only on forum directory to consider ...
0
votes
1answer
50 views
a slider menu is compromised in space
I downloaded a theme from wpexplorer to use for the gallery and right out of the box I see that slider images it falls below post contents. I can adjust the the space thereby pushing the overlapping ...
0
votes
2answers
42 views
How to add a body class to all interior pages except the homepage
I want to add a class to the body tag to all pages EXCEPT the homepage. Right now I have.
<?php body_class('interior'); ?>
But it adds 'interior' to ALL pages including the home page.
What is ...
-1
votes
1answer
112 views
Setting different CSS for all pages except home.php
I'm creating my first WordPress theme and I'm new to PHP. I've done some looking around but I can't seem to find my specific answer.
In my header.php I want to include some conditional logic to set ...
0
votes
1answer
105 views
How to remove CSS file in the header using Wordpress functions?
I want to remove a CSS from loading in the header, this is the code that appears:
<link rel='stylesheet' id='my-css' href='http://test.tld/wp-content/themes/mytheme/my.css?ver=3.5' ...
0
votes
1answer
17 views
Wordpress CSS head info - contents, expansions?
AFAIK a style.css for Wordpress needs some comments at the top to be properly recognized, like:
/* Theme Name: Cool Theme
Theme URI: http://www.example.com
Description: Super cool theme */
...
-1
votes
1answer
844 views
Twenty Twelve theme: remove margins
Maybe this is too simple question, but I've tried to find out the info by myself.
How can I remove margins (all: left, top, right, bottom) for Twenty Twelve theme?
This is what I mean:
0
votes
2answers
302 views
How to add a class to ul tags created by the WordPress editor Tinymce?
I want to set a special styling for the ul tags created by Tinymce only, which means only for posts and pages, I only found this filter tiny_mce_before_init with an example on how to add custom style ...
-1
votes
2answers
1k views
Overriding WooCommerce Plugin CSS?
I have Woocommerce installed on a site I am prototyping. I have some Woocommerce CSS I want to change, but when I try to change it via the style.css in my Twenty Eleven child theme, nothing happens. I ...
1
vote
2answers
58 views
Why are my styles being applied to the admin area?
All my enqueued styles are applied to the back-end as well. I have never encountered this behavior before.
Here's my code:
wp_register_style( 'main-styles', get_stylesheet_directory_uri() . ...
2
votes
0answers
80 views
How to move parent li to end of child ul
I'm working on translating a site from HTML/CSS to Wordpress, and I've come across an issue. In the spirit of keeping the site fully customizable from the dashboard, I've been using Wordpress' default ...
-1
votes
1answer
517 views
Woocommerce Variations: Changing Text and Price Selection
I am considering my current shop to one that uses woocommerce and I am having an issue with the product variations. I am selling fabric by the yard in 1/4 yard increments and when I set up the product ...
0
votes
0answers
23 views
Theme-Tigopedia Reloaded - How to align images? [closed]
I have recently installed the theme Tigopedia Reloaded, Before that all of the images in my site was proper . I mean three images in a row, But Now it's aligned one image for one row.
...
0
votes
1answer
55 views
calling an additional css and js links for a custom page template
I am building a custom page for portfolio. It will require additional css and jss file for the navigation slider... Since that part is contained in the header.php I decided to take the part I need and ...
0
votes
2answers
53 views
Display Headings on Index page in different font sizes
The index page of any wordpress blog has a same size of font in their heading. Can't we tailor size of headings by ourselves for each post?
If we change it by CSS, every heading will be changed. Or ...
0
votes
0answers
19 views
How do I add the menu item description to the menu? [duplicate]
Possible Duplicate:
Menu items description? Custom Walker for wp_nav_menu()
I know this question has been asked before, but I haven't quite found the answer I'm looking for. This handy ...
3
votes
1answer
252 views
Logout/login redirect CSS issue
I'm using WordPress Multisite. When I use wp_logout_url(), I get redirected to the login page but somehow I end at a different login page without any styles applied
<a href="<?php echo ...
2
votes
1answer
40 views
Handling URLs in WordPress application
We have a web application that we run inside of WordPress in order take advantage of WordPress's authentication. To make this work, we created a template type for our application that simply includes ...
0
votes
2answers
21 views
Styling Active Links Within Wordpress
I wish to style the active link (ie. when home page is selected that the home page link be a different colour)
.current-menu-item a { color: #36c; }
My test site is : www.milknhny.co.uk/ShopTest
I ...
2
votes
1answer
66 views
Archive dropdown styling not applied
I am trying to add a custom dropdown for archives but struggling with couple of mistakes that might be the reason why it doesn’t work.
The CSS only gives my dropdown the width, not the other styles ...
0
votes
0answers
46 views
Function to hide wordpress theme's wrapper [closed]
I am trying to hide the main div containing the theme in my wordpress. I am just testing something. I can simply use css to display none the div, but some themes have the wrapper with a different id ...
1
vote
1answer
272 views
Inbuilt style for jquery-ui-datepicker
I want to use the datepicker that gets bundled with WordPress on the front end of a website. I enqueued jquery-ui-datepicker but the datepicker isn't styled(no js error in console). Is there a ...
-1
votes
1answer
78 views
Header location
I am editing a plugin, and I need to make it so that this line <h4><span><strong>100%</strong></span> which ends up making a circle with a number in it, show up in the ...
0
votes
1answer
52 views
Editing a wordpress CSS file causes it to break (i.e. not load the CSS file at all). Is this a unix/dos filetype issue? [closed]
I'm trying to edit the twentyeleven theme's css file. I'm connected to the server using SSH through the Nautilus program on Ubuntu, and editing it using gvim. However, when making any change at all, ...
0
votes
3answers
95 views
Different logo on homepage
I have uploaded a file as my main logo within the theme settings but would like a different logo on the main page. The theme I am using has a custom css option within the theme settings, can I use ...
0
votes
1answer
106 views
Twenty Twelve Calender Widget <a title=“”>post titles</a> creating disturbance
In my modified Twenty Twelve theme, when I'm hovering onto the calender widget's date, there is a acronym-like balloon showing that date's post titles. Thing really is an anchor title:
<td>
...
2
votes
1answer
775 views
Vertical Sidebar Menu Parent and Child not displaying correctly
I am developing a WordPress site and trying to display my menu correctly. How can I display all Parent items but only show the Child items when it's Parent has been selected. I hope that makes sense. ...
-2
votes
2answers
114 views
Formatting WordPress Menus (without bullets, inline with text)
I'm trying to add a copyright statement and footer menu to the footer area of my Twenty Ten child theme. So far I've created the child theme and added the copyright statement and footer menu to the ...
0
votes
0answers
44 views
How to disable popup from site? [closed]
I need some help removing the popup when somebody clicks on the button "Click Here for your Gift" from this site http://www.culinaryconnectors.com/
Instead, when someone clicks the button, I want ...
0
votes
2answers
347 views
Menu Arrow for Child Element
I have a menu for a website I am designing and there are parent and child elements...I was wondering if there was someway I could add an arrow to my navigation if the parent has a child element?
My ...
0
votes
1answer
117 views
Styles are not loading when changing permalink to %postname%?
Fist I was using default option of permalink and everything was fine (speed is ok, my own created theme is working fine) but now I change default structure to post name structure of permalink now I am ...
0
votes
1answer
257 views
How to theme code blocks formatted by the prettify.js embedded with WP-Markdown?
I've found some themes for prettify.js and I want to use one of them on my blog. As the Theme Gallery says, I can just download one of the themes, rename the css file to 'prettify.css' and overwrite ...
0
votes
2answers
307 views
Insert a span inside widget title to give a different color to the second word
I'm trying to make my widget titles two-colored; the first word white and the second one yellow. I have no idea how I can insert a span before the second word of every widget title so that I can put a ...
3
votes
2answers
137 views
Are the wordpress Core css styles really all nessasary?
On WordPress Codex there are this CSS styles listed, its a quite big list of styles but it seems they are doubled unnecessary.
It says:
Each Theme should have these or similar styles in its ...
0
votes
1answer
134 views
Override theme style with other CSS on a specific page
The wordpress theme I bought has some jQuery UI styling included in its default CSS file. The problem is I have a plugin that uses jQuery UI and the theme's default CSS makes the plugin corrupted. I ...
0
votes
1answer
148 views
How do I use CSS or PHP to customize Wordpress Form Manager Plugin Table?
I'm using Wordpress Form Manager Plugin to design a table to display race winners for an athletic event.
<table class="fm-data">
<tbody>
<tr>
<td ...
13
votes
2answers
271 views
Is it ever okay to include inline CSS in plugins?
Normally in a plugin I would add styles using wp_enqueue_style. However, I am currently creating a plugin that only needs a few lines of CSS and I am wondering if it might be better to serve the ...
-1
votes
1answer
90 views
CSS styling not working in a custom metabox
I have some difficulies styling Meta Box content of a custom post. No CSS styling is applied. I made a really simple testbased on what I have read on the other post here.
metabox creation:
...
0
votes
2answers
71 views
How to align bold,italic and underline in wp-admin?
When Im in wp-admin and editing a page and whant to make underline, bold and italic it dont appear on the site. I understand therese something i have to define in the css or thru wp-admin ?
NOTE: I ...
0
votes
1answer
156 views
Controlling sub-menu within sub-menu
I have a menu setup at the moment for a site I'm building that I'd like to change a little the way it pops up and doesn't popup :P
At the moment, I hover over my main menu items if there are sub ...
1
vote
1answer
97 views
Fixed layout for admin section
I would like to customize the layout of the admin section of WordPress.
The thing is, whatever the layout I create, I'm very dependent of the default "fluid" layout of the admin. By fluid, I mean: ...
0
votes
1answer
71 views
Event Organiser breaks the theme [closed]
I installed a plugin called Events organiser and somehow it breakes the theme when viewing an event page. Can someone help me out as I´m struggling with this and can´t find the mistake.
...
0
votes
3answers
120 views
Give each post type label a different color?
On my homepage I am using a code to call different post type labels. Example:
TV Series: "Once Upon A Time"
Here is the code I use to call the label:
<a href="<?php echo get_post_type( ...
-1
votes
1answer
75 views
Hover jquery problem - How to hover different object? [closed]
I want when someone hover cite it will automatically add css: margin-top: 20 px to main wrapper
here is my code that I added to site but it doesnt work.
<script>
$("cite").hover(
function () {
...
0
votes
0answers
117 views
Balita Wordpress Theme has weird alignment issues [closed]
Tokokoo is no longer supporting the Balita theme so I am left to my own devices. I am getting a random alignment issue on a project I am working on.
I don't think its CSS related because prior to ...
0
votes
2answers
299 views
CSS Twentyeleven / Sidebar has to be changed IN the CSS Stylesheet. Sidebar on the left side
I have to change my wordpress look. The sidebar should be placed on the left side. I was already looking for solutions, but the piece of codes I found didn't fit into mine. I dont know where I have to ...
-2
votes
2answers
81 views
Do you use css reset in your child theme [closed]
I am trying to make a child theme . I want to use the html5 reset from this website . http://html5doctor.com/html-5-reset-stylesheet/ Anyone here use the code ?
Can you find me a child theme with ...
0
votes
1answer
130 views
Multisite configuration fails with css/js files
I have installed Wordpress using multisite + path (as opposed to subdomain).
Seems to work, except JS/CSS files are not loaded.
my conf:
<Directory "/var/www/pages">
Options All
...
-2
votes
1answer
50 views
Best company to buy different Wordpress themes [closed]
I feel like every Wordpress theme is the same. Some are better than others, but there just isn't much variation. I was looking into redesigning my site but thought I'd look through Wordpress themes ...



