Forum Replies Created
list of topics you have created till now.
-
-
Hi, i see, try this custom css;
.site-header { background: #222; } .main-navigation { border-color: #eee; } .main-navigation > ul > li > a, #search-submit, #search-form #search, #search-form #search:focus { color: #eee; } .site-description { color: #ddd;} h1.site-title a { border-bottom: 0; }Hi, you can use 2x sized png image for your logo as we used in our theme demo;
I didn’t not include any “index.html” to any url in the template demo files. Also when i check your site through you url; portfolio pages works just fine, no index.html in the url.
ahmetsali
Keymaster20 September 2013 at 17:58Posted in : Problems with services shortcode and responsiveHi, can you provide a url to see what’s wrong?
try this one;
.portfolio-nav a.button.back:hover { background: red; }Hi, your url shouldn’t contain “index.html”, try like this;
http://www.ombredor.com/BookCard/#/portfolio/portfolio-item-01.html
Try this code;
Paste to Theme Options > Style > External JS:
<script> window.onload = function() { setMasonry(); }; </script>if it doesn’t work try this piece of code;
<script> window.onload = function() { $('#filters li').eq(1).find('a').trigger('click'); $('#filters li').eq(0).find('a').trigger('click'); }; </script>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.