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?

Any Theme Options/Support for v8.00.19?

Asked Modified Viewed 1,850 times
S
songiuno
S
  • Member, joined since
  • Contributed 55 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
asked
Member

I'm currently on v7.02.07 (www.sarusal.com) with PHP7 fix from another PHPF support site, and am looking at upgrading to v8.00.19. I was looking around to gather as much upgrade requirements as I can before starting, and supported themes under V8.00.19 is one question. I will assume that v7.02.07 themes would break? Are there any v8 themes in the package or in other addon support area I haven't seen? Just trying to gather all my options.
0 replies

4 posts

F
Falk
F
Falk 131
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 11 questions
answered
Super Admin

v7 Themes should work just fine. There are quite a few Themes included with full v8 functionality. We tried to include a full spectrum of Themes. (Table , Div, Bootstrap, Atom-Micro Engine based). To have as many examples as possible. But the changes are really few on the Themes.

Download and check the list.
On v7 Themes two things will not work out of the box. But it will not crash or even miss it unless you try it.

1, The two new panel positions will not render content on a Theme not modified for v8.
2, Is very conditional. If your v7 Theme have it´s own locales and you run the site on more than 1 language, the Multilingual engine will not be able to switch until the locale include section is changed to full v8 standard in the theme. However, again it will not crash anything, site default is loaded.
Edited by N/A on 21-01-2019 11:14,
0 replies
— 3 months later —
S
songiuno
S
  • Member, joined since
  • Contributed 55 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
answered
Member

Can anyone tell me where there is a list of downloadable variety of V8 themes avalaible? Can't seem to find any beyond what came with the V8 install/upgrade pack.

V7 themes seem to work with v8.00.21 functionally but I cannot figure out how to fix the vertical stacking problem of the navigation bar in every v7 theme I try on v8.

www.sarusal.com/themes/black-v7-v8-problem.jpg


and

www.sarusal.com/themes/darkmatrix-v7-v8-problem.jpg


since it happens on every existing v7 theme I try, I assume it's not the individual theme css. I do't know what to look at and know nothing about PHP coding or extensive CSS.

If anyone has seen and foxed/knows the fix for this, my preference is to continue using the v7 themes I already have.
1 reply
F
Falk
F
Falk 131
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 11 questions
answered
Super Admin

Open your themes/yourtheme/theme.php and add on themes that bug with the menu.

After
if (!defined("IN_FUSION")) {
 die("Access Denied");
}

Add

// Disable Load Default CCS
define('NO_DEFAULT_CSS', TRUE);

// Disable Load Global CCS
define('NO_GLOBAL_CSS', TRUE);
Edited by N/A on 12-05-2019 20:48,
0 replies
S
songiuno
S
  • Member, joined since
  • Contributed 55 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
answered
Member

That worked. Thank you!
0 replies

Category Forum

Themes Support

Labels

None yet

Statistics

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

3 participants

F
F
Falk 131
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 11 questions
S
S
  • Member, joined since
  • Contributed 55 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
R
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet