Forum Replies Created

Viewing 10 replies - 16 through 25 (of 25 total)
  • Theme Author Suresh Patel

    (@suresh_p12)

    Hi Rush,

    Do you mean the comments? If so you can go to the post or page and click screen options in the top right. After that, a meta box will appear under the editor where you can toggle comments off.

    There is no footer widgets for the theme. But off course you can add the footer widget by adding the following code in function.php file.

    function kavya_widgets_init() {
    	register_sidebar( array(
    		'name'          => __( 'Sidebar', 'kavya' ),
    		'id'            => 'sidebar-1',
    		'before_widget' => '<aside id="%1$s" class="widget %2$s">',
    		'after_widget'  => '</aside>',
    		'before_title'  => '<h1 class="widget-title">',
    		'after_title'   => '</h1>',
    	) );
    	register_sidebar( array(
    		'name'          => __( 'Sidebar', 'kavya' ),
    		'id'            => 'sidebar-1',
    		'before_widget' => '<aside id="%1$s" class="widget %2$s">',
    		'after_widget'  => '</aside>',
    		'before_title'  => '<h1 class="widget-title">',
    		'after_title'   => '</h1>',
    	) );
    	register_sidebar( array(
    		'name'          => __( 'Footer 1', 'kavya' ),
    		'id'            => 'footer-1',
    		'before_widget' => '<aside id="%1$s" class="widget %2$s">',
    		'after_widget'  => '</aside>',
    		'before_title'  => '<h1 class="widget-title">',
    		'after_title'   => '</h1>',
    	) );
    	register_sidebar( array(
    		'name'          => __( 'Footer 2', 'kavya' ),
    		'id'            => 'footer-2',
    		'before_widget' => '<aside id="%1$s" class="widget %2$s">',
    		'after_widget'  => '</aside>',
    		'before_title'  => '<h1 class="widget-title">',
    		'after_title'   => '</h1>',
    	) );
    	register_sidebar( array(
    		'name'          => __( 'Footer 3', 'kavya' ),
    		'id'            => 'footer-3',
    		'before_widget' => '<aside id="%1$s" class="widget %2$s">',
    		'after_widget'  => '</aside>',
    		'before_title'  => '<h1 class="widget-title">',
    		'after_title'   => '</h1>',
    	) );
    }
    add_action( 'widgets_init', 'kavya_widgets_init' );

    Thanks & Regards,
    Suresh Patel

    Theme Author Suresh Patel

    (@suresh_p12)

    @james Geiger
    Thanks for the reply and help solving this problem.

    Theme Author Suresh Patel

    (@suresh_p12)

    Hi John,

    If your problem not resolve then you can resolve this by following below steps.

    1) Open main.css
    2) Find this class in the css #header-image:after
    3) Remove border-bottom:9px solid #000 from that class

    This steps will solve your problem.

    Thanks & Regards,
    Suresh Patel

    Theme Author Suresh Patel

    (@suresh_p12)

    Hi John,

    Good to here you like the Kavya theme. Did your problem solved ??? If yes then i can close this ticket.
    Thanks,

    Suresh

    Theme Author Suresh Patel

    (@suresh_p12)

    Hi Gina,

    Good to here you like this theme. Can you please tell me did you uploaded the image in the Featured Image meta box in post edit page ???

    This will solve the problem.

    Thanks and Regards,
    Suresh Patel

    Theme Author Suresh Patel

    (@suresh_p12)

    Hi Feccoj,

    Surely i assist you to solve this problem. Can you please share your website URL so that i can do have a look.

    Thanks & Regards,
    Suresh

    Thread Starter Suresh Patel

    (@suresh_p12)

    Thanks alchymyth
    The tip you given is worked for me now it is working perfectly.

    Thanks again for the help.

    Regards,
    Suresh

    Thread Starter Suresh Patel

    (@suresh_p12)

    thanks for your help Mike yes it is working fine now…..

    Thread Starter Suresh Patel

    (@suresh_p12)

    My main question is can i keep my mapped domain to different server????

    My Mutli site is installed on this IP 184.xxx.170.xxx

    and mapped domain is hosted on this IP 69.xx.31.xxx

    pixel2pixeldesign.com Main site hosted on 184.xxx.170.xxx
    p2ptuts.pixel2pixeldesign.com Mapped p2ptuts.com hosted on 69.xx.31.xxx
    psd.pixel2pixeldesign.com Mapped psd.p2ptuts.com hosted on 69.xx.31.xxx
    vector.pixel2pixeldesign.com Mapped vector.p2ptuts.com hosted on 69.xx.31.xxx

    Can you tell me this is possible or not, will i need to host my mapped domains to this IP 184.xxx.170.xxx

    Thread Starter Suresh Patel

    (@suresh_p12)

    Hey Mike,

    Thanks for the valuable comment yes it’s now showing.
    thanks a tone.

Viewing 10 replies - 16 through 25 (of 25 total)