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.

Corbula

Members
  • Joined

  • Last visited

  1. I know that this website isn't brilliant but it's my first proper design in photoshop and then built in html/css so i'm still kinda proud of it even though it doesn't look that great. What feedback could you give on the design and the way it's built? Thanks http://www.asgdatasolutions.co.uk/dev/ri/index.html
  2. Just to let you know i've managed to do this using a different plugin. http://wordpress.org/extend/plugins/wp-ui/
  3. I think you may have misunderstood. I'm using this plugin for the tabs in my content. http://wordpress.org/extend/plugins/put/ This plugin allows you to use shortcodes in a page or post and it will put the content in to tabs. I want to use these shortcodes in a template file instead so when i make a page/post it will automatically use the shortcodes and putting the content in tabs. I'm sorry if i've misunderstood you.
  4. As i don't know a lot of php i'm not really sure how to do that. I am using a plugin which puts content into tabs.
  5. This is in a template file so it needs content inside the shortcodes otherwise it doesn't know what content to display. I tried this just to see if i could get the tabs working in a template file but this didn't. It needs to have the custom fields in it though like above so it knows what to display. <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <h1><?php the_title(); ?></h1> <?php do_shortcode('[tab name="Overview"] tab content 1[/tab]'); do_shortcode('[tab name="Features & Benefits"] tab content 2[/tab]'); do_shortcode('[tab name="Options & Accessories"] tab content 3 [/tab]'); do_shortcode('[tab name="Downloads"] tab content 4 [/tab]'); do_shortcode('[tab name="Supplies"] tab content 5[/tab]'); do_shortcode('[end_tabset]');?>
  6. I've got a custom post type in wordpress with multiple fields and i'm trying to get them displayed in a tabbed format on the page. There are plugins but they use shortcodes for the tabs. What i want is to use the shortcodes in the template file so they automatically put the content into tabs. The problem is between the opening and closing shortcode it needs php to retrieve the contents of the field. It also has a div to display an image using more php code. Here's some code which will hopefully show what i'm trying to do. I know it's wrong because it has php nested inside php. <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <h1><?php the_title(); ?></h1> <?php do_shortcode("[tab name='Overview']<div id="product-image"><?php the_post_thumbnail(); ?></div> <?php the_field('overview'); ?>[/tab]"); do_shortcode("[tab name='Features & Benefits']<?php the_field('features_&_benefits'); ?>[/tab];"); do_shortcode("[tab name='Options & Accessories']<?php the_field('options_&_accessories'); ?>[/tab];"); do_shortcode("[tab name='Downloads']<a href="<?php the_field('downloads'); ?>">Download PDF</a>[/tab];"); do_shortcode("[tab name='Supplies']<?php the_field('supplies'); ?>[/tab];"); echo do_shortcode("[end_tabset]");?> Anybody know how i can do this? Thanks
  7. Thanks, i've seen that before but unless you buy the premium version you can't submit tickets from the front end. So i don't know how my users would be able to use it.
  8. Thanks, but i've decided to use Wordpress. Does anyone know any wordpress plugins for a support ticket system? I've tried a couple but they haven't been great and a lot of them are premium ones. Any way to make one myself using a contact form and some other things?
  9. No that would be the problem. I don't know how to write plugins.
  10. Thanks that OpenRealty looks promising. Is it a stand alone CMS or does it work with some other CMS? Has anyone got any experience with OpenRealty?
  11. I've been asked to build a relatively simple web site for somebody. It needs to have a ticket support system on the website and i think but i'm not sure it will need to be able to sell a few products as well. It's going to use a CMS as it needs to be simple to use and edit because they will be managing it themselves once it's built. I've thought about Wordpress for it's simplicity but would it be able to do what i need it to do? Any others you would recommend instead?
  12. Thanks i didn't know that but it needs to be a cms to manage the content and make it easier for people to use.
  13. Thanks but Expression Engine is quite pricey, i was thinking more free open source.
  14. For building a property website are there any CMS's that are suited for this out of the box? Or what would be the best CMS to use to build it with? Think rightmove sort of website.
  15. Yes, but if all you need to do is install a mobile theme what's the point of the plugins like wptouch?

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.