掲示板

Custom Background Image

12年前 に biswajit sarkar によって更新されました。

Custom Background Image

Regular Member 投稿: 166 参加年月日: 11/10/17 最新の投稿
I am creating a Custom theme..

In my theme I want to add dynamic background Image.
In my theme if I change a page the background image dynamically change for that page

please help
thumbnail
12年前 に David H Nebinger によって更新されました。

RE: Custom Background Image

Liferay Legend 投稿: 14916 参加年月日: 06/09/02 最新の投稿
Background image is managed by CSS.

In your theme, you could add code to portal_normal.vm that would assign a class to the body based upon the current page.
12年前 に biswajit sarkar によって更新されました。

RE: Custom Background Image

Regular Member 投稿: 166 参加年月日: 11/10/17 最新の投稿
David H Nebinger:
Background image is managed by CSS.

In your theme, you could add code to portal_normal.vm that would assign a class to the body based upon the current page.



but I need to add dynamic background image...which change in different page..not fixed
thumbnail
12年前 に David H Nebinger によって更新されました。

RE: Custom Background Image

Liferay Legend 投稿: 14916 参加年月日: 06/09/02 最新の投稿
Right, so in your portal_normal.vm you determine which page is being rendered. Add an appropriate class to the <body /> tag that has the CSS for the background image and you're done.

This is not a 'fixed' solution, it would allow you to determine the class to add to the <body /> tag dynamically. Class changes, background image changes. QED.
thumbnail
12年前 に lou cat によって更新されました。

RE: Custom Background Image

Regular Member 投稿: 196 参加年月日: 12/01/26 最新の投稿
I find David's one the best solution, I had a similar problem because I wanted to change the header banner in every page, but this was part of my theme, so in my portal-normal.vm I wrote:

#set ($headerbase = "header-")
#set ($page_name = $page.getName($locale))
#set ($header_id = "$headerbase$page_name")

<div id= $header_id class="headerpictures"></div>

and in custom.css I could set a background image based on the class "headerpictures", that is always the same, or using the id created dynamically for every page in order to have a custom banner in every page.

It's basically what most of you suggested, but if Biswajit didn't solve yet, I hope a bit of code could help ;)
11年前 に Gaurav Shirbhate によって更新されました。

RE: Custom Background Image

New Member 投稿: 24 参加年月日: 12/09/27 最新の投稿
i have to set background image but it should be fix . It should not be move with scroll only page should be move. please give me solution.
11年前 に Gaurav Shirbhate によって更新されました。

RE: Custom Background Image

New Member 投稿: 24 参加年月日: 12/09/27 最新の投稿
i have to set background image but it should be fix . It should not be move with scroll only page should be move. please give me solution.
thumbnail
11年前 に Jignesh Vachhani によって更新されました。

RE: Custom Background Image

Liferay Master 投稿: 803 参加年月日: 08/03/10 最新の投稿
i have to set background image but it should be fix . It should not be move with scroll only page should be move. please give me solution


Gaurav,
You can apply CSS class given as below :

body {
background: url("path to xyz.jpg") no-repeat fixed right top #FFFFFF;
}
11年前 に Gaurav Shirbhate によって更新されました。

RE: Custom Background Image

New Member 投稿: 24 参加年月日: 12/09/27 最新の投稿
Thanks sir...now it is working fine.
11年前 に Gaurav Shirbhate によって更新されました。

RE: Custom Background Image

New Member 投稿: 24 参加年月日: 12/09/27 最新の投稿
Sir, i have to change images in single portlet. But <div id="slideshow"> <div>first slide </div> <div> <img src="images.jpg"></div> <div>last slide</div> </div>
In this case i am getting first slide and ladt slide image but i am not getting image in portlet actually path is correct. please give me solution on this.
thumbnail
11年前 に Jignesh Vachhani によって更新されました。

RE: Custom Background Image

Liferay Master 投稿: 803 参加年月日: 08/03/10 最新の投稿
Gaurav Shirbhate:
Sir, i have to change images in single portlet. But <div id="slideshow"> <div>first slide </div> <div> <img src="images.jpg"></div> <div>last slide</div> </div>
In this case i am getting first slide and ladt slide image but i am not getting image in portlet actually path is correct. please give me solution on this.


Gaurav,
Not clear with your problem.
Could you please elaborate in more details ?
11年前 に Gaurav Shirbhate によって更新されました。

RE: Custom Background Image

New Member 投稿: 24 参加年月日: 12/09/27 最新の投稿
Sorry for being unclear first time.

I wanted to display a slide show on protlet which contains three slides.
First slide and third slide contains string where as second slide contains an image. I am able to resolve the ussue by putting .css file background image property.
but still i want to know by giving accurate image src path i am not getting image on the second slide when i ran slider, but i am getting first and second slide text.
thumbnail
11年前 に Jignesh Vachhani によって更新されました。

RE: Custom Background Image

Liferay Master 投稿: 803 参加年月日: 08/03/10 最新の投稿
That is depend on slideshow plugin which you used.
Please post some plugin code here which you used to create slideshow.
Did you use jquery for this slideshow ?
11年前 に Gaurav Shirbhate によって更新されました。

RE: Custom Background Image

New Member 投稿: 24 参加年月日: 12/09/27 最新の投稿
i used below code ....
<div id="slideshow">
<div id="image1">
<img src="a.png">
</div>
<div id="image2">
<img src="b.png">
</div>
<div id="image3">
<img src="c.png">
</div>
</div>
and i just mentioned height and width of the imagein .css file
11年前 に Gaurav Shirbhate によって更新されました。

RE: Custom Background Image

New Member 投稿: 24 参加年月日: 12/09/27 最新の投稿
I have to create my own calendar portlet. I wrote one code for calendar in view.jsp file of own portlet. but calendar is not getting on the portlet.
same code i used in .html file in netbeans. I am getting calendar on the output. please give me solution on this.
11年前 に Gaurav Shirbhate によって更新されました。

RE: Custom Background Image

New Member 投稿: 24 参加年月日: 12/09/27 最新の投稿
Actually in my website i created one portlet. I dropped that portlet on home page and mentioned some list of options on that. When i will click on any of the option i have to show information about that option on the second portlet which i dropped on the same page.
Please give me solution for this.
Thanks.
11年前 に Gaurav Shirbhate によって更新されました。

RE: Custom Background Image

New Member 投稿: 24 参加年月日: 12/09/27 最新の投稿
Actually in my website i created one portlet. I dropped that portlet on home page and mentioned some list of options on that. When i will click on any of the option i have to show information about that option on the second portlet which i dropped on the same page.
Please give me solution for this.
Thanks.
thumbnail
11年前 に Jignesh Vachhani によって更新されました。

RE: Custom Background Image

Liferay Master 投稿: 803 参加年月日: 08/03/10 最新の投稿
You can follow IPC "Inter portlet communication" concept here.
For detail about IPC, you can refer http://www.liferay.com/community/wiki/-/wiki/Main/Portlet+to+Portlet+Communication
http://www.liferaysolution.com/2011/07/inter-portlet-communication.html
11年前 に Gaurav Shirbhate によって更新されました。

RE: Custom Background Image

New Member 投稿: 24 参加年月日: 12/09/27 最新の投稿
I am elaborating my question again. I dropped two portlets on a same page. On one portlet i displayed list of options, when i click on that options one by one. I have to show information about that options on the second portlet, will i get that information on that portlet using inter portlet communication concepts. Please give me solution.
Thanks.
11年前 に Gaurav Shirbhate によって更新されました。

RE: Custom Background Image

New Member 投稿: 24 参加年月日: 12/09/27 最新の投稿
pleas give me solution for above question.
thumbnail
11年前 に Jignesh Vachhani によって更新されました。

RE: Custom Background Image

Liferay Master 投稿: 803 参加年月日: 08/03/10 最新の投稿
Please create separate thread for this query.
11年前 に Gaurav Shirbhate によって更新されました。

RE: Custom Background Image

New Member 投稿: 24 参加年月日: 12/09/27 最新の投稿
yes. I posted question on separate thread.
11年前 に Gaurav Shirbhate によって更新されました。

RE: Custom Background Image

New Member 投稿: 24 参加年月日: 12/09/27 最新の投稿
Please give me solution for this immediately. Its urgent.

1. I created two portlets.
2. First- Trigger Portlet and Second-Listener Portlet.
3. I added that two portlets on a page. First at left side and second at right side.
4. I have given two hyperlinks on Trigger Portlet.
5. When i click on any particular link, I have to show some data whatever i have to show on Listener Portlet.
6. Again when i click on another hyperlink i have to show data on the same Listener Portlet.

I resolved this problem using javascript. But when i access that portal as a administrator at that time listener portlet works fine. But when i access as a user at that time listener portlet is not showing output whatever it has to show. Please give me solution for this.
11年前 に Gaurav Shirbhate によって更新されました。

RE: Custom Background Image

New Member 投稿: 24 参加年月日: 12/09/27 最新の投稿
I dropped two portlets on a same page, I displayed list of options on one portlet. When i click on any particular option i have to show information about that option on the second portlet. This should happen with all the options. Please give me solution for this, thanks.
thumbnail
12年前 に Paulo Henrique Pires によって更新されました。

RE: Custom Background Image

Junior Member 投稿: 82 参加年月日: 11/02/23 最新の投稿
create a different theme for each page, changing only the background.
thumbnail
12年前 に Vir Singh によって更新されました。

RE: Custom Background Image

New Member 投稿: 2 参加年月日: 12/01/10 最新の投稿
biswajit sarkar:
I am creating a Custom theme..

In my theme I want to add dynamic background Image.
In my theme if I change a page the background image dynamically change for that page

please help



Hi, to add dynamic bg image, you can define bg class(s) for page(s) body in css any can apply that you can apply on In your theme "portal_normal.vm" file. you can apply the condition to apply particular class of css on basis of page id.
thumbnail
12年前 に Maarten van Heiningen によって更新されました。

RE: Custom Background Image

Regular Member 投稿: 174 参加年月日: 09/02/05 最新の投稿
Hi,

You could set a custom attribute on the page and pre-fill this with a value of an image name that is the default. Then you can set the background image for each page so it can be configured by a community admin or admin (or anybody who is allowed to change your page settings).

This can then be used to either set a class for the body element or set the image directly in a style setting of your page header style element.
11年前 に Bradley Wood によって更新されました。

RE: Custom Background Image