-
AuthorPosts
-
Rick Bisschop Friend
Rick Bisschop
- Join date:
- September 2014
- Posts:
- 120
- Downloads:
- 0
- Uploads:
- 47
- Thanks:
- 31
- Thanked:
- 9 times in 1 posts
June 9, 2014 at 8:51 am #198622Hi Guys & girls,
I need some info/tips how to ad a Joomshopping search field to the main menu (see screen shot).
Help is more then welcome,
Rain
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
June 9, 2014 at 11:44 am #538316You need to download the joomshopping search module – make sure you pick the right one for J2.5 or J3 – http://www.webdesigner-profi.de/joomla-webdesign/joomla-shop/downloads/modules.html?lang=en
Install it, give it position slideshow2 and add a suffix “ swissa“ to the module (or whatever suffix you want)
Add to template.css
#ja-slideshow2 div.ja-moduletable.swissa{
z-index: 15;
float: right;
top: -55px;
margin-bottom: -50px;
}and it should work….
Rick Bisschop FriendRick Bisschop
- Join date:
- September 2014
- Posts:
- 120
- Downloads:
- 0
- Uploads:
- 47
- Thanks:
- 31
- Thanked:
- 9 times in 1 posts
June 9, 2014 at 2:53 pm #538343Hi Swissa,
Thanks for the tip and how to, it works but the position isn’t correct should be to the right of the main menu (see screen shot)
Maybe have to adjust the added CSS
#ja-slideshow2 div.ja-moduletable.Raincheck{
z-index: 15;
float: right;
top: -55px;
margin-bottom: -50px;
}Site url: http://www.mahersphoto.ie
Grtx Rain
-
swissa Friend
swissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
June 9, 2014 at 3:06 pm #538346OK
Two things…
1. You need to ensure that there is a leading space for the suffix ” Raincheck” NOT “Raincheck”. Very important. Change that and it will work for all pages except the landing page….(always better to never use capitals in suffixes and css)
so
2. Because the first page calls slideshow the css would need to be very different. So let’s save some time and edit the layout instead. Go to Template Manager / Tiris and click on the ‘Layout’ tab. We need to edit the default layout so that slideshow2 is before slideshow just like in this image. Then it will work on every page (as long as you edit the suffix)
Rick Bisschop FriendRick Bisschop
- Join date:
- September 2014
- Posts:
- 120
- Downloads:
- 0
- Uploads:
- 47
- Thanks:
- 31
- Thanked:
- 9 times in 1 posts
June 9, 2014 at 7:56 pm #538378Hi Swissa,
Changed the suffix to raincheck + leading space in the module and template.css
Changed the order in the default layout
Cleared/cleaned the cacheThe search field moved up above the slideshow on the home page but still underneath the main menu
Thanks for your help btw.
Rain
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
June 10, 2014 at 3:48 am #538414css is wrong – you have a space before raincheck.
(You need a space before within the module but not in the css)should be
#ja-slideshow2 div.ja-moduletable.raincheck{
z-index: 15;
float: right;
top: -55px;
margin-bottom: -50px;
}and then it will work! 🙂
1 user says Thank You to swissa for this useful post
Rick Bisschop FriendRick Bisschop
- Join date:
- September 2014
- Posts:
- 120
- Downloads:
- 0
- Uploads:
- 47
- Thanks:
- 31
- Thanked:
- 9 times in 1 posts
June 10, 2014 at 8:48 am #538442Hi Swissa,
My wrong thought had to ad the leading space before the suffix in the css as well, as suggested removed the leading space and voila like you said it’s perfect now.
Big thank you!
Rain
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by Rick Bisschop 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
Joomshopping search field & button beside main menu
Viewing 7 posts - 1 through 7 (of 7 total)