Forum Replies Created
list of topics you have created till now.
-
-
Hi, can’t view your url, it says maintenance mode.
Hi, to translate “Share “word please check out Documentation > Localization section.
Hi, please see this post;
http://www.pixelwars.org/forums/topic/portfolio-to-another-pages/
we plan to add this feature with a future update. Thanks for the feedback.
Hi again, what is your device and os version? and can you include a screenshot showing the issue if possible.
Hi again, i see what you mean, but it is not available by default and it requires more time and effort to customization, if you are not familiar to wordpress coding you may consider working with a professional.
Hi, try adding images to your content with caption by clicking the Add Media button above the content editor. But the title style may not be same.
Hi, your code is fine and it works fine on my side;
[pf_lightbox_video title="" url="http://player.vimeo.com/video/105507764?badge=0&color=ffffff""]
but when i check your site, i guess you have removed this code, after you added it again let me know so i can check your site again.
you’re welcome, please don’t forget to rate the theme on themeforest if you liked it. Thanks.
ahmetsali
Keymaster28 February 2015 at 14:36Posted in : Which has been improved in the theme updatesHi, we have fixed a security vulnerability to prevent sending spam from default contact form. Thanks for the feedback.
edit : it was for v1.0.5
with v1.0.6
– updated: sample demo xml data
if you have already set up your site, you don’t need to update, it is for new users.
Hi, try this custom css code;
.single-post .featured-image { display: none; }Hi, can you provide your page url.
Hi, just add this icon markup into the link in your code;
<i class="pw-icon-linkedin-squared"></i>
Hi, 500px social icon is;
[social_icon type="fivehundredpx" url=""]
you can see all available social icon names in Documentation > Shortcodes > social_icon .
Hi, can you provide your related page url.
ahmetsali
Keymaster28 February 2015 at 03:08Posted in : CSS STYLE EDIT : How to not show the Date ?Hi, try this custom css code;
span.entry-date { display: none; }Thanks.
Hi, please check out the post below;
http://www.pixelwars.org/forums/topic/photowall-display-glitchissue/
Hi, try this custom css code;
.intro { padding: 1em 0; } .intro h2 { margin: 0; }you are welcome, please don’t forget to rate the theme on themeforest if you liked it :)
ahmetsali
Keymaster27 February 2015 at 04:05Posted in : Suggestion: Youtube creating the Demo site.Hi, you are absolutely right :) we have already started answering the same questions repeatedly. And we will seriously think about creating how to create demo site video. Thanks for the feedback.
Hi, sorry it is not available by default, needs more further customizations, if you are not familiar to coding you may consider working with a professional.
Hi, you can fix it with this custom css code;
.gallery-grid figure h2 { word-spacing: 0px; }also we will include this in the next update, thanks for the feedback.
Hi, can you try install, activate this plugin and run once;
Hi, i just checked your portfolio page and it seems to be working fine, do you have still problems?
Hi again, you need to edit
js/main.jsfile in theme folder in a text editor and find line : 326, you will see;// ------------------------------ // Rotating Words var rotate_words = $('.rotate-words'), interval = 3000; if(rotate_words.length) { var next_word_index = 0; interval = parseInt(rotate_words.data("interval")); if(Modernizr.csstransforms3d) { rotate_words.each(function(index, element) { $(element).find('span').eq(0).addClass('active'); setInterval(function(){ next_word_index = $(element).find('.active').next().length ? $(element).find('.active').next().index() : 0; $(element).find('.active').addClass('rotate-out').removeClass('rotate-in active'); $(element).find('span').eq(next_word_index).addClass('rotate-in active').removeClass('rotate-out'); },interval); }); } else { rotate_words.each(function(index, element) { $(element).find('span').eq(0).addClass('active').show(); setInterval(function(){ next_word_index = $(element).find('.active').next().length ? $(element).find('.active').next().index() : 0; $(element).find('.active').removeClass('active').slideUp(500); $(element).find('span').eq(next_word_index).addClass('active').slideDown(500); },interval); }); } } // ------------------------------and replace with this;
// ------------------------------ // Rotating Words var rotate_words = $('.rotate-words'), interval = 3000; if(rotate_words.length) { var next_word_index = 0; interval = parseInt(rotate_words.data("interval")); if(Modernizr.csstransforms3d) { rotate_words.each(function(index, element) { $(element).find('span').eq(0).addClass('active'); setInterval(function(){ next_word_index = $(element).find('.active').next().index(); $(element).find('.active').addClass('rotate-out').removeClass('rotate-in active'); $(element).find('span').eq(next_word_index).addClass('rotate-in active').removeClass('rotate-out'); },interval); }); } else { rotate_words.each(function(index, element) { $(element).find('span').eq(0).addClass('active').show(); setInterval(function(){ next_word_index = $(element).find('.active').next().index(); $(element).find('.active').removeClass('active').slideUp(500); $(element).find('span').eq(next_word_index).addClass('active').slideDown(500); },interval); }); } } // ------------------------------Hi, please see the post below;
http://www.pixelwars.org/forums/topic/what-my-client-say-table/#post-19714
Hi, please see the posts below;
http://www.pixelwars.org/forums/topic/footer-social-icon/
http://www.pixelwars.org/forums/topic/photowall-display-glitchissue/
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.
Hi, you don’t need to have a child theme if you only edit css styles, you can use custom css input for css style changes, but if you plan to edit php files child theme is a good idea.
just replied in your related topic;
http://www.pixelwars.org/forums/topic/image-gallery-loading-issue
Hi, it is because of the ajax loading of the portfolio pages, any extra plugin that requires javascript code execution is not compatible with ajax posts. We will add an extra option to disable ajax functionality for portfolio posts to make it compatible with all plugins with a future update. Thanks for the feedback.
no, sorry it is not possible with custom css code.
1920px in width would be fine.
thanks, glad to see that you have sorted it out.
thanks for sharing the code.
it might be related to your image sizes/aspect ratios, if you can provide your page url i can check what’s wrong.
Hi, sorry no psd file available, this template is designed in the browser.
Hi, you can try this custom css code;
.portfolio-field img { margin-bottom: 0; }Hi, sorry it is not possible by default.
Hi, try reducing item size to make the images bigger;
[slider items="2"
Hi, you can check your custom css code for errors in this link;
Hi, i see that you have used full-width-image shortcode with tabs, sorry but full-width-images doesn’t work with tabs, you can use regular images with tabs.
Hi, to remove a page you need to do;
– remove page link from menu markup
– remove the page markup in the content, for example about page markup starts with this code;<!-- PAGE : ABOUT --> <section id="about" class="page">
Hi, you can try this custom css code;
.single-portfolio .entry-content { text-align: justify; }about vimeo video can you provide your related page url to see what’s wrong.
it is just a standard wordpress gallery.
Hi, we will update loader in the next update to make it look good on retina screens. Thanks for the feedback.
try adding this;
.widget-area ul li, .blog-yumprint-recipe .blog-yumprint-ingredients { font-size: 13px; }Hi, i just installed Adblock Plus 2.6.7 on firefox and tested our demo site and see no problem, works fine.
Hi, here are the image sizes we have used in the demo site;
– blog featured images : 1000px
– portfolio featured images : 760x507px
– portfolio single pages : since the photogallery is zoomable you can use larger images as you wish, we used images about 3000x2000px and filesize under 500kb to prevent slow loading.
– photowall images are 150x150px.Hi, sorry i haven’t used iTunes widgets before, but you should be able place any embed code anywhere in your content editor, no restriction about it.