Minty

Minty [Paid] 1.5.24

No permission to buy ($25.00)

DohTheme

Well-known member
DohTheme submitted a new resource:

Minty - Tropical Rainforest


index.php


We are back with a new theme called "Minty" Built on Our Framework "ReMe".

"Minty" has the refreshing colors of a tropical rainforest and it has a scent of blue.


Features list :

  • Fully Responsive Layout
  • Clean Retina & HD display Support
  • Google webfont & Fontawesome...

Read more about this resource...
 
Hi -

I've found that a large portion of your CSS colors are hard-coded and don't use the color palette. Unfortunately that means I need to manually search through files to find all the hard-coded colors so I can customize my theme.

Because I can't find certain colors anywhere in the Minty templates, I need you to find them.

Here's the first - the color is #2c5d8c or rgb(44, 93, 140), and is the hover color shown in the attached image, and is in the following code:

HTML:
<dl class="sectionHeaders">
        <dt class="posterAvatar"><a><span>Sort By:</span></a></dt>
        <dd class="main">
            <a href="index.php?forums/main-forum.2/&amp;order=title" class="title"><span>Title</span></a>
            <a href="index.php?forums/main-forum.2/&amp;order=post_date" class="postDate"><span>Start Date</span></a>
        </dd>
        <dd class="stats">
            <a href="index.php?forums/main-forum.2/&amp;order=reply_count" class="major"><span>Replies</span></a>
            <a href="index.php?forums/main-forum.2/&amp;order=view_count" class="minor"><span>Views</span></a>
        </dd>
        <dd class="lastPost"><a href="index.php?forums/main-forum.2/&amp;direction=asc"><span>Last Message &darr;</span></a></dd>
    </dl>

Let me know where this color is defined so I can change it.
 

Attachments

  • sort_hover.webp
    sort_hover.webp
    17.7 KB · Views: 4
While we're at it, from the same screen capture, the background color for "Showing threads 1 to..." is either #306598 or rgb(48, 101, 152). I've found other hard-coded instances of this background in the templates, but cannot find this one.

Let me know where this one is as well, so I can change it.

HTML:
<div class="sectionFooter InlineMod SelectionCountContainer">
            <span class="contentSummary">Showing threads 1 to 1 of 1</span>

           
               


<span id="InlineModControls">
    <span class="selectionControl secondaryContent">
        <label for="ModerationCheck">
            Select All <input type="checkbox" id="ModerationCheck" title="Select / deselect all threads on this page" />
        </label>

        <input type="button" class="button ClickNext" value="&darr;" title="Move down" />
        <input type="button" class="button ClickPrev" value="&uarr;" title="Move up" />
        <a class="SelectionCount">Selected Threads: <em class="InlineModCheckedTotal">0</em></a>
    </span>

    <span class="actionControl sectionFooter">
        <span class="commonActions">
            <input type="submit" class="button" value="Delete..." name="delete" />
            <input type="submit" class="button" value="Approve" name="approve" />
        </span>

        <span class="otherActions">
            <select name="a" id="ModerationSelect" class="textCtrl">
                <option value="">Other Action...</option>
                <optgroup label="Moderation Actions">
                   
        <option value="delete">Delete Threads...</option>
        <option value="undelete">Undelete Threads</option>
        <option value="approve">Approve Threads</option>
        <option value="unapprove">Unapprove Threads</option>
        <option value="stick">Stick Threads</option>
        <option value="unstick">Unstick Threads</option>
        <option value="lock">Lock Threads</option>
        <option value="unlock">Unlock Threads</option>
        <option value="move">Move Threads...</option>
        <option value="merge">Merge Threads...</option>
        <option value="prefix">Apply Thread Prefix...</option>
        <option value="deselect">Deselect Threads</option>
   
                </optgroup>
                <option value="closeOverlay">Close This Overlay</option>
            </select>

            <input type="submit" class="button primary" value="Go" />
            <input type="reset" class="button OverlayCloser overylayOnly" value="X" title="Cancel and close these controls" />
        </span>
    </span>
</span>
           
        </div>
 
I was able to hash out the questions mentioned earlier. I have another -

If you view groundtradesxchange/com/xf you will see the magnifying glass icon is out of vertical alignment. How can I adjust that?

Related: If I don't receive support, am I obligated to leave the copyright info in the footer?
 
I'm noticing that your theme doesn't provide user feedback when uploading files, and when in responsive mode, it can't handle file uploads at all. Stock XF theme handles just fine. Please fix this bug asap.
 
Top Bottom