Mehmet S.

Forum Replies Created

list of topics you have created till now.

  • Mehmet S.
    Keymaster
    Posted in : Few Questions

    ( …/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 )

    Mehmet S.
    Keymaster
    Posted in : Homepage like Demo

    Select latest post option.

    Mehmet S.
    Keymaster
    Posted in : Apple Touch Icon

    PNG format supports transparency. The transparent areas will be black colored in Apple devices. Your solution is the right way.

    Mehmet S.
    Keymaster
    .flex-direction-nav { display: none; }
    
    Mehmet S.
    Keymaster

    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 800 value for different width sizes.

    Mehmet S.
    Keymaster

    Don’t add any custom css code. Use the inline_slider shortcode 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]
    
    Mehmet S.
    Keymaster

    – Go to Settings > Reading > Blog pages show at most.

    Mehmet S.
    Keymaster

    – 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.
    Keymaster

    Short 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.

    Mehmet S.
    Keymaster
    Posted in : URL redirects

    I think it is impossible for this theme.

    Mehmet S.
    Keymaster

    – 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&quot" 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.

    Mehmet S.
    Keymaster
    Posted in : Form elements

    There is a menu item without a name in your menu. Remove it from your custom menu.
    Appearance > Menus.

    Mehmet S.
    Keymaster
    Posted in : Form elements

    It is absolutely weird. Switch the template option to Contact and see the page then go back to Default template and see again.

    Mehmet S.
    Keymaster
    Posted in : Form elements

    It is a demo page. Not generated with CF7. But you can create custom forms with the plugin like that page.

    Mehmet S.
    Keymaster
    Posted in : Form elements

    No, the theme has its own contact page template, please see Documentation > Pages > Contact.

    Mehmet S.
    Keymaster
    Posted in : Form elements

    You can use Contact Form 7 plugin.

    – Also see this post: Email Signup and Contact Page with a Sidebar

    Mehmet S.
    Keymaster

    Services are shortcodes. Use them in content editor of the homepage.

    Mehmet S.
    Keymaster
    Mehmet S.
    Keymaster

    We will think about it. You can try “DynamicTo Top” Plugin.

    Mehmet S.
    Keymaster
    Mehmet S.
    Keymaster
    Mehmet S.
    Keymaster
    Posted in : Navigation Menu

    Paste to Theme Options > Style > Custom CSS:

    header #site-navigation { display: none; }
    
    Mehmet S.
    Keymaster

    Paste to Theme Options > Style > Custom CSS:

    .site-title { text-align: left; }
    
    Mehmet S.
    Keymaster

    Thanks.

    Mehmet S.
    Keymaster
    Posted in : Few Questions

    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.

    Mehmet S.
    Keymaster

    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>

    Mehmet S.
    Keymaster
    Posted in : Featured Image

    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 );
    
    Mehmet S.
    Keymaster
    Posted in : Post type menu?

    I will do a test for this.

    Mehmet S.
    Keymaster

    – Check the checkbox “Download and import file attachments” after importing dummy data then click Submit.

    Please see: Documentation > Install.

    Mehmet S.
    Keymaster

    – 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]
    
    Mehmet S.
    Keymaster
    Posted in : No Ajax Portfolio

    Please see: Documentation > Install > WordPress Settings > Permalink Settings.

    Mehmet S.
    Keymaster
    Posted in : Alternative homepage

    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 -1 is unlimited. So you can change it 5, 10, 15, 20 or what you want.

    Mehmet S.
    Keymaster

    Go to Appearance > Menus > Screen Options > Departments

    Mehmet S.
    Keymaster

    Go to Settings > Permalinks > Common Settings > Default > Save Changes.

    Mehmet S.
    Keymaster
    Posted in : Social Icon

    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.
    Keymaster

    We will try to fix this issue. Thanks for the feedback.

    Mehmet S.
    Keymaster

    It is weird, I have more than 15 portfolio items on my test platform and the portfolio page is working nice.

    Mehmet S.
    Keymaster

    You must adjust the custom menu and widgets after importing the dummy data. Please read carefully the Menu and Widgets sections in the documentation.

    Mehmet S.
    Keymaster

    – 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.php

    Mehmet S.
    Keymaster

    It is weird, there is no problem on my test platform. Provide online url or screenshot to check.

    Mehmet S.
    Keymaster

    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:
    #/contact

    Note: Do it by navigating to Appearance > Menus but firstly see the Menu part of the documentation.

    Mehmet S.
    Keymaster

    It is not possible for gallery slider, but you can add images to editor and they will be placed under the slider.

    Mehmet S.
    Keymaster

    Thanks.

    Mehmet S.
    Keymaster
    Posted in : Page background

    Upload your bg image from its option: Theme Settings > General > Background Image

    Mehmet S.
    Keymaster
    Posted in : theme doesn't works

    Please see: Documentation > Widgets.

    Mehmet S.
    Keymaster

    Paste to Theme Settings > Style > Custom CSS:

    .blog-part { display: none; }
    
    Mehmet S.
    Keymaster

    Please see: Documentation > Menu.

    – Use Custom Links box instead of Pages box.

    Mehmet S.
    Keymaster

    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.

Viewing 50 posts - 4,501 through 4,550 (of 4,794 total)