Tagged Questions
0
votes
2answers
58 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
5 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');
...
-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
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
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
1answer
24 views
Outputting the blogposts or the_content()
On the dashboard under add pages, I have 3 section of blockquotes, under text
<blockquote id="section1">first</blockquote>
<blockquote id="section2">second</blockquote>
...
0
votes
1answer
54 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 ...
-2
votes
1answer
31 views
Adding classes to html elements [closed]
I'm just getting started with Wordpress and was wondering what were the best practices for adding extra classes to an html element. Should I just hardcode them into my template files? I'll be taking a ...
0
votes
2answers
43 views
wordpress css file
i made a website by wordpress and i uploaded it to ftp file
public html
my problem is that i made a css file that include all the other css files but when i tested the website i found that the ...
0
votes
1answer
175 views
change the icon of a custom post type in WordPress to use twitter boostrap
Using jquery, the icons of WordPress admin menu have been changed to use the twitter boostrap icons, done such as:
jQuery('#icon-themes.icon32').replaceWith('<div style="font-size:22px;" ...
-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 ...
3
votes
1answer
168 views
Using tabs for wordpress plugin
Done my research and found this is how to call the built-in ui tabs jquery script in wp for the admin area but I'm stuck on implementing the other jquery scripts needed that I believe are built into ...
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 ...
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
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 ...
0
votes
0answers
28 views
Styling Navigation [closed]
I am having trouble styling my navigation specifically the sub nav. Does anybody know what I need to target to style the drop down menu? I would like for it to align left so that the borders match up ...
0
votes
0answers
456 views
Any body know how to make these responsive tabs? [closed]
I love these tabs and would like to learn how something like the link below is made. Im guessing its some creative css tricks? It would need to be responsive just like that site. Its fits iphone, ...
-4
votes
2answers
396 views
can't make jQuery work (change image on time interval) [closed]
I don't get it why jQuery function is not working. I read on the interned how to load jQuery in wordpress, but with no success. Can anyone help me?
What I did so far:
I've put this in header.php ...
-1
votes
1answer
67 views
Can't style widgets! [closed]
I have the "Health & Beauty" theme from Organic Themes.
I'm trying to style the widgets that go on the sidebar. When I'm in the "Inspector" on google chrome, I can do my styling just fine to ...
1
vote
2answers
275 views
Why is WordPress changing my HTML code
I've been playing around with CSS and HTML code and I finally got to the point where the section I was working on works. I saved my CSS, and updated my post, and everything looked great, but when I ...
0
votes
1answer
89 views
Wordpress background image not changing [closed]
I have installed a complete blank theme with no CSS in my new wordpress blog. I have been trying to give it a background image but no success.
I am working on blog's content. Blog is very new. So, ...
0
votes
1answer
133 views
html to wordpress plugin
I'm looking for a plugin, or other stuff to convert (import) my html/css/javascript into wordpress quickly.
I've made some research about this but I've found a lot of solutions(tools,plugins) and I'm ...
0
votes
2answers
88 views
Locally change the font family [closed]
I'm using the standard Wordpress theme (WordPress Default 1.6 by Michael Heilemann).
The standard font for my articles is a sans-serif font.
I'd like to display, for a sentence only, a serif font ...
0
votes
1answer
245 views
Right align a youtube video
I'm trying to right align (class="alignright") a YouTube video AND allow my client to edit the surrounding text in the future using the visual editor. I simply added class="alignright" to the tag ...
1
vote
3answers
63 views
How Do I Figure Out What File(s) to Edit from Looking at the Source Code [closed]
I just started working at a company and they have a website that was partially completed by another designer and have hired me to complete and make changes to it. It seems that most of the website was ...
0
votes
2answers
150 views
What makes WP so SEO friendly?
I keep hearing that Wordpress is the best SEO solution, better than most static websites because of multiple reasons. I then go on to hear contradicting information elsewhere. So: Is Wordpress ...
0
votes
1answer
175 views
Positioning page content with CSS is making certain links on page unclickable [closed]
Note: I don't have any training in HTML or CSS or doing things correctly, and also am not very clear on computer programming terminology, so please forgive me (and correct me!) if I use words ...
0
votes
2answers
2k views
how to hide submenus for the not active pages
I would like to expand only the active part of the sidebar menu and hide the parts which have nothing to do with the actual selection. Just like how its done on every Explorer like file manager, or ...
0
votes
1answer
503 views
How put links in wordpress dynamic sidebar?
i would like put link after each widget in dynamic sidebar. I thinks is possible if i use static sidebar, but i don't found any tutorial for this.
Thanks you
1
vote
2answers
165 views
how to setup content on a static frontpage with css and xhtml
I'm currently working on a website that has a static frontpage and couple of pages that is going to contain portfolio and things alike on the other pages.
The thing I want to do is to hardcode ...
1
vote
3answers
223 views
raw code vs wordpress
I am currently a CS student and an aspiring programmer/web developer. I am wondering whether it is worth taking the time to master html and css to make websites when CMS services/wysiwyg like ...
1
vote
1answer
146 views
Adding HTML to the Header, Screws up in IE7
Working on a site for a client:
http://esteyprinting.jasinternetmarketing.com/
I added an HTML table to header.php to include the "Call us at..." and the social media icons. It renders fine in most ...
5
votes
2answers
2k views
How to customize the default HTML for Wordpress Attachments
I'm using Wordpress 3.0.1 (most recent as of now) and working around the Whiteboard theme.
It seems that for attachments (images, specifically), Wordpress generates the HTML automatically and it ...
0
votes
1answer
175 views
Missing sidebar parameter “fix” - before_content
as you know the sidebar parameters from register_sidebar() that control the widget layout are
- before_widget
- after_widget
- before_title
- after_title
the problem is that you cannot implement ...
0
votes
1answer
125 views
Theme deactived html and css styling on home page posts
I'm a designer trying to learn php, so I can't fully understand where the problem is coming from. That being said, I have a theme that has deactivated the use of css styling on the main page where ...
1
vote
4answers
2k views
How to resolve - IE 6 ignores img “width” properties
In this post:
http://humus101.com/?p=1734
We've got 4 images set (in the img property) to a width of 246 pixel.
In chrome it looks fine. In IE6 it doesn't.
Any suggestions on how to solve this?