Forum Replies Created
list of topics you have created till now.
-
-
Hi, please provide your url to see what’s wrong.
@mpan try this custom css code and see if it suits you;
#primary { border: 1px solid #CCC; padding-right: 30px; padding-left: 30px; padding-bottom: 30px; } #secondary { border: 1px solid #CCC; padding-right: 30px; }ahmetsali
Keymaster15 November 2013 at 00:01Posted in : crazy arrows and loadings on gallery lightboxit looks like instagram for wordpress plugin adds fancybox css file too, and that makes the conflict i guess. try this custom css code;
#fancybox-right-ico, #fancybox-left-ico { background-image: none; } #fancybox-right span { right: 20px; } #fancybox-left span {left:20px} #fancybox-close { width: auto; height: auto; }ahmetsali
Keymaster14 November 2013 at 22:26Posted in : Right sidebar loading underneath main blog pageHi, you have markup mistakes in your aside format post titled “SOCIAL NETWORKS & DINNER TABLES”, you have unnecessary pre tags in the editor, remove them and it should go back to normal.
Hi, ajax doesn’t work on local machines, upload to ftp and it should work.
Selam :)
portfolio page is adjusted to be 5 columns in wide screens. But your columns size should always be in even numbers since you are using 2x sizes. So open
js/main.jsin a text editor and find line : 345-360, you will see this code lines;var viewports = [ { width : 1200, columns : 5 }, { width : 900, columns : 4 }, { width : 500, columns : 3 }, { width : 320, columns : 2 }, { width : 0, columns : 2 } ];change it as ;
var viewports = [ { width : 768, columns : 4 }, { width : 320, columns : 2 }, { width : 0, columns : 1 } ];Hi, we have fixed this issue, you can download the latest version from themeforest.
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.