Mehmet S.

Forum Replies Created

list of topics you have created till now.

  • Mehmet S.
    Keymaster
    Posted in : PORTFOLIO PAGE

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

    Mehmet S.
    Keymaster
    Posted in : Sample files

    Hi, import the demo content. Please check out the Sample Data section in the theme documentation under Installation section.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : FUN FACT ICONS
    Mehmet S.
    Keymaster

    Hi, use this in your Custom CSS field:

    .site-title img {
    max-height: 100%;
    }
    

    Thanks

    Mehmet S.
    Keymaster

    Hi,

    1. Open portfolio_item-photo_gallery.php file and find:

    $exclude_ids = array( $feat_img_id );
    

    Edit:

    $exclude_ids = array();
    

    2. I will try to add this functionality. Thanks for the feedback.

    Mehmet S.
    Keymaster
    Posted in : Contact page

    Hi, did you check your spam/junk folder?

    Use contact_form shortcode like this in your page content:

    [contact_form to="yourname@gmail.com" subject="New Message from My Site"]
    

    Thanks

    Mehmet S.
    Keymaster

    Hi, it is functions and you can find it in the functions.php file as:

    add_shortcode( 'ken_slider_wrap', 'ken_slider_wrap' );
    

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Icons
    Mehmet S.
    Keymaster
    Posted in : Home Page

    Hi, when you use the photo_wall shortcode, don’t leave blank the parameters of the shortcode.

    Example:

    [photo_wall animation="random" interval="1600" max_step="3"]
    

    Thanks

    Mehmet S.
    Keymaster

    Deactivate your plugins and check again please.

    Mehmet S.
    Keymaster
    Posted in : Headline Banner Image

    Sorry, it is not possible by default.

    Mehmet S.
    Keymaster

    Ok. Good luck.

    Mehmet S.
    Keymaster
    Posted in : How to make blog

    Hi, select “Blog” template from Page Attributes box and activate the sidebar from theme options > Blog > Blog Sidebar.

    Thanks

    Mehmet S.
    Keymaster

    Hi, use this in your custom css field:

    .pswp__share--download {
        display: none !important;
    }
    

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Blog post excerpt

    Hi, you can activate it from Appearance > Theme Options > Blog > Excerpt.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : "Chat log" post type

    New version is available on ThemeForest.

    Mehmet S.
    Keymaster
    Posted in : Portfolio Gallery

    Hi, select Photo Gallery and upload new images to your portfolio content. Don’t choose existing photos from your media library.

    Mehmet S.
    Keymaster
    Posted in : Portfolio Galleries
    Mehmet S.
    Keymaster
    Posted in : Portfolio Galleries

    Hi, change your portfolio item type to Photo Gallery from Details box.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Photo_Wall Animation

    @doristan: Sorry, it is not possible by default. But, you can set an image logo from theme options.


    @MLeoPhotos
    : Select post-name option from settings > permalinks.

    @a.stavonin: I will try to find a solution for this.

    Mehmet S.
    Keymaster
    Posted in : Layout

    You are welcome.

    Mehmet S.
    Keymaster
    Posted in : Layout

    I see, Read WP theme is activated on your site. You must activate the Readme theme first.

    Mehmet S.
    Keymaster
    Posted in : Photos desciption

    You are welcome.

    Mehmet S.
    Keymaster

    You can use this site to upload your screenshots:

    http://postimage.org

    Mehmet S.
    Keymaster
    Posted in : Alternate header.php

    Ok. Good luck.

    Mehmet S.
    Keymaster
    Posted in : Layout

    Just tested again and it is working fine on my side. Can you provide your url?

    Mehmet S.
    Keymaster

    Hi,

    1.

    – add this parameter to the query:

    'category_name=staff'

    Note: “staff” is a category slug (NOT name).

    – and the query:

    $args_main_slider = array( 'post_type' => 'post', 'category_name=staff', 'posts_per_page' => 5 );
    

    2.

    You can use the slider shortcode to add several slider:

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

    3. ???

    4. You can try Jetpack plugin:

    https://wordpress.org/plugins/jetpack/

    http://jetpack.me

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Portfolio Gallery

    Every portfolio item must have unique images (mean different file names). Re-upload your images to your content, wordpress will set them.

    Mehmet S.
    Keymaster
    Posted in : Photos desciption

    Hi, you can add your text to the caption field of an image.

    See image:

    Mehmet S.
    Keymaster
    Posted in : Portfolio Gallery

    Hi, select item type from details box to photo gallery.

    See image:

    Mehmet S.
    Keymaster

    Compatible with this plugin:

    Infinite-Scroll: https://wordpress.org/plugins/infinite-scroll/

    Plugin Options:

    – for Blog Type: Regular

    – for Blog Type: Alternate

    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.

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