Forum Replies Created
list of topics you have created till now.
-
-
Hi, that’s a nice idea. I will have that in mind for a next update. Thanks.
Hi, import the demo content. Please check out the Sample Data section in the theme documentation under Installation section.
Thanks
Hi, here is the list:
Thanks
Hi, use this in your Custom CSS field:
.site-title img { max-height: 100%; }Thanks
Hi,
1. Open portfolio_item-photo_gallery.php file and find:
$exclude_ids = array( $feat_img_id );
Edit:
$exclude_ids = array();
2. I will try to add this functionality. Thanks for the feedback.
Hi, did you check your spam/junk folder?
Use
contact_formshortcode like this in your page content:[contact_form to="yourname@gmail.com" subject="New Message from My Site"]
Thanks
Hi, it is functions and you can find it in the functions.php file as:
add_shortcode( 'ken_slider_wrap', 'ken_slider_wrap' );
Thanks
Hi, here is the list:
http://themes.pixelwars.org/photographer/wp-content/themes/photographer/css/fonts/fontello/demo.html
Thanks
Hi, when you use the
photo_wallshortcode, don’t leave blank the parameters of the shortcode.Example:
[photo_wall animation="random" interval="1600" max_step="3"]
Thanks
Deactivate your plugins and check again please.
Sorry, it is not possible by default.
Mehmet S.
Keymaster27 January 2015 at 00:46Posted in : Spanish menu does not link me a translated pageOk. Good luck.
Hi, select “Blog” template from Page Attributes box and activate the sidebar from theme options > Blog > Blog Sidebar.
Thanks
Hi, use this in your custom css field:
.pswp__share--download { display: none !important; }Thanks
Hi, you can activate it from Appearance > Theme Options > Blog > Excerpt.
Thanks
New version is available on ThemeForest.
Hi, select Photo Gallery and upload new images to your portfolio content. Don’t choose existing photos from your media library.
Please check out this topic: http://www.pixelwars.org/forums/topic/portfolio-works-in-standard-but-not-photo-gallery/
Hi, change your portfolio item type to Photo Gallery from Details box.
Thanks
@doristan: Sorry, it is not possible by default. But, you can set an image logo from theme options.
@MLeoPhotos: Select post-name option from settings > permalinks.@a.stavonin: I will try to find a solution for this.
I see, Read WP theme is activated on your site. You must activate the Readme theme first.
You are welcome.
You can use this site to upload your screenshots:
Ok. Good luck.
Just tested again and it is working fine on my side. Can you provide your url?
Hi,
1.
– add this parameter to the query:
'category_name=staff'Note: “staff” is a category slug (NOT name).
– and the query:
$args_main_slider = array( 'post_type' => 'post', 'category_name=staff', 'posts_per_page' => 5 );
2.
You can use the
slidershortcode to add several slider:[slider] [slide title="" image=""] [slide title="" image=""] [slide title="" image=""] [/slider]
image=""… An image url. Upload your image to your Media Library, then copy its url and use in this parameter.3. ???
4. You can try Jetpack plugin:
https://wordpress.org/plugins/jetpack/
Thanks
Every portfolio item must have unique images (mean different file names). Re-upload your images to your content, wordpress will set them.
Hi, you can add your text to the caption field of an image.
See image:

Hi, select item type from details box to photo gallery.
See image:

Compatible with this plugin:
Infinite-Scroll: https://wordpress.org/plugins/infinite-scroll/
Plugin Options:
– for Blog Type: Regular

– for Blog Type: Alternate

Use portfolio widget only for your portfolio page.
Hi, it is not possible by default but you can use slider shortcode in your page content.
[slider] [slide title="" image=""] [slide title="" image=""] [slide title="" image=""] [/slider]
image=""… An image url. Upload your image to your Media Library, then copy its url and use in this parameter.Thanks
Hi,
5. You can use the Excerpt field.
See:

You are welcome.
You are welcome.
Don’t worry, your theme options in your database.
Hi, put your content into the
[column]shortcode.Example:
[column width="12"] Put your content here. [/column]
Note: Use shortcode generator to add shortcodes. Click the “Insert Shortcode” button from the content editor.

Hi, you can disable comments from settings > discussion. For which blog type do you want to increase the excerpt length?
Hi,
Use this in your Theme Options > Style > Custom CSS field to disable it:
.read-next { display: none; }And, you can use this if you want to enable Older Post/Newer Post navigation links:
.single-post .nav-single { display: block; }Thanks
Hi,
Portfolio Page
Create a new page. Select “Portfolio” template from Page Attributes box.
Add Portfolio Item
Go to: Portfolio > Add New:
Set featured image.
Select type from Details box.
Type: Lightbox Gallery
Use
[lightbox_image]shortcode.Example:
[lightbox_image first_image="yes" title="Octopus is dangerous!" url="http://themes.pixelwars.org/read-wp/wp-content/uploads/2013/02/lightbox-02.jpg"] [lightbox_image first_image="no" title="" url="http://themes.pixelwars.org/read-wp/wp-content/uploads/2013/02/lightbox-04.jpg"] [lightbox_image first_image="no" title="Dog have dreams" url="http://themes.pixelwars.org/read-wp/wp-content/uploads/2013/02/lightbox-03.jpg"]
Thanks
Hi, the PHP mail() function is used. So, it must be allowed in your server. Alternatively you can try this plugin: https://wordpress.org/plugins/contact-form-7/
Thanks
This is the title part:
<h1 class="entry-title"> // staff ... </h1>
This is the title link:
<a <?php echo $hide_post_title_out; ?> rel="bookmark" href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
Add
target="_blank"to the link:<a target="_blank" <?php echo $hide_post_title_out; ?> rel="bookmark" href="<?php the_permalink(); ?>"><?php the_title(); ?></a>Hi,
==================================================
How To Update The Theme
Before you update, it is best practice to always make a backup of your theme folder.
Download the new theme package from your ThemeForest account.
The theme is under “Theme” folder in the package.
Choose to upload the theme via FTP or via WordPress.
==================================================
Update Your Theme via FTP
There are two ways of getting files onto your site, and once there, changing them.
1. By using an FTP client.
2. By using the file manager provided in your host’s control panel.
– Go to “/wp-content/themes/” location and backup your current theme folder by saving it to your computer, or you can choose to simply delete it. Your content will not be lost. (The translation files are located under languages folder in the theme folder.)
– Retrieve the new zipped theme file from your new ThemeForest download, and extract the file to get the theme folder.
– Then simply drag-and-drop (Upload) the new theme folder into “/wp-content/themes/” location, and activate the theme in the “Appearance > Themes” section. (Choose to “Replace” the current one if you did not delete it.)
==================================================
Update Your Theme via WordPress
– You need to deactivate your theme in the “Appearance > Themes” section by simply activating a different theme. Once you activate a different theme, you can delete your theme. Don’t worry, your content will not be lost. (The translation files are located under languages folder in the theme folder.)
– Then simply upload the new theme file in the “Appearance > Themes” section.
– Once it uploads, choose to activate the theme.
==================================================
Thanks
It is just a shortcode. Use Shortcode Generator to add shortcodes to your content. Click the “Insert Shortcode” button from the content editor.
See:

intro And rotate_words shortcodes:
[intro image=""] [rotate_words titles=""] [/intro]
image=""… An image url. Upload your image to your Media Library, then copy its url and use in this parameter.titles=""… Seperate with commas.Example:
[intro] Hello. I am a [rotate_words titles="writer,freelancer"] [/intro]
From the demo site:

Hi, select your homepage from Settings > Reading > Front page.

I have portfolio items:

And gallery inside them:

Use
photo_wallshortcode:[photo_wall animation="" interval="" max_step=""]
max_step=""… 3interval=""… 1600 (millisecond)animation=""… random,showHide, fadeInOut, slideLeft,
slideRight, slideTop, slideBottom,
rotateLeft, rotateRight, rotateTop,
rotateBottom, scale, rotate3d,
rotateLeftScale, rotateRightScale,
rotateTopScale, rotateBottomScale
Hi,
Usage:
[ken_slider_wrap] [ken_slide image=""] [ken_slide image=""] [ken_slide image=""] [/ken_slider_wrap]
image=""… An image url. Upload your image to your Media Library, then copy its url and use in this parameter.Example:
[ken_slider_wrap] [ken_slide image="http://themes.pixelwars.org/photographer/wp-content/uploads/2015/01/011.jpg"] [ken_slide image="http://themes.pixelwars.org/photographer/wp-content/uploads/2015/01/023.jpg"] [ken_slide image="http://themes.pixelwars.org/photographer/wp-content/uploads/2015/01/032.jpg"] [/ken_slider_wrap]
Thanks
Hi, it is the default Twitter timeline embed code, you can get your embed code from your twitter profile. Please check out the link below:
https://dev.twitter.com/web/embedded-timelines
And, the Facebook widget is an embed code is used with the Text widget.
https://developers.facebook.com
https://developers.facebook.com/docs/plugins
https://developers.facebook.com/docs/plugins/like-box-for-pages
Thanks
Hi,
Shortcode:
pricing_table[pricing_table] Heading 3 Heading 4 Unordered List Button shortcode here. [/pricing_table]
Example:
[row] [column width="4"] [pricing_table] PORTRAIT $200 Up to 2 Hours 10 Images 2 Outfit Changes 2 Edited Images Hi-res images on cd [button text="Contact" url="http://themes.pixelwars.org/photographer/contact/"] [/pricing_table] [/column] [column width="4"] [pricing_table] GROUP SHOTS $400 Up to 4 Hours 50 Images 4 Outfit Changes 10 Edited Images Hi-res images on cd [button text="Contact" url="http://themes.pixelwars.org/photographer/contact/"] [/pricing_table] [/column] [column width="4"] [pricing_table] WEDDING $800 Up to 7 Hours 100 Images 5 Outfit Changes 20 Edited Images Hi-res images on cd [button text="Contact" url="http://themes.pixelwars.org/photographer/contact/"] [/pricing_table] [/column] [/row]
Hi, I see the issue, I will fix it with an update soon. Thanks for the feedback.