Tagged Questions
1
vote
1answer
82 views
reCaptcha styling is broken
I implemented reCaptcha into the following website. I used recaptchalib.php from Google Code and did not change anything in the PHP file.
However, the result reCaptcha in my website seems to broke. ...
0
votes
1answer
70 views
how i can do featured post slider set category based?
my featured post slider set as a tags. i want it set category base. how i can do it?my site http://techgajot.com
my featured post slider html code?
<script type="text/javascript">
...
0
votes
0answers
57 views
How can I set full width page layout in a default post page?
I want to set up my site so that when I go to any post then it should show full width page. This theme already has a full width page but I wanted it to show in the default width page. How can I ...
0
votes
1answer
52 views
Wordpress default stylesheet path
Is there any way to change default Wordpress stylesheet path? When I move style.css to /styles/style.css folder (and updating path in header.php) I cannot load my theme from admin panel, because WP ...
0
votes
1answer
44 views
Pass variable to wordpress php function
I have a variable from the wordpress theme options for the color scheme selected:
$themecolor
I want to use the following code to properly include the stylesheet:
<?php /* enqueue color ...
1
vote
2answers
65 views
how to link wp tamplate to different stylesheet
I am trying have my own stylesheet linked to a custom page inside a theme on wordpress.
Im using this code on my header.php
/my-own-styles.css" />
There are 2 changes in this code that I made: ...
0
votes
3answers
98 views
Menu 'border-right: none' not working
I have added menu separators on this page http://79.170.40.241/refthecoffeefactory.co.uk/home
I have also added the following to remove the boarder on the far right of the menu, although it doesn't ...
0
votes
1answer
48 views
WordPress themes li class active on page
I have just built my first WordPress theme, the only thing I can't seem to work out is how can I tell WordPress to make menu links with the class active when it is on the page? This is the code I had ...
0
votes
2answers
91 views
Adding HTML to Wordpress CSS Stylesheet
Is is possible to add an html code to a css style sheet? like setting an css code to work with the html to pass through?
0
votes
1answer
306 views
Wordpress child theme multiple css files
I have a wordpress theme that has more than one style sheet.
I want to use child theme method and I have had success with importing a style sheet.
example:
@ import url ...
2
votes
3answers
101 views
How to remove border of img for banners only in a Wordpress theme?
I like the Erudite Wordpress theme. However I don't want border for certain type of img, i.e. banners. I still want border for other images in the media library.
How can I edit the style.css to ...
0
votes
0answers
73 views
Wordpress parse error, nothing changed [closed]
I tried to change the default/main stylesheet but then I get
Parse error: syntax error, unexpected T_STRING in /srv/disk5/1241420/www/laco.co.nf/wp-content/themes/twentytwelve/functions.php on line ...
0
votes
1answer
48 views
Wordpress Stylesheet isn't updating on front end
I'm working on a site for a client that was built by someone else, and I'm having issues with a stylesheet not updating on the front end
The site is http://www.hamiltonkarate.co.nz/, and I've tried ...
0
votes
3answers
265 views
When using document.write to load a different css stylesheet, browser refreshes infinitely
I am trying to have two different stylesheets on my wordpress blog, so that one stylesheet is used when the page is accessed via the web, and the other stylesheet is used when the blog content is ...
2
votes
2answers
227 views
@MediaQuery Call In CSS
I have been adapting a site to make this more responsive, and i have been following the code from a demo which was sent to me.
However for some reason it doesnt appear to be resizing as stated in a ...
0
votes
1answer
155 views
In the wordpress admin area, how to deregister default styles?
What are the handles to the default stylesheets in the admin area so I can deregister the ones I want? Naturally I'll copy the styles over to my own stylesheet that are essential for the structure ...
1
vote
2answers
1k views
How to change value stylesheet_url in wordpress?
I'm trying to modify a theme in wordpress and one thing I've stumbled upon is the way this theme is including a stylesheet file.
<link rel="stylesheet" type="text/css" media="all" href="<?php ...
1
vote
1answer
47 views
Give second stylesheet to sidebar plugin also used on a page
how can I change the look of the plugin I'm using on a page (template) without affecting how it looks on a sidebar? here's the following php that I'm using on that template
<?php
/*
Template Name: ...
0
votes
1answer
265 views
Unable to select (click) Sub-menu item
I have the following website:
http://miraj.quranprojectreading.org/
The issue that I'm faced with is that the sub-menu item is not selectable. For example, if you hover over 'About Us', you are ...
0
votes
2answers
171 views
dynamic stylesheet not loading
I'm working with a wordpress theme that uses a php file as a stylesheet. It's linked in the head as:
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/user.php" ...
0
votes
1answer
113 views
How do I include a css file while creating a wordpress theme?
I'm trying to create a wordpress theme. After following some tutorials I've written this in my header.php
<link href="<?php bloginfo('stylesheet_url'); ?> " rel="stylesheet" ...
0
votes
0answers
181 views
Wordpress CSS Stylesheet won't respond to changes
I'm working on a site using Wordpress and MAMP for the first time.
After installing everything, I installed the Starkers "Naked" Theme, zeroed out the style.css and added in background: red;. The ...
0
votes
1answer
42 views
How to edit style of CU3ER captions in Wordpress?
May i know how could i edit the style of description of the images in CU3ER of wordpress ?
i find several places but still no way to edit or is it possible to edit through the physical file code ...
0
votes
1answer
196 views
Trying to add a Wordpress header to the top of a SMF, but the stylesheets are mixed up
I have a Wordpress site (installed in root) and a Simple Machines Forum (in /forums). I've spent hours trying to add the Wordpress header over the SMF, but with little luck. I've probably looked at ...
1
vote
0answers
205 views
Problems adding stylesheet switcher to Options Framework Theme for Wordpress
I have a problem adding a css style switcher to my Theme Options using the Options Framework Theme by Devin Price.
Everything seem to go fine but when I output the option I get 1.css 2.css 3.css ...
1
vote
0answers
315 views
Deregister style.css in WordPress
Does anyone know if it's possible to deregister the default stylesheet of a theme, style.css, in WordPress? I've tried going wp_deregister_style('style') and wp_deregister_style('style.css'), but ...
0
votes
1answer
44 views
second image in footer and styling
I have my wordpress theme built but there are 2 problems, the first the twitter feed I have in my footer (not a widget) is taking the styling for something else instead of the styling I gave it. I ...
0
votes
1answer
499 views
Conditional CSS for IE in Wordpress not working
enter code hereI know this has been brought up so many times but I am really struggling to find the answer.
I am currently using the following code:
<!--[if IE 9]>
<style ...
0
votes
1answer
865 views
style.css wordpress template menu alignment
I'm working on the stylesheet for a wordpress template (http://newwpthemes.com/techzilla-free-wordpress-theme/). I would like the links in the "secondary menu" to be left aligned. I have tried to ...
0
votes
3answers
395 views
link to CSS stylesheet
I have a option in my Wordpress theme options panel that I made to choose from five different styles. Running Wordpress on localhost if I choose yellow, red, green, blue or black the style is applied ...
0
votes
2answers
382 views
Conditional Comment ie7 not working
So I put the ie7 conditional comment in my head tag directly underneath the comment to pull up the original style.css file:
Then I made a css file called ie7.css made a few changes in the css...
...
0
votes
1answer
608 views
How do I deregister style sheet from wordpress using functions.php?
I found this article here on how to deregister styles in wordpress. techotronic.de/how-to-de-register-style-sheet-wordpress/
Pretty simples I thought but I can't get my head round what he's trying to ...
4
votes
3answers
1k views
Ordering Wordpress Stylesheets?
I have a wordpress theme with a stylesheet that needs to be loaded last, since plugin css are interfering with my theme. I was wondering if there was some type of function I could use to make the main ...
1
vote
3answers
4k views
Where is the value for Wordpress bloginfo('stylesheet_url') saved?
I'm setting up a Wordpress site (as a newbie). The way it works is that I have an installation on a development server where I cahnge stuff and then someone else moves my changes to the live server.
...
0
votes
2answers
147 views
Safari style sheet issue
Ok guys, I have a little news feed/wordpress site going on but no matter what I change, the top H3 tag that houses the month and year, will not change styles in safari. It just doesn't recognize the ...
-1
votes
1answer
1k views
IE 8 CSS, Submenus not displaying when hovering over the navigation items at http://kabenwireless.net/ [closed]
I'm working on this website for a company and I'm having issues with the CSS in IE8 that allows the sub menus to appear when you hover over the navigation tabs.
http://kabenwireless.net/
When you ...
0
votes
1answer
607 views
Wordpress/CSS: List Style Problem
I am reasonably new to Wordpress custom themes but I do have some knowlege of CSS, although I am terrible at customising other peoples code which is why I have the problem I am about to explain.
I ...
1
vote
2answers
521 views
How to display multiple single page templates based on categories for WordPress?
I am using multiple stylesheets and need the pages to differ based on category.
I added the following to my header.php, but shows base theme`s single entry template. Any ideas?
<?php if ...
0
votes
2answers
57 views
one stylesheet for two wordpress installations
I need an easy way to load the same style sheet for two different installations of wordpress. One is at main.com and the other is at main.com/secondary. Thanks.
1
vote
3answers
165 views
Easy way to apply calculated/inline styles to html?
Really annoying situation, and maybe there is an easier solution.. but I basically have a simple table I have styled in the general format:
<style type="text/css">
table.master_table {
...
0
votes
2answers
1k views
Where can i set the location of the css file in wordPress using php?
I am using wordpress and am trying to link to the stylesheet:
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
It is not recognizing ...
4
votes
2answers
3k views
wordpress plugin development - using images - path not found
I'm writing a plugin for wordpress and am having trouble with images. If I have my plugin in wp-content/plugins/my-plugin/ and in there, a folder images/test.png - how do I reference that image in my ...

