Jump to content

Magnum Theme [ support topic ]


Recommended Posts

2 hours ago, Il_Picasso said:

is it possible to place the nav bar at the BOTTOM of the Header?

 

HqLJgfb.png}

 

PKhkprn.png

Only if you're familiar with html and css you can do it by your self 

otherwise im not recommending because navigation designed to be fixed and appear top

Link to comment
18 minutes ago, Il_Picasso said:

Ok!

And is there a way to disable header on mobile browser? 

And is there a way to use different logos in mobile and in normal ?

sorry there are no options for that in theme settings 

why would you disable header on mobile! how can you navigate to other pages if you do that :/ 

Link to comment
1 hour ago, KentT said:

v11.0.14393.0  on my computer.  A user reported it, and he was running 11x also.

 

 

Edit:

 

The issue is with CJ menu icons not the magnum theme

same issue on default ips theme on internet explorer 

MaxthonSnap20161218222519.jpg

 

 

Edited by TAMAN
Link to comment
52 minutes ago, KentT said:

Another issue, with mobile skin. When I inject an Adsense responsive as below the header, it leaves a huge empty space between the header and the ad. Is this where your slider would normally be, if I set it to active? 

Screenshot_2016-12-19-09-01-43.png

This is header height in the settings, if you use a background or a image for header it wont look like this but as i have replied in previous posts i will add more settings to adjust the header especially on mobile :) 

it has nothing to do with adsense ^^

Link to comment
36 minutes ago, TAMAN said:

This is header height in the settings, if you use a background or a image for header it wont look like this but as i have replied in previous posts i will add more settings to adjust the header especially on mobile :) 

it has nothing to do with adsense ^^

 This happens only in mobile view (both phone and tablet) not in desktop view.   Where can I change this setting?  I'm using a logo image that is 73px high in the header, and I've set the Header height to 75px.  This does not eliminate that huge blank space between the header logo image and the body of the content (or the adsense ad)  in the mobile view,.     

Edited by KentT
Link to comment

Header uses min-height so it does not effect the navbar

If you just want to remove the white space on mobile 

for now use this until the new version :) 

Add to custom.css

@media screen and (max-width: 979px){
	.ta-Header{
		min-height: 45px;
		height: 45px;
	}
}

 

Edited by TAMAN
Link to comment
33 minutes ago, CP_User said:

Thinking of another feature to add.

Section title bar - being able to add an image to it also? Left | Center | Right and Tile.

You can already do that using the custom css field for section title bar

but i dont blame you, the field is useless without knowledge of css, no idea why i have even added that haha

but sure i will add those settings in next version 

Link to comment
17 minutes ago, TAMAN said:

You can already do that using the custom css field for section title bar

but i dont blame you, the field is useless without knowledge of css, no idea why i have even added that haha

but sure i will add those settings in next version 

Interesting, as I tried that and added;

.ipsType_sectionTitle {
     background-image: url('#');
     background-repeat: repeat;
}

.ipsWidget.ipsWidget_vertical .ipsWidget_title {
     background-image: url('#');
     background-repeat: repeat;
}

.ipsWidget.ipsWidget_horizontal .ipsWidget_title {
     background-image: url('http://#');
     background-repeat: repeat;
}

I added the direct link but nothing worked? Does this look right to you, as I use to use this for another theme + default theme.
 

Edited by CP_User
Link to comment
1 minute ago, CP_User said:

Interesting, as I tried that and added;


.ipsType_sectionTitle {
     background-image: url('#');
     background-repeat: repeat;
}

.ipsWidget.ipsWidget_vertical .ipsWidget_title {
     background-image: url('#');
     background-repeat: repeat;
}

I added the direct link but nothing worked? Does this look right to you, as I use to use this for another theme + default theme.
 

just add this to section title bar

     background-image: url('#');
     background-repeat: repeat;

no need to target the class names

 

Link to comment
18 minutes ago, TAMAN said:

do the same with widget custom css field^^

I've only got;
Widget title bar text
Sidebar and widgets background

No custom box for the widget/sidebar


Section title bar  doesn't effect
.ipsWidget.ipsWidget_horizontal .ipsWidget_title

So it's this;

.ipsWidget.ipsWidget_vertical .ipsWidget_title

Is what I'm trying to sort out now.

 

 

Although it does look rather good on the main title now :D
snowtitle_show.JPG

Edited by CP_User
Link to comment
6 minutes ago, TAMAN said:

Right, there is no custom field for sidebar title haha, Sorry about that

just add this to custom.css


.ipsWidget.ipsWidget_vertical .ipsWidget_title{
     background-image: url('#');
     background-repeat: repeat;
}

 

Yea I tried this but it doesn't work, and it didn't work for section title, hence my post haha!

Something is taking priority over the custom.css in regards to the above code as it doesn't work for this either...

.ipsWidget.ipsWidget_horizontal .ipsWidget_title

 

Link to comment
29 minutes ago, CP_User said:

Yea I tried this but it doesn't work, and it didn't work for section title, hence my post haha!

Something is taking priority over the custom.css in regards to the above code as it doesn't work for this either...


.ipsWidget.ipsWidget_horizontal .ipsWidget_title

 

mmmm

try to use 

.ipsWidget.ipsWidget_vertical .ipsWidget_title{
     background-image: url('#') !important;
     background-repeat: repeat !important;
}

 

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...