Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
TAMAN Posted December 14, 2016 Author Posted December 14, 2016 2 hours ago, Il_Picasso said: is it possible to place the nav bar at the BOTTOM of the Header? } 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
TAMAN Posted December 14, 2016 Author Posted December 14, 2016 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 Foolboy and jcdesign 2
Il_Picasso Posted December 14, 2016 Posted December 14, 2016 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 ?
TAMAN Posted December 14, 2016 Author Posted December 14, 2016 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 :/
Il_Picasso Posted December 14, 2016 Posted December 14, 2016 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
TAMAN Posted December 17, 2016 Author Posted December 17, 2016 sorry for the delay in reply i have totally forgot about your post tbh -- 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.
KentT Posted December 18, 2016 Posted December 18, 2016 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.
TAMAN Posted December 18, 2016 Author Posted December 18, 2016 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. what version of internet explorer?
KentT Posted December 18, 2016 Posted December 18, 2016 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.
TAMAN Posted December 18, 2016 Author Posted December 18, 2016 (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 Edited December 18, 2016 by TAMAN
KentT Posted December 19, 2016 Posted December 19, 2016 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?
TAMAN Posted December 19, 2016 Author Posted December 19, 2016 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? 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 ^^
KentT Posted December 19, 2016 Posted December 19, 2016 (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 December 19, 2016 by KentT
TAMAN Posted December 19, 2016 Author Posted December 19, 2016 (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 December 19, 2016 by TAMAN
CP_User Posted December 19, 2016 Posted December 19, 2016 Thinking of another feature to add. Section title bar - being able to add an image to it also? Left | Center | Right and Tile. TAMAN 1
TAMAN Posted December 19, 2016 Author Posted December 19, 2016 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 CP_User 1
CP_User Posted December 19, 2016 Posted December 19, 2016 (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 December 19, 2016 by CP_User
TAMAN Posted December 19, 2016 Author Posted December 19, 2016 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 CP_User 1
CP_User Posted December 19, 2016 Posted December 19, 2016 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? TAMAN 1
TAMAN Posted December 20, 2016 Author Posted December 20, 2016 (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 December 20, 2016 by TAMAN CP_User 1
CP_User Posted December 20, 2016 Posted December 20, 2016 (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/sidebarSection 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 Edited December 20, 2016 by CP_User
TAMAN Posted December 20, 2016 Author Posted December 20, 2016 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; } CP_User 1
CP_User Posted December 20, 2016 Posted December 20, 2016 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
TAMAN Posted December 20, 2016 Author Posted December 20, 2016 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; }
CP_User Posted December 20, 2016 Posted December 20, 2016 Afraid not, I can see it part on the corner of the slant on the widget/sidebar box.
Recommended Posts