Mehmet S.

Forum Replies Created

list of topics you have created till now.

  • Mehmet S.
    Keymaster

    Hi, it is weird. There is no problem on my side and on the ThemeForest staff. They reviewed the theme and tested. I can’t see more info to that what caused to this issue. What did your server people say?

    Mehmet S.
    Keymaster
    Posted in : Can't align columns

    Hi, you should use row shortcode:

    [column width="12"]
    	[row]
    		[column width="12"]
    			[row]
    				[column width="7"]
    					Put your content here.
    				[/column]
    				[column width="4" offset="1"]
    					Put your content here.
    				[/column]
    			[/row]
    		[/column]
    	[/row]
    	[row]
    		[column width="12"]
    			Put your content here.
    		[/column]
    	[/row]
    [/column]
    

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Notification Bar

    All theme modification should be done by using child themes not editing the theme files directly.

    http://codex.wordpress.org/Child_Themes

    Mehmet S.
    Keymaster
    Posted in : Notification Bar

    Hi, please update to the latest version.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : You Tube icon

    Hi, it is like this:

    [social_icon type="youtube" url="http://www.youtube.com"]
    
    Mehmet S.
    Keymaster
    Posted in : Botton

    You are welcome!

    Mehmet S.
    Keymaster
    Posted in : Botton

    Hi, put your link to the url parameter of the shortcode:

    [cv_button text="" url=""]
    
    Mehmet S.
    Keymaster
    Posted in : Botton

    Sorry, I’m not exactly sure what you’re asking?

    Mehmet S.
    Keymaster
    Posted in : Blog Page

    Sorry, the blog and the portfolio have different functionality.

    Mehmet S.
    Keymaster
    Posted in : Read Lite version?

    This is not possible by default, needs more further customization, you may consider working with a professional, if you are not familiar to WordPress coding.

    Mehmet S.
    Keymaster

    Hi,

    1- Select default option from permalink settings,

    2 – Check your portfolio items by clicking the View link,

    3 – If ok, then select the post name option again.

    In images:

    1 –

    2 –

    3 –

    Mehmet S.
    Keymaster

    You are welcome!

    Mehmet S.
    Keymaster

    Hi, please put your email to the contact form shortcode.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Contact form

    Hi, you can translate them via localization. Please see Documentation > Localization.

    Thanks

    Mehmet S.
    Keymaster

    Hi, they are:

    – js/jquery.isotope.min.js

    – js/main.js

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Front Cover

    Hi, use your shortcodes as one line:

    Mehmet S.
    Keymaster

    Hi,

    – Use this in your External JS field:

    <script>
    jQuery(document).ready(function($)
    {
    $( '.portfolio-items' ).isotope( 'reLayout' );
    });
    </script>
    
    Mehmet S.
    Keymaster

    Hi, built-in gallery allows to add images one by one. You can try Portfolio Slideshow plugin.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Front Cover

    Hi, there is break line in your page content. You should remove it from your content editor.

    Mehmet S.
    Keymaster

    Hi, please use embed url.

    Thanks

    Mehmet S.
    Keymaster

    Hi, the size of this theme is a bit big (about 10MB). Some hosts do not allow over 8MB by default. But you can configure your server to increase it.

    Mehmet S.
    Keymaster

    Hi, Could you try to install via WordPress admin?

    Mehmet S.
    Keymaster

    Thank you!

    Mehmet S.
    Keymaster
    Posted in : Lightbox Video

    Not embed code, only embed url.

    – There is this watch url in your site:

    http://www.youtube.com/watch?v=mcH3gneCd9o
    

    – Use the embed format of that url, like this:

    http://www.youtube.com/embed/mcH3gneCd9o
    
    Mehmet S.
    Keymaster
    Posted in : Lightbox Video

    Hi, please use embed url from YouTube and from Vimeo.

    Thanks

    Mehmet S.
    Keymaster

    It is the contact form shortcode in your contact page.

    – Add captcha to stop spams:

    [contact_form captcha="yes" to="akash90gupta@gmail.com"]
    
    Mehmet S.
    Keymaster

    Hi,

    – Select post name option from your permalink settings.

    – That email address is the sender domain created by the theme, not a reply address. But the reply email address of a visitor also can be included to sending email. If you receive spam emails, then use captcha=”yes” parameter:

    [contact_form captcha="yes" to=""]
    
    Mehmet S.
    Keymaster
    Posted in : logo image css

    You are welcome!

    Mehmet S.
    Keymaster

    Hi, insert more tag between content.

    – See in the image:

    Mehmet S.
    Keymaster
    Posted in : Update

    You can download the new version directly from ThemeForest.

    – The changed files between v3.8 and v3.9:

    style.css
    functions.php
    send-mail.php

    Thanks

    Mehmet S.
    Keymaster

    Hi,

    The blog page works like a single page. So the URL ( #/blog ) is not supported for the blog page.

    Use a full URL in the menu for the blog page.

    Example:

    Menu item name: BLOG
    Menu item url: http://www.site.com/blog

    Thanks

    Note: I will improve the blog.

    Mehmet S.
    Keymaster
    Posted in : Logo & Text in Header

    You are welcome!

    Mehmet S.
    Keymaster
    Posted in : Logo & Text in Header

    Hi,

    – Select Text Logo,

    – Use this in your custom css field to add an image logo next to the text logo:

    .site-title a {
    padding-right: 100px;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url( 'paste-your-image-url-here' );
    }
    

    Note: Upload your image logo to the Media Library and copy the image file url.

    Mehmet S.
    Keymaster
    Posted in : Link Colors

    Hi, I will improve the theme customizer in a week. Thanks for the feedback.

    Mehmet S.
    Keymaster

    Hi, in the new version, the portfolio title comes from an existing page. So please create a new page and select it from Theme Options > Pages > Portfolio page.

    Thanks

    Mehmet S.
    Keymaster

    Hi, please update to the latest version.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Footer

    Hi, add this to your custom css field:

    @media (min-width: 2000px) {
    .footer-text {
    padding-bottom: 35px;
    }}
    

    Thanks

    Mehmet S.
    Keymaster

    – Default grey color:

    .social li a { background-color: grey; }
    

    – Hover color:

    .social li a.facebook:hover { background-color: #3C5FAC; }
    
    Mehmet S.
    Keymaster

    You are welcome!

    Mehmet S.
    Keymaster

    You are welcome!

    Mehmet S.
    Keymaster

    Tried to activate the theme, but browser says a server error. So please contact your host.

    Thanks

    Mehmet S.
    Keymaster

    You are welcome!

    Mehmet S.
    Keymaster

    Hi, select No Sidebar layout option for your blog page.

    – Theme Options > Blog > Blog Type

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Portfolio Display

    You are welcome!

    Mehmet S.
    Keymaster
    Posted in : Portfolio Display

    Hi, it is because of the masonry layout future. You need to edit your main.js file. That file is in the js folder of your theme.

    – Open the main.js file,

    – Find the line:

    layoutMode : 'masonry',
    

    – Change it to:

    layoutMode : 'fitRows',
    

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Footer

    Hi,

    – Paste this to Theme Options > Style > Custom CSS:

    .footer-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-bottom: 15px;
    }
    

    – Paste this to Theme Options > Style > External JS:

    <script>
    jQuery(document).ready(function($) {
    $('#rm-container').append('<div class="footer-text">Created by Pixelwars</div>');
    });
    </script>
    
    Mehmet S.
    Keymaster
    Posted in : Social link error

    You can use http://droplr.com

    Mehmet S.
    Keymaster
    Posted in : Post headers

    You are welcome!

    Mehmet S.
    Keymaster

    Hi, please re-select and save your menu after updating.

    Thanks

    Mehmet S.
    Keymaster
    Posted in : Post headers

    Hi, use this in your custom css field:

    body.home .comments-link,
    body.home .by-author
    { display: none; }
    

    Thanks

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