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.

DavidAndrewReilly

Members
  • Joined

  • Last visited

Everything posted by DavidAndrewReilly

  1. Yes, that was completely my fault. I should have never made any changes in the WordPress editor. Never again!
  2. Update! I have been on to LCN and they have reset my WordPress install. I will need to reinstall my theme, but everything else is fine. Sorry to bother you all.
  3. Hello, everyone, I could really do with your help. I was trying to remove WordPress sign hints at login. I saw a video on YouTube about disabling hints that could make it harder for hackers to access my website. It did not go well. I am currently logged out of my account. I contacted my web hosting (LCN) account and they say they can restore it for on their end for £50 + Vat! I have backups. I backup my website every week. (UpdraftPlus) The error message is included below. I only edited the functons.php file. I tried to upload an older version of the functions.php but it didn't work. (FileZilla) Fatal error: Call to undefined function add_theme_support() in /www/sites/674/efc/www.aspirationscotland.co.uk/web/wp-includes/functions.php on line 24
  4. Thank you for the responds. Buying premium themes for each client would leave the web designer with little profit at the end of the job. themeforest templates can be very expensive. The price I was looking at anyway.
  5. Hi everyone, this may sound like a silly question. How do web designers use a Premium Theme like the X Theme and then design websites for multiple clients? Does the Regular license cover that? Thanks in advanced.
  6. Hi everyone. I have included a screenshot below to show you my issue. I have a second row menu when I only want one. When you click on to another page it is back to a single row. Including when you go back to the home page the second row has now disappeared. This is my first WordPress Website so I am still getting use to how it works. Thanks,
  7. Thanks for the feedback Jane. Yes, that's my gears icons. I did try at the bottom, but it covered the arrow short cut to the top of the page. I will maybe have a look at it again. Thanks,
  8. Thank you for the advance. I will do that.
  9. Hi everyone, I am just about finished my first WordPress site. I would be grateful if anyone from the community could look and see if I have missed anything big. Thanks in advance, the link to the site is below. URL: www.aspirationscotland.co.uk/development
  10. Yes Robert, I think you are right. I would be doing work for small business. I have no corporate work outside of video work. Thanks again for the advice.
  11. Hi rbrtsmith, I am starting to get more work with video now, and I am not sure what to do. Most clients I deal with don't care if its coded in Dreamweaver or WordPress. I may not have the time to really look at the code. Thanks for the advice.
  12. I am looking into moving away from Adobe Dreamweaver and turning to Adobe Muse or WordPress. The reason for this is because my coding skills are not great. Does anyone have experience with Adobe Muse? I am planning in using premium templates for my own website and future clients. Any advice is welcome.
  13. Hi, everyone. I need your help with a website www.dianneinglis.com I am moving over to WordPress and will stop using Dreamweaver. The reason is I am not very good at coding. If someone could look at this HTML website and tell if there are some quick fixes you can see. Thanks everyone.
  14. I wonder if anyone can help me. Someone ask me to help them with their website. They have a GoDaddy InstantPage I have tried to remove this, but have not been able to this. Does anyone have experience with this?
  15. Thanks newman, I will give it a try.
  16. Yes I think it could be my email filters. Thanks,
  17. This is probably a long shot, but does anyone know how I can reduce the number of these emails. Screenshot Below. I am getting three a day, different email address and different text, but that’s it. Is there anything I can do on my end? Thanks,
  18. Yes JordanC you are right. I didn't want to come across as self promoting, but you do need the link. Website URL: www.aspirationscotland.co.uk
  19. I am have an annoying issues, most of my social icon buttons are greyed out on my home page. I have included a screenshot below. I am drawing a blank where to fix this. I have a few CSS files, bootstrap etc. Thanks, <div class="nav2"> <div><a href="https://www.facebook.com/FacebookName" class="facebook-icon"></a></div> <div><a href="https://plus.google.com/+GooglePlusName" class="google-plus-icon"></a></div> <div><a href="https://twitter.com/TwitterName" class="twitter-icon"></a></div> </div>
  20. Hello, I am having a hell of a time with my website and open search graph. I have supplied you with the code I use for it. It is working fine on my mobile, but not my Laptop, other people have told me they can see it on mobile buy not on a desktop. I have also included a screenshot from my phone, showing it works on mobile. The image is located in my images folder on the server. <meta property="og:title" content="Aspiration" /> <meta property="og:type" content="website" /> <meta property="og:url" content="http://www.aspirationscotland.co.uk/" /> <meta property="og:image" content="http://www.aspirationscotland.co.uk/images/open_graph.jpg" /> <meta property="og:description" content="Aspiration offers clients the following services: Web Design, SEO, Video Production, Audio Production, Personal Tuition and Computer Repairs." /> Thanks,
  21. Hello, do you think there is anything I am missing with my .htaccess file. Thanks, <IfModule mod_expires.c> # Enable expirations ExpiresActive On # Default directive ExpiresDefault "access plus 1 month" # My favicon ExpiresByType image/x-icon "access plus 1 year" # Images ExpiresByType image/gif "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType image/jpg "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" # CSS ExpiresByType text/css "access 1 month" # Javascript ExpiresByType application/javascript "access plus 1 year" </IfModule> # Redirect non-www urls to www RewriteEngine on RewriteCond %{HTTP_HOST} !^www\.aspirationscotland\.co\.uk RewriteRule (.*) http://www.aspirationscotland.co.uk/$1 [R=301,L] # Deflate for speed AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript # Prevent image hot linking RewriteEngine On RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www.)?aspirationscotland.co.uk/.*$ [NC] RewriteRule .(gif|jpg)$ http://www.aspirationscotland.co.uk/hotlink.gif [R,L] # Security <Files .htaccess> order allow,deny deny from all </Files>
  22. Drt_t1gg3r yes I do get lost in the code. Thanks for the advice, and also for the link you send me. Nfc212 you make a very good point about a PDF instead of an Excel Doc. I have added it to my list of things to change. The portfolio does suffer in the mobile version.
  23. Hello, I could do with your help. I have a Moto G phone with Google Chrome, but when I view my website, my main text has been cut off, and the front is a default not the one I want (AR Destine). I am using a responsive web design. I have been messing about in style.css, but still can’t fix it. www.aspirationscotland.co.uk
  24. My apologies to everyone, I was given a PDF Document with details. Sorry to waste your time.
  25. Fair Point CHEWX. Template/Theme: Realm v1.3 Unique One Page Parallax Responsive HTML5 FULL. I'll try and upload a file soon.

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.