Everything posted by DaddyFinco
-
Web dev obstacle | Update ±100 pages with content from central database
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
-
This is where I am struggling
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.
-
image into editable version?
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
-
image into editable version?
In summary, it's called Optical Character Recognition (OCR) Just google online OCR. Try this: https://www.onlineocr.net/
-
"ERR_CONNECTION_REFUSED"
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.
-
DOES AN ICON WITHOUT UNDERLYING LINK HTML WORKS OR NOT ?
@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)
-
WooCommerce plugin not working
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.
-
WooCommerce plugin not working
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.
-
Opinion on website created by Fiverr Seller
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
-
Check My new Website Design
Where is the link?
-
Numpty question: Margins not working
You have a syntax error in the first one. You wrote margin; 0px 10px; Instead of margin: 0px 10px; Notice the : just after margin.
-
design website keywords
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