Forum Replies Created
list of topics you have created till now.
-
-
Hi, try disabling all of your plugins and check again.
You can replace existing non used social icon with an icon you want. Let’s say you want to change dribble icon with the plane icon, you use this custom css code;
.social li a.dribbble:before { content: '\e84e'; }Hi, it is a temporary situation, it will be back with an updated version about in a day. Thank you.
Hi, we haven’t included “http” in font urls, just starting with “//”. Which part do you point?
no magic, just checked your source code and saw the lazy-load script file :)
you are welcome.
Hi, we are redesigning our site now, and plan to update the site in a month. It will be responsive of course. Thanks for the feedback.
it looks like lazy-load plugin is not compatible with ajax fetched images, disable it and it should be fine.
you can try this custom css code;
.media-cell-desc { border-radius: 0; }go with it if it looks fine.
Hi,
– when you are in “Appearance > Menus”, click on Screen Options on the top right corner and check “Departments”.
– we will update it, thanks for the feedback.
Hi, try this custom css code;
.rm-container { max-height: 980px; }Hi, we have included all font-awesome (v4.1.0) icons in the theme, you must be able use them just by icon name;
[service color="color2" icon="fa-comment"]
“fa-comment” is the name of the icon here. If this doesn’t work for you please provide your url so i can check what is wrong.
Hi, i can’t see the custom css code in your source code. Please follow the steps in this post, and check again;
http://www.pixelwars.org/forums/topic/small-layout-problem-on-mobile/
Hi again, this issue is connected to your other post, let’s continue to discussion there;
http://www.pixelwars.org/forums/topic/small-layout-problem-on-mobile/
Hi again, this is really weird, i checked the source code of your all pages and it looks fine and works fine on my site. You can try ;
– disable all plugins and check again
– download the latest version of the theme and start with a fresh copy installation of the theme and add your page one by one with testing.Hi, try this custom css code;
.portfolio-single .wp-post-image { display: none; }Hi, try this custom css code;
.client img { max-height: 82px; }We will consider this, thanks for the feedback.
Hi, we will fix it, thanks for the feedback.
Hi, here is the available icon list;
http://themes.pixelwars.org/readme/css/fonts/fontello/demo.html
can you double check your shortcodes, make sure you don’t have any unclosed shortcodes in your editor.
It looks like column shortcodes is not working as they should. Did you edit any theme css files directly ?
weird, it should be working, what is your url?
Hi, you can use this custom css code;
h1.site-title a { color: #333; font-size: 70px; }Hi, you have an empty paragraph just before intro shortcode, remove it at first and add this custom css code;
.intro img { display: none; }Thank you.
thanks, glad you liked it.
sorry, i mean “Lightbox Gallery” item type.
Hi, i see you are using “Read Wp” theme, but “Readme” is a diffrent theme. I guess you thought it is an update to “Read Wp”. am i right ?
just replied in your related topic.
Hi, i see the issue, we will fix it immediately and include in the next update which will be out in a day or two. Thanks for the feedback.
Hi, because they are separate items you can’t navigate between them in lightbox. You can only navigate in lightbox if you choose Lightbox as portfolio item type. So sorry but what you are asking is not available by default.
Hi, we will add a new option for choosing blog type for category archives in the next update which will be available in a few days. Thanks for the feedback.
Hi, you can use the markup below to center your ads;
<div style="text-align:center"> <!--Your adds here--> </div>Hi, can you provide your url?
Hi, i see, i haven’t used that plugin before and i have no idea what might be causing this. Can you contact the plugin author and see if they can say what the problem is.
Hi, sorry we don’t plan to add gallery to cvCard theme because we are really busy on developing new themes.
Hi,
1-) try this custom css;
.media-cell-desc { padding: 17px; }2-) try this custom css code;
.portfolio-field h3 { margin: 1em 0 0 0; } .portfolio-field p { margin-bottom: 1em; }Hi, try this custom css code;
.vs-triplelayout .vs-right, .vs-triplelayout .vs-left, .vs-triplelayout .vs-left-outer, .vs-triplelayout .vs-right-outer, .container.vs-triplelayout.vs-move-left .vs-current, .container.vs-triplelayout.vs-move-right .vs-current { opacity: 0.1; }Hi, it is working fine actually;
– when you try the url with hashtag
http://themes.pixelwars.org/cvcard-wp/#/portfolio/personal-cv-project/
it opens the homepage and then loads the portfolio single page via ajax. Thus when you click the “x” button to close, you can continue to view homepage.
– but if you write the url without hashtag
http://themes.pixelwars.org/cvcard-wp/portfolio/personal-cv-project/
then it navigates to the none ajax-version static portfolio single page.
I hope, i made it clear for you.
Hi, can you provide your url, i can’t see what is wrong by looking at screenshots.
Hi, try this custom css code;
.client img { opacity: 1; }Hi, try this custom css code;
.single-page-layout .vs-nav li:last-child { display: none; }Hi, it might be because of the custom css code to show all menu links at once, remove that custom css code and check again.
Hi, i just checked your site on firefox 33 it looks same as on the chrome. Can you provide screenshots about the layout issue?
Hi, try this custom css code;
.by-author { display: none; }Hi again, it comes from a plugin that we used for styling form elements crossbrowser. You can disable it;
– edit js/main.js in a text editor,
– find line : 164 and remove or comment out these lines;//********************************** // UNIFORM /*$("select:not([multiple]), input:checkbox, input:radio, input:file").uniform(); var ua = navigator.userAgent.toLowerCase(); var isAndroid = ua.indexOf("android") > -1; if(isAndroid) { $('html').addClass('android'); }*/ //**********************************and also add this custom css code to fix mobile menu issue which will arise after the code changes;
@media screen and (min-width:768px) { .site-header .menu { display: none; } }Hi, try this custom css code;
.entry-content .aside-content { border-radius: 5px; background-color: rgba(247, 255, 255, 0.4); border: 1px solid rgba(187, 194, 201, 1); box-shadow: 0px 1px rgba(255, 255, 255, 0.5) inset, 0px 0px 5px #C1DDF9 inset; background-image: radial-gradient(farthest-corner at center center , rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -moz-repeating-linear-gradient(center top , transparent 0%, transparent 26px, rgba(78, 170, 239, 0.38) 26px, rgba(78, 170, 239, 0.39) 27px); text-shadow: 0px 1px 0px rgba(231, 231, 231, 1); margin: 0px 0px 0em;}Hi again, since we used padding to give space between items, you can’t style the whole item box, but you can style the top part(image) and bottom part of the item separately;
to style bottom part of the items you can use this custom css code;
.portfolio-items .media-cell-desc { background: #eee; }Hi again, sorry i couldn’t get what you mean in your last post. Can you describe in details or provide screenshots?
Hi, i see, paste the code below to the External JS box in Theme Options > Style tab;
<script> jQuery(document).ready(function($) { $('.letter-info').append('<p><i class="icon-skype"></i><a href="skype:usernmae?call">Username</a></p>'); }); </script>* don’t forget to change the username in the code.