Mehmet S.

Forum Replies Created

list of topics you have created till now.

  • Mehmet S.
    Keymaster
    Posted in : Responsy slider

    Tested, this works:

    .flexslider img
    {
    margin-left: auto;
    margin-right: auto;
    }
    
    Mehmet S.
    Keymaster

    Cover Illustartion by Stanley Chow

    Mehmet S.
    Keymaster

    The theme is compatible with the Contact Form 7 plugin. You can try it.

    Mehmet S.
    Keymaster
    Posted in : Responsy slider

    You had made it centered.

    Mehmet S.
    Keymaster

    All sliders are been controlling by one file. So if make a change then they all will effected.

    Mehmet S.
    Keymaster

    Please read and try the instructions of Localization section in the theme’s documentation.

    Mehmet S.
    Keymaster

    – Go to Appearance > Editor > functions.php,

    – Find the line:

    elseif ( $type == 'instagram' ) { $type_icon = ""; }
    

    – Add amazon after that:

    elseif ( $type == 'amazon' ) { $type_icon = 'B'; }
    

    – Like this:

    elseif ( $type == 'instagram' ) { $type_icon = ""; }
    elseif ( $type == 'amazon' ) { $type_icon = 'B'; }
    else { $type_icon = ""; }
    

    – Go to Theme Options > Style > Custom CSS:

    .social li a.amazon:hover { background-color: #ff9900; }
    

    Shortcode:

    [social_icons]
    	[social_icon type="facebook" url="http://www.facebook.com"]
    	[social_icon type="twitter" url="http://twitter.com"]
    	[social_icon type="amazon" url="http://www.amazon.com"]
    [/social_icons]
    
    Mehmet S.
    Keymaster
    Posted in : Homepage Demo

    Use [aside_content] shortcode.

    Mehmet S.
    Keymaster

    Try this:

    .blog-posts article { padding-top: 0px; padding-bottom: 0px; }
    
    Mehmet S.
    Keymaster

    Paste to Theme Options > Style > Custom CSS:

    .blog-posts article { padding-bottom: 0px; }
    
    Mehmet S.
    Keymaster

    All right then, here are the css codes to effect the site on mobile devices.

    /* ==================================================================================== */
    
    /* TABLETS */
    @media screen and (max-width: 978px)
    {
    	/* Front Cover Image */
    	.rm-cover .cover { background-image: url( "image-url-here" ) !important; }
    
    	/* Back Cover Image */
    	.rm-right .cover { background-image: url( "image-url-here" ) !important; }
    }
    
    /* ==================================================================================== */
    
    /* TABLET PORTRAIT  */
    @media screen and (min-height: 800px) and (max-width: 960px)
    {
    	/* Front Cover Image */
    	.rm-cover .cover { background-image: url( "image-url-here" ) !important; }
    
    	/* Back Cover Image */
    	.rm-right .cover { background-image: url( "image-url-here" ) !important; }
    }
    
    /* ==================================================================================== */
    
    /* PHONES */
    @media screen and (max-width: 479px)
    {
    	/* Front Cover Image */
    	.rm-cover .cover { background-image: url( "image-url-here" ) !important; }
    
    	/* Back Cover Image */
    	.rm-right .cover { background-image: url( "image-url-here" ) !important; }
    }
    
    /* ==================================================================================== */
    
    Mehmet S.
    Keymaster

    Paste to Theme Options > Style > Custom CSS:

    #site-navigation
    {
    max-width: 825px;
    margin-left: auto;
    margin-right: auto;
    }
    .site-footer > .row { max-width: 825px; }
    
    Mehmet S.
    Keymaster

    Paste to Theme Options > Style > Custom CSS:

    .site-header { padding-bottom: 0px; }
    
    Mehmet S.
    Keymaster
    Posted in : Homepage Demo

    Please read the theme’s documentation.

    Mehmet S.
    Keymaster
    Posted in : Responsy slider

    Homepage, the slider with your images.

    Mehmet S.
    Keymaster

    app mode ???

    Mehmet S.
    Keymaster
    Posted in : Sidebars

    I have just detected a minor bug in the unlimited sidebars functionality. I will release a minor update tomorrow. Thanks for the feedback.

    Mehmet S.
    Keymaster

    If you want to make them like in our demo site, import theme’s dummy data. Please read the Dummy Data section in the theme documentation.

    Mehmet S.
    Keymaster

    You can edit that sentence in send-mail.js file which is under js folder.

    Mehmet S.
    Keymaster
    Posted in : WPML

    I have not tested the theme with that plugin. But Read WP theme has coded in high standard. That plugin is not a free one. So you can try a free solution before buy it.

    There is a free popular multilingual plugin in WordPress plugin directory. It is qTranslate.

    Mehmet S.
    Keymaster

    Paste to Theme Options > Style > Custom CSS:

    .site-header { padding-bottom: 0px; }
    
    Mehmet S.
    Keymaster
    Posted in : Change Tagline Colour

    Paste to Theme Options > Style > Custom CSS:

    .site-description { color: green; }
    
    Mehmet S.
    Keymaster

    Did you try amazon name as above ones?

    Mehmet S.
    Keymaster

    Which dotted lines exactly?

    Mehmet S.
    Keymaster
    Posted in : 3D doesn't show up

    Do not use full URL in your custom menu.

    Mehmet S.
    Keymaster

    You can use default page template.

    Mehmet S.
    Keymaster
    Posted in : Homepage Demo

    I do not understand.

    Mehmet S.
    Keymaster
    Posted in : Responsy slider

    Can you provide a screenshot?

    Mehmet S.
    Keymaster

    Thanks.

    Mehmet S.
    Keymaster

    Enter some content to your portfolio items.

    Mehmet S.
    Keymaster

    Is that code worked?

    Mehmet S.
    Keymaster

    There is a theme documentation in the downloaded package.

    Mehmet S.
    Keymaster
    Posted in : Title Colors

    I will fix this on next update.

    Mehmet S.
    Keymaster

    All right then, you can use it.

    Mehmet S.
    Keymaster

    Do not use full url in the custom menu.

    Mehmet S.
    Keymaster

    Paste to Theme Options > Style > Custom CSS:

    .back-to-portfolio { display: none; }
    
    Mehmet S.
    Keymaster

    Where did you see the Amazon icon?

    Mehmet S.
    Keymaster
    Posted in : Responsy slider

    Try this:

    .flexslider { text-align: center !important; }
    
    Mehmet S.
    Keymaster
    Posted in : Slider looks wrong

    404 Not Found.

    Mehmet S.
    Keymaster
    Posted in : Lightbox doesn't work

    Re-install the theme.

    Mehmet S.
    Keymaster

    – Add the parameter:

    function button( $atts, $content = null )
    {
    	extract( shortcode_atts( array( 'button_text' => 'Button', 'new_tab' => "",
    									'bold_text' => '',
    									'button_type' => 'btn-default',
    									'button_size' => '',
    									'button_link' => '#' ), $atts ) );
    	
    	if ( $bold_text == "yes" )
    	{
    		$button_text_out =  "<b>$button_text</b>";
    	}
    	else
    	{
    		$button_text_out =  "$button_text";
    	}
    	
    	$button =  '<a ' . $new_tab. ' class="btn ' . $button_type . ' ' . $button_size . '" href="' . $button_link . '">' . $button_text_out . '</a>';
    	
    	return $button;
    }
    
    add_shortcode('button', 'button');
    

    Button shortcode:

    [button new_tab="target='_blank'" button_text="My button" button_link="http://www.example.com"]
    
    Mehmet S.
    Keymaster

    Not supported.

    Mehmet S.
    Keymaster

    Go to Appearance > Editor > functions.php

    – find the line:

    $hero_button_out =  '<p><a href="' . $hero_button_link . '" class="btn ' . $hero_button_type . ' btn-large"><b>' . $hero_button_title . '</b></a></p>';
    

    – add target="_blank"

    $hero_button_out =  '<p><a target="_blank" href="' . $hero_button_link . '" class="btn ' . $hero_button_type . ' btn-large"><b>' . $hero_button_title . '</b></a></p>';
    
    Mehmet S.
    Keymaster

    – I see the functions.php,

    – add the new parameter in usage:

    [button target="_blank" button_text="My button" button_link="http://www.example.com"]
    
    Mehmet S.
    Keymaster

    Save the changes after editing.

    Mehmet S.
    Keymaster

    Download “Main Files” from ThemeForest. It contains the documentation.

    Mehmet S.
    Keymaster

    Paste to Theme Options > Style > Custom CSS:

    .cover h1 { font-size: 35px !important; }
    
    Mehmet S.
    Keymaster
    Posted in : Lightbox doesn't work

    Tested, it is working.

    [lightbox video="yes" title="Lizard Men" src="http://www.youtube.com/v/YGZD_v_Cths?hl=en_US&version=3"]
    
    Mehmet S.
    Keymaster
    Posted in : CSS validity

    Do not worry, they are not error. That css validator does not support the 3D css rules.

    Mehmet S.
    Keymaster
    Posted in : Social media icons

    Foursquare is not available for now.

Viewing 50 posts - 4,051 through 4,100 (of 4,793 total)