Forum Replies Created
list of topics you have created till now.
-
-
Which plugin are you using for your images to show in lightbox?
It is the full package of the item with doc and theme. Unzip it, you will find the theme under “Theme” folder.
Hi, please update to the latest version.
The excerpt shows a plain text. You can access all of your content of a post when you go to its single viewing page.
Hi, please check the section: Documentation > Shortcodes > About Me Page Shortcodes.
Mehmet S.
Keymaster16 March 2014 at 20:18Posted in : remove straight line from images in resume pageHi, there is no a white line on my demo site.
See in the image:

Hi, I will assign this thread to developer, he will respond to you shortly.
Thanks
Ok. Good luck.
Sorry, it is not possible at this time.
The excerpt shows a plain text. You can access all of your content of a post when you go to its single viewing page.
Hi, use this in your custom css box:
.post-tags { display: none; }Thanks
I will add it to the list of shortcode generator on the next update. Thanks for the feedback.
Note: You will find all shortcodes in the theme documentation. Please check out the Shortcodes and Posts sections. You can get the documentation from ThemeForest in your downloads menu if you haven’t got it.
Hi, you can try this plugin:
Advanced Category Excluder: http://wordpress.org/plugins/advanced-category-excluder
Note: You can use the “Categories” widget of the wordpress.
Thanks
Sorry, which header?
Hi, use this in your custom css box:
.edit-link { display: none; }Thanks
You are welcome.
Created a new php theme file for you.
– Download sidebar-second.php file at: http://themes.pixelwars.org/bloggy-wp/wp-content/uploads/2014/03/sidebar-second-php-file.zip
– unzip.
– copy the sidebar-second.php file to the theme directory.
– create a new sidebar form theme options > sidebar (Name: second)
– edit the above line like this:
if ( is_category('category-slug-here') ) { get_sidebar('second'); } else { get_sidebar(); }Hi, you can download the package from ThemeForest.
Hi, you can use it in your content editor.
Hi, this theme has unlimited sidebars functionality. So, you can create too many sidebars from theme options > sidebar. Then, use them for your pages with different menus.
– Create menu from menus page. Appearance > Menus.
– Use a menu with the Custom Menu widget in your sidebar.
Thanks
Hi,
This is not possible by default, needs more further customization, you may consider working with a professional, if you are not familiar to WordPress coding.
Can you provide your url?
Hi, just activate the captcha functionality.
Usage:
[contact_form captcha="yes" to=""]
Thanks
It is not possible at this time.
Menu in the sidebar: http://themes.pixelwars.org/impressivcard-wp/blog
You are welcome.
You are welcome.
New version is available on ThemeForest
You can activate the blog from theme options > blog.
You can try this way:
– create new sidebar from theme options > sidebar
– go to Appearance > Editor > cat-sidebar.php
– find:
get_sidebar();
– edit:
if ( is_category('category-slug-here') ) { get_sidebar('new-sidebar-name-here'); } else { get_sidebar(); }New version is available on ThemeForest.
– post sidebar added. (Theme Options > Blog > Post Sidebar).
Hi,
This is not easy to do with some lines of code. If you are not familiar with coding you may consider working with a professional for further customizations.
Can you provide your url?
You need to edit the
format-standard.phpfile of the theme.– find this line:
<!-- end .by-author -->
– edit:
<!-- end .by-author --><?php get_template_part( 'part', 'share' ); ?>
Ok. Good luck.
Hi,
Use [aside_content] shortcode.
Example:
[aside_content] Put your content here. [/aside_content]
The featured images are cropped to 2x size for the high resolution screens.
Note: Please create new topics for your every different questions.
You can use WordPress importer plugin.
Hi,
– go to your widgets page
– just click to the save button of the portfolio widget.
– go to theme options > blog > Resume Page Blog
– set to type 3
– go to settings > reading
– change post count.
Ok, manually:
– go to Appearance > Editor > page_inner-portfolio.php
– find:
$pf_terms = get_categories( 'type=portfolio&taxonomy=department' );
– edit:
$pf_terms = get_categories( 'type=portfolio&taxonomy=department&orderby=slug' );– go to your admin (portfolio > departments)
– change slug of a department to change its order.
Hi, please update to the latest version. You can download it from ThemeForest.
– new option added to the theme options page (theme options > blog > post sidebar).
Thanks
You are welcome.
Sorry, I’m not exactly sure what you’re asking?
Ok. Good luck.
Hi, they are generated alphabetically.
New version is available on ThemeForest.
With this update, the featured images for the resume page blog types are cropped.
Note: Use Regenerate Thumbnails plugin once after updating the theme.
Regenerate Thumbnails: http://wordpress.org/plugins/regenerate-thumbnails
– activate blog sidebar from theme options.
– create a new menu.
– add home link to this menu from Pages box (All Pages tab).
– drag Custom Menu widget to the blog sidebar.
– select the created menu.
– use this in your custom css box to hide ALL word:
.pf-all-items { display: none; }Hi,
Select “Standard” type for your portfolio item.
Hi,
Set to the default option your permalink settings, then navigate to your some portfolio items in your site. If ok, then select the post name option.
Thanks
New version is available on ThemeForest.
– Install new version.
– Navigate to the widgets page.
– Click save button of the portfolio widget in use.
Note: Sorry for the delay.