-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 4, 2016 at 12:10 am #894521Hi
Kindly follow this documentation to build Homepage of site.
Hope it helps .wisdom114 Friendwisdom114
- Join date:
- August 2014
- Posts:
- 105
- Downloads:
- 13
- Uploads:
- 18
- Thanks:
- 31
- Thanked:
- 2 times in 1 posts
March 5, 2016 at 1:47 am #895094I did go through the documentation. That is the first thing I do. I have been using templates with Joomlart for a while. But I cant get this homepage to look the same. Can you please help. If you look youll notice that the modules are covering the image
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 5, 2016 at 2:51 am #895104Hi
Kindly post the screenshot and complete description of the issue , which module is not working on your site homepage . so i can check it on your site backend settings .wisdom114 Friendwisdom114
- Join date:
- August 2014
- Posts:
- 105
- Downloads:
- 13
- Uploads:
- 18
- Thanks:
- 31
- Thanked:
- 2 times in 1 posts
March 5, 2016 at 9:57 am #895159Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 6, 2016 at 5:16 am #895397Hi
This is not problem , because slideshow images size are small the total height is decrease and its showing like this .
You can move the container below by changing codes in template.css file
Go to /templates/jaeventsii/css/template.css
Find this code@media (min-width: 1200px) { .t3-section.bg-transparent { margin-top: -400px; } }
replace it with
@media (min-width: 1200px) { .t3-section.bg-transparent { margin-top: -350px; } }
decrease value of the -350px to move it down .
1 user says Thank You to Pankaj Sharma for this useful post
wisdom114 Friendwisdom114
- Join date:
- August 2014
- Posts:
- 105
- Downloads:
- 13
- Uploads:
- 18
- Thanks:
- 31
- Thanked:
- 2 times in 1 posts
March 6, 2016 at 7:10 pm #895598Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
wisdom114 Friendwisdom114
- Join date:
- August 2014
- Posts:
- 105
- Downloads:
- 13
- Uploads:
- 18
- Thanks:
- 31
- Thanked:
- 2 times in 1 posts
March 7, 2016 at 10:21 am #895988Thank you.
Also:
- I put an image with a white background but it is not white. How do I make it white?
- There is another part that I want white.
Look at the screenshot.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 7, 2016 at 10:28 am #895997Hi
ACM slideshow module use a bg color on the image so u can see the other parts clearly . if you will remove it and use full white image , then you are not able to see the menu items , and other text as they are white too .
The bg color is defined in the /templates/ja_events_ii/acm/slideshow/css/style.css
find this code.acm-slideshow .owl-carousel .item:before { background: rgba(0, 0, 0, 0.25);
change the color and save the file .
1 user says Thank You to Pankaj Sharma for this useful post
wisdom114 Friendwisdom114
- Join date:
- August 2014
- Posts:
- 105
- Downloads:
- 13
- Uploads:
- 18
- Thanks:
- 31
- Thanked:
- 2 times in 1 posts
March 7, 2016 at 11:04 am #896018Thank you.
Now what can I do to make the menu items appear?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 8, 2016 at 12:32 am #896316Hi
You can use inspect element or firebug to check the styles and then override it with your style code from source file or by custom.css.
Like here > http://prntscr.com/acit24.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > .separator { color: #ffffff!important; }
wisdom114 Friendwisdom114
- Join date:
- August 2014
- Posts:
- 105
- Downloads:
- 13
- Uploads:
- 18
- Thanks:
- 31
- Thanked:
- 2 times in 1 posts
March 8, 2016 at 5:15 am #896404Thank you. I understand.
How can I stop the menu from floating. When I scroll down, the menu follows. I dont want it
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 8, 2016 at 6:13 am #896411Hi
Kindly open a new thread for new topic it help our community . The thread question already answered .wisdom114 Friendwisdom114
- Join date:
- August 2014
- Posts:
- 105
- Downloads:
- 13
- Uploads:
- 18
- Thanks:
- 31
- Thanked:
- 2 times in 1 posts
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 8, 2016 at 4:57 pm #896728Hi
kindly follow the suggestion given here if you will change it it will work . > http://prntscr.com/acqbk2AuthorPostsThis topic contains 16 replies, has 2 voices, and was last updated by wisdom114 8 years, 8 months ago.
The topic ‘Problem with homepage’ is closed to new replies.
Jump to forum