Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (the look and formatting) of Wordpress, usually via Themes
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
1answer
46 views
How should I best target dynamically served content?
I am editing the 'Bizz' portfolio Wordpress theme(http://www.wpexplorer.com/bizz-wordpress-theme). It includes custom post types for managing portfolio examples, the highlights on the homepage, etc.
...
1
vote
1answer
73 views
How to change header dimensions in Wordpress?
How can I alter the requirements for the header dimensions so that I can take an uncropped image and fill the top section (centring the whole image) instead of having white space at the top? I would ...
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
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
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
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
34 views
CSS Styling for a Page/ Site made with Pagelines
I know how to change the HTML of page inside wordpress but for some reason I can't find the CSS for the page I'm looking for. I can find a huge amount of code made by Pagelines(Is it in there?). The ...
0
votes
1answer
62 views
individual images as navigation design TwentyTen
I can't figure out a solution for changing the black bar in Twenty Ten to individual background images behind each link. Using an image I created in Photoshop I have tried changing a few things in the ...
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
1answer
48 views
How to add different CSS for galleries
I use jetpack carousel for all of my galleries , even for my featured image, my question is, how do I style my [gallery] outcome to use different CSS for the featured image so I can manipulate it a ...
0
votes
1answer
38 views
How to change the standard width of a page
How can I expand the standard width of a page in a premium theme? It seems to be fixed to 800px, and I don't know where to start.
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
34 views
How to insert post into a page?
i created a custom_post_type:
add_action('init', 'event_register');
function event_register() {
$labels = array(
'name' => _x('Pacotes', 'post type general name'),
'singular_name' => ...
0
votes
1answer
65 views
How can i put image to come first than the title?
im editing my posts and when i create one, it comes:
TITLE
IMG
CONTENT
and i want it like this:
IMG
TITLE
CONTENT
------------------got it---------------------------
<?php if ( ...
0
votes
1answer
287 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
49 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
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
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
128 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
71 views
Can't remove Wordpress post image height/width attributes?
I know a few people have asked this question previously; however, I think something may have changed recently in the Wordpress update.
I'm building my own responsive theme for my portfolio, and for ...
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
1answer
99 views
Custom link color or stylesheets
I'm developing av theme for my WPMU users and are wondering is there a function for choosing the colors on the links?
The same way Wordpress lets you change the background-color or header-images. ...
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 ( ...
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 ...
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: ...
-1
votes
1answer
120 views
My CSS, footer and header don't show up!
When I activate my theme in my-admin on WordPress, my CSS, header and the footer don’t show up. I really don't know what the problem is because I followed all the steps of a tutorial.
header.php
...
-1
votes
1answer
28 views
How to display my categories in a list (to a post, not the sidebar)?
i want to display my categories to a post like a list. i have this (parent- and child-) categories:
- Sports
- Football
- Basketball
- Toys
- Dolls
- Lego
- Books
for example one ...
-1
votes
1answer
514 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 ...
-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
1answer
492 views
Changing fonts (and related settings) in wordpress theme
I am using wordpress for my blog/site. I am using Freshnews theme from woothemes as the theme for the blog.
Here is the link:
http://demo.woothemes.com/freshnews/
The font is not that good and it is ...
2
votes
0answers
79 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
vote
0answers
181 views
Using PHP to toggle stylesheet and header image, set in cookie
I haven't done a lot of work with cookies or Wordpress before so I think I've been a bit over-optimistic in my quest :p I have created two themes for my site, night and day. I would like the user to ...
1
vote
0answers
74 views
Custom Post type menu highlighted in the archive/post
I created a custom nav menu for my custom post type by custom links (linked to the archive page). Let say I have a custom post type named "product", and when I click on the menu, it will go to 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
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
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 ...
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"'; } ...
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 ...
0
votes
0answers
81 views
Menu li on hover reveals a Div styled with CSS special effects like transform shapes gradients or a background image
I was asked to make this a more obvious WP question, sorry.
It is about the WP NAV MENU I think...
Is there a way to have every menu item get listed and have a div correspond to it that is within the ...
0
votes
0answers
31 views
Cant get theme to change footer color through theme customizer
I am having an issue trying to configure the theme I am working on to allow the footer color to be changed. So far all of my other options work so I am geussing it is an issue with the way I am ...
0
votes
0answers
50 views
Waterfall Flow Style, the new loading post can't get style
I try to create a Waterfall Flow Style theme, i use "Infinite Scroll" plugin can infinite load new posts when you scroll down the page.
then i use DIV wrap the whole post and float left, it works ...
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
0answers
26 views
Unregister default admin styles from specific admin page
I'm trying the following code in theme's function.php:
function mypage_remove_scripts() {
wp_deregister_style( 'wp-admin' );
}
add_action( 'mypage', 'mypage_remove_scripts' );
But that doesn't ...
0
votes
0answers
43 views
wp_register_script stops wp_enqueue_style working
Ambiguous title, yes. Sorry.
I am using the roots framework to register scripts and stylesheets.
When I include the wp_enqueue_script('main_js'); my style sheets come out as <style media="" ...
0
votes
0answers
23 views
force to load media-views css styles
I'm creating a modal window similar to the one media upload modal window that's part of the core WP. I'd like to use the same styles that are already there, I noticed that the styles are
loaded via ...
0
votes
0answers
41 views
Insecure content loading on a secured site, how to force https?
I have a seemingly odd issue where when logged in as an admin on a site I can load all content and assets just fine. When I logout to view the site entirely as a user would see it, the html content ...
0
votes
0answers
32 views
Dynamic CSS no longer working
A site I am working on uses the iiRe Social Icons plugin http://wordpress.org/extend/plugins/iire-social-icons/
The plugin uses PHP to dynamically generate CSS, as seen on these lines in the plugin's ...
0
votes
0answers
40 views
Prevent text from wrapping around left-aligned images
Good day
In Wordpress, when you align an image to the left, the content that follows wraps around the left aligned image. I tried setting the image as block, but it does not work. How do I prevent ...
-1
votes
0answers
34 views
W3 Total Cache css caching
On my website, I'm using this plugin as in title. Sometimes, I see the page without loaded css styles. What I'm doing wrong with this plugin? I have minify on css enabled. What settings should I dump ...
