Thesis is a theme for wordpress that takes uses a "hook" framework to allow almost complete customization of the wordpress site without heavy coding.

learn more… | top users | synonyms

-1
votes
0answers
11 views

Wordpress site stylsheet not loading

This is the site I'm wroking on. Please have a look. The stylesheet cusotm.css isn't loading anymore. What's the problem?
-1
votes
0answers
24 views

get rid of lenght

I want to update this to php 5.3+ code and get rid of length, the only fields i need is $key and $after. the problem is that i don't want my text field to have a length I have 3 fields $key(id), ...
0
votes
1answer
30 views

“Embed Your Own JavaScript” not saving in Thesis theme

I normally do custom webapps using Symfony2, but I have to integrate into a WordPress install. I can't seem to get the Embed Your Own JavaScript input box to save. I've added the script, clicked ...
0
votes
0answers
127 views

Bachelor thesis - Distributed Systems Video Coding Cloud Computing

I would like to begin my thesis(Computer Science/Computer Engineering uni) soon and I would appreciate it if you threw some ideas. I'm interested in Distributed Systems. I find the MMOG architecture ...
0
votes
1answer
47 views

wp_enqueue_script won't let load script file

I have jQuery loaded to my WordPress site through google CDN using wp_enqueue_script(): function my_jquery_enqueue(){ wp_deregister_script('jquery'); wp_register_script('jquery', "http" . ...
-3
votes
1answer
96 views

3 column website using wordpress Thesis 2 theme. [closed]

I'm using wordpress with Thesis 2 theme. Im having trouble creating a 3 column website This is a link to my website. http://thatawningguy.com/ You can see that there are 3 divs. sidebar, container, ...
0
votes
0answers
41 views

how can i display items from the database that is marked date_today? that will execlude times that already expired?

how can I display items from a table that is marked as date_today? that will exclude times that already expired? I have been using these code to display the items from the database 'time' <?php ...
0
votes
1answer
69 views

How to place header on top of container in thesis theme

I am having problem with the placing of header part above my container part using thesis theme for wordpress as i am unable to do so. <body class=" customize-support"> <div id="logo"> ...
0
votes
1answer
119 views

creating footer.php in wordpress thesis theme

I am craeting footer.php file in thesis theme folder but the theme is not pulling that content so how to access the content of footer.php file in my footer area. <div id="footer"> <div ...
0
votes
1answer
26 views

Display computation of BMI in another activity in android

Hello I'm just new in android ..I just wanna ask if how can I display a computation of BMI from Menu Window to another activity called Register Window in android..because when I run this code no ...
0
votes
1answer
65 views

how to return false if input is empty using script in Cutom_functions.php for wordpress thesis theme

I have a script that I have somehow managed to create (since my knowledge of php is very limited) that basically places author's profile (image, bio, and links to social media) on to authors archive ...
0
votes
1answer
62 views

Nav menu clickable area extends way past the nav button

For some reason the social media icons on top of the left sidebar on www.hungryrunnergirl.com prevent the directly below archive widget from being clicked. I don't have this problem when I make each ...
0
votes
0answers
20 views

Wordpress Thesis - Moving the Post Image

I was wondeing if someone can help me out. Im using the wordpress thesis framework as a client has requested it. Is there any way to move the post image to about the actual content box so it looks ...
0
votes
0answers
120 views

Thesis 2.0 custom function to automatically change year according to my servers time

I have been using the following script on my site for a while now, but I have also just added blog to my main site. The blog is powered by wordpress and thesis 2.0 where I have to specify my custom ...
0
votes
1answer
45 views

I need to force a refresh of custom.css in the Thesis Framework

Does anyone know the best way to refresh custom.css in Thesis? I'm running into a problem where some of my css isn't getting implemented due to browser caching of custom.css. I tried adding a variable ...
0
votes
1answer
185 views

Wordpress nav menu images not showing up in mobile safari

I have an interesting problem that I've been trying to solve for the past couple of days. I created a second nav menu and added it to the sidebar in Thesis 1.8.5 by adding this code to my ...
1
vote
1answer
73 views

Simulating a network video transfer using my home devices

Working on my thesis I need to create a simulation for video transmission in a normal WLAN to detect how much the quality is reduced depending on the number of devices or quality of originating ...
1
vote
2answers
239 views

Thesis Framework and Custom Post Types

First time creating/implementing custom post types in Thesis, not first time using custom post types. I used the Reed Write plugin to create the custom post types. The site is using Thesis 1.8.5. ...
0
votes
1answer
52 views

Pagination in thesis framework wordpress

I create a shortcode for blogpost and create function in custom_function.php. here is my code add_shortcode('blogPost',blogpost); function blogpost(){ $paged = (get_query_var('page')) ? ...
1
vote
0answers
131 views

Video Transmission in NS-3

I am trying to do a simulation for my masters and I need to simulate video transmission and streaming. I already have the video trace files but I can't figure out how to code them into the NS-3 ...
2
votes
4answers
399 views

Add pagination is custom archives page on WordPress (Thesis Theme)

I'm using the following php code on a page to show 10 posts per page from a single category. function my_page_of_posts5() { if (is_page('10')) { $custom_loop = new ...
1
vote
0answers
54 views

Stick Footer Fix for mobile Device using WordPress Thesis?

I'm working on a WordPress website using the Thesis theme. I had my sticky footer working in Chrome, IE and Safari but as I was trying to get it to work on mobile devices everything took a turn for ...
-1
votes
1answer
67 views

Resources(Free or Paid) for building advanced wordpress themes like themeforest.net(prefer video guides) [closed]

Want to develop an advanced theme for wordpress like thesis theme or some of the themeforest themes. I found some of the lynda.com and tutsplus video tutorials but they are not much into advanced ...
0
votes
0answers
46 views

Add Custom Settings Page to Thesis

I am trying ot add a custom settings Page to thesis theme but is unable to add one. Here is my code: function map_config_menu(){ add_settings_section('map_config', 'Map Configuration', ...
0
votes
0answers
144 views

Remove Action In WordPress Thesis (Hook)

This should be fairly straightforward but I can't seem to get it working. I have added social icons to the custom.php file in thesis. They work great and I have used the at bottom of post hook to ...
0
votes
0answers
85 views

Thesis Custom Post Type

How to fetch all posts from custom post type in thesis? i had used following code: $loop = new WP_Query(array('post_type' => 'custom_post_type_name'));?> <?php while ( ...
0
votes
2answers
208 views

Create CUstom Page Layout in Thesis

i am a beginner in wordpress and in that i am using thesis theme and i was stopped at one place and don't know the solution for that place. Question is: i want to create custom page template in ...
0
votes
0answers
153 views

Fixing/upgrading Disqus comment plugin on Wordpress (Thesis theme)

I have a website which is built on Wordpress (3.4.1) using the Thesis (1.8.2) theme. I am using the Disqus comments plugin on the blog. However, the comment count does not work and requires me to ...
0
votes
0answers
93 views

How to add custom page template in custom taxonomy in WordPress with Thesis theme 1.8

How can i assign a different custom template for my taxonomy page with thesis? I know it's easy with Wordpress alone but when it comes to Thesis i can't figure out how to make it use my custom ...
0
votes
0answers
280 views

Is it possible to increase MySQL database quota?

I've running a number of Wordpress installations on MySQL 5.5 but when I activate a particular theme, a number of errors are displayed which have been associated with the site's database being too ...
0
votes
1answer
81 views

WordPress Thesis theme - hook below post

i need a little help with thesis theme, i made a simple hook for single post with custom content and i want the hook to be right after the post but after the post there's a plugins like facebook ...
0
votes
1answer
445 views

Thesis 1.8 / Wordpress 3.3.1 Error: Warning: Invalid argument supplied for foreach() in /wp-content/themes/thesis_18/lib/classes/css.php on line 60

I was just updating some sidebar widgets, a feature box, and one link color change in "Design Options" within the Thesis Theme when I started to get the following error: Warning: Invalid argument ...
0
votes
1answer
826 views

Full-width thesis header and footer do not extend to right on ipad, but work everywhere else

I'm using the full-width framework for the wordpress thesis theme. The site looks fine in all the browsers and on all the computers I could check, but recently saw it on an ipad and the header and ...
1
vote
2answers
162 views

JQuery Issue with Internet Explorer

I'm using JQuery in a Wordpress site (Thesis theme) to dynamically swap images. Everything works as expected in Chrome/Firefox/Safari, but the images don't show up at all in IE. Where have I gone ...
0
votes
4answers
1k views

make a P tag into a link

I have a problem. The designer I hired did not separate out the logo and the header and its to late to get it done from him. so I have a header image which has the sites logo in it. I want to make ...
1
vote
1answer
95 views

In search of a subject in scalability issues and/or designs of web applications

In a few months I will have to start with my master thesis and after taking courses in cloud computing and distributed systems I can say that I found this topics quite interesting. What I would like ...
-2
votes
2answers
442 views

Mobile Aps that will detect/accept incoming SMS msg? [closed]

Im working on my thesis and I need some help. My thesis is like some "automated replying system for mobile apps". My questions: 1st: How to make an application that can detect incoming message? ( ...
0
votes
1answer
651 views

Sidebar pushed below content in individual post (Wordpress)

I'm designing a blog in Wordpress using the Thesis Framework and there is an issue that I just can't seem to find a fix to: Basically everything is fine on the main page, but when I go into any ...
0
votes
1answer
774 views

Inline Javascript Audio Player/ Sound Manager 2

I would like to implement this audio player, http://www.schillmania.com/projects/soundmanager2/ into my band website that I am working on http://thewintonsbluegrass.com. It is a Wordpress site ...
0
votes
2answers
545 views

Adding custom page template to thesis

I'm trying to add a custom page template to show only one sidebar for specific pages. I created a template page in thesis folder and I put these lines <?php echo thesis_header(); ?> <?php ...
0
votes
1answer
68 views

Wordpress Thesis Theme Custom Function

I am curious to know what the '1' in the following code means? add_action('thesis_hook_footer','my_widgetized_footer','1'); Many Thanks
0
votes
1answer
161 views

Wordpress only displays header and footer in IE8

That basically sums it up. The blog renders fine in FF and Safari and an IE9 and 10, but anything before that (IE8, IE7, etc.) shows only the header and footer. I'm using the latest version of ...
0
votes
1answer
343 views

Get numeric page id as variable in Wordpress 3.2 with Thesis Theme

Ive found the answer was that Neglected to put $post in global within my function I need to get the page id as a variable so I can use it in a switch statement for varying purposes. I'm using WP 3.2 ...
0
votes
1answer
1k views

Styling the Thesis dropdown menu with CSS

I'm using the Wordpress Thesis theme which comes with a standard dropdown menu which I want to turn into a two-tier horizontal menu. What I'd like to have is that when you click on a parent item, the ...
0
votes
1answer
166 views

Overwrite Capitalize with default behavior?

I'm working on a Wordpress site using the Thesis theme. Say I have a menu item, "Foo is Bar" By default, the navigation in Thesis is styled with: text-transform: uppercase;//FOO IS BAR which is ...
0
votes
1answer
44 views

Wordpress Thesis: Tweetmeme button remains after we got rid of the plugin

We are having problems with getting rid of a Tweetmeme button from our Wordpress thesis blog. The button somehow remains after we removed the plugin. First we installed the plugin to the blog, but ...
2
votes
7answers
4k views

IE 8 Crashes When Loading Site, Can't Debug -

http://bizzocall.com/faq/ - Works well in all other browswers, but when I test it with the developer tools in IE 8 compatibility it just crashes. I've looked at all the answers and it seems like ...
1
vote
1answer
406 views

Wordpress add_filter() to add first image to RSS — causing server error

I am trying to use this function in functions.php to grab the thumbnail of posts and add them to my RSS feed. function featuredtoRSS($content) { global $post; if ( has_post_thumbnail( ...
1
vote
2answers
776 views

Import Comments from Disqus to Wordpress

I love Disqus but it doesn't work with the current theme I'm using (Thesis 1.8) and therefore need to part ways. Does anyone know how to export my comments out of Disqus and into Wordpress? I have ...
0
votes
1answer
2k views

Catchable fatal error: Object of class WP_Error could not be converted to string in…after second page

I do not know from how long this problem is on my blog but today I noticed it. On homepage of my website if you use page navigation (bottom) to visit next page you will see following error on third ...

1 2