Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
themes-topic
Simple:Press 5.1 themes sneak peek
Avatar
Brandon
U.S.
SP Wrangler
Free Members
sp_UserOfflineSmall Offline
Apr 21, 2012 - 1:05 am

One of the benefits of being a member of the support site is that you get a sneak peek at some of the updates that are coming out soon.

As an example highlite the search form entry with your cursor. Notice the little glow around the entry form? Something similar is coming to all themes and not just for the search form.

Not to mention other theme, layout and features that the support site may be using in final testing before release.

Like what? Click on reply to this post and you may notice a new button next to the "cancel' one that allows you to preview before posting.

Also check out your profile page. Want to subscribe to specific forums? You just might find a way to do so there. wink

Lots of cool new stuff is coming out in version 5.1 and if a member you get a little sneak peek. Pretty cool if you ask me.

Avatar
Conrad_Farlow
Sheffield, UK
Member
Free Members
sp_UserOfflineSmall Offline
Apr 21, 2012 - 9:36 am

A preview button, I remember asking for that.

Yabba dabba dooooo

Works too wink

When can we expect see a release of V5.1?

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Apr 21, 2012 - 11:48 am

We don't have a target release date yet.

andy-signature.png
YELLOW
SWORDFISH
Avatar
Conrad_Farlow
Sheffield, UK
Member
Free Members
sp_UserOfflineSmall Offline
Apr 21, 2012 - 5:47 pm

OK well can I get my hands on that preview code, it's great!

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Apr 21, 2012 - 6:17 pm

not yet...  its a new plugin and still working the kinks out testing...

Avatar
Conrad_Farlow
Sheffield, UK
Member
Free Members
sp_UserOfflineSmall Offline
Apr 24, 2012 - 8:01 am

Another impatient request from me.

I have noticed that when you use the quotes in the tool bar that the tinymce editor shows the quoted text in a shaded box rather than just indented as before.

I had a quick look in bug tracker but nothing lept out at me.

Can I get my hands on that code, it would be very very helpful indeed!

Conrad

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Apr 24, 2012 - 9:27 am

It's just an edit of the tinymce content.css file... you can make the same changes now... next release of tinymce will allow you to drop in the css file into your sp theme and have it used instead of the one with the plugin... but for now, just make the changes in the tinymce css file itself... style how you want...

andy-signature.png
YELLOW
SWORDFISH
Avatar
Conrad_Farlow
Sheffield, UK
Member
Free Members
sp_UserOfflineSmall Offline
Apr 24, 2012 - 7:31 pm

I want to basically replicate this in the tinymce content.css file.

#spMainContainer .spTopicPostSection .spPostSection .spPostContentSection .spPostContent blockquote {
    overflow: hidden;
    background: <?php echo($alt4BackGround); ?>;
    color: <?php echo($alt4Color); ?>;
    border: <?php echo($alt4Border); ?>;
    margin: 0 0 1em;
    padding: 1em 1em 0 1em;
    <?php echo($smallRadius); ?>
    font-weight: <?php echo($mainFontWeight); ?>;
}

So forgive my ignorance here, in order to recreate this do I merely replace the php functions with actual css declarations?

So for the background $alt4BackGround for my overlay is = '#ddcfa1'; so do I just declare the background like this?

blockquote {background: #ddcfa1; color: #333333; border: 1px solid #c6ba91.........etc}

Sorry but I have never derived css from a php file and I'm not sure if I can actually just use the php even. Hope you don't mind me asking.

Conrad

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Apr 24, 2012 - 10:12 pm

no, dont put php in there...  get the actual css from firebug or something...  you want straight css...

then you will need to clean up the element descriptor a bit...  for example, instead of

#spMainContainer .spTopicPostSection .spPostSection .spPostContentSection .spPostContent blockquote {

just use

blockquote {

Avatar
Conrad_Farlow
Sheffield, UK
Member
Free Members
sp_UserOfflineSmall Offline
Apr 25, 2012 - 1:58 pm

Hi all I added the following code:

blockquote {
        -webkit-gradientborder-radius: 5px; 
        border-radius: 5px;
        overflow: hidden;
        background: #ddcfa1;
        color:#333333;
        border: 1px solid #c6ba91;
        margin: 0 0 1em;
        padding: 1em 1em 0 1em;
        font-weight: normal;
}

to the file

..../wp-content/sp-resources/forum-plugins/tinymce-richtext/tinymce/themes/advanced/skins/default/content.css

It appears not to work at all, do I have the wrong content.css?

Conrad

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17361
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625