Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
December 14, 20168 yr Author 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
December 14, 20168 yr Author 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
December 14, 20168 yr 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 ?
December 14, 20168 yr Author 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 :/
December 14, 20168 yr 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
December 17, 20168 yr Author 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.
December 18, 20168 yr 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.
December 18, 20168 yr Author 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?
December 18, 20168 yr 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.
December 18, 20168 yr Author 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, 20168 yr by TAMAN
December 19, 20168 yr 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?
December 19, 20168 yr Author 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 ^^
December 19, 20168 yr 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, 20168 yr by KentT
December 19, 20168 yr Author 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, 20168 yr by TAMAN
December 19, 20168 yr Thinking of another feature to add. Section title bar - being able to add an image to it also? Left | Center | Right and Tile.
December 19, 20168 yr Author 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
December 19, 20168 yr 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, 20168 yr by CP_User
December 19, 20168 yr Author 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
December 19, 20168 yr 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?
December 20, 20168 yr Author 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, 20168 yr by TAMAN
December 20, 20168 yr 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, 20168 yr by CP_User
December 20, 20168 yr Author 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; }
December 20, 20168 yr 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
December 20, 20168 yr Author 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; }
December 20, 20168 yr Afraid not, I can see it part on the corner of the slant on the widget/sidebar box.