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.

eCenica

Members
  • Joined

  • Last visited

  1. +1 for Yoast SEO (formerly WordPress SEO). The plugin has loads of SEO features out of the box and used by beginners and pros. The only negative I can think of is as the plugin feature list grows it could be considered overkill/bloated for some WordPress users.
  2. There's also of course the get_the_title() function which will return rather than echo the post title.
  3.    dpuk44 reacted to a post in a topic: Google Map API 3 help
  4. We recommend this website to our web hosting members; https://snazzymaps.com/ The website includes a bunch of free Google Maps styles and a neat Editor. Rich
  5. Have you tried adding 10px to your 'bottom:' property value... /** Generic Bottom Captions **/ #bottom-caption, #about-caption, #ingredients-caption, #recipes-caption, #stockists-caption{ width: 100%; bottom: 110px; right: 40px; position: fixed;} Rich P.S: - You're also missing your retina @2x logo image http://charlyanderson.co.uk/MixSingh/wp-content/uploads/2015/03/logo@2x.jpg
  6. If both domains are available for registration we recommend registering both. Make the .com your primary domain and 301 redirect the .net over to your .com Rich
  7.    andy9l reacted to a post in a topic: How to move wordpress to another domain
  8. This Search & Replace DB script is also useful for swapping references of your domain name in your WordPress database. http://interconnectit.com/products/search-and-replace-for-wordpress-databases/ Importantly. If you're using it on a live web hosting environment make sure you delete the file after use.
  9. eCenica replied to Beavy's topic in General Chat
    You might also want to look at a cheap Reseller account. A big advantage I find with Reseller accounts over multi-domain accounts is each website is independently hosted within it's own space. In multisite hosting, each site is normally a sub-folder within the parent website/domain. It drastically limits the chances of accidentally overwriting an important file in one website when you're pushing up an update in another. Cheers Rich
  10. Looking at the comments on GitHub the general advice is use respond.js (as above) or just leave it. https://github.com/twitter/bootstrap/issues/2203 Rich.
  11. Have you checked your raw server logs? They might shed some light on what's going on and whether theres any suspicious activity. Rich.
  12. You might also want to checkout this WordPress plugin; Theme Test Drive Our own in-house web team use this plugin with our custom coming soon theme/page. Also receives positive feedback from our WordPress hosting customers. Cheers, Rich
  13. We use the below in our WordPress sites to enable short codes in excerpts; add_filter( 'the_excerpt', 'do_shortcode',11); Note the '11' priority parameter. Try incrementing the priority up and down until you get the desired result. Cheers Rich
  14. Right. I see what you mean. Thinking about it you probably don't need the A-Z categories. You could just amend your theme code to display the county categories on the fly. There's a few "A-Z" plugins and code snippets on the web which seem to help with this. In terms of showing adverts if you want to take the simple approach you use the WordPress is_category conditional tag; http://codex.wordpress.org/Function_Reference/is_category Hope this helps. Oh, your site looks good! Cheers Rich
  15. I'm sure we've done something similar to this in one of our WordPress websites. In your example above, will the reviews for Devon and reviews for Yorkshire appear on the same page? (or in WordPress talk 'Loop') http://codex.wordpress.org/The_Loop Rich
  16. You're best contacting the theme author / copyright holder and asking them direct. Rich.
  17. CSS is rendered 'top-down', so if you queue your new style sheet below the theme's stylesheet it will override any rules in the previous stylesheets. As teodora says, hooking into the WordPress wp_enqueue_scripts action is the neatest way of adding a stylesheet. Alternatively, you could edit your WordPress themes header.php file and insert your new style under it's own style. Another option is to add a conditional if / else statement to load an entirely different style sheet based on the page id or slug. http://codex.wordpress.org/Function_Reference/is_page Hope this helps! Rich

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.