Soft Responsive [Deleted]

I've made a error in that code - forgot !
Code:
.message .primaryContent > .dark_postrating { opacity: 1 !important; }
 
  • Like
Reactions: DFI
Is there any way to get a template modification for one color to get applied to all the colors? I.e. I edit the red template and it fixes blue, coffee, etc. along with it.
 
Is there any way to get a template modification for one color to get applied to all the colors? I.e. I edit the red template and it fixes blue, coffee, etc. along with it.

I think I fixed this. I installed them all as Parents instead of Children the first time. So I reuploaded the xml files as children. But, I didn't reupload the files for each style. I just reinstalled the XML file as a Child, and then removed the Parent style via the ACP. Not exactly sure if this will **** anything up or not.
 
Is there any way to get a template modification for one color to get applied to all the colors? I.e. I edit the red template and it fixes blue, coffee, etc. along with it.
Yes. Create alternative color schemes using colorizeit tool, check "only modified templates" option before downloading color variations. Then install new color scheme as child style of original color scheme.

Coffee style is already a child style of Soft Responsive style.
Also, any way to change the 'Like' image from a heart to something else? Or get rid of it entirely?
Code:
.likesSummary:before { display: none !important; }
.likesSummary { padding-left: 5px; }
or replace icon in xenforo-ui-sprite.png
 
Arty updated Soft Responsive with a new update entry:

Bug fixes

Version 2.1.1 is now available.

Changes:
  • Logo should be centered correctly on mobile devices if you specify logo width.
  • Clicking topic row on IE Mobile instead of topic link will correctly redirect to topic (fix for IE not handling <base> properly)
  • When selecting collapsed forum tab, submenu is now shown correctly below tabs.
  • Adjustments for xenTag add-on.

How to update:
  • Upload new files (style.js was changed)
  • Go to admin control panel -> styles ->...

Read the rest of this update entry...
 
Yes. Create alternative color schemes using colorizeit tool, check "only modified templates" option before downloading color variations. Then install new color scheme as child style of original color scheme.

Coffee style is already a child style of Soft Responsive style.

Code:
.likesSummary:before { display: none !important; }
.likesSummary { padding-left: 5px; }
or replace icon in xenforo-ui-sprite.png

I added the code to Extra.css and it worked perfect.

I should have explained it better. So, the first time, I installed the Soft Responsive as a parent and all the other colors as parents as well. Then, when I'd edit a template (Extra.css say) I'd have to edit it for every color. Now that I have them setup as children, the templates all switch over automatically once I edit the main Soft parent color.
 
What is the difference between this and dark and the one that is $29.00. I'm looking for a responsive for my site and I might want to change colors as well.
 
This and black style have built-in responsive design and style is optimized for it.

Add-on adds responsive design to other styles.
 
Wrap your ads in a div like
Code:
<div class="responsiveHide"> ad code </div>
then hide it by adding this to extra.css
Code:
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
{
  .responsiveHide { display: none !important; }
}
 
Hi Arty

Before I buy the style (which to me is awesome!) does it come with or do I have access to the Coffee Edition? I have fallen in love with that color scheme :)

Oh and if I buy this style will the responsive aspect be available for other styles I have?

Cheers
 
Yes, you'll have access to color scheme. No, responsive design will work only with this style.
 
Excellent, thanks Arty. Have actually bought the style, so far am loving it. Will post over on your forums about styling the Like, Reply, Edit etc links. Most of my users aren't that computer savvy and will need help seeing those options :)
 
If I buy this what size logo is the largest I can use? I will also need help with ads.

mskayakfishing.com is our site
 
Back
Top Bottom