Tagged Questions
0
votes
0answers
41 views
Wordpress Ajax Call Fire Script
I have been searching for an answer for hours any couldn't find anything that could help me out...
I am busy developing a theme and want to use ajax to load the pages...
I followed the tutorial on ...
-1
votes
1answer
79 views
Website different background color every hour, randomized order, and the menu dropdown same color [closed]
I'm working on a website and I'm looking to use a background color palette of 24 colors total (one for each hour in the day). What I would like is for every hour the background color of the site to ...
0
votes
0answers
56 views
Migrate from Nucleus CMS to Wordpress 3.5.1
I am trying to migrate a Nucleus CMS blog to Wordpress. After failed attempts using what's listed at Wordpress Codex for importing content I got stuck with this last attempt.
Nucleus-to-Wordpress ...
0
votes
0answers
75 views
Get the list of enqueued scripts in wordpress?
I would like to know how to get the list of scripts enqueued in wordpress via wp_enqueue_script. I have done some research and checked the wp core itself but the closest I can get is something like:
...
0
votes
0answers
127 views
How-To: Wordpress Particular page Auto Scroll feature to particular id after the page loads?
I would like to know how to make an auto scroll based on javascript within the Wordpress but working only on one particular page. In huge shortcut - user clicks on a page and then simply page scrolls ...
0
votes
0answers
86 views
jquery-ui-datepicker not enqueueing
I am tearing my hair out with this. Wordpress is just being an ass. I am writing a plugin that gives a specific user role their own dashboard. I am trying to enqueue the datepicker but it just won't ...
0
votes
1answer
43 views
How to format/clean name of posts in my wordpress blog
I have a wordpress blog with 2000 posts. Name of each post is a person's name. But the first name and last name are separated by a '-', I want to automate the process of removal of these '-' from the ...
1
vote
1answer
102 views
javascript - Remove seconds from clock script
I would like to make a small modification on this script:
http://temporario.web929.uni5.net/datepicker/bootstrap-datetimepicker.min.js
Demo:
http://tarruda.github.com/bootstrap-datetimepicker/
It's ...
1
vote
0answers
41 views
Wordpress changing script source from https to http
In my header, I am using wp_enqueue_script to load some external files. The path begins https, but when I view the source in the browser, it changes to http.
Here is what I have:
...
-2
votes
2answers
107 views
Use PHP Sessions to retrieve select list/menu value and retrieve selected value when another page opened [closed]
I am trying to figure out how to use PHP sessions to store and retrieve a selected value from a drop down list/menu. So when a user selects a value and then clicks on another page the value will be ...
0
votes
1answer
95 views
Count the number of lines in an Excel File [duplicate]
Possible Duplicate:
Efficiently counting the number of lines of a text file. (200mb+)
How do I determine the end of the file using PHPExcel library in chunk loop?
I can't seem to get ...
1
vote
2answers
486 views
Enable system() and exec() functions on hosting?
I'm a developer and I build client sites on my server and then use a PHP script to clone it to the client's server when finished. I tried this time but am getting an error of
"Your host does not ...
1
vote
0answers
72 views
Add id/class to first image in post?
I tried the Luminate image ad, however it added the ad to every single image of the post, and it felt like spam. If I can add a unique id/class to the first image, I can link the Luminate script to ...
-2
votes
2answers
220 views
wp_enqueue_script inside shortcode [closed]
hi so I used a great tutorial off of http://scribu.net/wordpress/optimal-script-loading.html and I am having trouble loading the scripts when a shortcode called lightbox is used here is my code. I am ...
0
votes
0answers
282 views
Wordpress enqueue script in to a page template fails
I'm trying to enqueue a script into a specific page template, but it seems to just not load any of the scripts in the if statement, I've tried the is_page version and it does the same thing. If anyone ...
0
votes
0answers
405 views
Simple Jquery Drop-Down Menu works in jsfiddle but not browser (Using Wordpress)
JScript
// Wait for the page and all the DOM to be fully loaded
$('body').ready(function() {
// Add the 'hover' event listener to our drop down class
$('.dropdown').hover(function() {
...
0
votes
0answers
128 views
mosaic featured wordpress? [closed]
There are some plugins for wordpress or a script to create dynamic news in the index with the effect of mosac and images are of different sizes like this page
example one
example two
I could ...
2
votes
1answer
132 views
Auto Delete Old Wordpress Posts in Certain Cagetories via SQL
I found the following SQL script here in another thread:
DELETE FROM `wp_posts`
WHERE `post_type` = 'post'
AND DATEDIFF(NOW(), `post_date`) > 120
This script will find and delete all posts older ...
2
votes
0answers
1k views
Wordpress malware script injection asaunirg.com.br facesta.com.br 0day.php [closed]
Something modified the index.php of my template to add this two lines of code before the tag (I deleted some part of the script for security reasons).
<script type="text/javascript" ...
0
votes
1answer
34 views
How to find script error
My site has been down on and off for the last 10 hours. According to my host:
It appears that the image
http://www.yetzira.com/wp-content/uploads/2011/03/ben10.jpg is being
hit hard by a ton ...
-4
votes
1answer
96 views
A simple way to show 5-6 currency rates/converts? [closed]
I'm looking for a way to show a simple table with 5-6 currency rates. Just a simple code to show how much 1 USD is in EUR, NOK, DKK, GBP etc...
Does anyone have a good way to solve this?
[SOLVED] I ...
1
vote
0answers
89 views
adsense loads in the wrong iframe
I´m having a big big problem with adsense, no matter what I do the adsense result iframe is loading inside other iframe. I´m using WordPress + Bootstrap Framework.
This particular site has two ...
0
votes
1answer
486 views
Remove query strings from static resources in wordpress
I'd like to remove query strings in wordpress, I've written:
function _remove_script_version( $src ){
$parts = explode( '?', $src );
return $parts[0];
}
add_filter( 'script_loader_src', ...
0
votes
1answer
528 views
load-scripts in wp-admin theme options file, wrong order, how to change it
I have set up a coda bubble information popup in my wordpress theme admin panel which is working perfectly when I put the code in my theme-options.php file.
I included it in the functions.php like it ...
0
votes
0answers
58 views
Wordpress load script after ALL other plugins
I want to insert some Javscript at the very end of each page. I noticed that after the footer.php stuff, a lot of plugins are loaded such as Sharebar and Disqus. I need to run a script that can change ...
0
votes
1answer
169 views
How do I add a script to <head> on a specific page in Wordpress?
I want to add a script to the header section of a specific page on my WordPress site.
I figured it would just be a simple copy/paste, but I can't figure out where to put the code. I don't need the ...
0
votes
0answers
20 views
Dows anyone knows a script or plugin (Wordpress) that can control the flow of pages by permission to move the next page?
Dows anyone knows a script or plugin (Wordpress) that can control the flow of pages by permission to move the next page?
I have a wordpress website & I need functionality similar to elearner flow ...
0
votes
2answers
213 views
Echo a script tag from LinkedIn
Is there a way to echo these scripts in their complete form via php echo?
<script src="//platform.linkedin.com/in.js" type="text/javascript">api_key: 11111 </script> <script ...
2
votes
0answers
164 views
ajaxify + history.js script loading issues
Im currently using an ajax gist (found here) and it all seemed to be working great. However I then noticed that whenever It changed state, the scripts were not being loaded.
therefore leaving featured ...
0
votes
3answers
111 views
Embed a script from github in wordpress posts
I use github to backup and share my scripts. I'd like to be able to post some of these on my blog. Is it possible to embed a script (and syntax hightlight it if possible) into my wordpress blogs? ...
1
vote
4answers
53 views
strange return with simple php script
i have a text file with colors in it. The script only returns true if orange is selected. What in the world am i missing?
$filename="colors.txt";
$words=file($filename);
shuffle($words);
...
0
votes
2answers
94 views
php the_content executes incorrectly if placed after script in html body
I am using wordpress and using the following to drag the pages content into the html body.
<?php the_content(); ?>
It works fine when placed anywhere above the script, but if I place it ...
0
votes
2answers
342 views
Replace string with image
I'm looking for a way to replace certain strings with an image. All strings are enclosed in {} and when the code sees the [} what's inside will be read and what it equals will become the specific ...
0
votes
2answers
333 views
Problems accessing and updating data within serialized array
I was hoping someone might be able to help me out or point me in the right direction. I've spent a week trying to figure out how to access and update the weight field in WP ecommerce and Ive had no ...
1
vote
1answer
248 views
Scraping product information for comic book website
I'm making a comic book website built upon a WordPress platform for an old friend for his business. I would like to be able to have a script that goes to various publisher sites and pulls in the data. ...
0
votes
1answer
201 views
curb foundation jquery dependancies
I was wondering if anyone out there knew which js files from zurbs foundation requires Jquery. I am building my functions.php file in wordpress and I want to set the dependicies for the scripts if ...
0
votes
5answers
331 views
What is this script doing (found in Wordpress uploads folder)
I have found this script scattered around my Wordpress uploads folder on my shared host. I don't know how it got there, I have always been using the latest versions of Wordpress and all my plugins.
...
1
vote
1answer
141 views
Jquery conflict issue in multiple wordpress plugins
I have written 2 wordpress plugins and both use jquery 1.6. I load the plugin using the following code.
Plugin 1
function sheader() {
$plugin_dir = WP_PLUGIN_URL . "/";
?>
<script ...
0
votes
1answer
458 views
Why wordpress thickbox not really showing for my theme upload option
I've stuck with this problem for more than 8 hours. I created an option panel for my wordpress theme and add an upload button for the upload logo option. I'm using wordpress thickbox. Everything ...
0
votes
1answer
242 views
Running Wordpress PHP from command line - specifically for Plesk scheduled task
I need to develop a script using Wordpress PHP that will run with the Plesk Scheduled task. I've seen a few topics with this on stackoverflow and the web, but I can't seem to get the wordpress or ...
0
votes
1answer
143 views
Enqueuing a script before anything else in WordPress
I wondered if it was possible to change the order in which a script is enqueued.
I ask this because I wish to include the HTML5 enabling script but it needs to be included before any styles.
Is ...
0
votes
4answers
371 views
How does wordpress allow posting of code via textarea
I recently asked a question about LAMP stack not allowing posting of <script> tag via textarea, the request is killed by the apache i guess as the $_POST, $_GET and $_REQUEST fields are all ...
0
votes
0answers
1k views
Adding a ScrollBar to site.
this is my wordpress site: http://deadbeatfam.tk/ .
The theme I used comes with limited content space so you can view it if it's too long...
That's why I would like to add a scrollbar.
I tried doing ...
0
votes
2answers
440 views
How to send data to a php script page during jQuery load and accept the data
I have a php function that builds a list of items for me. Im not sure but i read that you cant call a php function explicitly though jQuery/js.
So i saw that you can still call php pages like this:
...
0
votes
1answer
732 views
Wordpress Child Theme & enqueue_script
I'm trying to enqueue a script directly from my child theme's header just after the wp_hook, but for the life of me it's not showing up - what gives?
// register your script location, dependencies ...
0
votes
2answers
1k views
Which script is causing hang in IE9?
One of my WordPress pages is causing IE9 (win7 32bit) to become unresponsive and give the following dialog:
lolabeta.com is not responding due to a long-running script. [Stop script] [x]
Here is ...
0
votes
1answer
110 views
A script to mass remove a particular character from the top of wordpress posts
I imported a bunch of posts from my old blogger site into wordpress, but every post now has a ">" character at the top of each post. Is there a script I could use to mass remove this character?
2
votes
3answers
13k views
Object doesn't support this property or method
As titled, I'm getting this error on my site. I have checked through the IE8 developer debugging tool, and I have got the following code that caused the error.
<!-- slider js code start -->
...
0
votes
1answer
419 views
RSS blending of multiple feeds to one. Any Good Script out there?
I have a multiple blogs and authors. Now what i want to make a activity feed for author's profile pages which will show the recent posts of an author by rss feed. Author will be given a textbox to add ...
0
votes
0answers
713 views
How to link a custom registration/login script to WordPress?
I have created a fairly bare-bones website script in CodeIgniter that allows a user to register, sends a confirmation email for activation, login/logout functions, reset password, the whole nine ...

