dem10
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pictorico] resize pics to fit in the gridI will try the plugin, thanks
Forum: Themes and Templates
In reply to: [Pictorico] add searchbox at navmenuPerfect! Thank you very much. How can I put the social icons under the search box?
Forum: Themes and Templates
In reply to: [Pictorico] add searchbox at navmenuthis is my site https://www.infoliga.schleider.com.ar/ and I modified the menu but I want to put the search box at the right of ABOUT or in the header at the right of my logo
Forum: Themes and Templates
In reply to: [Pictorico] I want to add Full-width fourth footer widgetPERFECT!!! now works, thanks a lot
Forum: Themes and Templates
In reply to: [Pictorico] I want to add Full-width fourth footer widgetthis code:
add_action( ‘after_setup_theme’, ‘pictorico_child_setup’ );
function pictorico_child_widgets_init() {
register_sidebar( array(
‘name’ => ‘Footer Sidebar Top 1’,
‘id’ => ‘top-1’,
‘description’ => ‘Top of Footer Widget Area 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 Sidebar Top 2’,
‘id’ => ‘top-2’,
‘description’ => ‘Top of Footer Widget Area 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 Sidebar Top 3’,
‘id’ => ‘top-3’,
‘description’ => ‘Top of Footer Widget Area 3’,
‘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 Sidebar Top 4’,
‘id’ => ‘top-4’,
‘description’ => ‘Top of Footer Widget Area 4’,
‘before_widget’ => ‘<aside id=”%1$s” class=”widget %2$s”>’,and now says
Parse error: syntax error, unexpected end of file, expecting ‘)’ in /home/schleide/public_html/demian/wp-content/themes/Infoliga/functions.php on line 59
Forum: Themes and Templates
In reply to: [Pictorico] exclude category from gridworked! Thanks
Forum: Themes and Templates
In reply to: [Pictorico] I want to add Full-width fourth footer widgetthis error appears
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘pictorico_child_setup’ not found or invalid function name in /home/schleide/public_html/demian/wp-includes/plugin.php on line 525
Forum: Themes and Templates
In reply to: [Pictorico] I want to add Full-width fourth footer widgetwhere I must replace?
Forum: Themes and Templates
In reply to: [Pictorico] I want to add Full-width fourth footer widgetmaybe I must change all pictorico_child for infoliga?
Forum: Themes and Templates
In reply to: [Pictorico] I want to add Full-width fourth footer widgetdid not work, my pictorico child theme is called infoliga, maybe I must change something?
Forum: Themes and Templates
In reply to: [Pictorico] I want to add Full-width fourth footer widgetfunctions.php and style.css I will not copy, are generated by the plugin (child theme wizard) and then I will add the commands you wrote
Forum: Themes and Templates
In reply to: [Pictorico] I want to add Full-width fourth footer widgetis ok if I copy the files I need by FTP from the theme to my child theme or not?
Forum: Themes and Templates
In reply to: [Pictorico] I want to add Full-width fourth footer widgetI ve made my child theme with a plug in (child theme wizard) and only have style.css and functions.php. Is ok or I must make other child theme manually?
Forum: Themes and Templates
In reply to: [Pictorico] I want to add Full-width fourth footer widgetI am working on a child theme. I want to add some widgets to put ads on my website. Maybe I can put other 4 widgets like the original pictorico theme
Forum: Themes and Templates
In reply to: [Pictorico] replace header text for logowhere I must add the code? in style.css?