107 Topics

Member Avatar for
Member Avatar for Read a Book

Hello everyone i want to disable the automatic swipe effect on my product page on this site https://kupisi.mk the lib is called lightgallery i am not able to find the line of code to turn it off for 2 days i need fresh pair of eyes !! :S i made …

Member Avatar for kimnancy
0
47
Member Avatar for FarrisFahad

Hi, I am using JS in my website to load more content. I have buttons or input type button as my load more content. I am worried that Google won't index the content behind the load more button because it's a button and not an anchor tag. Here is what …

Member Avatar for Dani
1
120
Member Avatar for lenalauren22

Hi all, I am new to coding and I've been receiving the error message for Unexpected Token '<'. The problem seems to be located in the very first line in my <!DOCTYPE html>. I am not sure what I am doing incorrectly. I've checked settings, rewritten the code, etc. Help …

Member Avatar for AndreRet
0
128
Member Avatar for dloj333

A hosting site I use was breached and a landing page form is hacked. The hack does not affect my other domains or their forms. I have reset .httaccess, swapped out the email address I use for the form, changed the PHPMAILER_master with the original, and put in a honeypot …

Member Avatar for john_111
0
161
Member Avatar for Mindmade
Member Avatar for rproffitt
-1
13
Member Avatar for Mark_136
Member Avatar for Adolfo_1

Hi.. I would like to send an order confirmation email with the cart details. But it doesn't show the string in php, only html. My script: $to = 'adolph@site.it'; $subject = 'New Order'; $from = 'info@newsite.it'; $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; // …

Member Avatar for Adolfo_1
1
36
Member Avatar for Christopher_45

According to me, some important elements in HTML5 that support media are <video>, <embed>, and <source>. I would like to know something more about it from you guys.

Member Avatar for Dani
0
92
Member Avatar for borobhaisab

Hello Programmers, We use the fragment in urls for the browser to hone in on a particular secion on our page. http://www.yoursite.com/#heading_number~1 http://www.yoursite.com/#heading_number~2 And so on. Now, we can easily open those particular sections in iFrames of your's or third party site's) that does not have a fragment {#) in …

Member Avatar for Naor
0
159
Member Avatar for borobhaisab

Hello Php Programmers, I want to open iframes, more than one, to some of my webpages from other webpages. What do I need to be careful off so no crook injects anything malicious on my site or on my visitors' clientsides ? Q1. Which of these attributes, mentioned in the …

Member Avatar for Dani
0
192
Member Avatar for borobhaisab

Hiya, I need to know something. First I thought Sitemap Xml files will list all .html and .hml and .shtm and .shtml files. All pages of the website. But now I see, Sitemap xml files also list other xml files. Check this one out for what I mean: https://www.rocktherankings.com/sitemap_index.xml So …

Member Avatar for Dani
2
901
Member Avatar for Stefce

I am using google drive to upload manually the images there and with sharing link to display them on my website. But it makes troubles sometimes the images doesn't load fully. Is this proper way of displaying the images faster on your website? The website is coded using HTML only …

Member Avatar for john_111
1
232
Member Avatar for Stefce

Hello everyone. I need a little help with my html code. I want to load html file (menu.html) inside my index.html file I am trying to achieve this using JavaScript. Here is an example how i am trying to achieve this. this is menu.html file <!-- Mobile Nav (max width …

Member Avatar for Dani
1
320
Member Avatar for Ranniel
Member Avatar for beyermusic2

I am new to html and css. I am putting together a project to display favorite singers and favorite movies. I am getting errors in the code. They are: I have been trying to find answers but need a little help. Any help would be greatly appreciated. ✗ The photo …

Member Avatar for Dani
0
955
Member Avatar for beyermusic2

The child selector simply refers to the NEW word in the word in the center-text class. The h2 must be singled out as child. Here's task - Add a CSS rule for all span elements that are children of h2 elements that sets the text color to #FA9F42 and its …

Member Avatar for Dani
0
3K
Member Avatar for larry29936

I want to set a max width for all pages on a web site but have no idea where to set it in the CSS file. I tried setting it in both the body section and the html section without success. I'd appreciate some help on this. Thanks in advance.

Member Avatar for mtyide
1
319
Member Avatar for lisag6

Hi - We have this line ~Contact.FirstName~ in our subject line for an email. We need to add an 's at the end to make it plural. So it would read Joe's instead of just Joe.

Member Avatar for gce517
1
206
Member Avatar for larry29936

I’d like to force my code to pause after completion and before displaying a completion message. I’ve tried sleep and wait commands but they affect the start of running the code. I’ve searched the web for how to do this for two days with no success. The reason for wanting …

Member Avatar for Dani
1
131
Member Avatar for cristian_12

I’m pretty sure I have the wrong or I am missing a correct relative address to get an image from a folder to pop up on my HTML page. I currently have <figure> <a href=“morel.jpg”> <img src=“morel_thunb.jpg” alt=“morel”> </a> <figcaption>a morel I found</figcaption> </figure>

Member Avatar for Dani
0
30
Member Avatar for Mr.M

Hi DW. Is there anyone who know how I can I develop an App that's like TeamView for Android so that I will be able to remotely access the phone via browser on my website? What I want to do is that instead of directly accessing the phone I want …

Member Avatar for rproffitt
1
79
Member Avatar for kenben10
Member Avatar for Dani
0
59
Member Avatar for kevindougans

![Screen_Shot_2022-02-18_at_19_31_27.jpg](https://static.daniweb.com/attachments/0/9d7516d5e671e13eb3a629920d7e4e35.jpg) I'm trying to make a form all in one line instead of over multiple lines/height. It can be seen on https://grapefruit-crocodile-hdl3.squarespace.com/ (pwd: contagency) It's supposed to look the attached image, any pointers appreciated. I've got this far, so far: form { display: flex; } .form-item.field.email, .form-item.field.select, .form-button-wrapper.field.submit { display: …

Member Avatar for Dani
1
157
Member Avatar for Thropian

I'm making a html/js game, and attempting to add on screen controls for mobile use. However, I have found that pressing and holding on a button on mobile will highlight the button as though it is pressed but no onMouseDown event is fired and the page is simply waiting for …

Member Avatar for Thropian
0
2K
Member Avatar for Sarah_27

I am stuck in between Adobe Analytics and Google Analytics.. Help me out.... Should I go with the traditional style or use any other Analytics??

Member Avatar for AccuWeb Hosting
5
6K
Member Avatar for Mr.M

Hi DW. I'm trying to display a popup over an input box, but the issue is that some websites that I want to also display on have div class name that contains many classes in it which result it a div class name to have spaces in it which is …

Member Avatar for Mr.M
0
1K
Member Avatar for ChrisJ

I’m trying to modify a web script where a drop-down works successfully. How can another drop-down field appear only after a selection has been made from the first drop-down list? Here’s the current code: <?php if ($pt->page == 'category' && $pt->show_sub == true) { ?> <div class="pull-right col-md-3 no-padding-left"> <select …

0
43
Member Avatar for ChrisJ

I am trying to display something on web pages that show this in the url: "sub__" for example: ...com/videos/category/1/sub__536. It was suggested I try this code: $page = basename($_SERVER['PHP_SELF']); if ($page=="....") { echo Hello World; } elseif ($page=="....php") { Some Other code... } but I don't know where to place …

Member Avatar for Dani
0
31
Member Avatar for Wendell_3
Member Avatar for Dafary

The End.