We are Borg Posted June 7, 2019 Posted June 7, 2019 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.
Sovereign Grace Singles Posted July 7, 2019 Posted July 7, 2019 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: Â
Sovereign Grace Singles Posted July 7, 2019 Posted July 7, 2019 (edited) 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, 2019 by Christforums
TAMAN Posted July 7, 2019 Author Posted July 7, 2019 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 🙂Â
We are Borg Posted September 9, 2019 Posted September 9, 2019 @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. Â
Sovereign Grace Singles Posted September 9, 2019 Posted September 9, 2019 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: Â
TAMAN Posted September 9, 2019 Author Posted September 9, 2019 (edited) 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, 2019 by TAMAN
We are Borg Posted September 9, 2019 Posted September 9, 2019 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.
TAMAN Posted September 10, 2019 Author Posted September 10, 2019 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
We are Borg Posted September 10, 2019 Posted September 10, 2019 Going to reupload the themes. Is their a way to disable all add-ons in one go.
TAMAN Posted September 10, 2019 Author Posted September 10, 2019 (edited) 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, 2019 by TAMAN
We are Borg Posted September 10, 2019 Posted September 10, 2019 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.
We are Borg Posted September 10, 2019 Posted September 10, 2019 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.
Sovereign Grace Singles Posted September 10, 2019 Posted September 10, 2019 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. We are Borg and TAMAN 1 1
Sovereign Grace Singles Posted September 11, 2019 Posted September 11, 2019 @TAMAN We have a Christmas season effects in the Behemoth theme any plans for halloween or easter?
TAMAN Posted September 11, 2019 Author Posted September 11, 2019 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 😕  Â
Sovereign Grace Singles Posted September 11, 2019 Posted September 11, 2019 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! We are Borg and TAMAN 2
Vianney Gantelmi Posted September 13, 2019 Posted September 13, 2019 Hello ! Looks like there are some color issues. Is this due to the last forum update ? Thanks !
TAMAN Posted September 13, 2019 Author Posted September 13, 2019 (edited) 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, 2019 by TAMAN Vianney Gantelmi 1
Sovereign Grace Singles Posted September 29, 2019 Posted September 29, 2019 (edited) @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, 2019 by Christforums
TAMAN Posted September 30, 2019 Author Posted September 30, 2019 (edited) 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, 2019 by TAMAN Sovereign Grace Singles 1
Sovereign Grace Singles Posted September 30, 2019 Posted September 30, 2019 (edited) 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, 2019 by Christforums
TAMAN Posted October 1, 2019 Author Posted October 1, 2019 (edited) 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, 2019 by TAMAN Sovereign Grace Singles 1
Sovereign Grace Singles Posted October 1, 2019 Posted October 1, 2019 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!!! TAMAN 1
Recommended Posts