Mehmet S.

Forum Replies Created

list of topics you have created till now.

  • Mehmet S.
    Keymaster

    No, it is for the “last 30 posts” section.

    Mehmet S.
    Keymaster

    A new version is on the way for this.

    Mehmet S.
    Keymaster
    Posted in : Resume page

    I will improve the documentation. Thanks for the feedback.

    Mehmet S.
    Keymaster

    You are welcome.

    Mehmet S.
    Keymaster

    Hi, you can activate it from Theme Options > Blog > Share Links.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Customize 404 page?

    You are welcome.

    Mehmet S.
    Keymaster

    It has.

    Example:

    [slider]
    [slide image=""]
    [slide image=""]
    [slide image=""]
    [/slider]
    
    Mehmet S.
    Keymaster

    You are welcome.

    Mehmet S.
    Keymaster
    Posted in : Customize 404 page?

    @laurefav: Hi, you can download a fresh copy of the theme from ThemeForest.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Update

    @Mezziah: I think you have cvCard WP theme. This support forum is for BookCard WP theme. Please create a new topic under the right support forum: http://www.pixelwars.org/forums/forum/wordpress-themes/cvcard-wp/

    Mehmet S.
    Keymaster

    Hi, you can find all available icons in the theme documentation under Customization > Icons section.

    Thanks

    Mehmet S.
    Keymaster

    Hi, shortcodes changed in the new theme.

    Thanks

    Mehmet S.
    Keymaster

    Hi, new version is available on ThemeForest. Please update to the latest version.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Menu not working

    You must setup required parameters for your widgets. Please double check the widgets section in the theme documentation.

    See image:

    Note: You can use this site to upload your screenshots to the web: http://postimage.org

    Mehmet S.
    Keymaster
    Posted in : Resume page

    Hi,

    – that page built with shortcodes. You can do it with the shortcodes easily. They are all described in the theme documentation.

    OR

    – just import the pages xml data from Sample Data folder in the package.

    OR

    – paste as plain text this:

    http://themes.pixelwars.org/readme-wp/resume/

    [row]
    
    [column width="7"]
    
    [timeline]
    [event_group_title icon="bookmark-empty" text="WORK HISTORY"]
    [event current="current" date="Dec 2013 - Current" title="Front End Web Developer" sub_title="Pixelwars Inc."]I currently work for Pixelwars creative studio. I create usable web interfaces, front end coding stuff and almost anything. But i love what i do.[/event]
    [event date="Jun 2012 - Dec 2013" title="Web Developer" sub_title="Google Inc."]I worked as a Web Developer at Google for 3 years. I create usable web interfaces, front end coding stuff and almost anything. But i love what i do.[/event]
    [event date="2006" title="Exclusive Author" sub_title="Envato Inc."]I am an Elite Author at Envato. I create usable web interfaces, front end coding stuff and almost anything. But i love what i do.[/event]
    [event_group_title icon="graduation-cap" text="EDUCATION"]
    [event date="2002" title="Atom Science" sub_title="Stanford University"]I studied atomic stuff at Stanford University. I create usable web interfaces, front end coding stuff and almost anything. But i love what i do.[/event]
    [event date="2010" title="Software Engineering" sub_title="Harvard University"]I got my Master Degree at Harvard University. I create usable web interfaces, front end coding stuff and almost anything. But i love what i do.[/event]
    [event date="2006" title="Computer Science" sub_title="MIT"]I studied Computer Science at MIT. I create usable web interfaces, front end coding stuff and almost anything. But i love what i do.[/event]
    [/timeline]
    
    [button text="My LinkedIn Profile" url="#" icon="linkedin-squared"]
    
    [/column]
    
    [column width="5"]
    
    [section_title text="DEVELOPER SKILLS"]
    
    [skill_wrap]
    [skill title="HTML5" percent="80"]
    [skill title="CSS3" percent="95"]
    [skill title="jQuery" percent="80"]
    [skill title="WordPress" percent="60"]
    [/skill_wrap]
    
    [section_title text="DESIGNER SKILLS"]
    
    [skill_wrap]
    [skill title="Fireworks" percent="90"]
    [skill title="Photoshop" percent="70"]
    [skill title="Illustrator" percent="50"]
    [/skill_wrap]
    
    [section_title text="TESTIMONIALS"]
    
    [testimonial_wrap]
    [testimonial image="http://themes.pixelwars.org/readme-wp/wp-content/uploads/2014/08/testo-01.jpg" title="Vincent Wood" sub_title="CEO / Gravity Inc."]He is a great and hardworking guy. I am so proud of i have him as my asistant. He helped me so much. Also i am so proud of i have him as my asistant. He helped me so much.[/testimonial]
    [testimonial image="http://themes.pixelwars.org/readme-wp/wp-content/uploads/2014/08/testo-02.jpg" title="Gary Morgan" sub_title="Chemist / Freelancer"]He was a great co-worker and a friend. I would't be where i am without his support.[/testimonial]
    [testimonial image="http://themes.pixelwars.org/readme-wp/wp-content/uploads/2014/08/testo-03.jpg" title="Jason Wilson" sub_title="Lab Geek / Miami Metro"]He is ok. I don't really know him. He looks nice.[/testimonial]
    [/testimonial_wrap]
    
    [/column]
    
    [/row]
    

    Note: In Chrome browser:

    Mehmet S.
    Keymaster
    Posted in : Timeline problem

    Hi, it is not appearing in the demo site. This is the right usage of the shortcode:

    Shortcode: (Timeline)

    [timeline title="" icon=""]
    [event date="" current=""]
    Job. (Heading 4)
    Company. (Heading 5)
    Description. (Paragraph)
    [/event]
    [/timeline]
    

    title="" … Title text.

    icon="" … The name of an icon. The complete set of icons in Font Awesome: http://fontawesome.io/icons

    date="2012" … Year.

    current="yes" … Mark the date as dark color.

    Example 1: (WORK HISTORY)

    [timeline title="WORK HISTORY" icon="fa-flask"]
    [event date="2012"]
    Job. (Heading 4)
    Company. (Heading 5)
    Description. (Paragraph)
    [/event]
    [event date="2010"]
    Job. (Heading 4)
    Company. (Heading 5)
    Description. (Paragraph)
    [/event]
    [/timeline]
    

    Example 2: (EDUCATION HISTORY)

    [timeline title="WORK HISTORY" icon="icon-college"]
    [event date="2008"]
    Department. (Heading 4)
    School. (Heading 5)
    Description. (Paragraph)
    [/event]
    [event date="2004"]
    Department. (Heading 4)
    School. (Heading 5)
    Description. (Paragraph)
    [/event]
    [/timeline]
    
    Mehmet S.
    Keymaster
    Posted in : icons

    Hi, please check out the section Customization > Icons in the theme documentation.

    Thanks

    Mehmet S.
    Keymaster

    Hi,

    – go to: Appearance > Editor > template-archives.php,

    – find:

    $args_loop = array( 'post_type' => 'post', 'posts_per_page' => 30 );
    

    – add your parameter to the array.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Menu not working

    Hi, use custom theme widgets to show page content when you click on the menu.

    See image:

    Mehmet S.
    Keymaster

    Hi,

    Create a new page. Select “Portfolio” template from Page Attributes box.

    Thanks

    Mehmet S.
    Keymaster

    Hi,

    – create a page with default template,

    – assign this page as posts page from Settings > Reading,

    – activate blog slider from Theme Settings > Blog > Enable Slider On Blog Page,

    – select small slider from Theme Settings > Home > Slider,

    – add slides from Slides > Add New, (select Blog Slider from Details box),

    See image:

    Mehmet S.
    Keymaster

    Hi, can you provide your URL?

    Mehmet S.
    Keymaster

    New version is available on ThemeForest.

    Mehmet S.
    Keymaster

    Hi, you can activate it from theme options.

    See image:

    Mehmet S.
    Keymaster

    Hi, use Pages box to add your pages to the menu.

    See image:

    Mehmet S.
    Keymaster
    Posted in : problem with layout

    You are welcome.

    Mehmet S.
    Keymaster

    Thanks for sharing the solution.

    Mehmet S.
    Keymaster

    Hi, I see the latest version on your site now and the blog page is working fine on my side.

    Thanks

    Mehmet S.
    Keymaster

    I will do. Thanks for the feedback.

    Mehmet S.
    Keymaster

    Sorry, it is not possible by default. WordPress lists them alphabetically. You need to work with a professional.

    Mehmet S.
    Keymaster
    Posted in : problem with layout

    Uncheck the toolbar option in your profile.

    See image:

    Mehmet S.
    Keymaster

    Sorry, I don’t know. Please check this page, maybe you will find a solution.

    Mehmet S.
    Keymaster

    You are welcome.

    Mehmet S.
    Keymaster
    Mehmet S.
    Keymaster

    Hi,

    – Back To Blog button will get you to the full blog page.

    – Go To Home button returns to your homepage.

    You can deactivate the classic menu from Theme Options > Style.

    See image:

    Mehmet S.
    Keymaster

    Hi, check the option from your Theme Settings.

    See image:

    Mehmet S.
    Keymaster
    Posted in : Menu not work

    Hi, there are 4 menu items, but 5 widgets are being used. They must be same order and count.

    See image:

    Mehmet S.
    Keymaster

    You are welcome.

    Mehmet S.
    Keymaster

    Try to increase the value of posts_per_page parameter.

    Mehmet S.
    Keymaster

    Sorry, I have no free time in these days.

    Mehmet S.
    Keymaster

    Hi,

    – select: Appearance > Theme Options > Blog > Blog Type > No Sidebar.

    – Select Your latest posts option from Reading Settings.

    Thanks

    Mehmet S.
    Keymaster

    Hi, re-scan theme files with Codestyling Localization plugin.

    How to use Codestyling Localization plugin?

    Install and activate the plugin,
    Go to Tools > Localization > Themes,
    Find your native language in the flag list which must be bold text or click Add New Language button to add new one,
    Firstly click Rescan button and scan the theme files then click Edit button,
    All translate able strings will be displayed in the table,
    Every string has Edit link in the opposite of it to translate,
    Finally click generate-mo file button at the top side of the page.

    Mehmet S.
    Keymaster

    Hi, please check out this page for detailed information.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : portfolio department

    Hi, a department must have at least one portfolio item.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : problem with layout

    Hi,

    – Enter text to widget title field for page titles.

    – Clear the column shortcodes in your about me page and put them again.

    Thanks

    Mehmet S.
    Keymaster

    Ok. Good luck.

    Hi, I will make some tests on this. I let you know when I come up with a solution. Thanks for the feedback.

    Mehmet S.
    Keymaster

    That’s a nice idea. I will have that in mind for a next update. Thanks.

    Mehmet S.
    Keymaster

    Hi,

    1. You can add your title from the image details page in media library.

    2. Sorry, it is not possible by default.

    Thanks

    Mehmet S.
    Keymaster

    You are welcome.

Viewing 50 posts - 1,601 through 1,650 (of 4,826 total)