User menu

GK User
Mon Sep 02, 2013 8:26 pm
Hello,

Today I work to user menu of my website and already have few problems. First of all is: I want to put user menu in the same line with logo and search (see the attachment).

The second problem is: when I click "create article" and "send weblink" i get this errors:


JFile: :read: Unable to open file: /home/liveiasi/public_html/../plugins/editors-xtd/gk_typography/gk_typography/css/gk_typography.css
JFile: :read: Unable to open file: /home/liveiasi/public_html/../plugins/editors-xtd/gk_typography/gk_typography/js/gk_typography.js

Can you help me please. The website address: http://www.live-iasi.ro
User avatar
Junior Boarder

GK User
Sun Sep 08, 2013 7:30 am
Hi,
About this:
Code: Select all
JFile: :read: Unable to open file:......


Check if you have this file, if not, copy it from quickstart (gk_game_magazine_quickstart_J!25.zip).
But check if you have installed & enabled plg.editors-xtd.gk_typography.zip plugin.
User avatar
Platinum Boarder

GK User
Sun Sep 08, 2013 7:48 am
About second question " I want to put user menu in the same line with logo and search"
I suggest two solutions:

1) Use "search" module position.
2) Add new module position near search , editing this file: gk_game_magazine\layouts\blocks\logo.php

How to use custom CSS and How to add new module position --> http://www.gavick.com/documentation/cat ... -template/
User avatar
Platinum Boarder

GK User
Sun Sep 08, 2013 9:51 am
I look on my website and I found it : public_html/plugins/editors-xtd/gk_typography. I don't know how to enabled. Can you help me please?


Pawel F wrote:Hi,
About this:
Code: Select all
JFile: :read: Unable to open file:......


Check if you have this file, if not, copy it from quickstart (gk_game_magazine_quickstart_J!25.zip).
But check if you have installed & enabled plg.editors-xtd.gk_typography.zip plugin.
User avatar
Junior Boarder

GK User
Sun Sep 08, 2013 10:15 am
That's strange because you have this file on your server CSS/JS.

Temporary please try this:

1) In configuration.php file in public $live_site = '';
add URL of your webiste

Code: Select all
public $live_site = 'http://www.live-iasi.ro';


Check again!

2) Check gk_typography.css permissions.

3) If won't help - Disable CSS compression in the template setting, and check again.
User avatar
Platinum Boarder

GK User
Sun Sep 08, 2013 10:17 am
I have additional question
The second problem is: when I click "create article" and "send weblink" i get this errors:


From front-end or back-end of Joomla you see this error message?
User avatar
Platinum Boarder

GK User
Sun Sep 08, 2013 9:09 pm
From Front end i get this error
User avatar
Junior Boarder

GK User
Sun Sep 08, 2013 9:19 pm
When disable css compresion disappeared error JFile: :read: Unable to open file: /home/liveiasi/public_html/../plugins/editors-xtd/gk_typography/gk_typography/js/gk_typography.css

butt i steel get this error:

JFile: :read: Unable to open file: /home/liveiasi/public_html/../plugins/editors-xtd/gk_typography/gk_typography/js/gk_typography.js

Pawel F wrote:That's strange because you have this file on your server CSS/JS.

Temporary please try this:

1) In configuration.php file in public $live_site = '';
add URL of your webiste

Code: Select all
public $live_site = 'http://www.live-iasi.ro';


Check again!

2) Check gk_typography.css permissions.

3) If won't help - Disable CSS compression in the template setting, and check again.
User avatar
Junior Boarder

GK User
Sun Sep 08, 2013 9:23 pm
I disable Javascript compresion from template and now its everything ok. Thank you
User avatar
Junior Boarder


cron