Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] GS Square IT gallery isn't working
#1
I use GS 3.0
In my local installation (c://xampp/htdocs/getsimple otherwise http://localhost/getsimple
everything in gallery is working

The same version in http://getsimple.tetepoulidis.gr .... gallery doesn't work. (this is a demo site)
Insted of this I get in my page contents this: {squareit_gallery_4dba516d5f5e3}

this is one of my galleries

Can anyone help ??
Reply
#2
You need to go to the settings tab, and change the server address.

Looks like it still set to localhost.

M

Edit: maybe not, looking at the image on your home page its src is localhost which let me to believe its the above.

Also make sure you have the plugin installed and enabled.
My Github Repos: Github
Website: DigiMute
Reply
#3
my image in Home Page was a mistake and I 've fixed it but it wasn't the solution.

I made my changes (site URL/ http://getsimple.tetepoulidis.gr) and in .htaccess ( RewriteBase / because in my xampp installation was RewriteBase /getsimple)

p.s. the same is and on contact page (it shows only the code (% contact %)
Reply
#4
Checking your page now it seems everything is ok? Gallery and contact form work for me, no placeholder tags anywhere. What was the culprit, how did you fix it?

I'm a little confused about your last post.
Reply
#5
Listen .... I don't know exactly. I was working until 2.00 a.m.

In my previous installation I used one trick of ZEGNANT because my news manager (and generally ckeditor) in greek language was like: "α&sigma .... e.t.c.) I set up my

gsconfig.php as:

define('GSEDITOROPTIONS', "entities :false");

and some other changes in news_manager.php as:

* in function save_article()
instead of this
$title = htmlentities($_POST['post-title'], ENT_QUOTES, 'UTF-8');
$content = htmlentities($_POST['post-content'], ENT_QUOTES, 'UTF-8');
$excerpt = htmlentities($_POST['post-excerpt'], ENT_QUOTES, 'UTF-8');
I puted this
$title = htmlspecialchars($_POST['post-title'], ENT_QUOTES, 'UTF-8', false);
$content = htmlspecialchars($_POST['post-content'], ENT_QUOTES, 'UTF-8', false);
$excerpt = htmlspecialchars($_POST['post-excerpt'], ENT_QUOTES, 'UTF-8', false);

I don't know if it was the problem, I installed GS again without enything of these and it seems work properly.

Now I try from the beggining to make my ckeditor save in news.xml greek language in right way.
Reply
#6
yassou,

I think the entities for the editor are responsible for that

we should add this setting to the standard-editor-configuration ;=)
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#7
Connie Wrote:yassou,

I think the entities for the editor are responsible for that

we should add this setting to the standard-editor-configuration ;=)



Thanks Connie ... After 5-6 hours I understood that (I'm newbie in php)

GREAT CMS MANAGER ... GETSIMPLE is simple for all
Reply




Users browsing this thread: 1 Guest(s)