Jump to content

Magnum Theme [ support topic ]


TAMAN

Recommended Posts

Posted
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

Posted
13 hours ago, Foolboy said:

However, I found that the social icon went missing. Did I forgot anything on these new configurations? Thank you.

re download and use "Upload a new version" 

2.0.1 :) 

Thank you

Posted
20 minutes ago, TAMAN said:

re download and use "Upload a new version" 

2.0.1 :) 

Thank you

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 ?

Posted
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 :/ 

Posted
1 hour ago, TAMAN said:

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 :/ 

I mean header image because it wont look like I want to in mobile 

WhatsApp Image 2016-12-14 at 5.19.27 PM.jpeg

Posted

sorry for the delay in reply i have totally forgot about your post tbh :hairy:

--

Add this to custom.css

@media screen and (max-width: 979px){
	.ta-Header{
		display: none;
	}
}

 

I will add more settings to the header customization in next update.

Posted

After upgrading the theme to the latest version, the CJ Menu is screwed up when viewed in Internet Explorer (see below).  It works fine in MS Edge, Chrome and Firefox. 

IE_menu_issue.jpg

Posted
18 minutes ago, KentT said:

After upgrading the theme to the latest version, the CJ Menu is screwed up when viewed in Internet Explorer (see below).  It works fine in MS Edge, Chrome and Firefox. 

IE_menu_issue.jpg

what version of internet explorer?

Posted
19 minutes ago, TAMAN said:

what version of internet explorer?

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

Posted (edited)
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
Posted

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

Posted
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 ^^

Posted (edited)
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
Posted (edited)

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
Posted
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 

Posted (edited)
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
Posted
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

 

Posted
2 minutes ago, TAMAN said:

just add this to section title bar


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

no need to target the class names

 

Easy when you know how! That's worked, how would I get the sidebar title to do the same?

Posted (edited)
8 minutes ago, CP_User said:

Easy when you know how! That's worked, how would I get the sidebar title to do the same?

do the same with widget custom css field^^

Edited by TAMAN
Posted (edited)
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
Posted

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;
}

 

Posted
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

 

Posted
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;
}

 

  • Recently Browsing   0 members

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