Forum Replies Created
list of topics you have created till now.
-
-
Hi, i just checked your site. On your page named “Gear” you have a redundant row shortcode in your content, remove it and check again.
Hi, you have some markup errors in your content, unclosed elements etc.. try to fix these errors (care more attention to your shortcodes) and check again.
you want to reduce footer bottom padding? then try this one;
.site-footer { padding-bottom: 0.5em; }Hi,
1-) try this custom css code;
.site-header hgroup { padding-bottom: .8em; }2-) try this one;
.entry-title { margin-bottom: 1px; }3-)
.entry-meta .comments-link:before { font-size: 1.62em; }Hi, do you want to get rid of portfolio or some space at the top of the portfolio page? And can you provide your url.
Hi, can you provide your url?
Hi, please send us a mail about your problem via our themeforest profile page and we will send you the latest version.
every time you have updated
layout.dwt, openindex.htmland change the html classsingle-page-layouttoone-page-layout.Hi, i just checked your site on safari 7/Os X Mavericks and safari 5.1 / windows 7. It looks fine on both. Does your problem persists.
@beresonant
try this custom css code to fix the responsive layout;
.safe-mod .rm-container.rm-open .rm-cover { -webkit-transform: none; -moz-transform: none; -o-transform: none); -ms-transform: none; transform: none; } .safe-mod .rm-container.rm-open .rm-right { -webkit-transform: none; -moz-transform: none; -o-transform: none); -ms-transform: none; transform: none; }Hi, try this custom css code;
.site-footer > .row { width: 100%; }*sorry for the delay.
Hi, switch to Text tab in the content editor, and use this markup for your button,
<a href="images/portfolio/lightbox-01.jpg" title="Animal with love" data-lightbox-gallery="fancybox-item-01" class="button big lightbox">BUY NOW</a>
Hi, can you provide your url?
Hi, you can change font via Theme Customizer at “Appearance > Customize”.
To change the font-size, try this custom css code;
.cover h3 { width: 40%; }Also you can check the post below;
http://www.pixelwars.org/forums/topic/font-edit-options-on-frontpage/
Hi, did you try to enter your css codes “Custom CSS” box located under “Theme Settings > Style tab”.
Hi, select “Post name” option from Permalinks settings.
please create a new topic for your new question.
Hi, try wrapping your image url with quotes;
background-image: url("image-url-here.png");Hi, please provide your url if your site is live. Otherwise you can send credentials via the form below (including this topic url to your message).
just checked it again and it has 301px height now, use this custom css code and it should be fine;
h1.site-title img { max-height:301px; }i still see the image in 390px height in your site. And it is still being resized. That might be causing a little blurness. Actually it didn’t bother me. When there is no resizing done by browser your image should look same as your original image you see in your desktop.
your image is still being resized. Because it is 390px height, resize it to be 300px height.
Hi, you can try Jetpack plugin for simple social share links;
try this custom css code to remove icons;
#header ul li a:before { display: none; } #header nav ul li a:after { display: inline-block; }– in order to change the icons you need to change the FontAwesome icon codes in the css. These are the default values;
/* Menu Icons */ #header ul li:nth-child(1) a:before { content: "\f104"; } /* Home */ #header ul li:nth-child(2) a:before { content: "\f0b1"; } /* Resume */ #header ul li:nth-child(3) a:before { content: "\f0d6"; } /* Portfolio */ #header ul li:nth-child(4) a:before { content: "\f0e0"; } /* Contact */Hi, sorry we don’t plan to add tabbed widget to the theme. Maybe you can achieve this with a plugin;
try this custom css code;
.widget_search .widget-title { color: transparent; background: url("http://www.labnoon.com/wp-content/uploads/2014/04/headerforweb.png"); background-position: center center; background-size: 110px 21px; background-repeat: no-repeat; }Hi,
– try this custom css code;
.header h1 { margin-top: .4em; } .header { padding-bottom: 1em; }Hi, it is because of your image is being resized in desktops. Your actual image logo is 1700×620 px. But browsers forces it to view it in max 300px height. Resize your image logo 300px height and it should be crisp.
Hi, try this custom css code;
.widget-area *:not(.widget-title) { font-size: 16px; line-height: 1.5; }Hi, i guess you managed to change them now.
please read the Documentation first, you will find answers to your questions. If you can’t, feel free to post them here.
Hi, we will fix this immediately with an update. Thanks for the feedback.
Hi, i see the issue, try this custom css code;
@media (min-width: 768px) and (max-width: 991px) { .col-sm-6:nth-child(2n+1) { clear: left; } }Thanks for the feedback.
Hi, i just checked your url, and it is fine on my side. What is your browser and OS version you are testing on?
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.
sorry there is no comment link in blog single pages by default.
Hi, the pages in the download package are same as in the preview site. Everything except images should be same.
Hi, try this custom css code;
.rm-close { background: #FFA500; box-shadow: 3px 0 0 #FFA500, -3px 0 0 #FFA500; } .rm-close:after, .rm-close:before { border-top-color: orange; }paste the code below to the External JS Box located under Theme Options > Style tab;
<script> jQuery(document).ready(function($) { $("html").click(function() { $('.rm-button-open').trigger('click'); }); }); </script>the custom css code is for all widgets, please provide your page url to see what’s wrong.
sorry i don’t know any other decent wordpress preloader plugin.
it is hard to provide custom css from screenshots but give this a try;
h1.site-title { margin-bottom: 0; } .site-header hgroup { padding-bottom: 0; } .site-header { padding-bottom: 0; }please check out Documentation > Customization > Page Data Attributes section.
sorry this is a further customization work, which is out of scope of our support policy, You can hire someone experienced to do the job for you, if you are not familiar to coding.
Hi, i see the issue, i will make some tests on this issue and try to realize what causes the problem. I let you know when i come up with a solution. Thanks for the feedback.
– by default means it is not a feature that comes with the theme and needs further customization than just a few lines.
– you can try this custom css to move open button to top;
a.rm-button-open { top: 10%; }go to Pages and edit contact page then re-select “Contact” from Page Templates option and click Update button.
Hi, thank you,
– this is not possible by default and we can’t accept custom work.