Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Forum Replies Created

Viewing 25 posts - 901 through 925 (of 2,462 total)

Home Forums

  • #121106

    Towfiq I.

    administrator

    Go to Appearance> Themes> Triton > Social to setup the links.

    #121095

    Towfiq I.

    administrator

    whats your site address?

    #120198

    Towfiq I.

    administrator

    1. Open up functions.php and add this:

    //Zenon Site title
    function zenon_wp_title( $title, $sep ) {
    	global $paged, $page;
    
    	if ( is_feed() )
    		return $title;
    
    	// Add the site name.
    	$title .= get_bloginfo( 'name' );
    
    	// Add the site description for the home/front page.
    	$site_description = get_bloginfo( 'description', 'display' );
    	if ( $site_description && ( is_home() || is_front_page() ) )
    		$title = "$title $sep $site_description";
    
    	// Add a page number if necessary.
    	if ( $paged >= 2 || $page >= 2 )
    		$title = "$title $sep " . sprintf( __( 'Page %s', 'zenon' ), max( $paged, $page ) );
    
    	return $title;
    }
    add_filter( 'wp_title', 'zenon_wp_title', 10, 2 );

    before this line:

    //Include CSS

    then Open up header.php and replace this:

    <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>

    with this:

    <title><?php wp_title( '|', true, 'right' ); ?></title>

    #120193

    Towfiq I.

    administrator

    open up index.php and add this:

    <?php layerslider(1, ‘homepage’); ?>

    after this:

    <div id="slidera">

    #120191

    Towfiq I.

    administrator

    Go to Theron Options> Miscellaneous and select the category for the blog page template.

    #120190

    Towfiq I.

    administrator

    if you copy links from microsft word or other similar editors and paste them in the blocks field. it will become. which is causing the error:
    http://angelesantoro.fr/accueil/prestations/personal-shopping/%20%E2%80%8E

    try excluding the %20%E2%80%8E

    #120185

    Towfiq I.

    administrator

    whats your site address? The featured images are only displayed on front page.

    #119845

    Towfiq I.

    administrator

    pease disable the db cache reloaded plugin and w3 cache plugin and then make the changes.

    #119838

    Towfiq I.

    administrator

    if you resize the window, you can see that the site is responsive.
    and the page link you posted, showing a 404 not found error.

    #119831

    Towfiq I.

    administrator

    copy the “admin” folder to your child theme folder.

    #119818

    Towfiq I.

    administrator

    make sure you link look like this:

    <a href="http://google.com" class="ast_bttn">Google</a>

    then add this to your Custom CSS:

    .ast_bttn{
    padding: 10px 20px;
    background: #f66a5c;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }
    #119817

    Towfiq I.

    administrator

    1. Add this to your Custom CSS:

    #zn_nivo{width:90%!important; margin:0 auto;}

    2. Please use this plugin:
    http://wordpress.org/plugins/fontmeister/

    #119782

    Towfiq I.

    administrator

    yes. its possible in lite version too.

    #119421

    Towfiq I.

    administrator

    what kind of activity are you looking for?

    #119415

    Towfiq I.

    administrator

    when I try to access your site, I am being redirected to login page.

    #119379

    Towfiq I.

    administrator

    I see you changed the theme..

    #119378

    Towfiq I.

    administrator

    from Appearance> Editor, Open up javascript.php file and replace this:

    pauseOnHover:true

    with this:

    pauseOnHover:false

    #119130

    Towfiq I.

    administrator

    1. when you say you want to make it smaller. do you mean the width? or the height? or both?

    2. what font do you want to use in which element?

    4. Add this to your Custom CSS:

    #home_widgets .widget {
    background: url('https://lh4.googleusercontent.com/-JefKBI0uAWI/T8mCnpcI2FI/AAAAAAAAAAw/Cy1o97Sk7Pw/w800-h800/Sunset_Marina.jpg')!important;}
    #119105

    Towfiq I.

    administrator

    you will have to set titles for each slide to save them properly.

    #118857

    Towfiq I.

    administrator
    #118843

    Towfiq I.

    administrator

    Sorry. I dont understand… can you elaborate?

    #118842

    Towfiq I.

    administrator

    Try any of these image gallery plugin:
    http://wpplugindirectory.org/category/photos/photo-gallery/

    #118833

    Towfiq I.

    administrator

    Can you send me your site’s username and pass through this page:

    Contact

    Let me try to fix the issue from the backend.

    #118621

    Towfiq I.

    administrator

    whats your site address?

    #118600

    Towfiq I.

    administrator

    what code do they provide? it should be a one line code. post it here.

Viewing 25 posts - 901 through 925 (of 2,462 total)