Forum Replies Created
list of topics you have created till now.
-
-
Hi, this not easy to do with a few lines of code, you can work with a pro if you are not familiar to css3 coding.
You can add
x2class to portfolio items to show them one item per a row for most of the screens.Hi, this is not easy to do with some lines of code. If you are not familiar with css you may consider working with a professional for further customizations.
The problem about “open button” only occurs on firefox when resizing browser window, it looks good on first load. I think it is a browser-related bug.
Hi, update the code as;
.social li a.tumblr:before { content: '\\'; }We will include this fix in the next update, thanks for the feedback.
Hi, actually we haven’t coded it to be 2-click on touch screens, iOS makes css hover event requires 2 clicks. It works with one-click on android devices. But if you didn’t like two-click on iOS, you can use the custom css code below for a solution;
.touch .media-box .mask { opacity:1; background: none; } .touch .media-box:hover .mask .portfolio-info { display: none; }This will make it work with one click on iOS, but users won’t be able to see portfolio title.
ok, we will keep this in mind for the next update, thanks for the feedback.
Hi, see the post below;
http://www.pixelwars.org/forums/topic/portfolio-images-not-aligned/
Hi, do you want blog featured images to be resized automatically?
Hi, they are just standart html tags as you can see at W3 Schools HTML Reference.
also try this css;
.site-header hgroup { padding-bottom: 0; }Hi, try this custom css;
h1.site-title a { border: none; }You can catch that columns with css3 selectors;
/* first-column */ .services .row .item:nth-child(2) { } /* 2. column */ .services .row .item:nth-child(3) { } /* 3. column */ .services .row .item:nth-child(4) { } /* 4. column */ .services .row .item:nth-child(5) { }You can also check the posts below, if you don’t mind to edit the html markup;
http://www.pixelwars.org/forums/topic/footer-placement-on-mobiles/
ok, you need to sort your page widgets as you desire in Homepage widget location, currently portfolio widget is at first.
you need to click “Insert into post” after you have uploaded the image.
i just checked your site, it looks working fine except one thing;
– you have added one extra widget(recent posts widget) to Homepage widget location, you can remove it, it displays “Hello world” in the header.
just paste the code below to the Custom CSS box;
.aligncenter { clear: both; }Hi, navigate to “Appearance > Theme Options > General > Logo” and just upload your image logo.
http://themeforest.net/theme_previews/4004353-read-wp-responsive-html5-minimalist-theme?index=1
Hi, set
data-safeModattribute to true in html tag data attributes;<html lang="en" data-safeMod="true"
please see this post first;
http://www.pixelwars.org/forums/topic/about-me-page-doesnt-work/
Hi, you can add
&exclude_replies=trueat the end of thesrcattribute;<script type="text/javascript" src="http://api.twitter.com/1/statuses/user_timeline/envato.json?callback=twitterCallback2&count=1&exclude_replies=true"></script>
Also you can change
envatoword in the code to your twitter username.can you provide the url of the page to check what’s wrong?
Hi, we have just added this feature, we will release an update in a few days, thanks for the feedback.
You can try a custom css code like this;
.paypal_image { outline: 0 !important; }sorry no, it is not possible.
yes, true.
Hi again, i have updated the mail send script in the new version v1.4, you can update to latest version.
Hi, text is not selectable when using 3d layout, iscroll script’s “click and drag to scroll” prevents text being selectable. Text is only selectable when “safe-mod” is activated in html data attributes.
Hi, first of all i must say you need the “Extended Licence” to use the template in this way.
Regular License allows use of the item in one single end product which end users are not charged to access or use
But you are charging end users to access or use,
Extended License allows use of the item in one single end product, which you or one client may sell to end users (charge end users to access or use the end product).
Edit : you have multiple end products in this scenario, in this situation even “Extended Licence” is not enough.
Hi, i am glad you liked it;
1-) You can easily add any of 200+ FontAwesome fonts to theme as;
<i class="icon-camera-retro"></i>
2-) You can replace an existing one with a different social icon via custom css. Let’s say, you are not using tumblr social icon and you want to replace it with soundcloud icon;
.social li a.tumblr { min-width: 27px; min-height: 28px; text-indent: -999em; background-image: url("http://cdn1.iconfinder.com/data/icons/windows8_icons_iconpharm/26/soundcloud.png"); background-repeat: no-repeat; background-position: center center; }You can copy and paste this css code at the end of
css/main.cssfile.You can do the same for replacing other icons that you are not using.
Hi, this is really weird, try;
– deactivate all the plugins and see if there is still an issue.
it looks like you have changed the custom css code i have provided, also don’t edit main.css file directly, paste the custom css code that i gave to Custom CSS box located under “Appearance > Theme Options > Style tab” .
can you provide a url to see what’s wrong?
i don’t get it, it is ok or there is still something that you want to change?
Ok, i got it, i wrote this down to bug list, i will try to fix it when i get extra time. I am currently very busy with ongoing projects. Thanks for the feedback.
Also try this custom css for standart layout;
.safe-mod.on-cover-page .rm-wrapper { top: 60px; max-height: 520px; } @media screen and (min-height: 900px) and (min-width: 1400px) { .safe-mod.on-cover-page .rm-wrapper { top: 100px; max-height: 640px;} } @media screen and (max-height: 480px) and (max-width: 320px) { .safe-mod.on-cover-page .rm-wrapper { max-height: 300px;} }Hi, please check the post below, and see if it works for you.
http://www.pixelwars.org/forums/topic/coordinates-for-creating-custom-pages/
1-) It doesn’t seem fixable right now, it might be a platform specific bug.
Hi,
1-) I checked your site in IE10, about me page looks fine on my side, not blurry.
2-) It looks like the plugin you are using for your photography page overrides default styles in theme built-in lightbox style. Try this custom css code;
.fancy-ico, #fancybox-close { padding: 0; }try this custom css;
.portfolio-items .portfolio-info:before { display: none; } .media-box .mask .portfolio-info { border-bottom: 3px double rgba(170, 170, 170, 0.4); border-top: 3px double rgba(170, 170, 170, 0.4); padding: .6em 0; left: 10%; width: 80%;}You can’t find the image files because icons are icon fonts by FontAwesome. You can change icons via css;
/* standart post */ .portfolio-items .mask:before { content: "\f0ca"; } /* video post */ .portfolio-items .video .mask:before { content: "\f03d"; } /* audio post */ .portfolio-items .audio .mask:before { content: "\f001"; } /* image post */ .portfolio-items .image .mask:before { content: "\f03e"; } /* url post */ .portfolio-items .url .mask:before { content: "\f0c1"; }You can find content codes for all icons in
css/font-awesome.cssfile.Due to the url structure of ajax portfolio pages, they will not be loaded properly on local machines, ajax will work properly if you upload your site to server.
Edit your contact page to have this shortcode structure;
[column width="7"] [map] <h3>I currently live with my family in Louisville, KY.</h3> <iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=Louisville,+KY&aq=0&oq=louisvill&sll=38.252665,-85.758457&sspn=0.001405,0.002832&ie=UTF8&hq=&hnear=Louisville,+Jefferson,+Kentucky&t=m&ll=38.237101,-85.808716&spn=0.377531,0.583649&z=10&iwloc=A&output=embed"" width="320" height="240"></iframe> [/map] [/column] [column width="5"] <h3>Drop me a line!</h3> [contact_form to="your-mail@gmail.com"] [/column]
Hmm, i think this a platform specific bug, i don’t see this on win7. And i have no idea why it is happening on Os x right now. To apply the changes edit
js/main.jsin a text editor;find line : 232
// initialize isotope $container.isotope({ itemSelector : '.hentry', layoutMode : 'masonry' });and replace it with this;
// initialize isotope $container.isotope({ itemSelector : '.hentry', layoutMode : 'masonry' }); // fix v1.1 setTimeout(function() { setMasonry(); $container.isotope({ filter: "*" }); }, 0);and find line : 264
// Show more images moreLink.on( 'click', function() { moreLink.addClass('loading'); addItems(); ++page; handleMoreLink(); return false; } );and replace it with this;
// Show more images moreLink.on( 'click', function() { moreLink.addClass('loading'); addItems(); ++page; handleMoreLink(); // fix v1.1 setTimeout(function() { setMasonry(); }, 0); return false; } );or you can wait for the next update which we plan to release in a week.
I see, what about the icon and description paragraph in portfolio item’s hover, do you want to get rid of them too ?
Hi, you can try a custom css like this; change the color to whatever you like;
.p-overlay { background: rgba(235, 252, 170, .7); }Hi, ajax may not work on local machines on chrome, try with firefox or upload to server then try again. Also you can ignore that alert, its false alert.
Hi, can you provide a url to see what’s wrong?
Your markup has several errors, try to fix these, if you don’t know how to fix them, let me know;