Jump to content

Behemoth Theme [ support topic ]


Recommended Posts

3 minutes ago, Steph40 said:

Did that but it completely breacks the page css. 

mmm, maybe double check your copy paste? it shouldn't break anything at all

try to paste it on top before anything else

 

Do you have any customization's in custom.css template? 

Edited by TAMAN
Link to comment

Hi, this is a great skin, looks awesome

 

Can you please fix some issues though?

 

1. this bar is white/light color and doesnt match with the rest of the dark theme, I can't find an option to change it

975c7e733c71b9f97a86d829c5acc7ba.png

according to inspect element, the css is a tr class="ipsAreaBackground

8810938bcf5079f04f0f7d7258c9fc2c.png

can you fix this in the next version?

 

2.

 

why is their a hill/bump on the bottom of the slider? Can you make an option to remove that

44b04e578452d6977bc2602574cc0063.jpg

 

3. Please add an option to move the user nav to the top under the nav menu instead of inside the slider

346c3520f67f4624020be63943faf51e.jpg

 

4. There's no mobile version?

84cf758f6a320239068f8fad729c059c.png

 

Edited by President Evil
Link to comment

Hello,

1 hour ago, President Evil said:

according to inspect element, the css is a tr class="ipsAreaBackground

This color setting is in Front-End colors tabs, named Area background but im unsure if the white background comes from that it might be from whatever that app/plugin widget you're using, i cant check without a link tho 

1 hour ago, President Evil said:

why is their a hill/bump on the bottom of the slider? Can you make an option to remove that

 

This is just an svg line separator theres no settings to remove, but you can simple remove it in globalTemplate 

search by this css class and remove the line 

sec-sepTop

 

1 hour ago, President Evil said:

3. Please add an option to move the user nav to the top under the nav menu instead of inside the slider

 

maybe in next version :) if you still want to do something like this maybe try to add the below css to custom.css,  i posted for someone else he wanted something similar to what you ask

On 3/3/2017 at 7:33 AM, TAMAN said:

Sorry

This should be fine now


.ta-userNav {
    top: 100px;
    bottom: initial;
}
.ta-userNav #elUserNav{
	padding: 7px 15px;
}
.ta-userNav #elUserNav:before {
	border-left: none;
}
html[dir="rtl"] .ta-userNav #elUserNav,
html[dir="ltr"] .ta-userNav #elUserNav{
 	background-color: {hextorgb="userbar_bg" opacity="0.80"};
    background: -webkit-linear-gradient(to left, {hextorgb="userbar_bg" opacity="0.80"} , {hextorgb="userbar_bg" opacity="0.15"}); 
    background: linear-gradient(to left, {hextorgb="userbar_bg" opacity="0.80"} , {hextorgb="userbar_bg" opacity="0.15"}); 
  	border-right: none;
  	border-radius: 3px;
}

 

 

1 hour ago, President Evil said:

4. There's no mobile version?

 

Is this setting enabled on your side?

MaxthonSnap20170321051834.png.900faa6e79c8e9b73e2fa6bf64bde5c9.png

Link to comment
16 minutes ago, TAMAN said:

This color setting is in Front-End colors tabs, named Area background but im unsure if the white background comes from that it might be from whatever that app/plugin widget you're using, i cant check without a link tho 

yea it's not on the front end colors options, Im using this 

 

Link to comment
21 minutes ago, Nicholas Cole said:

hi, my top nav bar is a solid colour and not transparent like the demo version.  Is there a setting I can't find somewhere?  

Thanks

Hi,

Yes the navigation need to be set to "Fixed",  the setting is in Header tab :)

Link to comment
9 hours ago, TAMAN said:

Hi,

Yes the navigation need to be set to "Fixed",  the setting is in Header tab :)

Hi, 

I already have it set to 'fixed' but it doesn't make a difference.  I have re-installed the theme but that doesn't help.  

My website is www.caymanoc.com if that helps 

Thanks :) 

Link to comment
10 hours ago, Nicholas Cole said:

Hi, 

I already have it set to 'fixed' but it doesn't make a difference.  I have re-installed the theme but that doesn't help.  

My website is www.caymanoc.com if that helps 

Thanks :) 

Hi,

Have you added any custom css or changed anything of of the theme css codes?

by looking at your website the header has a solid background which seems like added manually and it doesn't come with my theme

have you added anything like this?

#ipsLayout_header header {
    background-color: #000000;
    background-image: url(http://www.caymanoc.com/uploads/);
    background-repeat: no-repeat;
    background-position: initial;
    background-size: cover;
}

 If yes, then just remove it and it will be fixed,

otherwise add this to custom.css

#ipsLayout_header header {
    background-color: none !important;
}

-------------

 

4 hours ago, Nicholas Cole said:

I'm also having problems with the Different Article Styles too, doesn't look anything like your demo page.  If I add as a block it looks perfect, but clicking on the article doesn't open a new page just a refresh of the same page.  

Help!! :)  

The articles on your website looks fine on my side,

Edited by TAMAN
Link to comment
52 minutes ago, TAMAN said:

Hi,

Have you added any custom css or changed anything of of the theme css codes?

by looking at your website the header has a solid background which seems like added manually and it doesn't come with my theme

have you added anything like this?


#ipsLayout_header header {
    background-color: #000000;
    background-image: url(http://www.caymanoc.com/uploads/);
    background-repeat: no-repeat;
    background-position: initial;
    background-size: cover;
}

 If yes, then just remove it and it will be fixed,

otherwise add this to custom.css


#ipsLayout_header header {
    background-color: none !important;
}

-------------

 

The articles on your website looks fine on my side,

Well i've fixed the issue with the articles.  The header I can't figure out, i've looked for the code you mentioned above but nothing obvious to me.  Adding the second code to custom.css hasn't worked.  

I haven't added any code to your theme

 

Link to comment
30 minutes ago, Nicholas Cole said:

Well i've fixed the issue with the articles.  The header I can't figure out, i've looked for the code you mentioned above but nothing obvious to me.  Adding the second code to custom.css hasn't worked.  

I haven't added any code to your theme

 

Then it might come from a plugin try to disable the plugins just to test.

 

Also try to add this css instead of the previous one i posed 

add it in custom.css

#ipsLayout_header header {
    background-color: transparent !important;
}

 

Edited by TAMAN
Link to comment
On 3/20/2017 at 5:46 PM, TAMAN said:

mmm, maybe double check your copy paste? it shouldn't break anything at all

try to paste it on top before anything else

 

Do you have any customization's in custom.css template? 

It was my server have the hickups, all good now, thanks for the fix.

Link to comment
9 minutes ago, President Evil said:

im not sure if to post this here or in IPS general forum but I want people to only Sign Up with Steam and not be able to register using the traditional email way (too many people making alt accounts)

34c733a55787e59cf8386306cc6ff83b.png

what do I have to change so only sign up with steam shows and no other options?

 

Post a new topic here https://invisionpower.com/forums/forum/497-peer-to-peer-technical-support/ :) 

Im sure there are settings for that

 

Link to comment

Buttons in my editor keep disappearing... The only way to fix it is to change the editor style to the alternate one. Then after a while the icons disappear and get mixed up again - happens on either of the two default editors that come with the theme. Refresh cache does not fix. The only way is to change the editor style.

Eg below numbered list is actually align right.

58e618fa733ff_ScreenShot2017-04-06at10_30_53PM.thumb.png.edc315f4e43a99a3ad66e508ab3fd1f7.png

Edited by darth12
Link to comment
1 hour ago, darth12 said:

Thank disabling theme editor styles in topic seems to have worked for now.

Another stupid question though - how do I delete editor skins?

Excellent support - thanks!

Editor skins are installed in this direction \applications\core\interface\ckeditor\ckeditor\skins

The one you have installed is in skins folder, so just delete it from this folder.

--

BTW, Thank you for the review. :) 

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...