1,489 Topics

Member Avatar for
Member Avatar for Siberian

I've run into an issue, I can access my WordPress administrator login page, when I enter in my credentials to access the wordpress administration menu, the screen goes blank. I've contacted the server admin and he as told me he has done all he could which was expand the PHP …

Member Avatar for Siberian
0
157
Member Avatar for ekardh

Hello DW, I don't like the way the excerpt text in Wordpress just abruptly cuts out at the end and would like to apply a gradual fade-out effect. Like this: http://i.imgur.com/HtVmRFH.png Could anyone help me achieve this? Regards,

Member Avatar for DJBirdi
0
202
Member Avatar for iamthwee

Hi I am using the latest version of codeigniter but I want to be able to allow the user to easily type in the database, username and password like in the install of wordpress. What is the best way to do this, do I write directly over the config file? …

Member Avatar for iamthwee
0
978
Member Avatar for ACRDepos

Hello, Our page has a blog, which I recently went through and edited to match our comapny's website. Unfortunately, during the transition, the new blog design didn't pick up the styles as it does in Chrome and Firefox. Normally, I'd be able to troublehsoot this one, but I'm at a …

Member Avatar for ACRDepos
0
367
Member Avatar for awahqn

Hi guys, i dont know if this is the right place for me to post this question but I have a wordpress plugin thats supposed to sundicate with my other rss feeds and bring them to my new website. I own a bunch of websites and i am using their …

Member Avatar for jKidz
0
286
Member Avatar for boney

I have created my own template and am able to list all the posts on the index page. I want to be able to have some space after each post. Like a blank height of 5px. I created a class in css called blank5 => .blank5 {height:5px;} but it doesn't …

Member Avatar for boney
0
170
Member Avatar for shella

Ciao guys, I'm getting mad with this issue. I have a script in a WP theme that it's supposed to retrieve some data. It works ok but I need it does the thing in alphabetic mode and this seem to be... quite hard! I dig into the web looking for …

0
152
Member Avatar for seotheo

Hi, Im having issues with a drop down menu in wordpress, when hovering over the top level it displays the first child as well as any child links within them. I need it to only display the child links when the parent is hovered over just as any other drop …

Member Avatar for seotheo
0
293
Member Avatar for shella

Hi there, I don't know if this is the right place where to ask but I'm lost and I don't know where to fond some help. I set up a website: www.somatologia.it This is based on wordpress and I spent some days pushing the site to some DNS one day …

Member Avatar for rch1231
0
359
Member Avatar for webmeat

I'm in the beginning phases of developing a website. I want to be able to limit the amount of printing of web pages of circulars. These will be in an image format and usually consist of between 2 and 16 web pages. The circulars change each week. Is there a …

Member Avatar for JorgeM
-1
283
Member Avatar for seotheo

Hi, Having a bit of trouble with breadcrumbs in Wordpress, the theme has the breadcrumbs feature enabled but only includes the object page and the homepage, I want to add the parent page into the breadcrumbs. Here is the code: <div id="breadcrumbs"> <?php if(function_exists('bcn_display')) { bcn_display(); } else { ?> …

Member Avatar for ko ko
0
272
Member Avatar for dany12

I have a simple menu like this **HTML** <div> <ul> <li> <a href="#">Demo</a> </li> <li> <a href="#">Demo2</a> </li> <li> <a href="#">Demo3</a> </li> <li> <a href="#">Demo4</a> </li> <li> <a href="#">Demo5</a> </li> </ul> </div> **CSS** ul li:nth-child(1){border-top:4px solid red;} ul li:nth-child(2){border-top:4px solid pink;} ul li:nth-child(3){border-top:4px solid blue;} ul li:nth-child(4){border-top:4px solid orange;} Now …

Member Avatar for dany12
0
297
Member Avatar for dqtuan94

I guys I want to build a marketplace for tutors where they can upload their profile and information. Students who want to study a tutor can go there and find a suitable one. It will look very similar to this http://www.championtutor.com/view-tutor-singapore.html I do not have any background in IT or …

Member Avatar for diafol
0
395
Member Avatar for eburlea

I am new in Wordpress. I have installed a plugin "Infinite Scroll". When I scroll down the page to load new articles into the page, a message appear "Loading...". I have tried to translate the message in admin panel, but that was not a translation, just a replacement of the …

Member Avatar for mattster
1
242
Member Avatar for gptArun

Hello , I am migrating Drupal database to wordpress tried out several options like in http://blondish.net/how-to-convert-drupal-to-wordpress/ & http://rufuspollock.org/2005/10/10/migrating-drupal-to-wordpress/ by queries. But in User password they send NULL value. Problem is with users password. If using same password as in drupal , wordpress login for relative user not working. any help …

0
139
Member Avatar for guyinpv

I hope I can ask this here, but really I just want a watercooler discussion on the topic. I am a hobbyist programmer, been using PHP/MySQL/Apache for years. I've use jQuery and strait Javascript as well. I do web design, have built websites both using frameworks like Wordpress, as well …

Member Avatar for oanahmed
0
306
Member Avatar for ravi142

Hello I want to make my site so Any one help me for Plugin like.. Responsive with includeing some Text in slider. Like [Demo-1](http://www.openxcell.com/) [Demo-2](http://www.indianic.com/) Thank you..

Member Avatar for pooja01
0
275
Member Avatar for iquallsama

Hi to all, Which platform is better eCommerce - Magento - Opencart - Wordpress - Zencart Give your feed back

Member Avatar for Amol555
0
309
Member Avatar for hykyd

I have been creating small personal projects and trying to monetize or just learn from the creation process. I love programming and I am doing it as a hobby, looking forward to become a strong developer as soon as possible. Starting out I used Joomla, Wordpress, Drupal as CMSs but …

Member Avatar for pritaeas
0
268
Member Avatar for crescendo

Which are the important aspects to keep in mind while creating a website that can help making a crawl able website? My previous websites are not crawled by Google. I have created those websites by using Wordpress.

Member Avatar for Kelly Burby
0
187
Member Avatar for Lilantha

I want to add online radio player to my site , I have all radio stremig URL, PLs anyone explain me how can i add player to wordpress site with this URLs

Member Avatar for pritaeas
0
124
Member Avatar for Junzification

Hello buds, I want to know if this is doable: I have a website then on my homepage there will be two buttons. The buttons are A and B. Button A: will go to a page Option A Button B: will go to a page Option B So when visitor/user …

Member Avatar for SuperiorWD
0
131
Member Avatar for surferbloggy

Hi i've done a wordpress plugin, i've done th the localization as explained [here](http://www.wdmac.com/how-to-create-a-po-language-translation#more-631) so i've generated the po and mo file for the new languages and i've done the traslations the words to traslate are this way <?php _e('System Settings', 'wp-myplugin-name'); ?> or _e('System Settings', 'wp-myplugin-name') but in the …

0
167
Member Avatar for RikTelner

http://earljones181.files.wordpress.com/2013/08/flashxml_web_design_by_dfever-d2zb7sh.jpg How do I make a div that pops out of his parent, but sticks with parent? Like the green menus.

Member Avatar for RikTelner
0
108
Member Avatar for Douglas_2

I am using the Formidable Pro Wordpress plugin and I am trying to figure how to achieve the following: I need the users gps location in two form fields when a check box is clicked. I have two scripts and have no idea how to combine them. First gets the …

Member Avatar for radhakrishna.p
0
376
Member Avatar for psprint

I have website [psprint](http://www.psprint.gr) it's on Joomla CMS. I want to ask what is the best for SEO? Joomla or Wordpress?

Member Avatar for Coloradojaguar
0
197
Member Avatar for shahan.seamedia

Related to Wordpress Website-SEO 1 - How can we better optimize the meta details of a Wordpress website? 2 - Do we need Yoast SEO plugins? 3 - I found my blog - catogory archive page, missing meta description. On examining the meta templates, I could not find the archive …

Member Avatar for johmny
0
251
Member Avatar for mwnt2014

Working on wordpress.. Want to set homepage when i click the templates. ..Templates are under dropdown menu.

Member Avatar for pzuurveen
0
126
Member Avatar for easebeats

i am havin problem with my website www.netlibrary.com.ng not been able to show my product category on the left sidebar i don't know the php code to use to make it show on the frontend of my website i really need to solve this issue. HELP ME!

0
124
Member Avatar for best4earn

Hi everyone , i am using wordpres site for my acadmy . I have a list of tutorials in which you can you can see every class . I want to see my eforts and intrest of students whoes come to my site & learn . I want if a …

Member Avatar for best4earn
0
90
Member Avatar for HoverportMedia

Howdy Daniweb, I've been doing some research and granted, there's some evidence that changing your template design in Wordpress can hurt your SEO, but there's little to no indication that pre-designed / template purchased websites are not optimzed properly, which can hurt your SEO. Does anyone have any insight to …

Member Avatar for vsmash
0
154
Member Avatar for surferbloggy

Hi, i have done a wordpress plugin i'd like to localize so i've foun this useful link about it [Click Here](http://premium.wpmudev.org/blog/localize-a-wordpress-plugin-and-make-it-translation-ready/) it explain about localize the static txt of the plugin but my plugin manage contents stored in 2 db tables if the user would save this content in 2-3 …

0
133
Member Avatar for net4earning

i using this code to display radio buttons for selection. somehow the its not working correctly, plz guide on this issue. thanks in advance. <div class="register-section" id="user-role-section"> <label for="wp_rar_user_role"><?php echo $this->wp_rar_role_label; ?></label> <?php foreach($this->wp_selected_rar_roles as $role) { ?> <input type="radio" name="wp_rar_user_role" id="wp_rar_user_role" class="input select" value="<?php echo $role; ?>" /> <label> …

Member Avatar for net4earning
0
645
Member Avatar for surferbloggy

Hi I've wrote a plugin it works but on deactivation it doesn't drop the plugin tables from db this is the code $sql = "DROP TABLE IF_EXISTS 'TABLENAME'"; $wpdb->query($sql); //$e = $wpdb->query($sql); //die(var_dump($e)); and i call that function this way register_deactivation_hook(__FILE__, 'deactivate'); if i uncomment to show message error it …

Member Avatar for Tpojka
0
306
Member Avatar for nutandevjoshi

I am working on PHP Framework now.I am 23 old . I will have 2 years of experience by 2016.And Company Bond will be over ,and i will be able to leave the company. I worked on cakePHP,Wordpress,WHMCS,Smarty etc.and will work on other PHP Technologies by 2016. I want to …

Member Avatar for jwenting
0
248
Member Avatar for nufftalon

I usually use wp clone wordpress plugin which basiclaly zipped the database and folder of wordpress to upload to a new install of wordpress. I can't use it however on a bridal woocommerce website. It tries then eventually gives me a 404 page not found error. The is has about …

Member Avatar for iamthwee
0
139
Member Avatar for yassir.arafat.73

Hello, I am developing a new WordPress based [eCommerce platform](http://gosucommerce.com/blog) and want to ask you for advice. What gateways should we offer in our system? The point is that we can take only 3 now. What options will be better? Paypal, 2checkout, Payza?

Member Avatar for Nandakumarrkk
0
192
Member Avatar for Phanindra Reddy

Sorry to ask this one , but i am helpless to get it out. I am doing a site for my client and created a responsive menu. The font style for the menu is not working even though I marked it as important. My site url is. http://sparrowhair.softcorp.ca/ The style …

Member Avatar for Ajay Gokhale
0
348
Member Avatar for mwnt2014

Wordpress plugin permalinks not working If we add ? at the beginning of wordpress permalinks then its working. Give the solution.

Member Avatar for ravi142
0
303
Member Avatar for neha05

hello everyone, I need to add custom text on my uploading image ,any jquery or wordpress plugin is for that??

Member Avatar for neha05
0
319
Member Avatar for krupal5

I heard about decision making system like crystal report and I want to know how to implement CR with PHP? I have some basic knowledge about PHP,Mysql and Wordpress.

Member Avatar for chrishea
0
91
Member Avatar for best4earn

I already used free hosting of these websites 000webhost.com byethost.com biz.ly & freeservers.com bt their free hosting is not best because their mysql link down or server some time redircts my site to some advertisments . Can any body suggest me a free webhosting which wil be best & their …

Member Avatar for rozermartin28
0
287
Member Avatar for ultmt.punisher

## Theme Options Settings ## I have problem with my theme options settings saving. My settings is to saving to permanently , its just only save when you stay on the theme options page after saving the settings. But when I go to any other page or reload the current …

Member Avatar for Ajay Gokhale
0
822
Member Avatar for iamthwee

I've been happily writing code for a bit of software that loosely is to do with project management. For that reason it has a dashboard-esque look and feel. It is highly customized and luckily because I've used MVC the views are separated from the db stuff. From day 1 I …

Member Avatar for urtrivedi
0
112
Member Avatar for ultmt.punisher

I just created a simple theme option page that is working fine and also saved after when press save options. But whene reload page by pressing "theme options" menu the saved settings disappeared. Or if you go another page and come back to theme options page the same thing happens. …

Member Avatar for ultmt.punisher
0
767
Member Avatar for Mohammed_9
Member Avatar for Mohammed_9
0
182
Member Avatar for mwnt2014

Detect mobile browser for android and iphone.. Want to Use below code as in wordpress post if(strstr($_SERVER['HTTP_USER_AGENT'],'Android')){ echo '<img src="/images/android.png">'; } else if(strstr($_SERVER['HTTP_USER_AGENT'],'iPhone')) { echo '<img src="/images/iphone.png">'; } else { echo '<img src="/images/Download-now-button.png">'; }

Member Avatar for Ajay Gokhale
0
226
Member Avatar for Ahsan_5

Hello All, I am new here and hope to help people with technical issues with there sites. I have immense experience in SEO SEM and also have good hands on experience configuring hosting and WordPress websites. Feel free to approach me with any questions related to digital marketing, seo, sem, …

Member Avatar for Ahsan_5
0
297
Member Avatar for T4gal

I have a page with two DIVs floated on either side as sidebar ads and the page content in between. For some reason, one of the DIVs in the content area refuses to come up between the two floated DIVs, it stays just below them, leaving a blank space. You …

Member Avatar for T4gal
0
82
Member Avatar for aryanmughal

Hi, i want to add next / previous buttons in my wordpress post. example can be seen here. http://prntscr.com/2yzwnl link to website: http://funnie.st/453576/oscar-memes/2/ Please help me in this regard.

0
109

The End.