TAMAN Posted October 30, 2016 Author Posted October 30, 2016 1 hour ago, Vanucci said: Ive started over due to server moving and a name change, but after installing the theme, I have noticed the forums etc is missing off the nav bar, i cannot for the life of me fidn the setting to show it again Use "Restore Default Configuration" on menu manager maybe? Vanucci 1
Vanucci Posted October 30, 2016 Posted October 30, 2016 Hi Taman i could use your help please. Even on a fresh install nothing is going right for me. Template names dont even match up to the instructions
jcdesign Posted October 30, 2016 Posted October 30, 2016 You said you move to a new server. Have you check the server: admin/system/support/system check so everything is fine there?
Vanucci Posted October 30, 2016 Posted October 30, 2016 1 minute ago, jcdesign said: You said you move to a new server. Have you check the server: admin/system/support/system check so everything is fine there? hi, i did a fresh install of ipb and the theme, but its throwing out problems everywhere. I've had to remove it. TAMAN 1
TAMAN Posted October 30, 2016 Author Posted October 30, 2016 1 hour ago, Vanucci said: hi, i did a fresh install of ipb and the theme, but its throwing out problems everywhere. I've had to remove it. if you wish, send me a login info and i will take a look for you Vanucci 1
TAMAN Posted October 30, 2016 Author Posted October 30, 2016 (edited) 1 hour ago, Vanucci said: hi, i did a fresh install of ipb and the theme, but its throwing out problems everywhere. I've had to remove it. No issues on my side i just installed it on your website without any problems, but you had lots of duplicated Pages(IP.Content) templates i removed it for you all should be ok now Edited October 30, 2016 by TAMAN Vanucci 1
Vanucci Posted October 30, 2016 Posted October 30, 2016 Category styling using the rules. Hello What i want to achieve is to blur the background of the forum itself, not the category. Using the rules and adding -webkit-filter: blur(10px); blur to Category Title custom CSS creates this Which is half right. However, its the section behind Private Section 1 that i want to blur out. How can i achieve this ? thank you
Wayne B Posted October 30, 2016 Posted October 30, 2016 The unread post line when using a floating menu means that the top of the first unread post is hidden behind the menu and is obstructed. Is there anyway to make the anchor point be just below the floating menu like so?
TAMAN Posted October 30, 2016 Author Posted October 30, 2016 11 minutes ago, Vanucci said: Category styling using the rules. Hello What i want to achieve is to blur the background of the forum itself, not the category. Using the rules and adding -webkit-filter: blur(10px); blur to Category Title custom CSS creates this Which is half right. However, its the section behind Private Section 1 that i want to blur out. How can i achieve this ? thank you Sorry Its not possible to do that nor posting a simple css here, these settings intended to change the title background and adding a cover to the section not changing the section background 10 minutes ago, Police Community said: The unread post line when using a floating menu means that the top of the first unread post is hidden behind the menu and is obstructed. Is there anyway to make the anchor point be just below the floating menu like so? I dont quite understand! can you explain more?
Wayne B Posted October 30, 2016 Posted October 30, 2016 Just now, TAMAN said: I dont quite understand! can you explain more? Yes sure When you click on a link to go to the first unread post the unread post line (anchor point on the page) is at the top of the page but that is behind the floating menu bar which means that the first line of the post is hidden behind the menu as shown in the first screenshot so you have to scroll back up to read it. Can it be adjusted to accommodate the floating menu bar properly and make it so when you click to go to first unread post that the bottom of the menu bar is used as the anchor point and the whole post is visible without having to scroll back up to start reading as shown in the second screen shot. TAMAN 1
Vanucci Posted October 30, 2016 Posted October 30, 2016 (edited) would this require me to target it via custom.css then ? EDIT answer to my question is yes. If anyoen else wanted to do it the wway i have this code in the custom.css works Where it says [data-forumid="#"] Replace # with the number of your forum id. Mine is 17 for that section. This code can be used several times over for any section. {{if in_array( \IPS\Member::loggedIn()->member_group_id, array( 7, 2, ) )}} <style type='text/css'> .ipsDataItem[data-forumid="17"]{ position: relative; pointer-events: none; } .ipsDataItem[data-forumid="17"] > *{ -webkit-filter: blur(3px); filter: blur(3px); } .ipsDataItem[data-forumid="17"]:before{ content: ""; background: rgba(51,51,51,0.7); position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 10; cursor: normal; } .ipsDataItem[data-forumid="17"]:after{ content: "Introductions"; color: #5a8bcf; font-size: 30px; position: absolute; top: 50%; left: 50%; z-index: 20; transform: translate(-50%,-50%); /* Overwrite clearfix */ visibility: visible; height: auto; } .ipsDataItem[data-forumid="17"]{ border: 2px solid #5a8bcf; } </style> {{endif}} Edited October 30, 2016 by Vanucci additional code and answer TAMAN 1
TAMAN Posted October 30, 2016 Author Posted October 30, 2016 (edited) 16 minutes ago, Police Community said: Yes sure When you click on a link to go to the first unread post the unread post line (anchor point on the page) is at the top of the page but that is behind the floating menu bar which means that the first line of the post is hidden behind the menu as shown in the first screenshot so you have to scroll back up to read it. Can it be adjusted to accommodate the floating menu bar properly and make it so when you click to go to first unread post that the bottom of the menu bar is used as the anchor point and the whole post is visible without having to scroll back up to start reading as shown in the second screen shot. right, that's because of the fixed header, i dont think this causes so much mess but I will definitely try to find a solution in next update ------ 14 minutes ago, Vanucci said: would this require me to target it via custom.css then ? EDIT answer to my question is yes. If anyoen else wanted to do it the wway i have this code in the custom.css works Where it says [data-forumid="#"] Replace # with the number of your forum id. Mine is 17 for that section. This code can be used several times over for any section. good job mate Edited October 30, 2016 by TAMAN Wayne B 1
Wayne B Posted November 3, 2016 Posted November 3, 2016 Hi @TAMAN Is it possible to extend the Forum/Categories widget tab to have more than 3 instances? 6 would be sufficient for my needs if this is possible? Thanks
TAMAN Posted November 3, 2016 Author Posted November 3, 2016 (edited) 6 hours ago, Police Community said: Hi @TAMAN Is it possible to extend the Forum/Categories widget tab to have more than 3 instances? 6 would be sufficient for my needs if this is possible? Thanks Hi! Sorry i have only added 3, i will try to improve it better in feature updates to target by selecting multiple categories instead of target by names. not soon because im working on a new theme you can add the codes manually, if you're familiar with css. take a look at MagnumCategories template in Core > Front > Global Edited November 3, 2016 by TAMAN
cocoliso Posted November 4, 2016 Posted November 4, 2016 @TAMAN, can you add social icons to header? Is it posible to add a gallery block into a one slider? Or insert any block to sliders?
TAMAN Posted November 4, 2016 Author Posted November 4, 2016 40 minutes ago, cocoliso said: @TAMAN, can you add social icons to header? Is it posible to add a gallery block into a one slider? Or insert any block to sliders? You can add ANY Pages block to slider just make sure you name the block Template Key to one of the following names Magnum_Slider_1 Magnum_Slider_2 Magnum_Slider_3......... etc as for gallery block and social icons to header, No sorry however you can add social icons to header manually if you're familiar with html and css
TAMAN Posted November 4, 2016 Author Posted November 4, 2016 24 minutes ago, Dolphin. said: Good job! Keep it up! thank you!
theblackelk Posted November 4, 2016 Posted November 4, 2016 (edited) I've purchased and paid for it but it is waiting on "approval from staff". I've never seen that before. Seems odd. I just cancelled the invoice and repurchased. Worked that time. Interesting. This had nothing to do with you, Taman. Just an odd thing that happened. Likely because I was on a VPN at work. Edited November 4, 2016 by theblackelk TAMAN 1
Pete T Posted November 4, 2016 Posted November 4, 2016 6 minutes ago, theblackelk said: I've purchased and paid for it but it is waiting on "approval from staff". I've never seen that before. Seems odd. could be due to fact your in members group and not client group but could be wrong. TAMAN 1
theblackelk Posted November 4, 2016 Posted November 4, 2016 Just now, IPS Modification said: could be due to fact your in members group and not client group but could be wrong. I think it was the fact that I was on a VPN for work.
TAMAN Posted November 4, 2016 Author Posted November 4, 2016 (edited) someone else had the same issue and he was also in members group and not client anyways, Im glad that you have got it now enjoy Edited November 4, 2016 by TAMAN
CP_User Posted November 23, 2016 Posted November 23, 2016 Will there be an update ready for when 4.1.17 is pushed out?
TAMAN Posted November 23, 2016 Author Posted November 23, 2016 16 minutes ago, CP_User said: Will there be an update ready for when 4.1.17 is pushed out? Of course CP_User 1
kmk Posted November 30, 2016 Posted November 30, 2016 Hello, is possible make the tamplate convert and resize the image automatically, keeping all card of item(all articles) have a uniform presentation?
Recommended Posts