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
vote
2answers
395 views
wp_get_archives() - Get CSS selector for current month
I'm looking for how to get a class in the wp_get_archives functions to get the current month (when we are in a month archive) just like when we call wp_list_categories, the current category has a ...
0
votes
1answer
129 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
...
0
votes
1answer
20 views
Overwrite CSS of Instaemail plugin popup
I am using instaemail plugin on my wordpress for sending a post by email and I am trying to customize popup window, but seems that I can not overwrite Id or I don't know how to do it. Same popup you ...
0
votes
2answers
57 views
Multiple pages on one with different HTML
I am a bit confused on how this may be achieved. I have a website that I have coded already with static HTML/CSS and I am trying to incorporate it into wordpress. The challenge though is that the ...
0
votes
0answers
23 views
I have a complicated loop query, that I want to output into grids
The code below loops taxonomies, then loops posts within each taxonomy. I would like each taxonomy group put into a CSS grid column.
How do I get this into grid rows correctly?
<?php ...
0
votes
1answer
53 views
Converting Static HTML pages to Wordpress
I have copied the HTML page content to the pages of the WordPress. The words have shown up under Preview but all the CSS and styling are gone. I have also imported the style.css into the Theme ...
0
votes
2answers
42 views
Disable CSS for IE 8 and earlier.
I am trying to find a way to disable the twenty twelve stylesheet for anything in IE 8 or less. Is there a conditional code that I can put in my functions php file that will enable the default ...
0
votes
0answers
16 views
Changing Style of Inputs in Admin
I think that I am missing something...
I am trying to customize the look and feel of the admin section of my site. A lot of my style are working as expected, but when I try to change the height of ...
0
votes
0answers
4 views
Icomoon show up weird after 9 fonts? [migrated]
I'm using Icomoon for my site. It shows up correctly for the first 9 fonts.
Here's my code (CSS):
@font-face {
font-family: 'icomoon';
src:url('font/icomoon.eot');
...
0
votes
1answer
105 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>
...
0
votes
2answers
85 views
Archive pages have smaller font then the rest of my website [closed]
I have my awesome wordpress website here that I have been working on for weeks now and all is great with it except for one thing! For some reason when you try to look at the archives pages the whole ...
-1
votes
1answer
13 views
Rollover button doesn't appear in sidebar [closed]
For some reason, I can't add a PayPal donate button to the sidebar of my website. I've been using CSS to create a rollover effect, and while it's worked on a static page of my site: ...
0
votes
1answer
355 views
remove everything from wp_nav_menu
My theme has three 3 menus: two that are dropdown menus and one that is different. I want to remove the div, class, etc. from the menu that is different.
For Example:
I have three menus
topnav ( ...
-2
votes
0answers
21 views
How can I create a simple/editable window/area on my homepage? [closed]
I have been on more than 4 wordpress theme/plugin related forums to try and find a solution for my request. I am building a jumbo mortgage website with WordPress.
I need an ultra simple homepage ...
0
votes
1answer
35 views
Is there a common structure for a wordpress formular?
I am working on a plugin for wordpress and was wondering if there is any common standard for the html and css structure and naming which I should use if I create a html form?
so is there a definition ...
0
votes
2answers
50 views
wp enqueue style and style sheet depth
How could I add a style sheet at the bottom of the <head> tag, so if there“s a need to override some other styles added before, it will override.
I heard something about wp_enqueue_style, and ...
0
votes
0answers
9 views
blog menu highlighted when bbress topic clicked?
as the title says when I click a forum topic in my local wordpress the link acknowledges the request but when the page is returned the blog menu is highlighted not the forum menu, code is standard and ...
1
vote
1answer
22 views
Add a custom stylesheet for BlackBerry
I want a little help loading a custom stylesheet in wordpress. I'm using PHP to check if the user agent is BlackBerry. If yes, I want to load blackberry.css, if no, regular wordpress style.css.
...
0
votes
0answers
23 views
WP_Nav Highlight Parent Issue
I'm trying to figure out how to highlight the parent nav of a page and becoming stuck.
I've seen something like this :
<li <?php if(is_page('services')) { echo 'class="current_page_item"'; } ...
4
votes
5answers
1k views
I want to remove top admin bar from wordpress. How to?
whenever admin or any other user logs in a top bar menu ads up. Now I made login for everybody, so I do not want this bar. first I added display:none to admin-bar.css, but the main problem is that ...
0
votes
1answer
213 views
How can I add inline CSS for each image?
Is there a filter or hook that I can use for uploaded media?
I need to use it for custom CSS properties based on the media's description. It will be like:
<img src="image_url" style="width: ...
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 ...
-2
votes
1answer
30 views
How do i display Genesis Featured post thumbnails inline [closed]
I'm using a Youtube plugin and need to display the gallery inline
1
vote
1answer
34 views
WordPress CSS doesn't update
I've got a new WordPress website that I'm testing that hasn't been updating properly when CSS styles are updated over FTP. I haven't got a cache plugin and I have cleared my browser cache and have ...
-1
votes
0answers
20 views
Using jQuery to modify CSS: Not Working Consistently [closed]
I am building a custom child theme built on the Genesis Framework and I am enqueueing a jQuery script that calculates image bottom margin based on the height of the image (only in the ādiaryā ...
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. ...
6
votes
4answers
187 views
How to Handle CSS Organization
I notice not many people have downloaded the plugin Combine CSS. Without it, I don't know of a better way to automatically combine CSS files. I was wondering, are 99% of the developers using ...
-1
votes
1answer
19 views
Targeting a CSS class for a custom post type? [closed]
So I have a client site that has a custom post type called "Listings." It's a real estate site so the Listings custom post type are for, get ready, real estate listings. These posts do not have ...
0
votes
0answers
59 views
Line break - ever-confusing in new editor
I can see this issue has been discussed at length but I'm still struggling to find a solution. I'm trying to get reasonable spacing between paragraphs Between first two paragraphs, I'm using one line ...
0
votes
1answer
50 views
What can cause JavaScript and CSS files to be minified?
On one of my client's site, I see that my plugin's JS and CSS files are minified.
Trying to identify what causes the files to minify, I tried to deactivate all plugins (except mine), and changing the ...
0
votes
1answer
111 views
MultiPostThumbnails and media queries
I am using the plugin "MultiPostThumbnails" and it's setting my width to 700px.
Is there a way to get it to not set the width and height at all? I want it to resize when I use media queries and ...
-1
votes
1answer
76 views
how to include other jquery file and css file in wordpress plugins
I have jquery file like as follows
"portfolio.css"
"jquery-ui-1.8.18.custom.css"
"portfolio.js"
I want to include these files into my plugin...
if anyone have solution for how to include above ...
-1
votes
2answers
52 views
How to change the CSS in one file?
Should I go to many files to change the appearance of Wordpress? Isn't it possible to change it form one file?
And what should I learn from CSS to be able to modify Wordpress easily? I mean should I ...
2
votes
1answer
32 views
How to highlight the current page in the nav menu?
I'm customizing a WordPress theme for my school, and I'm a bit annoyed by the fact that the current page in the nav menu is not indicated.
For example:
You can clearly see that I'm hovering over a ...
-3
votes
0answers
18 views
Second column in header.php, tried with table not working [closed]
I know I'm going to be told not to use tables, to use CSS. I can edit CSS okay, but I'm no good at writing it from scratch, I just wanted a quick solution to get this scroller plugin in my header to ...
0
votes
2answers
157 views
How to change a specific character in a theme option value - replace a space with a plus sign
I'm writing a theme where I'd like to give users the ability, via a theme option, to specify a typeface for their site with Google Web Fonts.
If a user wants to embed a font like, say, News Cycle, ...
0
votes
1answer
37 views
adding navigation to genesis themes
i'm following a tutorial provided here to add navigation menu, but not able to find out set of #nav in my style.css & my theme is eleven40. What we need to replace to get navigation menu?
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 ...
-1
votes
1answer
40 views
Why there is a gap between <UL> and it's container (A drop down menu in wordpress) [closed]
This drop down menu works well in HTML but when i move it to wordpress template, there is a gap between and it's container (.menu-top-container).
when the mouse on the menu you will find the gap.
...
0
votes
0answers
28 views
Paragraph indent in search [closed]
I'm styling a search results page in TwentyTwelve-based theme, and for some mysterious reason certain paragraphs in search results appear indented, while others display without any indentation.
...
-3
votes
0answers
19 views
When updating CSS file, text size & centering won't work in CHROME [closed]
When updating the text size and centering it in my main CSS file, it works perfectly in IE and FF but no matter what changes I make, the don't appear in Chrome. Is there anything I need to add to the ...
1
vote
2answers
125 views
Add nav menu CSS class to body
I would like to add the CSS class of the current menu item (and the classes of its parents & ancestors) to the current page body classes.
For example, if the current menu item has a CSS class ...
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 ...
0
votes
1answer
46 views
Override WordPress Widget CSS Classes?
I'm attempting to style lists in the sidebar (you know, <ul><li>) and I'm curious how to also make widgets adopt this class. Each widget seems to have its own class assigned to it by ...
0
votes
0answers
7 views
Load PHP/CSS file Externally [duplicate]
When building a theme, I'm using internal css code in the header.php file to change the options as needed. All other css is loaded externally.
Here is an example of the code:
<style ...
0
votes
4answers
43 views
contact 7 plugin stops some pages from working properly
I started to use contact 7 plugin and I'm having a slider and some effects on other images when i activate the plugin they stop working this is the web page
http://www.digitalways.com.sa/
I ...
0
votes
1answer
289 views
How to show Disqus comment count number only without text?
I'm using Disqus WordPress plugin. When the page is not fully loaded yet, there's only comment count but after that Disqus auto appends the string Comments to that which looks really ugly.
From the ...
0
votes
1answer
40 views
Contact form 7 Plugin
http://www.tahititravel.com.au/site/thepage/
Here I have a form. I am using Contact Form 7 Plugin.
I have modified the CSS to suit my Design.
But When the form validates my design is ruined
How ...
0
votes
1answer
16 views
Multisite domain mapping breaks CSS
I have set up a multisite (sub directories) and all my plugins/CSS was working fine.
Then I added domain mapping and managed to point a domain example.com to a site ID 4.
All still working fine.
...
0
votes
0answers
11 views
If user removes section with theme customizer I want it to add padding to footer
I added the ability to the theme customizer for the user to remove a section that is above the footer. The issue is when the section is removed it is causing the links in my footer to move up.
How ...