woryca
Forum Replies Created
-
Forum: Plugins
In reply to: [Waving Portfolio] Category sort not working after reactivate pluginreply please
Forum: Plugins
In reply to: [Waving Portfolio] Show portfolio body/text above the gridimages in portfolio are in different size. when i give height in shortcode then width of images are different. and when i give width in shortcode then height of images are different. its look very bad. what to do.please reply.
Forum: Plugins
In reply to: [Waving Portfolio] Category sort not working after reactivate pluginimages in portfolio are in different size. when i give height in shortcode then width of images are different. and when i give width in shortcode then height of images are different. its look very bad. what to do.please reply.
Forum: Plugins
In reply to: [Waving Portfolio] How to disable Modal Window?my images in portfolio are in different size.if Iam given width then height of images are different and when i give height then width of image are different. It looking bad. what to do
Forum: Plugins
In reply to: [Code Snippets] Cannot register a sidebar widgetOK Thank you for reply
Forum: Plugins
In reply to: [Code Snippets] Cannot register a sidebar widgethow to accsess ftp
Forum: Plugins
In reply to: [Code Snippets] Cannot register a sidebar widgetI can not access ftp server. is there is another way
Forum: Plugins
In reply to: [Code Snippets] Cannot register a sidebar widgeti adding code in widget.php
that code is
// Home page widgets
genesis_register_sidebar( array(
‘id’ => ‘home-featured-full’,
‘name’ => __( ‘Home Featured Full’, ‘custom-genesis-sample’ ),
‘description’ => __( ‘This is the featured section if you want full width.’, ‘custom-genesis-sample’ ),
) );
genesis_register_sidebar( array(
‘id’ => ‘home-featured-left’,
‘name’ => __( ‘Home Featured Left’, ‘custom-genesis-sample’ ),
‘description’ => __( ‘This is the featured section left side.’, ‘custom-genesis-sample’ ),
) );
genesis_register_sidebar( array(
‘id’ => ‘home-featured-right’,
‘name’ => __( ‘Home Featured Right’, ‘custom-genesis-sample’ ),
‘description’ => __( ‘This is the featured section right side.’, ‘custom-genesis-sample’ ),
) );
genesis_register_sidebar( array(
‘id’ => ‘home-middle-1’,
‘name’ => __( ‘Home Middle 1’, ‘custom-genesis-sample’ ),
‘description’ => __( ‘This is the home middle left section.’, ‘custom-genesis-sample’ ),
) );
genesis_register_sidebar( array(
‘id’ => ‘home-middle-2’,
‘name’ => __( ‘Home Middle 2’, ‘custom-genesis-sample’ ),
‘description’ => __( ‘This is the home middle center section.’, ‘custom-genesis-sample’ ),
) );
genesis_register_sidebar( array(
‘id’ => ‘home-middle-3’,
‘name’ => __( ‘Home Middle 3’, ‘custom-genesis-sample’ ),
‘description’ => __( ‘This is the home middle right section.’, ‘custom-genesis-sample’ ),
) );and then iam getting fatal error
and my admin is not working
is there anything else i could try? please reply.Forum: Plugins
In reply to: [Code Snippets] Cannot register a sidebar widgetwhen I login to wp-admin then Fatal error: Call to undefined function genesis_register_sidebar() in /home/goadisa/public_html/wp-content/themes/estore/inc/widgets.php on line 12 error occured.how to resolved. I just tried to change widget.php.how to resolve this
Forum: Plugins
In reply to: [Code Snippets] Cannot register a sidebar widgetcan i deactivate theme but my dashboard is not working
Forum: Plugins
In reply to: [Code Snippets] Cannot register a sidebar widgetFatal error: Call to undefined function genesis_register_sidebar() in /home/goadisa/public_html/wp-content/themes/estore/inc/widgets.php on line 1
and my admin page is crash
please reply