Hello There, Guest! Login Register
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Metrostyle report
#11
[Image: 3a7907a65e230e3e4e7559744e45dd88.png]

index gives me that

[Image: 553062cb00aa59e97128131a09f8e507.png]

And when i edit or add rep, that pops up
#12
Do you mind setting up a test account for me? It seems there are issues with your setup for whatever reason.
#13
(21st Jan, 01:15 am)Legitti Wrote:  [Image: 3a7907a65e230e3e4e7559744e45dd88.png]

index gives me that

[Image: 553062cb00aa59e97128131a09f8e507.png]

And when i edit or add rep, that pops up

The following will fix the add/remove rep issue you're facing.

In the header template find:

Code:
<div id="color_modal" class="modal">

Replace with:

Code:
<div id="color_modal">
<div class="modal">

and remember to add another closing </div> tag to for that new div (you'll see a bunch </div>
</div>
</div> tags in header template)

Repeat the same for footer_theme and footer_language templates (remove class="modal" from parent div and add it in a new one, just below <div id="footer_modal"> and div id="lang_modal) and include also </div> closing div tags when you move class="modal" into new <div> element).

In global.css add:

Code:
div[id*="_modal"] {display:none;}
#14
Where do i add that CSS part? and same code for all 3 replacing those?
#15
You're going to be editing 3 templates - header, footer_theme, and footer_language

They are essentially the same edits. The Global.css edit is straight forward.

You may want to give me temporary template access and I can do the edits for you.
#16
See the attachments. I highlighted the changes you will need to make.


Attached Files Thumbnail(s)
           
#17
I think i got that! Thanks.
#18
Now it broke color switcher.. its blank!

send PM with details, need it fixed asap
#19
i revereted header back it and works again, please take a look on issue, thanks
#20
Still showing after i give rep or update it




Users browsing this thread: 1 Guest(s)