Mehmet S.

Forum Replies Created

list of topics you have created till now.

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

    Mehmet S.
    Keymaster

    inline_video shortcode changed. Please see the documentation.

    P.S. : Sorry for the delay. There is a minor problem in our notification system. We are working to fix it.

    Mehmet S.
    Keymaster

    Enter full url.

    e.g.
    http://twitter.com/username

    Mehmet S.
    Keymaster

    Create a custom nav menu, but not your way, only one type menu linking works. It has #. Please read carefully the Menu section in the documentation.

    Mehmet S.
    Keymaster
    Posted in : Font used for logo

    Patua One

    Mehmet S.
    Keymaster

    Use the script code that providing by google analytics, like this;

    <script>
    // some stuff here...
    </script>
    

    P.S. : Only use one of them, for head or for body, they are same.

    Mehmet S.
    Keymaster
    Posted in : Visible Scroll

    Theme Options > Animation > Always Show Scrollbar

    Mehmet S.
    Keymaster

    I have checked your site, below parts were incorrect:

    – x-axis value in the portfolio widget,

    – menu url linking for a page,

    – not saved the custom menu from the Navigation Menu list in the Theme Locations box,

    – # character is required for this theme. Do not remove any of the # from the custom menu as it is used by the theme for proper function!

    These all are described in the help documentation. Please be careful while looking.

    Mehmet S.
    Keymaster
    Posted in : Social Icon position

    Yes, it is. They are shortcodes. Use them where you want.

    Mehmet S.
    Keymaster

    Thanks for the feedback. We have planned to improve the documentation fully.

    Don’t use the # character in the page creating area and quick-edit section, use it only to create navigation menu links. Please see the Menu section in the documentation.

    Mehmet S.
    Keymaster
    Posted in : Source Code

    We will improve for seo.

    Mehmet S.
    Keymaster
    Posted in : Site Map

    Yes, there is an archive page template like sitemap. Create a page with Archive template.

    Mehmet S.
    Keymaster

    I see the text widget is used. Switch it to 1 numbered Responsy Editor Content widget.

    Mehmet S.
    Keymaster

    Theme Settings > Style > Custom CSS:

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

    – We will improve the documentation.

    – Please see:

    How To Create Homepage?
    http://www.pixelwars.org/forums/topic/how-to-create-homepage

    How To Create CTA?
    http://www.pixelwars.org/forums/topic/how-to-create-cta

    Mehmet S.
    Keymaster

    Please see:

    How To Create Homepage?
    http://www.pixelwars.org/forums/topic/how-to-create-homepage

    Mehmet S.
    Keymaster

    Go to Theme Settings > Blog > Disable Search Module In The Full Width Page Template

    Mehmet S.
    Keymaster

    Check the documentation.

    Mehmet S.
    Keymaster

    Pinterest is supported in the latest version.

    Mehmet S.
    Keymaster
    Posted in : contact info

    Create a page with page template Contact.

    Mehmet S.
    Keymaster

    Go to WP Admin > Settings > Permalinks:

    – Select Default option and save,

    – Go to Admin > Portfolio,

    – Click the View link for each portfolio item ( this way is important, do not check this step in front side of your site ),

    – If your portfolio item’s content displayed it solved ( this is about wordpress core ),

    – Go back to Permalinks and select Post name option then save.

    Mehmet S.
    Keymaster
    Posted in : FONT Problem
    h3 { font-weight: normal; }
    
Viewing 50 posts - 4,551 through 4,600 (of 4,823 total)