Forum Replies Created
list of topics you have created till now.
-
-
( …/portfolio/sub-url )
Because the sub-url of the link is only for portfolio items. Don’t put portfolio page as a parent of any page. If you want to make a second level menu item with a page under portfolio create a custom menu. ( Documentation > Menu )
Select latest post option.

PNG format supports transparency. The transparent areas will be black colored in Apple devices. Your solution is the right way.
.flex-direction-nav { display: none; }if you are using the Full width Page template as a homepage add custom css for center alignment:
.flexslider { display: block; max-width: 800px; margin-left: auto; margin-right: auto; }– change
800value for different width sizes.Don’t add any custom css code. Use the
inline_slidershortcode to add a slider to the Homepage template. Max content width is 780px for that page. So add your images to the Media Library @2x size for retina displays.[inline_slider] [slide src="put-your-image1-file-url-here"]Slide one title[/slide] [slide src="put-your-image2-file-url-here"]Slide two title[/slide] [/inline_slider]
– Go to Settings > Reading > Blog pages show at most.
– The nofollow tag tells search engines not to follow a link. This means that no PageRank is transferred to the underlying page.
– If you want to change that sentences use localization method, or use custom css to hide it:
#respond.respond > div.span8 > p { display: none; }Mehmet S.
Keymaster1 March 2013 at 01:17Posted in : description and short description enable disableShort description is shown in the portfolio page. The other one is for portfolio single.
Long-desc box will be bigger on the next update. Thanks.I think it is impossible for this theme.
– This is the demo content:
[column width="7"] [map] <h3>Where am I in this world?</h3> <iframe src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=little+italy&aq=&sll=36.558188,-86.709595&sspn=3.878053,8.453979&vpsrc=0&ie=UTF8&hq=&hnear=Little+Italy,+New+York&t=m&ll=40.71916,-73.997297&spn=0.014702,0.054417&z=14&iwloc=A&output=embed"" width="320" height="240"></iframe> [/map] [/column] [column width="5"] <h3>Drop me a line!</h3> [contact_form to="me@mysite.com"] [/column]
– Go to Google Maps,
– Find your address in the map,
– Copy the iframe code of your address from the Google Maps and use it like above.There is a menu item without a name in your menu. Remove it from your custom menu.
Appearance > Menus.It is absolutely weird. Switch the template option to Contact and see the page then go back to Default template and see again.
It is a demo page. Not generated with CF7. But you can create custom forms with the plugin like that page.
No, the theme has its own contact page template, please see Documentation > Pages > Contact.
You can use Contact Form 7 plugin.
– Also see this post: Email Signup and Contact Page with a Sidebar
Services are shortcodes. Use them in content editor of the homepage.
Mehmet S.
Keymaster27 February 2013 at 17:42Posted in : Text alignment in Service & List ShortcodesPlease see:
How To Create Homepage?
http://www.pixelwars.org/forums/topic/how-to-create-homepageWe will think about it. You can try “DynamicTo Top” Plugin.
That feature added.
http://themeforest.net/item/responsy-wp-responsive-html5-portfolio/2290361
That feature added.
http://themeforest.net/item/responsy-wp-responsive-html5-portfolio/2290361
Paste to Theme Options > Style > Custom CSS:
header #site-navigation { display: none; }Paste to Theme Options > Style > Custom CSS:
.site-title { text-align: left; }Thanks.
1-)
– try the image logo uploader: Theme Options > General > Logo,
– if you want to hide the tagline, paste the code below to the Theme Options > Style > Custom CSS box:.site-description { display: none; }2-)
– use the [lightbox_image] shortcode for lightbox image type portfolio item to see a pop-up, like this:
[lightbox_image first_image="yes" title="Animal with love" url="http://themes.pixelwars.org/read-wp/wp-content/uploads/2013/02/lightbox-01.jpg"]
3-)
– go to Pages and click Quick Edit link of your portfolio page,
– uncheck Allow Comments.1-) Rescan the theme with Codestyling Localization plugin to include the SHARE word to the .po file.
2-) YARPP style solution:
– go to Settings > Related Posts (YARPP),
– change “Before / after related entries:” inputs like this;
– for before:
<div class="related-posts"><h3>RELATED POSTS</h3><ol>– for after:
</ol></div>I don’t understand. Please explain more.
Yes you can.
– go to Appearance > Editor > homepage-with-portfolio.php
– find the line below:$args_portfolio = array( 'post_type' => 'portfolio', 'posts_per_page' => -1 );
– change the -1 value as 20, 15, 10 etc.
– e.g.$args_portfolio = array( 'post_type' => 'portfolio', 'posts_per_page' => 15 );
I will do a test for this.
– Check the checkbox “Download and import file attachments” after importing dummy data then click Submit.
Please see: Documentation > Install.
– Please see: Documentation > Shortcodes > Social Icons.
[social_icons] [social_icon type="facebook" title="" url="http://www.facebook.com/username"] [social_icon type="twitter" title="" url="http://twitter.com/username"] [/social_icons]
Please see: Documentation > Install > WordPress Settings > Permalink Settings.
1-) First Help
– in the Visual tab of the editor:
[intro] Hi! I am a [label]theoretical physicist[/label] developed the general theory of relativity, effecting a revolution in physics. [launch_button text="VIEW PORTFOLIO" url="http://themes.pixelwars.org/read-wp/portfolio"] [/intro]
– in the Text tab of the editor like this:
[intro] <h2>Hi! I am a [label]theoretical physicist[/label] developed the general theory of relativity, effecting a revolution in physics.</h2> [launch_button text="VIEW PORTFOLIO" url="http://themes.pixelwars.org/read-wp/portfolio"] [/intro]
2-) Second Help
– Go to Appearance > Editor > page-home.php
– Find the line below:$args_homepage = array( 'post_type' => 'post', 'posts_per_page' => -1 );
– The mean of
-1is unlimited. So you can change it 5, 10, 15, 20 or what you want.Mehmet S.
Keymaster21 February 2013 at 17:22Posted in : How to asign department to a menu category.Go to
Appearance > Menus > Screen Options > DepartmentsGo to Settings > Permalinks > Common Settings > Default > Save Changes.
impressivCard WP theme has its own dribbble social icon. Why didn’t you use it?
Please see: Documentation > Shortcodes > About Me Page Shortcodes.
Mehmet S.
Keymaster20 February 2013 at 13:35Posted in : Leave a comment before potfolio detail in mobileWe will try to fix this issue. Thanks for the feedback.
It is weird, I have more than 15 portfolio items on my test platform and the portfolio page is working nice.
You must adjust the custom menu and widgets after importing the dummy data. Please read carefully the Menu and Widgets sections in the documentation.
– Go to Appearance > Editor >
format-standard.php– Find the line below:
the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'read' ) );
– Change it like this:
the_excerpt();
– Do this changes to other post format files if you are using them:
format-aside.php
format-audio.php
format-chat.php
format-gallery.php
format-image.php
format-link.php
format-quote.php
format-status.php
format-video.phpMehmet S.
Keymaster18 February 2013 at 00:01Posted in : Leave a comment before potfolio detail in mobileIt is weird, there is no problem on my test platform. Provide online url or screenshot to check.
Because it has full url. Set it up only with end of the url like this:
– Now:
http://www.betekstenis.be/#/contact– Change it to:
#/contactNote: Do it by navigating to Appearance > Menus but firstly see the Menu part of the documentation.
It is not possible for gallery slider, but you can add images to editor and they will be placed under the slider.
Thanks.
Upload your bg image from its option: Theme Settings > General > Background Image
Please see: Documentation > Widgets.
Mehmet S.
Keymaster11 February 2013 at 14:47Posted in : Homepage Widgets – hide description column?Paste to Theme Settings > Style > Custom CSS:
.blog-part { display: none; }Use Custom CSS box to add css codes ( Theme Settings > Style > Custom CSS ),
How to Change Fonts?
– Select your font from google web fonts: http://www.google.com/webfonts
– Click “Quick-use” link,
– Find “@import” tab and copy @import code like this:
@import url(http://fonts.googleapis.com/css?family=Cuprum);
– Find “Integrate the fonts into your CSS :” title and copy font-family code like this:
font-family: "Cuprum", sans-serif;
– Go to Theme Settings > Style > Custom CSS box and paste your codes like this:
firstly paste this code:
@import url(http://fonts.googleapis.com/css?family=Cuprum);
for h1 heading paste this code:
h1 { font-family: "Cuprum", sans-serif; }for h2 heading paste this code:
h2 { font-family: "Cuprum", sans-serif; }for h3 heading paste this code:
h3 { font-family: "Cuprum", sans-serif; }for h4 heading paste this code:
h4 { font-family: "Cuprum", sans-serif; }for h5 heading paste this code:
h5 { font-family: "Cuprum", sans-serif; }for h6 heading paste this code:
h6 { font-family: "Cuprum", sans-serif; }Note: Please create new topics for your other questions.