Forum Replies Created
list of topics you have created till now.
-
-
please check out “Documentation > Customization > CSS Skins”.
– no luck with stamp image.
– we have updated the twitter widget in v1.1, current release is v1.2 . You can download and update.
yes you can use both methods together.
Hi,
1-) are you testing on local machine, if yes, browsers usually don’t support ajax calls on local, so this might be causing the issue.
2-) rotating words uses css3 animations so if browser doesn’t support css3 animations it just show plain texts as in your last ss. This is normal for IE9 but it should be animated on chrome. If you can provide your url i can check what’s wrong.
ok, now i see what you mean, try this custom css code to fix it;
#fancybox-left, #fancybox-right { width: 100px; }Hi, try this custom css code;
.portfolio-info:before { content: "" !important; }try this custom css code;
.post-list h2 { display: none; }Replacing current font icons with “entypo icons”?
It can be possible but it requires more hard work, we can only provide customizations of some lines of code. You can hire someone experienced to do the job for you, if you are not familiar to wordpress-html coding.
this method also explains “how you can replace current social icons with different png icons” which was a part of your question. Let’s continue to the discussion on your topic.
if you avoid classic layout on mobile devices, layout will break, 3 page folded layout style won’t fit to mobile device screens.
However you can change cover background image with additional css code;
@media screen and (max-width: 767px) { .cover { background-image: url("path-to-your-mobile-cover-image-here.png") !important; } }ahmetsali
Keymaster18 February 2014 at 20:13Posted in : How to make the title of the post on the left?paste the code to “Appearance > Theme Options > Style tab > Custom CSS field”.
try this one;
.home .site-description { font-size: 1.9em; }ahmetsali
Keymaster18 February 2014 at 14:42Posted in : How to make the title of the post on the left?Hi, try this custom css code;
.entry-header, .post .entry-title, .entry-meta { text-align: left; }Hi, try this custom css code;
.entry-header, .post .entry-title, .entry-meta { text-align: left; }Hi, try this custom css code;
.cover h3 span { color: #FC5E5E; }we will update the font awesome to latest 3.x version in the next update.
we are using fitText plugin for cover h1 heading, so font size is an inline style computed by plugin, for customization please check out “Documentation > Customization > Html Data Attributes > data-cover-h1-tune” .
Hi, try this custom css code;
.widget-title, .widget-title a { color: #bbb; font-size: 16px; }Hi, this can be possible with custom js code;
– you need to know the specific body class of that page
– then use this in your Theme Options > External JS box:jQuery(document).ready(function($) { $( '.body-class .site-title img' ).attr("src", "your-new-logo-url-here.png"); });Hi, on lower resolution / mobile devices classic layout is activated and right cover is hidden. This is the default behaviour of the theme.
if you can provide your url, i can check what’s wrong.
Hi, for custom social icon please check the link below;
try updating the code as;
.category .page-header { display:none; height:0; overflow: hidden; margin-top: -30px; }Hi, this is not easy to do, wait for the update please.
Hi, update your custom css code as;
from this
.category .page-header {margin-top: -101px; }to this;
.category .page-header { display:none; height:0; overflow: hidden; }That’s a nice idea. We will have that in mind for a next update. Thanks
Hi, paste the custom css code to “Appearance > Theme Options > Style > Custom CSS field “.
Hi, try this custom css code;
.post .date, .post .info i:nth-of-type(2) { display: none; }just apply the fix i told in your other post, it should be fine.
http://www.pixelwars.org/forums/topic/pencil-icon-above-each-post-title/
i just checked your markup, and you have a missing bracket that breaks the code after in your custom css code,
#header-search-link, #header-search-link:hover, #header-search-link.active { background-color: #dbdbdb; color: #333;just add a close bracket to this piece of code;
#header-search-link, #header-search-link:hover, #header-search-link.active { background-color: #dbdbdb; color: #333; }Hi @tmoney,
try this one;
#nav li.active, #nav > li:hover, #nav ul li { background: transparent; } #nav li a:hover, #nav li.active > a, #nav li a.selected:hover, #nav li a.current, #nav li a.selected, #nav li a.current-sub { color: #096; text-shadow: none; }Hi, yes it is possible, try this custom css code;
.page-id-503 .site-footer { display: none; }great, happy editing :)
Hi, try this one;
<button onclick="window.history.back()">Go Back</button>
Hi, not sure this will work but give it a try;
– use this in your Theme Options > External JS box:
jQuery(document).ready(function($) { var commentForm = $( '#comments' ); $( 'body.single article .shareaholic-canvas' ).before(commentForm); });you have an extra # symbol in your color code start, remove that, it should be fine.
.main-navigation ul li, .main-navigation ul li a { color: ##OOOOOO; font-weight: 900; }to
.main-navigation ul li, .main-navigation ul li a { color: #000000; font-weight: 900; }i just checked your site, and can’t see the custom css code in my previous post. Are you sure you pasted it to “Custom CSS” box.
try adding this too;
#header-search-link { padding-bottom: 15px; }Hi, in
css/main.cssline : 33 you will see;/* -------------------------------------------- */ /* TYPOGRAPHY */ /* headings and paragraphs */ h1, h2, h3, h4, h5, h6 { font-weight: 400; } h1 { font-size: 2.20em; margin: 0.8em 0 0.4em 0; } h2 { font-size: 2.00em; margin: 1.0em 0 0.8em 0; } h3 { font-size: 1.10em; margin: 1.0em 0 .6em 0; } h4 { font-size: 1.00em; margin: 1.0em 0 .6em 0; } h5 { font-size: 0.90em; margin: 1.0em 0 .8em 0; } h6 { font-size: 0.85em; margin: 1.0em 0 .8em 0; } p { margin: 1.2em 0; }please provide your url to see what’s wrong.
Hi, i see the issue, we will fix it with the next update. Thanks for the feedback.
i just opened your files, and edited layout.dwt and when i save it, all pages updated with your name on the header.
– Don’t forget to create a new site in Dw first.
– go to “Site > New Site” then give a name
– show your project directory as “Local Site Folder”then try again.
the font is “Open Sans”, both used on this forums and responsy theme, to use it on the post titles, try this custom css;
.post .post-title { font-family: "Open Sans"; font-weight: 900; }Hi,
please select the “Post Name” option from the permalink settings.
Hi, i can’t see your code, encode it then post here.
Hi, here is the custom css code, pull quote aligned right;
blockquote:before { left: auto; right: 0; content: "\f10e"; }Hi, this is not available by default, needs more further customizations, you may consider working with a professional, if you are not familiar to coding.
try this custom css code;
.social li a.picassa:hover { background-color: #fff; } .social li a.behance:hover { background-color: #fff; }Hi, do you have any custom js code in your External JS box, then delete it and try again.
this is not easy to do with some lines of code. If you are not familiar with wordpress coding you may consider working with a professional for further customizations.