How to add/fix all these all problem in Boxxie theme

How to add/fix all these all problem in Boxxie theme

Ryzal Ryz發表於
Number of replies: 11

Hi all, i am new in this moodle environment, as a designer i have to look inside this moodle environment to change and add a graphic. so that i have a problem with this moodle. For your info, i'm using boxxie theme. hope you all can help me to give an idea or help me to solve this problem.

Question 1)

I have changed the header page with this image background using css, but when i visit another submenu page this white text still appear. How to invisible/remove this text?


Question 2)
I have create a Link in custom menu "About us" & "Contact us". As u can see, how can i create a page when it clicked?



Question 3)
How to add a social media icon?

Question 4)

How to add a slider in my version of moodle without upgrade it?

Question 5)

If i upgrade my moodle to the latest version, if it will effect all my data on that portal like losing data or some file link will not functioning.How to upgrade latest moodle in live server?for right now i only know how to install in local server only.

** I dont know what is my version of moodle right now (2.0 or 2.4). Here i attach the screen snap of my version moodle in attachment..


Hope you all can help me solve this problem together. Thanks.

附件 Question006a.jpg
評比平均分數: -
In reply to Ryzal Ryz

Re: How to add/fix all these all problem in Boxxie theme

Richard Oelmann發表於
Core developers的相片 Plugin developers的相片 Testers的相片

OK, first of all and so we can help you most appropriately:

You say you are new to Moodle, but you are a designer - can I ask, graphic designer? web designer? what is your experience of css/php, using browser development tools etc? Have you looked at any of the Theme FAQs or HowTo pages linked from the top of the forum? - they are always a good place to start

You also say you don't know what version of Moodle you are running, yet if you take a look at the first line of the screenshot you have provided it clearly states you are running Moodle2.4.6+

OK, so some simple steps that can be expanded on if you need more detail:

1. Either, use a developer tool to identify the css selector for the white heading (I think its h1.headermain but I dont have 2.4 and Boxxie on my laptop with me to confirm) and apply display:none OR in the layout file remove/comment out the line that says <h1 class="headermain"><?php echo $PAGE->heading ?></h1>

2. Create page resources (Add an Activity/Resource>Page) and then use the custommenu to link to those pages. These can be created off the front page if you want, but I often create a separate course (with full guest access) to manage them separately

3. Edit the general.php file to add an image with a link where you want it - this is one of the areas where it would be helpful to know your experience/comfort level to provide instructions but in the first instance I would refer you to the how to pages https://docs.moodle.org/dev/Using_images_in_a_theme

4. Take a look at an existing non-bootstrap theme that incororpates a slider, there are a few in the themes database such as krystle (it needs to be a non-bootrap one in order for you to reuse the code as it is on Moodle2.4

5. No, upgrading your site will not lose all your data - but make sure you have things like your theme backed up as you may need to reinstall your theme as it is not included in 2.7 or 2.8. Also please note the repeated advice throughout these forums that code changes to what were core themes can be lost in an upgrade and it is beneficial to create either a clone or a child theme to make your changes to rather than changing boxxie directly!

For moving your site to a live server see https://docs.moodle.org/27/en/Moodle_migration


Hope that can help you start in the right direction and that you are able to come back with any specific questions to help with

Richard

評比平均分數:Useful (1)
In reply to Richard Oelmann

Re: How to add/fix all these all problem in Boxxie theme

Ryzal Ryz發表於

Thanks dude, you are the best. i will read and studying it step by step. this is all much i really appreciate..i'm a multimedia graphic designer.i only use Adobe tools like photoshop,illustrator, after effect and flash..my new bos give me a task to enhance all interface in this elearning portal.so i take the task for my new future experiance..again, thanks a lot..

In reply to Ryzal Ryz

Re: How to add/fix all these all problem in Boxxie theme

Mary Evans發表於

Hi Ryzal,

Question 1.

What exactly is written in white text?  Not knowing what it is that is white on white is hard to pinpoint, unless it says something like login or home, in which case it could be part of the headermenu which contains the login code and other things depending on the page or the breadcrumb, again depending on the page. Or it may be something you have added?

I'll ask more questions when you answer this one.

Thanks

Mary

In reply to Mary Evans

Re: How to add/fix all these all problem in Boxxie theme

Ryzal Ryz發表於

Hi Mary Evans,

Thanks for helping. it is a text that appear when we visit a pages like a course page,theme setting pages or else page. it seem to tell us where we now at the pages. if i visit course page,it will show title of that page "Course". i have change it in front page>full site name...i change to "." only.it solve in home page only,but it appear a title page again in every page that i visit..but try with Richard Oelmann step first..need to studying it..for the moment right now,i already solve problem for Question 2...thanks Richard Oelmann for guided me and thanks Mary Evans for helping me..

In reply to Ryzal Ryz

Re: How to add/fix all these all problem in Boxxie theme

Mary Evans發表於

Hi Ryzal,

Can I ask if this is a university project that is being mark as part of a degree programme? I only ask since you referenced both my name and Richards, which is unusual.

Thanks

Mary

In reply to Mary Evans

Re: How to add/fix all these all problem in Boxxie theme

Ryzal Ryz發表於

yes, this is university online learning portal for student. all the programs contained within it. program principles, diploma, bachelor degree, master and phd. I started with a green theme. I change the color theme in the css. I have asked the people who work here, most of them is not good at all in this moodle. so i search in google and found this forum. most of my reference is in here. 

In reply to Ryzal Ryz

Re: How to add/fix all these all problem in Boxxie theme

Mary Evans發表於

OK...can I see your Moodle site or it is not open to the public yet?

In reply to Mary Evans

Re: How to add/fix all these all problem in Boxxie theme

Ryzal Ryz發表於

Sure can. here : http://elearning.unisel.edu.my

Apply now for further your study..hehehe..

In reply to Ryzal Ryz

Re: How to add/fix all these all problem in Boxxie theme

Richard Oelmann發表於
Core developers的相片 Plugin developers的相片 Testers的相片

Well, I'd suggest giving your site a name again, because at the moment you just get the . in the browser tab instead of the site name.

The CSS I gave you for question1 should do the trick for the site name on the front page as well as the internal pages, although if you want to use the option to remove it from the layout altogether, you'll need to edit the frontpage.php layout file as well as the general.php one