Mehmet S.

Forum Replies Created

list of topics you have created till now.

  • Mehmet S.
    Keymaster

    New version is available on ThemeForest.

    Mehmet S.
    Keymaster

    Hi, you need to clear the field Settings > General > Tagline.

    Thanks

    Mehmet S.
    Keymaster

    All shortcodes have live version on the demo site:

    – Inline Lightbox:

    http://themes.pixelwars.org/cvcard-wp/shortcodes/

    – Portfolio Lightbox:

    http://themes.pixelwars.org/cvcard-wp/#/portfolio

    Mehmet S.
    Keymaster

    Ok. Good luck.

    Mehmet S.
    Keymaster

    Hi, please deactivate your plugins and check again.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Issue from iphone

    Hi, you need to create a custom menu. Please check out the Menu section in the theme documentation.

    Thanks

    Mehmet S.
    Keymaster

    Hi, firstly install and activate this plugin:

    YARPP: https://wordpress.org/plugins/yet-another-related-posts-plugin

    Then, go to plugin settings page, Settings > YARPP

    change “Before / after related entries:” inputs like this;

    – For before: <div class="related-posts"><h3>RELATED POSTS</h3><ol>

    – For after: </ol></div>

    Thanks

    Mehmet S.
    Keymaster

    Hi, you can try this plugin:

    List category posts

    https://wordpress.org/plugins/list-category-posts

    Mehmet S.
    Keymaster
    Posted in : Blog Shortcode?

    There is only one blog page (Stories) in the demo site. But, blog_type parameter added to its url to show different layouts.

    Here is:

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

    ?blog_type=simple

    http://themes.pixelwars.org/readme-wp/blog/?blog_type=simple

    ?blog_type=alternate

    http://themes.pixelwars.org/readme-wp/blog/?blog_type=alternate

    ?blog_type=masonry

    http://themes.pixelwars.org/readme-wp/blog/?blog_type=masonry

    ?blog_type=masonry_alternate

    http://themes.pixelwars.org/readme-wp/blog/?blog_type=masonry_alternate

    Mehmet S.
    Keymaster

    Hi, you can add a blog section with the blog widget like the portfolio.

    Thanks

    Mehmet S.
    Keymaster

    What is your WordPress version?

    Mehmet S.
    Keymaster
    Posted in : Weird URL redirects

    WordPress redirects urls to original ones.

    Mehmet S.
    Keymaster
    Posted in : Header Navigation

    Hi, you need to create a custom menu. Check out to the section documentation > installation > custom menu.

    Thanks

    Mehmet S.
    Keymaster

    Hi, activate Open Graph Protocol from theme options > seo.

    Thanks

    Mehmet S.
    Keymaster

    Hi, update your theme to the latest version and check again please.

    Thanks

    Mehmet S.
    Keymaster

    Hi, you can find all shortcodes in the theme documentation under Shortcodes section.

    – Inline Lightbox: (use in post/pages)

    [inline_lightbox_wrap type="" thumbnail=""]
    Inline lightbox shortcode(s) here.
    [/inline_lightbox_wrap]
     
    type="" ... image, video, audio.
     
    thumbnail="" ... An image url.
     
    ================================================
     
    [inline_lightbox_image first_item="" gallery="" title="" url=""]
     
    first_item="yes" ... Use for the first item.
     
    gallery="" ... 01, 02, 03.
     
    url="" ... An image url.
     
    ================================================
     
    [inline_lightbox_iframe first_item="" gallery="" title="" src=""]
     
    first_item="yes" ... Use for the first item.
     
    gallery="" ... 01, 02, 03.
     
    src="" ... Use src value of an iframe code. More:
     
    - For a YouTube video: 1) Find "Embed" section. 2) Find iframe code. 3) Find "src" value. 4) Copy src value.
     
    - For a Vimeo video: 1) Find "Embed" section. 2) Find iframe code. 3) Find "src" value. 4) Copy src value.
     
    - For a SoundCloud audio: 1) Find "Embed" section. 2) Find iframe code. 3) Find "src" value. 4) Copy src value.
     
    ================================================
     
    Example 1: (one image)
     
    [inline_lightbox_wrap type="image" thumbnail=""]
    [inline_lightbox_image first_item="yes" gallery="01" url=""]
    [/inline_lightbox_wrap]
     
    Example 2: (two images)
     
    [inline_lightbox_wrap type="image" thumbnail=""]
    [inline_lightbox_image first_item="yes" gallery="02" url=""]
    [inline_lightbox_image gallery="02" url=""]
    [/inline_lightbox_wrap]
     
    Example 3: (one video)
     
    [inline_lightbox_wrap type="video" thumbnail=""]
    [inline_lightbox_iframe first_item="yes" gallery="03" src="http://player.vimeo.com/video/37254322?badge=0&color=ffffff"]
    [/inline_lightbox_wrap]
     
    Example 4: (one audio)
     
    [inline_lightbox_wrap type="video" thumbnail=""]
    [inline_lightbox_iframe first_item="yes" gallery="04" src="http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F207988&"]
    [/inline_lightbox_wrap]
    

    – Portfolio Lightbox: (use in portfolio items)

    [portfolio_lightbox_image first_item="" gallery="" title="" url=""]
     
    first_item="yes" ... Use for the first item.
     
    gallery="" ... 01, 02, 03.
     
    url="" ... An image url.
     
     
    Example 1: (one image)
     
    [portfolio_lightbox_image first_item="yes" gallery="01" url=""]
     
    Example 2: (two images)
     
    [portfolio_lightbox_image first_item="yes" gallery="02" url=""]
    [portfolio_lightbox_image gallery="02" url=""]
     
    ================================================
    ================================================
     
    [portfolio_lightbox_iframe first_item="" gallery="" title="" src=""]
     
    first_item="yes" ... Use for the first item.
     
    gallery="" ... 01, 02, 03.
     
    src="" ... Use src value of an iframe code. More:
     
    - For a YouTube video: 1) Find "Embed" section. 2) Find iframe code. 3) Find "src" value. 4) Copy src value.
     
    - For a Vimeo video: 1) Find "Embed" section. 2) Find iframe code. 3) Find "src" value. 4) Copy src value.
     
    - For a SoundCloud audio: 1) Find "Embed" section. 2) Find iframe code. 3) Find "src" value. 4) Copy src value.
     
     
    Example 1: (video)
     
    [portfolio_lightbox_iframe first_item="yes" gallery="03" src="http://player.vimeo.com/video/37254322?badge=0&color=ffffff"]
     
    Example 2: (audio)
     
    [portfolio_lightbox_iframe first_item="yes" gallery="04" src="http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F207988&"]
    
    Mehmet S.
    Keymaster

    Hi, you can change fonts from theme customizer by navigating to appearance > customize > fonts. Also, you can add extra character sets to the fonts from theme options > style.

    Thanks

    Mehmet S.
    Keymaster

    Hi, fixed this issue. New version is available on ThemeForest. Thanks for the feedback.

    Mehmet S.
    Keymaster

    The theme documentation improved. New package is available on ThemeForest.

    Mehmet S.
    Keymaster
    Posted in : Base style

    Hi, you can change the base style from customizer, go to Appearance > Customize.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Multiple portfolios

    New version is available on ThemeForest.

    Mehmet S.
    Keymaster

    You are welcome.

    Mehmet S.
    Keymaster
    Posted in : Multiple portfolios

    Hi, I will fix it with an update soon. Thanks for the feedback.

    Mehmet S.
    Keymaster
    Posted in : Blog Shortcode?

    Hi, if you assign a page as a Posts page from the reading settings, then this will show your posts.

    – You can select your blog page layout from theme options > blog > blog type. And, sidebar for the blog page from theme options > blog > blog sidebar.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Slider Size

    Hi, you can use column shortcode.

    [row]
    [column width="6"]
    [slider]
    [slide title="" image=""]
    [slide title="" image=""]
    [slide title="" image=""]
    [/slider]
    [/column]
    [/row]
    

    Note: width=”6″ mean 50%.

    Mehmet S.
    Keymaster

    Hi, it is weird. But, I will try to improve the captcha functionality.

    Thanks for the feedback.

    Mehmet S.
    Keymaster
    Posted in : Weird URL redirects

    Hi, it is the sample data. You need to delete book items under Books menu in wp admin.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Problems in Menu

    Ok. Good luck.

    Mehmet S.
    Keymaster
    Posted in : no blog page

    You can select your blog layout from theme options > blog. And, you need to create a custom menu from Appearance > menus.

    Mehmet S.
    Keymaster

    Just tested it, and working fine on my side.

    Mehmet S.
    Keymaster

    Don’t worry, your custom css will not be lost. They are in the database if you put them to Custom CSS field under theme options.

    Note: Before you update, it is best practice to always make a backup of your theme folder.

    Mehmet S.
    Keymaster

    Hi, you can import the demo content.

    Go to: Tools > Import > WordPress.

    WordPress might offer you to install the WordPress Importer plugin, if you haven’t installed it before do it now.

    Install and activate the plugin.

    Once you’ve installed WordPress Importer plugin, browse to the theme package folder, select XML data file (under Sample Data folder) and upload it.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : portfolio help

    Hi, you need to set featured image for your portfolio items.

    Thanks

    Mehmet S.
    Keymaster

    Hi,

    How To Update The Theme

    Before you update, it is best practice to always make a backup of your theme folder.

    Download the new theme package from your ThemeForest account.

    The theme is under “Theme” folder in the package.

    Choose to upload the theme via FTP or via WordPress.

    Update Your Theme via FTP

    There are two ways of getting files onto your site, and once there, changing them.

    1. By using an FTP client (http://codex.wordpress.org/FTP_Clients).

    2. By using the file manager (http://codex.wordpress.org/FTP_Clients) provided in your host’s control panel.

    – Go to “/wp-content/themes/” location and backup your current theme folder by saving it to your computer, or you can choose to simply delete it. Your content will not be lost. (The translation files are located under languages folder in the theme folder.)

    – Retrieve the new zipped theme file from your new ThemeForest download, and extract the file to get the theme folder.

    – Then simply drag-and-drop (Upload) the new theme folder into “/wp-content/themes/” location, and activate the theme in the “Appearance > Themes” section. (Choose to “Replace” the current one if you did not delete it.)

    Update Your Theme via WordPress

    – You need to deactivate your theme in the “Appearance > Themes” section by simply activating a different theme. Once you activate a different theme, you can delete your theme. Don’t worry, your content will not be lost. (The translation files are located under languages folder in the theme folder.)

    – Then simply upload the new theme file in the “Appearance > Themes” section.

    – Once it uploads, choose to activate the theme.

    Mehmet S.
    Keymaster
    Posted in : Remove My Works

    Hi, you can use this in your theme options > style > custom css field:

    #portfolio > .content > .section-title
    {
    display: none;
    }
    

    Thanks

    Mehmet S.
    Keymaster

    Hi, the theme documentation is in the package. You can download the package from ThemeForest.

    Thanks

    Mehmet S.
    Keymaster

    Hi,

    1. You can remove the sidebar from the individual post page from theme options > blog > post sidebar > no.

    2. Can you please explain more?

    Mehmet S.
    Keymaster

    Hi, I will do a test. Thanks for the feedback.

    Mehmet S.
    Keymaster

    You are welcome.

    Mehmet S.
    Keymaster

    Ok. Good luck.

    Mehmet S.
    Keymaster

    I see the issue, I will make some tests on this issue and try to realize what causes the problem. I let you know when I come up with a solution. Thanks for the feedback.

    Mehmet S.
    Keymaster

    Delete your portfolio pages (portfolio and portfolio-2), also from Trash. Then create a new portfolio page and visit it. The portfolio slug will be saved for the “← Back to Portfolio” button.

    Mehmet S.
    Keymaster

    Hi,

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

    Mehmet S.
    Keymaster
    Posted in : no blog page

    Hi, you can select your blog page from settings > reading. The blog page named as Stories in the demo site and also for the sample data.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : FontAwesome

    Hi, YARPP plugin used for the related posts and described in the documentation under Customization > Related Posts. Also, WPFront Scroll Top plugin activated in the demo site for a scroll-up button.

    Contact Page:

    – create a page and use contact_form shortcode.

    Example:

    [contact_form captcha="" to="yourname@gmail.com" subject="Contact form message"]
    

    captcha="yes" … (optional).

    Mehmet S.
    Keymaster

    Upload your image to your Media Library, then copy its url and use in the image_src="" parameter.

    The services icons by Yummygum. Also, you can try Iconfinder.

    – subtitle ???

    Mehmet S.
    Keymaster

    Ok. Good luck.

    Mehmet S.
    Keymaster

    Hi,

    Every post/page has a “Quick Edit” link when you hover in the item list. Click the link to open “QUICK EDIT” menu then uncheck the “Allow Comments” option.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Blog Shortcode?

    Hi, you need to select your blog page from Reading Settings.

    See image:

    Mehmet S.
    Keymaster

    Hi,

    – create a page for your homepage (select Homepage template for this page).

    – select this page from Settings > Reading as a front page.

    – go to: Appearance > Widgets. Add Editor Content widget to homepage widget location.

    See image:

    – use service shortcodes in your page’s content.

    [services_wrap title="" sub_title=""]
    	[service image_src="" image_url="" alt="" service_title=""]Text here.[/service]
    	[service image_src="" image_url="" alt="" service_title=""]Text here.[/service]
    	[service image_src="" image_url="" alt="" service_title=""]Text here.[/service]
    	[service image_src="" image_url="" alt="" service_title=""]Text here.[/service]
    [/services_wrap]
    

    image_src="" … An image file url.

    image_url="" … Image target link url.

    alt="" … Alternate text for the image.

Viewing 50 posts - 1,451 through 1,500 (of 4,794 total)