Forum Replies Created
list of topics you have created till now.
-
-
Hi, you need to edit the mobile nav javascript code also in
main.js. 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.ahmetsali
Keymaster13 January 2014 at 15:06Posted in : spacing between headline and byline of postsHi, try this custom css code;
.entry-title { margin-bottom: 0; text-align: left; font-size: 2em; }Hi, try this custom css code;
/* quote */ .format-quote:before { font-family: Georgia, "Times New Roman", Times, serif; font-size:5.5em; line-height:1; color: #096; } .format-quote blockquote { font-size: 1.6em; margin:0; } .format-quote blockquote cite { font-size: .7em; }Hi, i really didn’t get what you really want. You want big size text on some specific pages? Which text?
Hi, as the cover page container’s dimension changes in different resolutions. it is normal that cover image may change dimension to fit itself to container. I cant see the imdb logo in your site now.
About videos, i recommend you to use vimeo or youtube, it is much easier. This theme doesn’t have self hosted video solution by default.
every page has its own unique body class;
for example;
http://crocusreview.com/tao-the-path-to-happiness/
for this page you can use this custom css code;
.postid-288 h1.entry-title { font-size. 2.4em; }Hi, i really didn’t work with swf files much, maybe this article would be helpful to you;
you can do this with custom css code;
for example to change size of blog titles, you can use;
h1.entry-title { font-size. 2.4em; }Hi,
1-) 770px X 1090px would be fine.
2-) Inner page sizes changes on various screen size, resize the browser to see haw it fits to screen.
3-) You want autoplay on youtube lightbox video?
send-mail.phpcomes with downloaded package, and it should be uploaded to server in order to contact form to work. Redownload the package if you don’t have it.Hi, since IE doesn’t support css3 3d properties, it is not possible to have 3d layout in IE.
yes it can be possible with some custom css code, which headlines do you want to modify?
we will update social icons with a future update.
you can write a specific custom css code for a page, in this case for your main page you can use this custom css code for images;
.page-id-498 .entry-content img { border-radius: 8px; }here is the updated code;
.widget_recent_entries ul { list-style: disc; list-style-position: outside; margin-left: 20px; } .widget_recent_entries ul li { padding-left: 2px; } .widget_recent_entries ul li:before { display: none; }Hi, try this custom css code;
.rm-container.rm-open .rm-right { -webkit-transition: all 1.0s ease-in-out, height 0s; transition: all 1.0s ease-in-out, height 0s; -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }i just checked your site on IE8/9/10, it is working fine.
Hi, your images doesn’t have src attributes so they can’t be viewed. Try reuploading your images.
this is weird i see our demo site proper in the same res.
i just checked your site, you have an unclosed bracket just before the code i gave you in your custom css.
h1.site-title { text-align: left;close this line with a bracket;
h1.site-title { text-align: left; }Hi @forsorenda
i just checked our demo site on IE10/9/8, it is working just fine in classic mode.
i can see the fontawesome icons on the latest ff v26.
it should be working, can you provide your url?
you are welcome, we are in 2014 in turkey :)
ok one more thing before it is done,
remove the code
text-indent: -999em;
i added it accidently and edited and removed that piece of code from my post.
since you deleted and added that menu item, its id has changed, edit the code;
#menu-item-622 to #menu-item-664
it looks like you have completely removed that menu item, dont remove it, just leave it’s text blank.
Hi, try this;
1-) Remove the text in that menu item “@mattsechrest”
2-) paste this custom css code to Theme Options > Style > Custom CSS box;
#menu-item-622 a:before { font-family: FontAwesome; font-weight: normal; font-size: 24px; text-align:left; font-style: normal; display: inline-block; text-decoration: inherit; content: "\f099"; margin: -12px 0; }Hi, try this custom css code;
.widget_recent_entries ul { list-style: disc; list-style-position: inside; } .widget_recent_entries ul li { padding-left: 2px; } .widget_recent_entries ul li:before { display: none; }Hi, you can do this in two steps;
1-) Paste the code below to the Theme Options > Style > External Js box;
<script> jQuery( document ).ready(function( $ ) { $('.site-title a').each(function(){ var me = $(this) , t = me.text().split(' '); me.html( '<span>'+t.shift()+'</span> '+t.join(' ') ); }); }); </script>2-) Then style with custom css;
/* first word */ .site-title a span { color: green; } /* second word */ .site-title a { color: orange; }ahmetsali
Keymaster1 January 2014 at 01:03Posted in : Feature suggestion: Twitter front page widgetyes, i added this feature in v1.2 !
Hi, this is a really weird issue. I have no idea what causes this and searched the web if somenone has reported a similar issue about flexslider, but couldn’t find anything. I will add this to the list and release an update if come up with a solution. Thanks for the feedback.
Hi, please check documentation HTML > Portfolio section.
Hi, you can place a button to download your pdf file as;
<a href="url-to-your-cv.pdf" class="button">Button</a>
ok i see the issue now, i will fix it with an update. Thanks for the feedback.
Hi, can you provide your page url to check what’s wrong.
Hi, amount of the white spaces are just a part of the design of this theme. Thanks for the feedback.
Hi, you have some markup errors on your post named “RAY BOMB – AFROJACK”
– Unclosed element u.
Try to correct those markup related errors and try again.
Hi, i don’t see any ribbon style in Bloggy. Are you sure you have created your topic under correct category?
Hi, to hide “continue reading” link from quotes, you can try this custom css;
.format-quote a.more-link { display: none; }
i just checked our preview site on Safari 7.0 / Mac os maverick and safari 5.1.7 / Win7, and it is working properly on my side.
Hi, this is because firefox doesn’t support css3 image filter, nothing to do about it.
Hi, update your site to v.4.0.5, and let me check your site again to see what’s wrong.
don’t forget to update background image url to your desired image url.
i just updated the css code on my previous post.
just paste it to Theme Options > Style > Custom CSS box.
Hi again;
1-) portfolio hover image color effect achieved with css webkit-filters property and only supported by chrome and opera, on other browsers only hover icon is shown.
2-) you can add an image to cover footer like this;
.cover:after { content: ""; position: absolute; bottom: 0; left: 0; height: 100px; width: 100%; background-image: url(your-cover-footer-image-url-here.jpg); background-size: 100% 100%; }no payment needed, i am glad you liked our template.
can you post your url here to see what’s wrong