Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Theme side panel problem

Asked Modified Viewed 2,510 times
V
Vyper69
V
Unprecedented Times call for Unprecedented Measures
  • Senior Member, joined since
  • Contributed 551 posts on the community forums.
  • Started 146 threads in the forums
  • Started this discussions
asked
Senior Member

I have been playing with differant themes on this project. All have worked well. Now I found one that I like, but it will not play nice.

I was able to make the right side smaller, and the left side larger.

Now the problem is this. I have a big blank at the top, and have to scroll down to get to the eshop items.

This is only a test site I setup on a free host.

Here is the link to the page.

http://westernpadistributions.site50..../eshop.php

Can anyone tell me why it is doing this and how to fix it. It is the Modish theme from Craigs site.

I am at a loss right now with it.
Edited by HobbyMan on 12-01-2014 11:28,
0 replies

3 posts

F
Falk
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
answered
Super Admin

I took a quick peak,

You have tbl-border in this section in your theme´s styles.css


div.emulated-fieldset,div.emulated-fieldset span.emulated-legend.admin-message,.admin-message,.nocomments-message,.noscript-message,.textbox,.bbcode,.button,.quote,.side-border,.outer,.tbl-border,.comment-main,.side-label,.news-info,.news-category,.fpst_bookmark,.comment-avatar,#navigation h2,#navigation a:hover,.pagenav span,.pagenav a{ }
div.emulated-fieldset div.attachments-list {    
background-repeat: no-repeat;
background-image: url(images/attach.png);
background-position: 7px center;
border: 1px solid #bbb;
margin-top: 15px;
padding: 15px 0px 15px 30px; /* top right bottom left*/ 
width: 320px;
border-radius : 5px;
-moz-border-radius : 5px;
-webkit-border-radius : 5px;
}


I gives a good margin to the top, you can try remove it from that list.

You could try to clear some classes from the shop´s definitions, but it´s better to make the theme work.

Products in the shop uses fieldset´s and they are not defined at all in that style.
0 replies
V
Vyper69
V
Unprecedented Times call for Unprecedented Measures
  • Senior Member, joined since
  • Contributed 551 posts on the community forums.
  • Started 146 threads in the forums
  • Started this discussions
answered
Senior Member

Thanks Domi i will take a look.

Merged on Jan 12 2014 at 11:56:34:
Well tried that, and a few other things. Really liked it, but it won't play nice, so off to find another theme.
Edited by Vyper69 on 12-01-2014 18:57,
0 replies
P
PeaceLaced
P
PHP-Fusion MAIN Support Team
PHP-Fusion USA NSS Admin
  • Member, joined since
  • Contributed 154 posts on the community forums.
  • Started 23 threads in the forums
answered
Member

I have a suggestion that may help you track down the problem with the theme. When I debug CSS themes I border the tables to see what is happening where, one by one, until the problem reveals itself.

Let me know if you need help doing this. I know the feeling of finding a theme that you love, only to find it does not work.

Brandon
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

F
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
P
P
PHP-Fusion MAIN Support Team
PHP-Fusion USA NSS Admin
  • Member, joined since
  • Contributed 154 posts on the community forums.
  • Started 23 threads in the forums
V
V
Unprecedented Times call for Unprecedented Measures
  • Senior Member, joined since
  • Contributed 551 posts on the community forums.
  • Started 146 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet