517 Topics

Member Avatar for
Member Avatar for WPWhiteBoard

Can WordPress handle Heavy traffic? Yes. Here are the tips to manage high traffic WordPress website and much more.

Member Avatar for rewagupta
0
26
Member Avatar for Turnuphosting

The world these days has become more connected than ever before with the help of the internet. In today's world, you can communicate with another person who lives over ten thousand miles away in an instant through email, social media apps, video calling apps, etc. As a result, a lot …

Member Avatar for john_111
-1
91
Member Avatar for UpvoteMarket

I want to learn web development at home ? suggest me some online teachers who can teach me how to develop a website ?

Member Avatar for Dani
0
25
Member Avatar for UpvoteMarket

WordPress or GoDaddy? which platform is easy to use if i want to make a blog website?

Member Avatar for Dani
0
22
Member Avatar for Stavan_1

There are several misconceptions about angular frontend development and hence developers as well. It is a misconception that angular is a library, Angular applications are slow and not for performance intensive use cases as they aren’t been developed accurately. It does not have state management or is not compatible with …

Member Avatar for markanderson_1
0
22
Member Avatar for Williamworse

How do you optimize the loading time of your web application as a Web Developer?

Member Avatar for Dani
0
20
Member Avatar for ajain.imenso

The benefits of online shopping need no elaboration anymore. Billions of people rely on online shopping service providers across the world. In fact, the e-commerce platforms proved to be saviors for people during the months of lockdown. Developing an online store can be profitable for sure but choosing the right …

0
214
Member Avatar for rajat_15

Learning to code is one such skill that sets your kid apart from the crowd. In the same way, it also helps your kid in landing some amazing opportunities in his/her career. Some Points are: 1) Take baby steps 2) Block-based for beginners 3) Python programming course for kids 4) …

Member Avatar for Reverend Jim
0
24
Member Avatar for mr108

Hello, I have a draft for a Home page - see the attachment. Which WordPress theme is best to use to easily create such a Home page, either as a landing page or regular Home page. I would prefer to use a free theme if such is available. Thanks! ![Home_Page_-_no_text.jpg](https://static.daniweb.com/attachments/4/76c4fd3d73e8142745b47ec347f8e9f5.jpg)

Member Avatar for Dani
0
43
Member Avatar for Valeriia

Hey, I own a site that has two versions - mobile and desktop. I’ve implemented Schema.org to the desktop version of the site. Should I add it on the mobile site as well? What do you think?

Member Avatar for Dani
1
35
Member Avatar for Javier Abad

Hello everybody! I'm Javier Abad, a marketing student, and I have a question to ask you, I hope you can give me a hand! The marketing agency Comunicare, where I'm doing my internship, is restructuring their website (https://www.comunicare.es/). They want to insert in the home page several forms so that …

Member Avatar for Dani
1
45
Member Avatar for dazai

Hi all, Can anyone see what is wrong with the code below? if ( $this->get( 'AuthorURI' ) ) { $value = sprintf( '<a href="%1$s">%2$s</a>', $this->display( 'AuthorURI', true, $translate ), $value ); } elseif ( ! $value ) { $value = __( 'Anonymous' ) } I keep getting an error message: …

Member Avatar for AdamFriska
0
47
Member Avatar for Saleh.os
Member Avatar for LoanHensley

Hello guys, I hope everyone here is doing well so far. I'm going to create my first website online. I need a reliable website builder who is cheap and reliable at the same time. Can you please help me here? Thank you so much!

Member Avatar for dot LI
1
141
Member Avatar for Alican_2

Hello, I want to display the results of the relevant student by querying the student's number from the site, the student exam results that come as a PDF file. Is there a wordpress plugin that can do this? Or basic code.

Member Avatar for rproffitt
0
58
Member Avatar for Marco_18

Hi guys, I am using bootstrap carousel and I have some problem with the slide display. I can't switch from one slide to another In the code I have commented the <div class = "item active"> This way the video appears to me as desired, fully functional. If I remove …

Member Avatar for Josh Connerty
0
56
Member Avatar for tauseefpanjwani
Member Avatar for Omar_17

I moved my website from host to another, moved database and public_html file, Also, I modified wp-config file and deleted hlaccess. But, now I can't update any plugin or delete there is message said update_option( 'siteurl', 'https://zone1on.com' ); update_option( 'home', 'https://zone1on.com' ); Skip to main contentSkip to toolbar At the …

Member Avatar for Dani
0
98
Member Avatar for Jackob23

Hi, I am working on [ecommerce](https://www.macmillermerch.store/). I’m having issues when customers try to checkout (Mobile and Desktop). If you add (1) quantity of any item, click the cart icon, it reads “0” but if you add something else, the line items of said added products show up.

Member Avatar for rproffitt
0
30
Member Avatar for crysmile
Member Avatar for Bright_4

HI, CAN I GET SOME HELP RE-WRITING THE BELOW. CODE 2 REFERENCES CODE 1 USING $sendData VARIABLE. I WOULD LIKE TO REMOVE CODE 1 COMPLETELY. CAN I GET HELP WRITING CODE 1 INTO CODE 2, PERHAPS IN FORM OF ARRAY? CODE 1 $sendData = '{ "messages" : [ { "content" …

0
32
Member Avatar for Essam_4
Member Avatar for SoftBa
0
267
Member Avatar for Raja Huzaifa

Hi its Huzaifa From Pakistan! i am a designer (web and graphic). want to learn **programming**

Member Avatar for Dani
0
259
Member Avatar for jessica_10

Hello Everyone! I'm curious on how much should I charge my client to maintain his website? updates, few changes. I am new to this job, so I am not sure how it works, i'm a freelancer. Website Information : 1. Wordpress 2. They have template already, and information on their …

Member Avatar for Dani
0
140
Member Avatar for Jessica_16

I am new to web development but I want to enhance my skills, so please be nice to me. I build a blog already, using wordpress, but is there anyone here build a website for an artist/actor before? Like, for real? Because i knew, we have a copyright for images, …

Member Avatar for Dani
0
52
Member Avatar for Richard Dickson
Member Avatar for mildered

i am new here and and want to know about the web development. i want to become a professional web developer. i am confused about where to start? can anybody help me.

Member Avatar for Dani
0
72
Member Avatar for Sathyaprakash

I have added a custom code to validate the phone numbers to be 10 digits on checkout fields. Here is the code add_action('woocommerce_checkout_process', 'phone_number_validation'); function phone_number_validation() { global $woocommerce; if ( ! (preg_match('/^[0-9]{10}$/D', $_POST['billing_phone'] ))){ wc_add_notice( "Incorrect Phone Number! Please enter valid 10 digits phone number" ,'error' ); } } …

Member Avatar for Dani
0
254
Member Avatar for madhan

Hi - I am working with a windows OS created wordpress plugin unit testing code written as below <?php class Test_WP_Simple_Plugin extends WP_UnitTestCase { public function test_constants () { $this->assertSame( 'wp-simple-plugin', WPSP_NAME ); //Error line $url = str_replace( 'tests/phpunit/tests/', '', trailingslashit( plugin_dir_url( __FILE__ ) ) ); $this->assertSame( $url, WPSP_URL ); …

Member Avatar for rproffitt
1
48
Member Avatar for aberagetahun
Member Avatar for pritaeas
0
37

The End.