-
Trade counter & showroom website
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
-
Wordpress shortcode in template file
Just to let you know i've managed to do this using a different plugin. http://wordpress.org/extend/plugins/wp-ui/
-
Wordpress shortcode in template file
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.
-
Wordpress shortcode in template file
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.
-
Wordpress shortcode in template file
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]');?>
-
Wordpress shortcode in template file
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
-
simple CMS with support sytem
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.
-
simple CMS with support sytem
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?
-
Property CMS?
No that would be the problem. I don't know how to write plugins.
-
Property CMS?
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?
-
simple CMS with support sytem
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?
-
Property CMS?
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.
-
Property CMS?
Thanks but Expression Engine is quite pricey, i was thinking more free open source.
-
Property CMS?
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.
-
Most user friendly CMS?
Yes, but if all you need to do is install a mobile theme what's the point of the plugins like wptouch?