[SOLVED] Editor problem with Fallout theme and questions..

Ask for help or provide support to other members.
Post Reply
HendriXXX
Posts: 4
Joined: Fri Feb 17, 2023 3:01 pm

[SOLVED] Editor problem with Fallout theme and questions..

Post by HendriXXX »

Hi!

There seems to be a problem with drop-down menus when using Fallout theme. Any ideas how to fix it?

I had few other problems too but got them solved yesterday.

I probably have to replace that nuclear icon from top with something else. Need to check css for that .

Thank you for your awesome WonderCMS software!
Last edited by HendriXXX on Sat Feb 18, 2023 9:03 am, edited 1 time in total.
HendriXXX
Posts: 4
Joined: Fri Feb 17, 2023 3:01 pm

Re: Editor problem with Fallout theme

Post by HendriXXX »

Just a thought, is it possible to change "website title" text acting like typewriter with blinking cursor?
When user comes to the site, it writes website title and it could do it again when page refresh..
Of course text style should be the same green, shaded like rest of theme..

Something like this..
https://www.cssscript.com/demo/terminal ... riting-js/
HendriXXX
Posts: 4
Joined: Fri Feb 17, 2023 3:01 pm

Re: Editor problem with Fallout theme and questions..

Post by HendriXXX »

I managed to fix (trial and error) that editor menu dropdown problem. I checked other themes and noticed that "script bootstrap" line was different in other themes. So I added following around line 93 and it worked.. :shock: 8-)

Code: Select all

        <?php
                if (!$Wcms->loggedIn) {
                        echo '<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigi>
                }
        ?>
HendriXXX
Posts: 4
Joined: Fri Feb 17, 2023 3:01 pm

Re: Editor problem with Fallout theme and questions..

Post by HendriXXX »

Website online now! There isn't much content yet, but it is working good.. 8-)

https://samitormanen.com/
User avatar
wiz
Posts: 749
Joined: Sat Oct 30, 2010 12:23 am

Re: Editor problem with Fallout theme and questions..

Post by wiz »

Hello HendriXXX!

We've now added this to the official Fallout theme. Thank you for updating it. :)

Feel free to show off your website here: viewforum.php?f=44
Post Reply