Forum Replies Created
list of topics you have created till now.
-
-
Hi, you are talking about multiple portfolios. Please see the Portfolio and Portfolio Item Types sections.
Thanks
Hi, I see your site now. It looks good.
Thanks
Hi, create departments to have filters. The demo site has lightbox_image shortcode for the portfolio lightbox gallery.
Thanks
Hi, I see a blank page in your url. What was going wrong?
Hi, it is under Theme Settings > Home > Slider > Slide Animation Type.
Thanks
Hi,
– create a new page,
– select Page with Sidebar template.
Note: I will do a test for the search result page.
Thanks
Hi,
– create a new page,
– select Portfolio template,
– add this page to your menu.
Thanks
Hi, it is under Theme Options > Style > Nav Menu Search.
Thanks
Thank you.
Mehmet S.
Keymaster21 October 2013 at 02:27Posted in : Your session has expired. Please log-in againThank you.
Hi,
– go to Appearance > Editor > post-sidebar.php
– find the line:
<a class="icon button back" href="<?php echo get_home_url(); ?>"><?php echo __( 'home', 'bookcard' ); ?></a>
– put your posts url:
<a class="icon button back" href="put-your-posts-url-here"><?php echo __( 'home', 'bookcard' ); ?></a>
Thanks
Hi, you can edit the format-standard.php file.
Thanks
Hi, I will do a test soon.
Thanks
Contact form http://www.pixelwars.org/contact
Can you provide your URL?
I will add that feature on a next update.
You can add four type of blog page.
See in the images: Type 1, Type 2, Type 3, Type 4
You can also use the resume and blog pages together. The blog page will be placed to the bottom of the resume page.
Note: Please take a look to blog section of the theme documentation.
Thanks
It is weird. Please contact your host.
No, it isn’t. You can add a video instead of the slider via theme settings > home > slider.
See in the image:

Hi, paste to theme options > general > copyright text:
<div style="float: left;"> <a href="#page">Go to top</a> </div> <div style="float: right;"> Copyright 2013 Pixelwars. All Rights Reserved. </div> <div style="clear: both;"></div>
Hi, use this in your custom css field:
body.single .by-author { display: none; }Thanks
Hi, firstly update the theme to the latest version then paste the custom css code to:
– Theme Options > Style > Custom CSS.
Thanks
Hi, please use inline media shortcode. Please see this post http://www.pixelwars.org/forums/topic/can-someone-please-explain-to-me-how-to-embed-a-video-in-masonry
Thanks
You are welcome!
Can you provide a screenshot?
You can add more images with the content editor.

Hi, use this custom css:
#secondary .widget { padding-bottom: 1em; }Thanks
Hi,
– create a new page,
– select it from Reading Settings to display your posts,
– add it to your menu.
Thanks
The way “Theme Options > Pages > Portfolio Page” is for a portfolio page not for a blog page.
Can you provide your URL?
Hi, update style.css file for version info.
Thanks
Hi, you can try the qTranslate plugin.
Note: Also read this http://www.pixelwars.org/forums/topic/qtranslate-language-switcher-on-home-page
Hi,
– go to your theme folder/js/wp-theme-customizer.js
– open wp-theme-customizer.js file
– find http words
– change them to https
Thanks
Hi,
– go to appearance > editor > comments.php
– find the line:
if ( comments_open() )
– change it to:
if ( 1 == 1 )
Thanks
Hi,
in v1.1.1
– Theme Options > Style > Google Fonts URL
Thanks
Did you try an another video format?
Hi,
– Go to Appearance > Editor > functions.php
– Add this to the end of the file:
function remove_more_jump_link( $link ) { $offset = strpos( $link, '#more-' ); if ( $offset ) { $end = strpos( $link, '"', $offset ); } if ( $end ) { $link = substr_replace( $link, "", $offset, $end-$offset ); } return $link; } add_filter( 'the_content_more_link', 'remove_more_jump_link' );Thanks
You are welcome!
Hi, they are:
template-blog.php
page_inner-portfolio.php
page_inner-resume.php
functions.php
send-mail.php
theme-options.php
Thanks
You are welcome!
Hi, you can use the Captcha plugin.
Thanks
Hi, activated the post name option and a .htaccess alert appeared. It is a server related message. Please contact your host.
Thanks
Try this:
[row] [column width="12"] [row] [column width="7"] Put your content here. [/column] [column width="4" offset="1"] Put your content here. [/column] [/row] [/column] [/row] [row] [column width="12"] Put your content here. [/column] [/row]
Send your login info, i will check.
Mehmet S.
Keymaster4 October 2013 at 19:57Posted in : Site Not Displaying Correctly Since New UpdateHi, please see this topic http://www.pixelwars.org/forums/topic/version-3-2-not-working
What kind of video?
Hi, please don’t use any other default widget, only use custom theme widgets.
See in the image:

Hi, please check the widget parameters.
See in the image:

You are welcome!
Hi,
– added a new widget location (Blog Sidebar),
– placed it to the first place,
– move your custom page widgets to Pages widget location.
See in the images:
(v3.1)

(v3.2)
