Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

DaddyFinco

Members
  • Joined

  • Last visited

Everything posted by DaddyFinco

  1. Your post seems a little confusing. You said Then you later said: When I see "ground-up rebuild", I assumed it was with a CMS and you want to do it without a CMS ie from scratch. So to answer your question, if you want to use WordPress, simply search for a WordPress theme that suits what you need best. A good theme will usually come with the rest of the logic you are worried about. In fact, the whole point of using WordPress is to worry less about logic
  2. I perfectly understand this because I used to face this same issue. But I later came to realize that there are guys that specialize in the physical look (UI) and in the User Experience (UX). SO what I did and still do till this day at my company is to give a good UI/UX designer. They will design how the website/Mobile App should look like and send it back to us in PNG. Then we can implement the design in code. This way, we do not waste time on trying to be creative with the appearance. Now if the project is a low budget project, I use websites like Dribble, Codecanyon and other similar Apps to get design concepts to put together. I make sure this process does not take too much time though.
  3. Okay sorry I misunderstood the goal. I've always imagined something like this too. Planning on building such a tool cause I've not really seen any that meets exactly this requirement. I think a graphics design software like Photoshop will be your best option now
  4. In summary, it's called Optical Character Recognition (OCR) Just google online OCR. Try this: https://www.onlineocr.net/
  5. Usually this error is caused by a firewall blocking your connections. The firewall can either be on your computer, router or on the server. Try connecting to the website using a different ISP. If connection is still refused, then it is possible your webserver software is not running. When apache, nginx or any other webserver software crashes, port 80 will have nothing listening on it and the server firewall takes over that port to refuse connections It will be hard to be sure without a link.
  6. @fisicx wow your patience is AMAZING. I cannot put it in words but your patience is like God's personal gift. 😰 Reading these posts, I personally think the op is just trolling and trying to get his post count up. Please stop responding because the questions will not stop. And everyone knows you answered the OP's question already. GOD... YOU ARE PATIENT ! !!! @fisicx (y)
  7. It seems like it runs locally with IIS server? Unfortunately, I'm not familiar with IIS. But from the log, those files don't exist in the path. Just like @fisicx mentioned. So confirm if they exist. Secondly, if they exist, check the permissions in the file path, see if it has the correct permissions. You can use 755 for directories and 644 for files. I'm not sure if you are familiar with these.
  8. To Debug Internal Server Errors, you need to turn on debugging. Go to your wp-config.php file Look for define( 'WP_DEBUG', false ); Change false to true. If it does not exist, add it yourself. After adding it, try installing woocomerce. You should see a more descriptive error message that tells you exactly what the issue is. If you still don't see it, go to the next step Finally, check your error logs and paste the most recent error here.
  9. Wow, I am quite surprised. Well the "dummy" website you designed is way better. I am surprised that someone would design a website like this and feel that they have delivered a Gig. You should probably pay him off and continue the design yourself with your dummy website. Or get a good developer to finish your project
  10. You have a syntax error in the first one. You wrote margin; 0px 10px; Instead of margin: 0px 10px; Notice the : just after margin.
  11. Like @fisicx said. The keyword meta is 100% useless to google. To target keywords, you are going to have to do it the hard way... In summary Keyword Research Content Creation Back link creation Planning to write a detailed article on this

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.