Jump to content

Magnum Theme [ support topic ]

Featured Replies

  • Author
2 hours ago, Mike Henry Sr. said:

Roger. Thanks. I appreciate it.

You're very welcome, Thanks for the review btw :) 

  • Replies 1.6k
  • Views 139.7k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Back to your question, its not possible to make the nav bar normal it was designed like this. and i cant simply post you some css to make the navbar normal and mess with the header just because when a

  • Sorry guys the update might take a couple more days due to adding some more cool features, Thanks for @CP_User for suggesting the idea  one of the new features of magnum theme you can now style a

  • This will delete it .elUserNav_sep { border: none !important; }  

Posted Images

On 12/01/2017 at 5:12 PM, TAMAN said:

[cat-title="A test forum"] > ol li > .ipsDataItem_main > .ipsDataItem_subList {display:none;}

Has this code changed?  I can't get it work

How do you change the zebra colors on the index page. I tried putting in css code in the extra css to change the color, but something is preventing it from displaying.

I did this code and it did nothing

.ipsDataList.ipsDataList_zebra .ipsDataItem:not( .ipsDataItem_selected ):not( .ipsModerated ):not( .ipsDataItem_new ):not( .ipsDataItem_success ):not( .ipsDataItem_warning ):not( .ipsDataItem_error ):not( .ipsDataItem_info ):not( .ipsDataItem_status ):nth-child(even) {
    background: #FFF1D2;
}

 

  • Author
4 minutes ago, WOFman said:

How do you change the zebra colors on the index page. I tried putting in css code in the extra css to change the color, but something is preventing it from displaying.

I did this code and it did nothing

.ipsDataList.ipsDataList_zebra .ipsDataItem:not( .ipsDataItem_selected ):not( .ipsModerated ):not( .ipsDataItem_new ):not( .ipsDataItem_success ):not( .ipsDataItem_warning ):not( .ipsDataItem_error ):not( .ipsDataItem_info ):not( .ipsDataItem_status ):nth-child(even) {
    background: #FFF1D2;
}

 

You don't need custom css to do that, there is already a color setting to chnage the data item zebra color in Front-End Colors tab  "Data item background: Zebra"

 

 

Thanks

Is there a way to change the color of the status icon? The read not read thing. I want to change it from its default blue color

 

status.jpg

  • Author
8 hours ago, WOFman said:

Thanks

Is there a way to change the color of the status icon? The read not read thing. I want to change it from its default blue color

Front-End Colors tab 

1c4bfc389ad40f54b35609b9402cbea9.png

Edited by TAMAN

I tried to update to the latest version, but I did not as this one no longer supports textures and only uses colors now

http://www.lockonfiles.com/

is there a way to add those textures that I missed ?

  • Author
7 minutes ago, thomasdw said:

I tried to update to the latest version, but I did not as this one no longer supports textures and only uses colors now

http://www.lockonfiles.com/

is there a way to add those textures that I missed ?

What textures? 

I use textures instead of colors for widgets and the page backgrounds

  • Author
13 minutes ago, thomasdw said:

I use textures instead of colors for widgets and the page backgrounds

If you mean custom css codes you were using then just re-add it back to custom.css :) 

I'll give it a try

On 24/06/2017 at 5:11 PM, KPDub said:

Has this code changed?  I can't get it work

Any update please?

  • Author
38 minutes ago, KPDub said:

Any update please?

Sorry, I get no notifications on reply lol

anyways, please target the forum section by its ID for example your "A test forum" has sub forums and you want to hide this sub forums 

add this

[data-forumid="3"]>.ipsDataItem_main>.ipsDataItem_subList{display: none}

where the number 3 is the "A test forum" section ID, you can get the forum section ID's by opening browser inspector with F12 and then navigate the data list to see, Or in ACP edit the "A test forum" and then in the address bar you can see the ID

 

Edited by TAMAN

@TAMAN

How can i change the "Header Background"? I dont like the white colour behind my logo...

Screenshot_8.thumb.png.5c3a504d420a9bf1a1af21fbe6a169e6.png

  • Author
3 minutes ago, PasXal said:

@TAMAN

How can i change the "Header Background"? I dont like the white colour behind my logo...

 

.ta_Header .ta_headerContainer{background-color: transparent!important}

 

Edited by TAMAN

this is the TAMAN code

.ipsWidget.ipsWidget_vertical .ipsWidget_title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 42px solid #303940;
    border-left: 25px solid transparent;
    border-radius: 0 5px 0 1px;
    color: #ffffff;
    font-size: 16px;
    height: 0;
    line-height: 42px;
    padding: 0 7px;
}

this is what I need to add - I added it to custom.css

.ipsWidget.ipsWidget_vertical .ipsWidget_title {
    background-image: url("http://www.crimeanairwars.com/TEMP/handmadepaper.png");
    border-bottom: 2px dotted #b3b3b3;
    border-radius: 3px 3px 0 0;
    color: #444;
    font-family: "Segoe UI";
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 8px;
    padding: 7px 10px;
    text-align: center;
}

it did not work

  • Author
1 hour ago, thomasdw said:

this is the TAMAN code

...

this is what I need to add - I added it to custom.css

...

it did not work

Try this

.ipsWidget.ipsWidget_vertical .ipsWidget_title {
    background-image: url("http://www.crimeanairwars.com/TEMP/handmadepaper.png") !important;
    border-bottom: 2px dotted #b3b3b3  !important;;
    border-radius: 3px 3px 0 0  !important;;
    color: #444  !important; /*You can use widget title color setting without adding this line to change color*/
    font-family: "Segoe UI";
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 8px;
    padding: 7px 10px;
    text-align: center;
}

it did replace the code - but it did not load

Capture%20missing%20element.jpg

and I noticed that the logo image is blown up, even though I use the same image as in v2

Capture2_1.jpg

v2 installed:

http://www.lockonfiles.com/

  • Author

It shows like this on my side

08b66cdeea63f453b3067bc7bf268f67.png

what are you trying to do exactly? a texture behind the sidebar title bars? if so then it is already loaded on my side here http://www.lockonfiles.com/

yes - it replaces the theme  colors with textures, but it is not loading by adding in custom.css

  • Author
42 minutes ago, thomasdw said:

yes - it replaces the theme  colors with textures, but it is not loading by adding in custom.css

But IT IS loaded on my side 

this is the texture you want to set it behind the Sidebar title bar right?  handmadepaper.png

Here is a random block on your website sidebar 

b7a3251f0dc52b0c15191c29d79ed98a.png

it is loaded and im not sure what else you are trying to do here

 

Edited by TAMAN

yes - if I can do it there I should be able to do it on other blocks

  • Author
37 minutes ago, thomasdw said:

yes - if I can do it there I should be able to do it on other blocks

Im not sure if i follow anymore 

as i said, and once again, the code is working AND it is added to ALL of your website sidebar blocks NOT only one :/ :hairy:

 

Edited by TAMAN

the version in our website is v2, if I load the new version and edit the theme, it wont show up.

  • Author
10 minutes ago, thomasdw said:

the version in our website is v2, if I load the new version and edit the theme, it wont show up.

Then just show me the theme or let guests have access to change the theme so i can check and help

The whole time i thought you were talking about the current theme on your website which is the default one AND the code is already working you have pasted in that default theme

If there is another theme then let guests have access so i can check

Edited by TAMAN

Recently Browsing 0

  • No registered users viewing this page.