Frontpage Image Overlay in Writer tplt / image not display

News Show Pro GK5 - flexible, responsive and easily extendable free Joomla module support forum.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Jan 13, 2015 11:01 pm
I tried different settings, no way to make work NSP5 properly with the Frontpage Image Overlay portal mode. It tryed with a joomla article, K2 element, I added the fixed-content page suffix in the features Tab from the template settings and the frontpage-overlay suffix in the NSP5 module, but the image still not display.
The temporary URL is http://181.224.147.190/~vulpicul/sites/valbrillant.ca/
Could someone help me :o
User avatar
Junior Boarder

GK User
Wed Jan 14, 2015 7:49 am
The problem is that NSP don't see somehow that this Joomla is installed in subfolder.
Are you sure you have entered:
~vulpicul/sites/valbrillant.ca//images/headers/front1.jpg
as image address not:
/images/headers/front1.jpg
?
User avatar
Moderator

GK User
Thu Jan 15, 2015 3:13 am
Cyberek wrote:The problem is that NSP don't see somehow that this Joomla is installed in subfolder.
Are you sure you have entered:
~vulpicul/sites/valbrillant.ca//images/headers/front1.jpg
as image address not:
/images/headers/front1.jpg
?


Ok I changed the the adress for the image as you suggested, I can see now part of the image and part of the text. For the image adress I don't understand why I have to use the one with subfolder. I have set joomlas configuration.php with public $live_site = 'http://181.224.147.190/~vulpicul/sites/valbrillant.ca'; so I'm supose to use only relative url !
Do you have an idea what I'm doing wrong ?
User avatar
Junior Boarder

GK User
Thu Jan 15, 2015 3:05 pm
I also try to change the fixed-content page suffix in the features Tab from the template settings for frontpage-fixed-content as suggested in a Post somewhere else in the forum but no change
User avatar
Junior Boarder

GK User
Thu Jan 15, 2015 9:55 pm
I change the URL to acces the site : http://val-brillant.ca/
User avatar
Junior Boarder

GK User
Fri Jan 16, 2015 6:16 pm
1. Images lins:
This is not a general joomla issue but more html/css. Css expects to find files relativelly to root of the server address.
2. Small images
You are missing this 2 frontpage suffixes:
'frontpage fixed-content'
Here you can read on how to add them:
https://www.gavick.com/documentation/un ... mla-pages/
User avatar
Moderator

GK User
Fri Jan 16, 2015 10:47 pm
Thank you for your help
Now, it's working for the image. My mistake was to use the Joomla page ID instead of the menu ID for Home page.

I still have a small problem : in the module setting if the "Show readmore " is enable and the "Readmore text" is empty, no problem. If I put a replacement text in the "Readmore text" area it display a square with a 1 inside instead of the Readmore replacement text and if I disable the "Show readmore ", all the text disappear (Title and text)
User avatar
Junior Boarder

GK User
Mon Jan 19, 2015 7:28 am
Could you please enable the feature and write back?
User avatar
Moderator

GK User
Mon Jan 19, 2015 11:43 pm
The setting is now in the Frontpage Image Overlay portal mode Tab : "Show readmore" to OFF , "Readmore text" : empty
As you can see, Text and Title don't show . That`s the setting I need .

ShowRead-more-On_Read-more-text with text.jpg

ShowRead-more-off_no-Readmo.jpg

ShowRead-more-On_no-Readmore-text.jpg
User avatar
Junior Boarder

GK User
Wed Jan 21, 2015 8:53 am
Could you please leave the site in state which it shows "1" instead of "read more"?
User avatar
Moderator

GK User
Wed Jan 21, 2015 3:40 pm
Ok it's done
User avatar
Junior Boarder

GK User
Fri Jan 23, 2015 5:21 pm
Please send me a PM with:
1. URL to your website
2. login and password of user with admin/super-admin privileges (please create one for me)
3. link to this thread
User avatar
Moderator

GK User
Fri Jan 30, 2015 5:59 am
Hy Cyberek

Did you find some time to look at my problem.?
I PM you the login's infos.

Patrick
User avatar
Junior Boarder

GK User
Sun Feb 01, 2015 9:10 am
I checked all I could and I cant tell from where this "1" comes from.
Please send me a PM with:
1. URL to your website
2. ftp data (host, user, password)
3. link to this thread
Ill post the data to our devteam to check whats wrong.
User avatar
Moderator

GK User
Fri Feb 06, 2015 2:02 pm
I had the same issue and I could fix it by changing the lines 54-56 of '/modules/mod_news_pro_gk5/tmpl/portal_modes/frontpage_image_overlay/controller.php' from:

Code: Select all
$this->parent->config['portal_mode_frontpage_image_overlay_title'] != 0 &&
$this->parent->config['portal_mode_frontpage_image_overlay_text'] != 0 &&
$this->parent->config['portal_mode_frontpage_image_overlay_readon'] != 0


to:

Code: Select all
$this->parent->config['portal_mode_frontpage_image_overlay_title'] != 0 ||
$this->parent->config['portal_mode_frontpage_image_overlay_text'] != 0 ||
$this->parent->config['portal_mode_frontpage_image_overlay_readon'] != 0


Hope that helps.

Might be worth to do the same changes in '/modules/mod_news_pro_gk5/portal_modes/frontpage_image_overlay/controller.php', though.
User avatar
Fresh Boarder

GK User
Fri Feb 06, 2015 2:46 pm
Ok thank you for your help, I will try the change soon
User avatar
Junior Boarder

GK User
Sun Feb 08, 2015 3:26 pm
@spiffpat provided credentials doesn't allow me to connect to ftp server.
Could you please check data?
User avatar
Moderator

GK User
Mon Feb 09, 2015 4:33 am
Cyberek wrote:@spiffpat provided credentials doesn't allow me to connect to ftp server.
Could you please check data?


@Cyberek : I just try the settings I gave you for the FTP acces and it worked for me.

I've done the change suggested by EISNATZ in /modules/mod_news_pro_gk5/tmpl/portal_modes/frontpage_image_overlay/controller.php -> that changed nothing

For my front Page I just need the Title and Text, I don't need the readon so I made some change in /modules/mod_news_pro_gk5/tmpl/portal_modes/frontpage_image_overlay/controller.php line 69 & 72 so that no readmore info displays
That don't solve the real problem but the result is ok for me.
User avatar
Junior Boarder

GK User
Mon Feb 09, 2015 2:55 pm
I get this message:
Code: Select all
Could not connect to sever "xxx"
This has been redirected to "/".
User avatar
Moderator

GK User
Mon Feb 09, 2015 2:56 pm
Ok, wrong configuration was making this problem. Checking the changes you did.
User avatar
Moderator

GK User
Mon Feb 09, 2015 3:11 pm
There is an error with our module.
File:
mod_news_pro_gk5/tmpl/portal_modes/frontpage_image_overlay/controller.php
line: 74
Code: Select all
echo $this->parent->config['portal_mode_frontpage_image_overlay_readon'];

should be:
Code: Select all
echo $this->parent->config['portal_mode_frontpage_image_overlay_readon_text'];

I have modified it on your server (reverted back correct file) and submited the issue to our devteam.
User avatar
Moderator

GK User
Tue Feb 10, 2015 3:01 am
Thank you Cyberek, work prefectly now.
Last question is there a way to allowed HTML tags, I would need p and a in Frontpage Image Overlay mode ? :whistle:
User avatar
Junior Boarder

GK User
Fri Feb 13, 2015 8:16 am
No, sorry, no html tags are allowed :(.
User avatar
Moderator


cron