Mehmet S.

Forum Replies Created

list of topics you have created till now.

  • Mehmet S.
    Keymaster

    Use portfolio widget only for your portfolio page.

    Mehmet S.
    Keymaster

    Hi, it is not possible by default but you can use slider shortcode in your page content.

    [slider]
    [slide title="" image=""]
    [slide title="" image=""]
    [slide title="" image=""]
    [/slider]
    

    image="" … An image url. Upload your image to your Media Library, then copy its url and use in this parameter.

    Thanks

    Mehmet S.
    Keymaster

    Hi,

    5. You can use the Excerpt field.

    See:

    Mehmet S.
    Keymaster
    Posted in : Parameters

    You are welcome.

    Mehmet S.
    Keymaster
    Posted in : open links in new tab

    You are welcome.

    Mehmet S.
    Keymaster

    Don’t worry, your theme options in your database.

    Mehmet S.
    Keymaster
    Posted in : Parameters

    Hi, put your content into the [column] shortcode.

    Example:

    [column width="12"]
    Put your content here.
    [/column]
    

    Note: Use shortcode generator to add shortcodes. Click the “Insert Shortcode” button from the content editor.

    Mehmet S.
    Keymaster

    Hi, you can disable comments from settings > discussion. For which blog type do you want to increase the excerpt length?

    Mehmet S.
    Keymaster

    Hi,

    Use this in your Theme Options > Style > Custom CSS field to disable it:

    .read-next {
        display: none;
    }
    

    And, you can use this if you want to enable Older Post/Newer Post navigation links:

    .single-post .nav-single {
        display: block;
    }
    

    Thanks

    Mehmet S.
    Keymaster

    Hi,

    Portfolio Page

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

    Add Portfolio Item

    Go to: Portfolio > Add New:

    Set featured image.

    Select type from Details box.

    Type: Lightbox Gallery

    Use [lightbox_image] shortcode.

    Example:

    [lightbox_image first_image="yes" title="Octopus is dangerous!" url="http://themes.pixelwars.org/read-wp/wp-content/uploads/2013/02/lightbox-02.jpg"]
    [lightbox_image first_image="no" title="" url="http://themes.pixelwars.org/read-wp/wp-content/uploads/2013/02/lightbox-04.jpg"]
    [lightbox_image first_image="no" title="Dog have dreams" url="http://themes.pixelwars.org/read-wp/wp-content/uploads/2013/02/lightbox-03.jpg"]
    

    Thanks

    Mehmet S.
    Keymaster

    Hi, the PHP mail() function is used. So, it must be allowed in your server. Alternatively you can try this plugin: https://wordpress.org/plugins/contact-form-7/

    Thanks

    Mehmet S.
    Keymaster
    Posted in : open links in new tab

    This is the title part:

    <h1 class="entry-title">
    	// staff ...
    </h1>
    

    This is the title link:

    <a <?php echo $hide_post_title_out; ?> rel="bookmark" href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
    

    Add target="_blank" to the link:

    <a target="_blank" <?php echo $hide_post_title_out; ?> rel="bookmark" href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
    
    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.

    2. By using the file manager 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.

    ==================================================

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Layout

    It is just a shortcode. Use Shortcode Generator to add shortcodes to your content. Click the “Insert Shortcode” button from the content editor.

    See:

    intro And rotate_words shortcodes:

    [intro image=""]
    [rotate_words titles=""]
    [/intro]
    

    image="" … An image url. Upload your image to your Media Library, then copy its url and use in this parameter.

    titles="" … Seperate with commas.

    Example:

    [intro]
    Hello. I am a [rotate_words titles="writer,freelancer"]
    [/intro]
    

    From the demo site:

    Mehmet S.
    Keymaster
    Posted in : Photo_Wall Animation

    Hi, select your homepage from Settings > Reading > Front page.

    I have portfolio items:

    And gallery inside them:

    Use photo_wall shortcode:

    [photo_wall animation="" interval="" max_step=""]
    

    max_step="" … 3

    interval="" … 1600 (millisecond)

    animation="" … random,

    showHide, fadeInOut, slideLeft,
    slideRight, slideTop, slideBottom,
    rotateLeft, rotateRight, rotateTop,
    rotateBottom, scale, rotate3d,
    rotateLeftScale, rotateRightScale,
    rotateTopScale, rotateBottomScale

    Mehmet S.
    Keymaster
    Posted in : Alternative Home Page

    Hi,

    Usage:

    [ken_slider_wrap]
    [ken_slide image=""]
    [ken_slide image=""]
    [ken_slide image=""]
    [/ken_slider_wrap]
    

    image="" … An image url. Upload your image to your Media Library, then copy its url and use in this parameter.

    Example:

    [ken_slider_wrap]
    [ken_slide image="http://themes.pixelwars.org/photographer/wp-content/uploads/2015/01/011.jpg"]
    [ken_slide image="http://themes.pixelwars.org/photographer/wp-content/uploads/2015/01/023.jpg"]
    [ken_slide image="http://themes.pixelwars.org/photographer/wp-content/uploads/2015/01/032.jpg"]
    [/ken_slider_wrap]
    

    Thanks

    Mehmet S.
    Keymaster

    Hi, it is the default Twitter timeline embed code, you can get your embed code from your twitter profile. Please check out the link below:

    https://dev.twitter.com/web/embedded-timelines

    And, the Facebook widget is an embed code is used with the Text widget.

    https://developers.facebook.com

    https://developers.facebook.com/docs/plugins

    https://developers.facebook.com/docs/plugins/like-box-for-pages

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Pricing page

    Hi,

    Shortcode: pricing_table

    [pricing_table]
    Heading 3
    Heading 4
    Unordered List
    Button shortcode here.
    [/pricing_table]
    

    Example:

    [row]
    
    [column width="4"]
    
    [pricing_table]
    
    PORTRAIT
    
    $200
    
    Up to 2 Hours
    10 Images
    2 Outfit Changes
    2 Edited Images
    Hi-res images on cd
    [button text="Contact" url="http://themes.pixelwars.org/photographer/contact/"]
    
    [/pricing_table]
    
    [/column]
    
    [column width="4"]
    
    [pricing_table]
    
    GROUP SHOTS
    
    $400
    
    Up to 4 Hours
    50 Images
    4 Outfit Changes
    10 Edited Images
    Hi-res images on cd
    [button text="Contact" url="http://themes.pixelwars.org/photographer/contact/"]
    
    [/pricing_table]
    
    [/column]
    
    [column width="4"]
    
    [pricing_table]
    
    WEDDING
    
    $800
    
    Up to 7 Hours
    100 Images
    5 Outfit Changes
    20 Edited Images
    Hi-res images on cd
    [button text="Contact" url="http://themes.pixelwars.org/photographer/contact/"]
    
    [/pricing_table]
    
    [/column]
    
    [/row]
    
    Mehmet S.
    Keymaster

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

    Mehmet S.
    Keymaster
    Posted in : Demo Content

    Hi,

    Yes, you can.

    Sample Data

    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 package folder, select XML data file and upload it.

    Go to: Settings > Reading. Select homepage and blog page.

    Go to: Appearance > Menus. Select theme location for the imported custom menu.

    Mehmet S.
    Keymaster
    Posted in : Time needed to read

    items="" parameter must be used with a value.

    Mehmet S.
    Keymaster

    Hi, you need to create your pages first under Pages > Add New menu.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Photo_Wall Animation

    Hi, images come from Portfolio.

    Add Portfolio Item

    Go to: Portfolio > Add New:

    Set featured image.

    Select type from Details box.

    Portfolio Item Types

    Standard: You can add text, images and videos.

    Photo Gallery: Add only images.

    Click Add Media button above the content editor.

    Choose “Create Gallery” and select multiple images.

    Mehmet S.
    Keymaster
    Posted in : Classic menu CVcard

    Hi, at least 3 menu items required for the other one. Otherwise the menu switched to the classic view.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Layout

    It is the Homepage:

    Hello. I am [rotate_words titles="a writer.,a journalist.,a freelancer.,an inventor.,a wordpress fan.,a coffee lover.,a problem solver."]
    
    Mehmet S.
    Keymaster
    Posted in : open links in new tab

    Hi,

    – open format-standard.php,

    – find:

    <a <?php echo $hide_post_title_out; ?> rel="bookmark" href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
    

    – edit:

    <a target="_blank" <?php echo $hide_post_title_out; ?> rel="bookmark" href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
    

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Blank portfolio page

    I’m working on the update. Thanks for your patience.

    Mehmet S.
    Keymaster

    Hi, I will try to add comments functionality for portfolio items for a next update.

    Thanks for the feedback.

    Mehmet S.
    Keymaster
    Posted in : contact form

    Hi, can you provide your url?

    Mehmet S.
    Keymaster
    Posted in : Lightbox Gallery

    There is “Site Offline” message at the link.

    Mehmet S.
    Keymaster

    Hi, create portfolio items under the Portfolio > Add New menu. They will work like the demo site.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Time needed to read

    Hi, the reading time is generating automatically. Define number of posts to show.

    Example:

    [latest_from_the_blog items="10"]
    

    Thanks

    Mehmet S.
    Keymaster

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

    Mehmet S.
    Keymaster

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

    Mehmet S.
    Keymaster

    Hi, you can enable it from theme options > blog > About The Author Module > yes.

    Thanks

    Mehmet S.
    Keymaster

    You are welcome.

    Mehmet S.
    Keymaster

    Hi, select “Page with Sidebar” template and “Page Sidebar” in the editing screen. Then, use Page Sidebar widget area.

    See image:

    Mehmet S.
    Keymaster

    Hi, it is easy.

    – Import sample data,

    – Set navigation menu,

    – Adjust widgets.

    That’s all.

    Thanks

    Mehmet S.
    Keymaster

    Hi, it is weird, can you provide some screenshots?

    Mehmet S.
    Keymaster

    Hi, deactivate your plugins and check again please.

    Thanks

    Mehmet S.
    Keymaster

    Hi, it is not possible by default.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Email not delivering

    Hi, the php mail() function is used to send emails. Please check your server configuration or you can ask this to your server people for the function is allowed.

    Or you can try this plugin:

    https://wordpress.org/plugins/contact-form-7/

    Mehmet S.
    Keymaster

    Ok. Good luck.

    Mehmet S.
    Keymaster
    Posted in : Lightbox Gallery

    Hi, use [pf_lightbox_image] shortcode in your content.

    [pf_lightbox_image first_image="" title="" url=""]
    

    first_image="" … yes or do not use.

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

    Example:

    [pf_lightbox_image first_image="yes" url="image-1-url"]
    [pf_lightbox_image url="image-2-url"]
    [pf_lightbox_image url="image-3-url"]
     

    Example:

    [pf_lightbox_image first_image="yes" url="http://themes.pixelwars.org/bookcard-wp/wp-content/uploads/2013/05/lightbox-02.jpg"]
    [pf_lightbox_image url="http://themes.pixelwars.org/bookcard-wp/wp-content/uploads/2013/05/lightbox-04.jpg"]
    [pf_lightbox_image url="http://themes.pixelwars.org/bookcard-wp/wp-content/uploads/2013/05/lightbox-03.jpg"]
    
    Mehmet S.
    Keymaster

    You are welcome.

    Mehmet S.
    Keymaster

    Hi, install and activate this plugin, then run it once:

    Regenerate Thumbnails
    https://wordpress.org/plugins/regenerate-thumbnails/

    Thanks

    Mehmet S.
    Keymaster
    Posted in : WXR update error

    Modified files:

    style.css

    functions.php

    theme-options.php

    Mehmet S.
    Keymaster
    Posted in : Menu Problem

    Checked your site, and the portfolio is working fine on my side.

    Mehmet S.
    Keymaster
    Posted in : Book details

    You are welcome.

    Mehmet S.
    Keymaster

    Hi, you can try this plugin:

    https://wordpress.org/plugins/contact-form-7/

    Thanks

Viewing 50 posts - 1,251 through 1,300 (of 4,794 total)