Forum Replies Created
list of topics you have created till now.
-
-
Hi, you should be seeing comments design on
blog-single.htmlpage. Please note that since this is the html version comments are not functional, they are static.Hi, try this custom css code;
.type-post .entry-header { text-align: left; }sorry for the delay.
Hi, just replied here;
http://www.pixelwars.org/forums/topic/problem-shortcode-rotate_words-bold-text-not-aligned/
let’s continue to conversation there.
Hi, i just checked your url and i guess you have managed to remove blog.
Hi,
that doesn’t look like a good url to share on facebook, are you trying to share one of the pages from your wp admin? That’s not possible, you can only share pages of front end side of your website.
did you also create any portfolio post?
Hi, you don’t need to download it, just create a new page and select “Portfolio” form “Page Attributes > Template” and it should be fine.
try this one;
@media screen and (min-width: 1400px) { .home-landing .rotate-words { min-height: 50px; } }Hi again, sorry i couldn’t get what you need,
– do you want to have the same portfolio page as in theme demo site?
http://themes.pixelwars.org/photographer/portfolio/
– or you want to get rid of the page title “PORTFOLIO”
please describe it in other words.
– sorry for the late reply.
you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
Hi, you can try this custom css code;
@media screen and (min-width: 992px) { .with-sidebar { width: 66%; } .sidebar { width: 29%; } }you can paste the custom css code to Appearance > Customize > Custom CSS box.
can you provide your related page url to check what’s wrong?
i see, sorry it is not possible by default.
can you provide your related page url or a screenshot indicating to the issue.
<!--nextpage-->should work for you, you can divide one gallery into 5 galleries each containing 20 images and separate them with<!--nextpage-->.it is for improving readability on single post pages, thanks for the feedback.
Hi, i am not sure if i get what you are trying to establish but you can try this custom css code to stop header bg image repeating and align centered;
.header { background-repeat: no-repeat; background-position: center; }Hi again, i just checked your site and i can see gallery controls when clicked on an image on gallery, do you still have problems about it?
– sorry for the delay.
can you check your second url, it seems to be broken.
Hi, you can follow these steps to extend current fontello icon pack with other fontello icons.
– import
config.jsonincss/fonts/fontelloat fontello.com.
– select more icons and download the package, and replace the foldercss/fonts/fontelloas shown at the link below;
Hi again, i have just fixed this and will be available in the next update.
Hi, the theme doesn’t use any cookies, it might be related to one of your plugins, deactivate all of your plugins to see if the issue is gone.
Hi, sorry it is not possible by default.
Hi, you can use this custom css codes;
– to change site title color;
.site-header .site-title a { color: #096; }– to change site tagline color;
.site-header .site-description { color: #096; }– to change menu link color
.nav-menu ul li a { color: #096; }Hi, “back to portfolio link” is only available on portfolio posts, it is not available for regular pages, i guess you are using regular pages instead of portfolio posts.
Hi, you can try this
– add one of the social icons you don’t use normally to the header social area, let’s say it is dribble
– then use this custom css code;.social li a.dribbble:before { content: 'vsco'; }Hi, we have added this to the update list, thanks for the feedback.
Hi, i see a js error on your console on your site, a plugin might be causing this error, can you disable all of your plugins and check again.
Hi, no it comes from css not js, you can try this custom css code to change the paragraph font sizes on blog masonry;
.blog-masonry .hentry p { font-size: 14px; }Hi, sorry can’t get what you really mean, can you explain i a little further?
they are not possible in wordpress default widget tag cloud, you may need a plugin for this.
Hi, sorry it is not possible to have video backgrounds by default.
sorry with this patch applied, it is not possible to show an error message for captcha, you either disable captcha for your contact form or revert the patch and contact your server people about the issue : your server is not responding a message back to ajax calls.
Hi, you can divide your portfolio post into pages, using
<!--nextpage-->https://en.support.wordpress.com/splitting-content/nextpage/
add multiple galleries to your post and add
<!--nextpage-->separator between galleries.Hi, can you provide your related page url?
you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.
try adding this custom css code also;
.portfolio-items .hentry { margin: 0; }you can try this custom css code;
.social-container .button { margin-top: 11px; font-size: 12px; padding: 6px 10px; margin-right: 12px; } .social-container .button i { font-size: 16px; vertical-align: text-bottom; }Hi, i see the issue we will fix this with the next update, till then you can use this custom css code to fix it;
.entry-content > p > a:not(.button) { margin: 0; }you can edit single.php in a text editor and see the related codes.
Hi, since IE11 can’t handle the 3d book layout, classic layout is shown on IE 11.
Hi again, i just checked your site and can see the favicon on front end, and checked the source code, it also seems to be fine, i guess you have sorted it out.
yes, sorry you can only have one page for books.
You need to create portfolio posts to have the “back to portfolio” button, right now your portfolio posts are regular pages.
please check out this post;
http://www.pixelwars.org/forums/topic/arrows-in-a-sliding-horitzontal-layout/
Hi, try this custom css code;
.flex-direction-nav { display: block; }Hi,
this is really weird, i just checked the mail send function and it should be working on your side too :/, as a workaround edit
js/send-mail.jsin theme folder in a text editor and find line : 26$alert.addClass( 'error' );
and comment this line as;
//$alert.addClass( 'error' );