-
AuthorPosts
-
midhat Friend
midhat
- Join date:
- January 2010
- Posts:
- 161
- Downloads:
- 101
- Uploads:
- 21
- Thanks:
- 43
- Thanked:
- 12 times in 1 posts
October 5, 2015 at 2:04 pm #695392Hi,
I like very much template JaDirectory , but my problem was that I use Mosets Tree instead of K2 . I decided to take a little effort and to adapt template for Mosets Tree, but I need a little help. I have a lot of work, but to start, I have two short questions:
1. Mosets tree search module: Module position: Section-1, Module Class Suffix: search-now, Show Title:Show
Everything looks good, but the title does not display. The same problem I have with all the modules in position section-1 (http://bascarsija.info/v1)
2. When I open the Mosets Tree page Main Menu is bold. Also, the input box change height and is much smaller than on the rest of the website (http://bascarsija.info/v1/ducani)How can I solve this?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 5, 2015 at 3:57 pm #695443<em>@midhat 495769 wrote:</em><blockquote>Hi,
2. When I open the Mosets Tree page Main Menu is bold. Also, the input box change height and is much smaller than on the rest of the website (http://bascarsija.info/v1/ducani)
How can I solve this?</blockquote>
Not sure if this is exactly what you’re wanting, but you could try this . . .Within file path —> /components/com_mijoshop/opencart/catalog/view/theme/default/stylesheet/stylesheet.css
at line 42, modify as follows (as a suggestion):
input, input, textarea {
background: #f8f8f8 none repeat scroll 0 0;
border: 1px solid #cccccc;
margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
padding-bottom: 20px;
padding-top: 20px;
}You can, of course, play around with the pixel values until you arrive at the result you’re most happy with.
Is this along the lines of what you were looking for?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 5, 2015 at 3:57 pm #750639<em>@midhat 495769 wrote:</em><blockquote>Hi,
2. When I open the Mosets Tree page Main Menu is bold. Also, the input box change height and is much smaller than on the rest of the website (http://bascarsija.info/v1/ducani)
How can I solve this?</blockquote>
Not sure if this is exactly what you’re wanting, but you could try this . . .Within file path —> /components/com_mijoshop/opencart/catalog/view/theme/default/stylesheet/stylesheet.css
at line 42, modify as follows (as a suggestion):
input, input, textarea {
background: #f8f8f8 none repeat scroll 0 0;
border: 1px solid #cccccc;
margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
padding-bottom: 20px;
padding-top: 20px;
}You can, of course, play around with the pixel values until you arrive at the result you’re most happy with.
Is this along the lines of what you were looking for?
midhat Friendmidhat
- Join date:
- January 2010
- Posts:
- 161
- Downloads:
- 101
- Uploads:
- 21
- Thanks:
- 43
- Thanked:
- 12 times in 1 posts
October 5, 2015 at 4:03 pm #695446Thanks TomC, but..
The problem is on Mosets tree page not on Mijoshop page
Look here: http://bascarsija.info/v1/ducani
Mijoshop pages is OKRegards,
Midhatmidhat Friendmidhat
- Join date:
- January 2010
- Posts:
- 161
- Downloads:
- 101
- Uploads:
- 21
- Thanks:
- 43
- Thanked:
- 12 times in 1 posts
October 5, 2015 at 4:03 pm #750642Thanks TomC, but..
The problem is on Mosets tree page not on Mijoshop page
Look here: http://bascarsija.info/v1/ducani
Mijoshop pages is OKRegards,
MidhatTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 5, 2015 at 4:11 pm #695448Can you put up a screenshot pointing out the exact input boxes you’re talking about?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 5, 2015 at 4:11 pm #750644Can you put up a screenshot pointing out the exact input boxes you’re talking about?
midhat Friendmidhat
- Join date:
- January 2010
- Posts:
- 161
- Downloads:
- 101
- Uploads:
- 21
- Thanks:
- 43
- Thanked:
- 12 times in 1 posts
October 5, 2015 at 4:38 pm #695450This is screenshot
midhat Friendmidhat
- Join date:
- January 2010
- Posts:
- 161
- Downloads:
- 101
- Uploads:
- 21
- Thanks:
- 43
- Thanked:
- 12 times in 1 posts
October 5, 2015 at 4:38 pm #750646This is screenshot
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 5, 2015 at 4:47 pm #695451<em>@midhat 495789 wrote:</em><blockquote>This is screenshot
</blockquote>
That’s the element I referenced in my original response . . . I inspected the CSS and the info I provided to you is what corresponds to that element. Did you try to implement the suggestions I gave you?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 5, 2015 at 4:47 pm #750647<em>@midhat 495789 wrote:</em><blockquote>This is screenshot
</blockquote>
That’s the element I referenced in my original response . . . I inspected the CSS and the info I provided to you is what corresponds to that element. Did you try to implement the suggestions I gave you?
midhat Friendmidhat
- Join date:
- January 2010
- Posts:
- 161
- Downloads:
- 101
- Uploads:
- 21
- Thanks:
- 43
- Thanked:
- 12 times in 1 posts
October 6, 2015 at 10:39 am #695610Ok,
I solved the part of 2.problem with the modification of code that you sent me. Now the input box ok on all pages. But my Main Menu is is still bold on all Mosets tree pages (http://bascarsija.info/v1/ducani)And my 1. problem:
The titles of modules are not displayed when the module is in positions “section-1” and “section-2”midhat Friendmidhat
- Join date:
- January 2010
- Posts:
- 161
- Downloads:
- 101
- Uploads:
- 21
- Thanks:
- 43
- Thanked:
- 12 times in 1 posts
October 6, 2015 at 10:39 am #750759Ok,
I solved the part of 2.problem with the modification of code that you sent me. Now the input box ok on all pages. But my Main Menu is is still bold on all Mosets tree pages (http://bascarsija.info/v1/ducani)And my 1. problem:
The titles of modules are not displayed when the module is in positions “section-1” and “section-2”midhat Friendmidhat
- Join date:
- January 2010
- Posts:
- 161
- Downloads:
- 101
- Uploads:
- 21
- Thanks:
- 43
- Thanked:
- 12 times in 1 posts
October 6, 2015 at 3:39 pm #695725UPDATE:
I solved complete 2. problem. Now my Menu is OK too
But my 1. problem is still here:
The titles of modules are not displayed when the module is in positions “section-1” and “section-2”midhat Friendmidhat
- Join date:
- January 2010
- Posts:
- 161
- Downloads:
- 101
- Uploads:
- 21
- Thanks:
- 43
- Thanked:
- 12 times in 1 posts
October 6, 2015 at 3:39 pm #750794UPDATE:
I solved complete 2. problem. Now my Menu is OK too
But my 1. problem is still here:
The titles of modules are not displayed when the module is in positions “section-1” and “section-2” -
AuthorPosts
This topic contains 21 replies, has 3 voices, and was last updated by midhat 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum