Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
June 7, 20195 yr 11 hours ago, TAMAN said: Yes, You can upload the font in your website for example in theme resources page then with css font-face you can load the custom font and use it anywhere you want /*Load the custom font*/ @font-face { font-family: myFirstFont; src: url(sansation_light.woff); } /*Use the custom font anywhere you want for example on body*/ body{ font-family: "myFirstFont", Helvetica, Arial, sans-serif; } Thanks @TAMAN going to play with it and see what i can do, real fun to do this.
July 7, 20195 yr Hi Taman, Regarding the little Triangles at the footer. I have a custom CSS which attempts to close the blank between the template footer .af_Container { padding-bottom: 0 } This causes the little triangle. Without there is a different color gap at the bottom:
July 7, 20195 yr 13 minutes ago, Christforums said: Hi Taman, Regarding the little Triangles at the footer. I have a custom CSS which attempts to close the blank between the template footer .af_Container { padding-bottom: 0 } This causes the little triangle. Without there is a different color gap at the bottom: Please disregard. The following CSS resolved the issue: #ipsLayout_footer::before { left: 0; right: 0; border-bottom: 0; border-left: 0; } #ipsLayout_footer::after { left: 0; right: 0; border-bottom: 0; border-left: 0; border-right: 0; } .af_Container { padding-bottom: 0; } Edited July 7, 20195 yr by Christforums
July 7, 20195 yr Author 1 hour ago, Christforums said: Please disregard. The following CSS resolved the issue: #ipsLayout_footer::before { left: 0; right: 0; border-bottom: 0; border-left: 0; } #ipsLayout_footer::after { left: 0; right: 0; border-bottom: 0; border-left: 0; border-right: 0; } .af_Container { padding-bottom: 0; } the theme does not have any issues like this by default if you have issues with it then please download the latest version and update 🙂
September 9, 20195 yr @TAMAN I have issues with Google ads. If i enable the following locations " Just below the page header" and " Just above the page footer" i get very weird results. The first is below page header that is seen as follows. Its above the navigation bar and that acts weird to if you enable ads. See next picture. With enabling " Just below the page header" i also get ads in the sidebar. In the blog entries in our volunteer section and blog comments and a little on that is outside every box. With " Just above the page footer" i get the ad above navbar and no where else. If i turn off it all works is this a theme error or something else.
September 9, 20195 yr 1 hour ago, We are Borg said: @TAMAN I have issues with Google ads. If i enable the following locations " Just below the page header" and " Just above the page footer" i get very weird results. The first is below page header that is seen as follows. Its above the navigation bar and that acts weird to if you enable ads. See next picture. With enabling " Just below the page header" i also get ads in the sidebar. In the blog entries in our volunteer section and blog comments and a little on that is outside every box. With " Just above the page footer" i get the ad above navbar and no where else. If i turn off it all works is this a theme error or something else. If you don't figure it out here's another possible solution. You could use this widget / block and place it in desired location using the page builder:
September 9, 20195 yr Author 3 hours ago, We are Borg said: @TAMAN I have issues with Google ads. If i enable the following locations " Just below the page header" and " Just above the page footer" i get very weird results. The first is below page header that is seen as follows. Its above the navigation bar and that acts weird to if you enable ads. See next picture. With enabling " Just below the page header" i also get ads in the sidebar. In the blog entries in our volunteer section and blog comments and a little on that is outside every box. With " Just above the page footer" i get the ad above navbar and no where else. If i turn off it all works is this a theme error or something else. @Christforums I just checked it out and there are no issues on my side, Adverts do not show like your screenshots. I have tested "Just below the page header", "Just above the page footer", "In the site sidebar" and others as well. they all work just how they supposed to and exactly just like the default IPS theme, because i haven't modified these things in the theme. You probably have modified the templates especially the globalTemplate. you need to revert the changes you have made to fix it. Edited September 9, 20195 yr by TAMAN
September 9, 20195 yr The system said that global and navbar where edited i revert them back but still no joy. I just checked default theme and have same issue.
September 10, 20195 yr Author 3 hours ago, We are Borg said: I just checked default theme and have same issue. If you have the same issue on default theme then its not a theme issue. you probably have a plugin or an application causes this. 3 hours ago, We are Borg said: The system said that global and navbar where edited i revert them back but still no joy. Dont revert the globalTemplate or navBar template of Behemoth theme, this will corrupt the whole theme because all my modifications are in there. If you have done that then you might need to update the theme to take the changes back
September 10, 20195 yr Going to reupload the themes. Is their a way to disable all add-ons in one go.
September 10, 20195 yr Author 1 hour ago, We are Borg said: Going to reupload the themes. Is their a way to disable all add-ons in one go. Yes but then whats the point of that? you cant figure out which plugin or app causes the issue if you dont disable them all one by one to test 🙂 Edited September 10, 20195 yr by TAMAN
September 10, 20195 yr 9 hours ago, TAMAN said: Yes but then whats the point of that? you cant figure out which plugin or app causes the issue if you dont disable them all one by one to test 🙂 But if i disable all first and it still happens its not an add-on.
September 10, 20195 yr Its a problem in the Google code it self, because if i do <p>This is a test</p> The text is on the right spot.
September 10, 20195 yr 11 hours ago, We are Borg said: Is their a way to disable all add-ons in one go Plugin page has disable all. Also you can run the support tool after it clears cache select that the problem hasn't been resolved and it should give an option to disable all customizations.
September 11, 20195 yr @TAMAN We have a Christmas season effects in the Behemoth theme any plans for halloween or easter?
September 11, 20195 yr Author 1 hour ago, Christforums said: @TAMAN We have a Christmas season effects in the Behemoth theme any plans for halloween or easter? I don't have any plans for that unfortunately 😕
September 11, 20195 yr 11 hours ago, TAMAN said: I don't have any plans for that unfortunately 😕 Consider this a request for seasonal effects such as: spring, summer, autumn, and winter!
September 13, 20195 yr Hello ! Looks like there are some color issues. Is this due to the last forum update ? Thanks !
September 13, 20195 yr Author 2 hours ago, Vianney Gantelmi said: Hello ! Looks like there are some color issues. Is this due to the last forum update ? Thanks ! Hello, Looks fine on my side 😕 this text colors in your screenshot are connected with this color option Its in Forms & Toggles tab So try to change that color on your side let me know 🙂 Edited September 13, 20195 yr by TAMAN
September 29, 20195 yr @TAMAN Question, I copied the theme and offer a dark rendition of the Beh. theme. However, the front page built with pages doesn't change with the new selection. Any ideas? Edited September 30, 20195 yr by Christforums
September 30, 20195 yr Author On 9/29/2019 at 12:57 PM, Christforums said: @TAMAN Question, I copied the theme and offer a dark rendition of the Beh. theme. However, the front page built with pages doesn't change with the new selection. Any ideas? Hi, Check your front page settings in Pages app there is a setting you can choose a theme for the pages so you might have selected one theme for the page 🙂 Edited September 30, 20195 yr by TAMAN
September 30, 20195 yr 3 hours ago, TAMAN said: Hi, Check your front page settings in Pages app there is a setting you can choose a theme for the pages so you might have selected one theme for the page 🙂 I am able to change the theme based on the admin pages theme selection. However, changing the theme at the footer doesn't change the front page. Is there a way to "deselect" any default theme from the pages admincp allowing selected groups to change the front page? Edited September 30, 20195 yr by Christforums
October 1, 20195 yr Author 3 hours ago, Christforums said: I am able to change the theme based on the admin pages theme selection. However, changing the theme at the footer doesn't change the front page. Is there a way to "deselect" any default theme from the pages admincp allowing selected groups to change the front page? Sorry but I dont understand 😕 If your website frontpage is made by Pages application and it doesnt use the theme you have selected in bottom of your site, then go to the ACP > Pages > Pages > Edit your frontpage and select the "default theme" Edited October 1, 20195 yr by TAMAN
October 1, 20195 yr 2 hours ago, TAMAN said: Sorry but I dont understand 😕 If your website frontpage is made by Pages application and it doesnt use the theme you have selected in bottom of your site, then go to the ACP > Pages > Pages > Edit your frontpage and select the "default theme" Thank you!!!