833 Topics

Member Avatar for
Member Avatar for shella

Hi there! First of all Happy New Year to all the community. I just update the wordpress at the 3.8 version and a pair of codeline I wrote don't work now. Actually I call the database in a new table I created to have back some data but if yesterday …

Member Avatar for pritaeas
0
105
Member Avatar for Amr87

I have function that creates textareas fields on the fly upon a click on a link I want to convert these textareas into tinymce wysiwyg here is the code $("body").delegate("a.add_tab","click",function(e){ e.preventDefault(); var uniq = $(this).attr("uniqid"); add_tab_ui($(this),uniq); }); function add_tab_ui(elem,uniq){ var content = "<div class='wrapTab'><label >Tab Title:<input type='text' name='tab-title-"+uniq+"' id='tab-title' value='' …

Member Avatar for Amr87
0
1K
Member Avatar for leadcrumb

Wordpress - I want to use a title condition for displaying info on a page, from a MySQL table "country". The condition must compare the title with the names in the column "name" and when it match a value than display on the page the text from column "description" from …

Member Avatar for nauticalmac
0
485
Member Avatar for leadcrumb

I made a new MySQL table in Phpmyadmin in Wordpress in the same database from Wordpress but a new table. I want to make a new page and add a script in the body that allows: 1. when i insert the page title to the new page, the script should …

Member Avatar for leadcrumb
0
389
Member Avatar for Tu Dinh

I have some problem with my HTML code but I cannot figure out why, hope you guys can help me. My website here http://caycanh.url.ph/ although **displayed fine**, I saw some problem when I use Firebug to detect the code. This is how it displayed in Firebug dock: <html lang="en-US"> <head> …

Member Avatar for Tu Dinh
0
232
Member Avatar for ultmt.punisher

I'm wondering how to detect IE11 and its version with javascript and debug my css style with jquery or by just if(//IE11){ <style> #sms-cont { height:315px; } </style> } or by if(//IE11) { $(document).ready(function () { $("#sms-cont").css({ "width": "385px", "height": "315px" }); }); } how to do this any idea? …

Member Avatar for Troy III
0
294
Member Avatar for varun gaba

hey i am facing a problem in sorting the post.I want that when a user click on **NAME** button then all post display by name.Then if user want to print the post by the latest date.Then it click on **DATE** button.How is it possible .what will i do in wordpress...

Member Avatar for patk570
0
165
Member Avatar for Nimerion

Hello, people! I need some help with Wordpress.. I'm using Starkers, to create my theme. And I have a design, which I follow. I have Posts, and my question is, How can I add extra fields in the admin interface for the posts? I need to add some extra fields …

Member Avatar for Nimerion
0
101
Member Avatar for hindu times

Hi there, I am building a Wordpress site, but I'm struggling to find a good plugin to achieve a few things... Basically I want to make the website a central hub of a lot of my social networks, without me having to continaully update things in several places. So I'm …

Member Avatar for mpranjali
-2
433
Member Avatar for prince.sayeed1381

# Hi, # ## Here http://meganrapinoe.com.php53-9.dfw1-1.websitetestlink.com/ the WordPress site. I am using an elegant theme 'Styleshop'. I want to make the update page http://meganrapinoe.com.php53-9.dfw1-1.websitetestlink.com/updates/ same as the home page without the slider and three box under slider. So, I put the header, post, sidebar,footer code in the update template from …

Member Avatar for EvolutionFallen
0
313
Member Avatar for HoverportMedia

Hello everyone, I may not be no SEO expert (yet), but during my studies of SEO, I was wondering about tag cloud generators. The reason I question these tag cloud generators is one, are they reliable in any sense and if they are, what is the one you would recommend? …

Member Avatar for jafrain_jaff
0
325
Member Avatar for tomcromp

In my wordpress theme my logo is built into my background, how can I make part of the background (where my logo is) a link? Any help would be greatly appreciated Tom

Member Avatar for cereal
0
147
Member Avatar for MaddTechwf

I've started using Bitbucket recently for version control and I have to say I like it a lot. I've only been using it for HTML/CSS development. I would really like to use it for when I convert those page from html to a Wordpress template. Is there any way to …

Member Avatar for pritaeas
0
196
Member Avatar for nacedo

I am using Formidalbe Pro on my wordpress site. Users are sending me a form that I make editable by them and by me (Its all managed by Formidable). They have to be logged-in with wordpress to fill the form and edit it. No anonymous access. I want to encrypt …

Member Avatar for diafol
0
271
Member Avatar for T4gal

Hello, I am having trouble with my Wordpress site and I posted this question on the Wordpress support forum a week ago but have got no responses, so I hope I have better luck here as I really need a solution. I've built a WordPress website in English and now …

Member Avatar for T4gal
0
123
Member Avatar for inzcpa

I have a website called ClippingPathAsia.com. There are 33 errors is showing. I have tried but its tough for me. If you have any tutorial or solution please help me.

Member Avatar for diafol
0
171
Member Avatar for dany12

Hy my apache2.4.6 is not reading htaccess files My 000-default.conf file is <VirtualHost *:80> # The ServerName directive sets the request scheme, hostname and port that # the server uses to identify itself. This is used when creating # redirection URLs. In the context of virtual hosts, the ServerName # …

Member Avatar for dany12
0
3K
Member Avatar for webreaker

when I click on the link for the posts http://www.telechargercours.com/post-sitemap.xml I receive an error XML Parsing Error: not well-formed Location: http://www.telechargercours.com/post-sitemap.xml Line Number 14427, Column 34: <image:caption>L'Ordre SELECT Élémentaire</image:caption> any idea about this error?

Member Avatar for EvolutionFallen
0
256
Member Avatar for Rizi004

Hello everyone I have a wordpress website redstella.com if you search in google it says " www.redstella.com/‎ A description for this result is not available because of this site's robots.txt – learn more. " I want to know how i can write the robotx.txt file and where i can place …

Member Avatar for LastMitch
0
96
Member Avatar for pawan768

I try to generate nested reply with my custom layout but its showing nested comments as a new comment ... here is my comment.php code <?php /** * The template for displaying Comments. * * The area of the page that contains comments and the comment form. /* * If …

Member Avatar for LastMitch
0
387
Member Avatar for JeanPhilippe

Hi, I built a new wordpress website for one of my client but some old URL are still showing in google. Those URL doesn't return a 404, they actually redirect to the good pages. I explain : The website is www.vetreseau.com. One of the page is www.vetreseau.com/veterinaire/. The old website …

Member Avatar for LastMitch
0
180
Member Avatar for everton.retweets

This is driving me nuts... I am new to wordpress plugin development... I have got the basic plugin developed. Added my admin menus... What I am trying to do is add a banner image to each options page inside the plugin dashbaord. i'v tried the usual ../images/imagename.png and ./imagename.png but …

Member Avatar for everton.retweets
0
176
Member Avatar for zozzooo

hii i can move wordpress document one host to another then browser display 400 bad request Error please help me.for show error visit: "http://www.vishnumehta.com/"

Member Avatar for zozzooo
0
109
Member Avatar for everton.retweets

Hi Everyone. I am trying to add a pagination.class.php to my wp plugin options page using include(ABSPATH.'/includes/pagination.class.php'); But I am getting an error... Saying the file does not exists. When I view the source, the file location is website/includes/pagination.class.php How do I set this to be the plugin directory ?

Member Avatar for everton.retweets
0
261
Member Avatar for spyece

Hello, I am looking for some WordPress plugin to create a tabbed widget like this one. [B]Widget Preview[/B] [img]http://imgcrave.com/u/KLzXt.jpg[/img] [B]Theme URL[/B] [CODE]http://themes.arunkurian.net/stream/[/CODE] If anyone knows to do it or if you know a WordPress plugin then please share me the plugin link, i tried Google and some plugins from WordPress …

Member Avatar for everton.retweets
0
269
Member Avatar for everton.retweets

Hi Everyone, I am needing some help with a wordpress insert query. I have this update query $qry ="UPDATE `".$wpdb->prefix."comments_real` SET `comment_country` = '$country',`comment_number` = '$phone',`comment_smvcode` = '$ref' WHERE `wp_comments`.`comment_ID` =$comment_id"; how do I change this to insert a new record in a db table called "comments_real" Thanks in advance

Member Avatar for everton.retweets
0
186
Member Avatar for Sanjay_6

My site is http://career.guru99.com/ I am using Wordpress 3.6 some content like bullets in document is hide because of advertise in Wordpress. You can check here what i am talking about - http://screencast.com/t/W9Px6SUqpT so how can i overcome this issue. i am facing this problem from 4 months but still …

Member Avatar for IIM
0
145
Member Avatar for markyeoj

I need a help in my css.., i am using an [Isotope](http://isotope.metafizzy.co) for my portfolio, I want my grid to be responsive but I have a problem with the grid look in 960px below size browser. here's the screenshot: [IMG]http://i.imgur.com/LGvVPrQ.png[/IMG] it looks like after the first row, the divs are …

Member Avatar for dany12
0
154
Member Avatar for everton.retweets

Hi Everyone, Especially those who are more experienced than others. I have been teaching myself php over the last 18 months and whilst I can do what I think are basic tasks, the more difficult tasks, well, are more difficult and take much longer to complete. The reason for my …

Member Avatar for everton.retweets
0
1K
Member Avatar for NoUserNameHere

I'm new to Wordpress and from what I'm understanding if you're making a website with it, you don't have to write(or know(?)) code for anything unless you're making your own theme or plugin? Let's say you wanted to have a user registration/login system on your website, how would you do …

Member Avatar for NoUserNameHere
0
216

The End.