1

(2 replies, posted in Plugins)

I've updated the page with an example for Youtube videos.

Any online documentation for Wordpress shortcodes will also apply here.
Check out WP own docs here : http://codex.wordpress.org/Shortcode_API
and at the bottom of that pages for more examples.

2

(2 replies, posted in Plugins)

This topic if for the forthcoming plugin GS_Shortcodes which is currently in beta on Github

please use it to discuss the plugin or post shortcode examples.

Tks, Mike...

3

(7 replies, posted in Off Topic)

oK see it now on IE and firefox only...

Not affecting chrome/rockmelt.

4

(7 replies, posted in Off Topic)

I'm not seeing this at all.

Have you cleared your cache?

5

(14 replies, posted in Plugins)

@alienee2 - shortcodes is up on github @ https://github.com/n00dles/gs_shortcodes
its fully working and I've included a lot of working shorcodes in gs_sortcodes/shortcodes.php

I'll be releasing it at the same time as TheMatrix as both of them work very well together.

The Plugin Tab - shortcodes info list the included shortcodes and the syntax...

6

(7 replies, posted in Off Topic)

this issue should have been fixed from this morning (GMT)

It might still be cached on your work proxy or computer...

7

(15 replies, posted in General Problems)

must be cached it looks clean now.

8

(7 replies, posted in General Problems)

Can you disable / remove the i18n plugin and see if it functions?

9

(7 replies, posted in General Problems)

The site above is wordpress ???

Have you turned on GSDEBUG in the file GSCONFIG.PHP

Any errors show up?

10

(16 replies, posted in Beta Testing)

@carlos, thanks for that.. updated...

11

(12 replies, posted in Installation & Setup)

is the server Apache/Nginx/IIS ?
Localhost or Live server ?
What version of PHP?
Are there any errors / warning on the install screen?

Do you have internet access?
After r635 we introduced a new option in GSCONFIG, GSNOCDN which loads local copies of JS etc.. rather than from google CDN.

12

(12 replies, posted in Installation & Setup)

what is your server configuration ?

Also have you turned on GSDEBUG in gsconfig.php , any errors?

13

(12 replies, posted in Installation & Setup)

why are you using Betas? Does the stable 3.1 not work?

14

(8 replies, posted in General Questions)

Just create a page and set the parent to the page you require.

Bear in mind the demo site (hosted outside of GS ) is only using 3.0 and the theme on the front end does not support submenus.

Mike.

15

(8 replies, posted in General Questions)

CKEditor support IPAD/IoS is quiet limited as far as I know.

16

(16 replies, posted in Beta Testing)

@carlos, the theme editing selection should be fixed now in the SVN.

17

(10 replies, posted in General Questions)

Hii Andy,

i think what your looking for is here:

http://get-simple.info/wiki/how_to:edit … stom_files

Mike.

18

(19 replies, posted in Beta Testing)

This should be sorted in the latest SVN version, it was a simple CSS issue...

19

(14 replies, posted in Plugins)

@alienee2, let me clean up the code a little and i'll post it up.

20

(14 replies, posted in Plugins)

I have shortcodes plugin that hasn't been released to the public if you want to give it a try...

works exactly like Wordpress shortcodes...

let me know if your interested and I can put the code up somewhere

Info on WP shortcodes here http://codex.wordpress.org/Shortcode_API

21

(19 replies, posted in Beta Testing)

@Carlos, something wrong with the codemirror bundle, will have this fixed tonight.

@moglika, Whats so complicated ??
Copy to your plugin folder and put in your e-mail address and your done!!

What do you want?

Edit: instructions are in the first post of this topic.

it just requires get_header() in the head section of your template.

what plugins do you have installed ?

25

(13 replies, posted in Themes)

when installing the theme on a blank GS install, the default page <pre> and <code> blocks don't look quiet right, suggest you change lines 167 to

article code {
          white-space: pre;
          white-space: pre-wrap; 
          white-space: pre-line; 
          word-wrap: break-word;
          font-family: monospace;
          line-height: 17px;
          margin: 5px 0 15px 0;
          color: #888;
    }
    article pre {
          white-space: pre;
          white-space: pre-wrap; 
          white-space: pre-line; 
          word-wrap: break-word;
          padding: 15px 20px 15px 20px;
          font-family: monospace;
          line-height: 17px;
          margin: 5px 0 15px 0;
          border: 1px dotted #888;
          color: #888;
    }

otherwise looks great....