Forum Replies Created
list of topics you have created till now.
-
-
ahmetsali
Keymaster14 November 2013 at 21:13Posted in : crazy arrows and loadings on gallery lightboxHi, please provide your url to see what’s wrong.
I don’t think the spirals look good on inner pages since it is more like a brochure effect not more like a diary book. But you can try if you want.
You can use this custom css code to specify bg image for inner pages;
.rm-wrapper > div > div { background: url("your-image-url-here");Hi, try this custom css code;
.cover h1, .cover h2, .cover h3 { display: none; }Hi, do you want it to look like a circle like a cd instead of a book?
ahmetsali
Keymaster11 November 2013 at 21:10Posted in : Large Space After Blockquote / Cite shortcodeHi, try this custom css;
.aligncenter { margin-bottom: 3.2em; }Hi, repeat is automatic on css background property.
Hi, these attributes on the table element are obsolete. You should use css instead, here is a custom css you can try;
tr td { padding: 15px 30px; border: 0;}this is weird, it should work, you are choosing a font that naturally support cyrillic, right? like open sans;
hi @mpan, can you provide your url?
Hi, it is not available in the icon list for now, added to update list now. But you can add custom social icons with custom css, check this link;
i can suggest to you to use medialement.js plugin for html5 video solution with fallbacks and view it with fancybox “Inline content” or “iframe” feature.
You can check the links below for inspiration;
http://www.pipsqueak.com/devharbor/video-popup/
Hi, try this custom css code;
#nav { float: left; margin-top: -20px; }Hi, i just checked your resume page on the latest chrome v30, it looks fine on my side.
ahmetsali
Keymaster7 November 2013 at 00:14Posted in : Feature suggestion: Twitter front page widgetThat’s a nice idea. I will have that in mind for a next update. Thanks
this can be a little frustrating since cover images resizes according to screen width and height also. You can do some experiments to find which resolution suits best to your desire.
try this;
– edit
js/main.jsin a text editor,
– find line : 325 , you will see this code line;$(this).css( 'width', itemWidth + '%' );
– replace the line with this line;
$(this).css( 'width', '100%' );
Hi, you can encode your html code here and post it here.
Hi, try this custom css;
.entry-content img { border-radius: 8px; }update the code as;
.site-footer .social { margin-top: -28px; } .site-footer .widget_text { margin-top: 26px; }try this custom css;
.site-footer .social { margin-top: 0; } .site-footer .widget_text { margin-top: 20px; }I see everything centered on your portfolio.
Hi, you can use this custom css code;
.portfolio-info:before { display: none; }Hi, sorry the code should be like;
@media (max-width: 767px) { .site-header { background-image: url("your-mobile-header-bg-image-url-here.jpg"); } }Hi, try this custom css code;
.site-header hgroup { padding: 0.5em 0 0.5em 0; }if you can provide your url, i may help.
Hi, it is because you have updated bootstrap. To fix it edit
main.cssand find line: 213, replace the line with this;.portfolio-items .hentry { float:left; width: 40%; padding: 10px 15px; margin-bottom: 0; text-align: center; -moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box; margin-left: 0;}It might be because of your page content is shorter than excepted / can’t fill the whole page.
Hi, thanks for sharing your experiences about the theme.
update the code as;
@media (max-width: 767px) { .main-slider { display: none !important; } }not yet, we will release a new update in this week.
and your url is?
No, it is not available in the icon list. But you can add custom social icons with custom css, check this link;
Hi, try this custom css code;
.main-navigation { margin-top: 26px; }Hi, current version is 4.5, and contact form is working on our side. Please update and try again.
Hi, this is really weird, videos on our preview site looks fine on IE8, but yours doesn’t. I checked your markup, it is correct. I have no idea what is causing this.
Hi, try this custom css code;
@media (max-width: 767px) { .main-slider { display: none; } }Hi, yes it can be possible. You can set a different background image for header with this custom css code;
@media (max-width: 767px) { .site-header { background-image: url("your-mobile-header-bg-image-url-here.jpg"); } }Also you can center your header bg with this code;
.site-header { background-position: center bottom; background-repeat: no-repeat; }You can check
contact.htmlpage source code.change the code as;
.blog-posts .entry-title { font-size: 30px; }Hi, the custom css code above should work. If it is not working please provide your urls to see what’s wrong.
It is a false alert, you can ignore it.
Hi, you can combine images and videos into lightbox gallery,
data-lightbox-galleryattribute must be common for all.<!-- lightbox - gallery --> <a href="images/portfolio/lightbox-02.jpg" data-lightbox-gallery="fancybox-item-02" class="lightbox" title="Octopus is dangerous!"></a> <a href="images/portfolio/lightbox-04.jpg" data-lightbox-gallery="fancybox-item-02" class="hidden lightbox"></a> <a href="images/portfolio/lightbox-03.jpg" data-lightbox-gallery="fancybox-item-02" class="hidden lightbox" title="Dog have dreams"></a> <a href="http://player.vimeo.com/video/37254322?badge=0&color=ffffff" title="Paper by FiftyThree" data-lightbox-gallery="fancybox-item-02" class="hidden lightbox iframe"></a> <!-- lightbox - gallery -->
Hi, this is not easy to do with some lines of code. If you are not familiar with coding you may consider working with a professional for further customizations.
you have some scripts missing for contact page;
<script src="js/jquery.validate.min.js"></script> <script src="js/send-mail.js"></script>Hi, navigate to Appearance > Theme Options > Style tab > Custom CSS box, paste the code below;
.entry-title { font-size: 30px; }Hi, your site looks broken, i see a lot of script errors on console. You may try to download a fresh copy of the theme and upload-activate it again.
sorry we don’t provide extra paid customization services.
Hi, ajax may not work on local server, upload to ftp and it should work.
please provide your url to see what’s wrong.
Hi, please provide your url to see what’s wrong.