0
votes
0answers
7 views

How do insert the Wordpress Parent Theme Header into my childtheme?

My childtheme launches wrapper.php (code shown below). It does not yet include the header from my parent theme. Can someone please tell me how to insert the header from the parent theme? I have tried ...
0
votes
2answers
19 views

Wordpress template deleted, but still working and showing on template selection

I have a template front-page.php in my theme. Its name is "Front Page". My problem is that when I commit changes in this file. It wont reflect on the front end. This happened just yesterday and I ...
0
votes
0answers
9 views

missing wordpress data in custom child theme

Here's my problem: Certain wordpress driven dynamic information is missing from the single post pages when I view a post article. This includes the recent posts, side menu and the author information. ...
0
votes
1answer
18 views

Why does my custom wordpress loop behave weird?

I have made a custom theme, and some custom page templates. Two of the templates have the same loop. They both list the sub-pages of the parent page. Somehow after 5 sub-pages the loop decides to ...
0
votes
1answer
30 views

Custom post type with pagenavigation not working

I have been struggling all night to make this work, but it seems that I can't find the problem. I'm using Bootstrap to make a new theme, and along with it, I have a small piece of code for custom page ...
0
votes
0answers
16 views

Wordpress Site Navigation Menu li Title Not Visible

Please help me: I am facing a problem with the site: http://scholatar.com/ In the navigation menu list item only the home link title "HOME" is visible but other list item's link title are not ...
0
votes
1answer
21 views

Direct a portfolio item to the single project and disable the ajax script wordpress theme

At the moment on my portfolio page you can click on a portfolio item and a ajax container pops up. And in this container you can click on a button to go to the project and read more details. BUT I ...
0
votes
1answer
12 views

Wordpress server error when activating new theme

Every time I activate a theme I have downloaded, I get a server error 500 This has happened on many different themes, not just one. Most recently used Starkers which is a trusted theme I have used ...
0
votes
0answers
18 views

Wordpress post nav in ajax for second loop of custom post type

Im searching over internet whole night and it seems that i have very unique idea for my wordpress theme and i can't find solution. Im building wordpress movie type theme. And on home page i want to ...
0
votes
2answers
16 views

Uploading a completed WP site without redoing the design/theme part

Am wondering if there is anyway to clone/move the whole WP site I've design as it is? Would like to avoid the idea of restarting all over again with the slider setting, colours, theme config, menu? ...
1
vote
0answers
22 views

WordPress Theme .pot Language File

I've purchased a WordPress theme which has a .pot language file at below path: ./wp-content/themes/THEME_NAME/include/languages/THEME_NAME.pot I've translated some phrases by Poedit software ...
0
votes
2answers
23 views

Insert Image into Wordpress child theme hgroup using CSS

I'm working on a child theme of twentyeleven. I would like to insert a header "banner" image, which includes the company's logo, in addition to the already existing image slideshow in the header area. ...
-2
votes
0answers
29 views

developing an wordpress theme with roots theme [closed]

I've started developing a new wordpress theme with roots theme. Can anyone have me a introduction how that thing works or any resources that can help me. I've been googling but not getting any robust ...
0
votes
0answers
33 views

Wordpress: Paging (nextpage) not working

I am using the 'Enterprise Theme'. Some of my posts are quite big. So i want to do Paging via Next kind of links. So in html mode in the post, i added the following tag: <!––nextpage––> in my ...
0
votes
2answers
37 views

Twenty Twelve as a starter theme

I'd like to use Twenty Twelve as a starter theme for a website. My question is: do I have to rename all twentytwelve_* functions found in the theme files or is it enough with changing the Theme Name ...
1
vote
1answer
31 views

display featured image in post - wordpress theme

I have installed wordpress on my local wampp server. The question refers to the default theme that comes with wordpress after the first install(twentytwelve). I have created a test post and I am ...
-1
votes
1answer
20 views

Can I have same WordPress theme name as an existing one?

I came up with a good name(as I thought) for a WordPress theme that I want to create. Unfortunately, I found another WP theme using the same name after googled it. My theme will be free and only ...
0
votes
1answer
19 views

Custom footer html tags

In my Evolve theme, there is a section to custom the footer with the following text: Available HTML tags and attributes: <b> <i> <a href="" title=""> <blockquote> <del ...
-1
votes
0answers
57 views

WordPress Theme - Migration from Zurb Foundation 3 to 4 [closed]

I have inherited a WordPress theme done with Version 3 of Zurb Foundation. I'd like to upgrade it to Foundation 4. I do understand that Foundation 4 has a lot of changes that need to be implemented ...
-2
votes
0answers
12 views

How do I post user entered data into wordpress database? [closed]

I have used one contact form plugin in my website ..I wanna insert the information which user enters should enter into my wordpress database..How do i do that?
0
votes
0answers
18 views

How to Access Theme' core files through plugin wordpress

Is there any way to access a theme's core files through a plugin? I meant the theme I'm creating the plugin for is "jobroller". I need to create a plugin which will access in a template of that theme ...
-1
votes
2answers
37 views

Invalid argument supplied for foreach()

I am trying to install a theme locally but when I go to do it I get the following error: ( ! ) Warning: Invalid argument supplied for foreach() in C:\wamp\www\wp-content\themes\royalestate\slider.php ...
1
vote
1answer
39 views

Display all image files from a directory into WordPress template page

I've been refraining from posting in here as I feel it's such a simple question that's been answered many times over and over again. I know this because I've read through countless posts people have ...
0
votes
6answers
49 views

Wordpress- How to insert code to header for a specific page only?

I use wordpress and would like to add 2 lines of code to the header of one page only. The problem is that header.php will change all the site's headers and I want it to change only the header of one ...
0
votes
0answers
13 views

wordpress child theme not reflecting on ie7

I know how to create and set-up Child Theme for WordPress site. Child Theme I created working fine on all browsers except IE. Specifically style.css means all css are not effective on IE7, IE8, IE9. ...
-2
votes
0answers
29 views

Migrating to Wordpress… Things to consider while doing it? [closed]

I want to migrate existing website to wordpress which is developed using symfony framework. what are the steps or things I need to consider while doing this migration? Also, I want my new fron-tend ...
0
votes
0answers
36 views

Theme Admin Panel Tabbed Content

I want to display my Admin Panel content in tabs. I implemented the .js script and .css style, tabs are working well..but i have a problem. All my admin panel content is displayed in the first tab. I ...
-1
votes
1answer
43 views

Wordpress multisite theme [closed]

I have a problem setting up a wordpress theme for multisite. I'm running two identical websites (the only difference is their language) using wordpress-multisite. I spent hours configuring the theme ...
0
votes
1answer
49 views

How to dynamically resize list of images in responsive theme?

I am building my first responsive theme and this is the second of two issues I am having. If you go to http://digitaldemo.net/landmark/ and look down at the bottom, there is a horizontal list of ...
0
votes
1answer
23 views

How to un-float an aside and move it below content in responsive WordPress theme

I am working on my first responsive custom theme and I've run into a couple of snags but the kicker is this one. I have an aside that I float to the right so that the main content will flow around ...
0
votes
1answer
66 views

Programming custom PHP with Wordpress

I have a question regarding PHP and Wordpress. I recently started using Wordpress for a simple website but there is still one thing that I just don't understand. Lets say I made a cool website in php ...
0
votes
0answers
36 views

Modify WP theme's gallery behavior

I haven't found any topic about this specific problem here. Well, at least I couldn't figure out how to solve my problem. I'm not a developper and I am new to WordPress so my question might seems a ...
0
votes
1answer
78 views

Wordpress Plugin - CSS not loading

My problem is that the plugins can't load their CSS. As you can see the theme's CSS is loading just fine but the plugin won't. EDIT the wp_head(); was missing from header.php before Now working: ...
0
votes
1answer
34 views

swatch theme's footer can't stick to the bottom

I'm using a free wordpress theme from woothemes, Swatch theme. I don't know if somebody uses this theme,too. I've got involved some issue. When the posts is short. the theme's footer can't reach to ...
0
votes
2answers
37 views

Using multiple stylesheets with WordPress

I'm currently creating a new WordPress theme based on the foundation them '_s'. Could somebody explain to me how I can split up my style.css file into several to make them easier to manage? For ...
1
vote
1answer
110 views

Version control (SVN) of MySQL database in WordPress theme development (any code examples?)

*We deployed an SVN server on Dropbox(!) and everything works fine, but I'm looking for an easy tutorial QUESTION #1: how to version control WordPress database for the theme development with ...
0
votes
3answers
78 views

WP - How to make a theme fully customizable for client

I was wondering if there was some way to make a theme from scratch for a client and have it be fully customizable, or at least as customizable as possible. What if they wanted to update multiple ...
0
votes
1answer
69 views

Wordpress: How to insert a dropdown menu to WP theme?

Can't seem to find a solution to this one on the web. I'm completely clueless to the intertwining mechanisms of Java, CSS and PHP. My WP theme does not support a drop down menu - I'd like to know how ...
0
votes
0answers
25 views

siderbar-home.php using resposive theme from themeid fatal error

I am using themeid responsive theme widgets. I am facing this issue for 2 days and yet to find a solution. Please look into my code and let me know what I am doing wrong. I added the following code to ...
0
votes
2answers
20 views

wordpress switching between old and new theme

I have just finished a custom theme and activated it.. But - it keeps switching back and forth between the old theme and my new one - seemingly at random. I used theme test drive when i was developing ...
-1
votes
1answer
54 views

Is it possible to preview wordpress themes without wordpress? [closed]

Wonder if it's possible to preview a wordpress theme without wordpress is installed. Ex display a preview of the theme twenty eleven http://wordpress.org/extend/themes/twentyeleven. I do not need ...
0
votes
0answers
33 views

Adsense scripts not working in Wordpress Spectacular Child theme

I'm using a child theme based on the Spectacular theme released here http://www.smashingmagazine.com/2011/01/10/free-html-4-01-html5-wordpress-theme-spectacular/ The post where adsense should show is ...
0
votes
0answers
38 views

Call different template in Foundation Wordpress theme within plugin page

I'm trying to marry the required+ theme based upon the Foundation Framework (found here: http://themes.required.ch/) with The Events Calendar plugin (found here: ...
1
vote
1answer
101 views

Github, keeping track of main WordPress theme and variations

I'm new to Git / Git hub, but want to make sure that I'm doing it right from the start. What I'd like to do, is develop a bare framework theme, then develop separate themes based on this (styled ...
0
votes
1answer
37 views

Initiate File Download? Wordpress Theme

I'm at the end of my theme! Building the last functions - file downloads. I've done this before, but I want to make sure I'm actually working according to best practices in wordpress and use of ...
0
votes
0answers
49 views

WP Options Framework Update Values from Front End

I need to update a couple of the fields I've created using the Wordpress Options Framework Plugin (http://wptheming.com/options-framework-plugin/) from the Front End. Anybody have any insight how to ...
-1
votes
1answer
30 views

Child Theme - How does it work? [closed]

I created a child theme and installed it but I don't know how exactly it works! For example, in the parent theme I have the code below: .header { margin-top: 10px; margin-bottom: 10px; ...
0
votes
1answer
39 views

Wordpress Theme Automatic Updates From Other Sources?

I'm developing a theme which will be tested by lots of people on lots of sites before its submitted to the official wordpress system. I've been looking into plugins or methods that can allow you to ...
0
votes
1answer
121 views

Theme options page in wordpress does not save the variable [closed]

I am making a theme options page in a wordpress theme. I am trying to make it possible to just enter a link in a form and then have it shown as a link with a pre-defined picture. This is the code I ...
0
votes
1answer
101 views

How to get input text from theme options on wordpress?

I just set up a new input text option into my theme-options.php file, which is similar to the twenty eleven theme code. Here are parts of my theme-options.php code in regards to the input, I'm ...

1 2 3 4 5 9