Not sure if anyone else had any problems with it.
]]>https://www.grasufonds.lv/version2/
How it’s possible to align them vertically in middle?
]]>Failing that, if there is no way to remove, can I move it to sit just above the main menu, on the right side?
Thanks.
Bill W
]]>Here is the code I made changes to:
/**
* Register our sidebars and widgetized areas.
*
* uses register_sidebar
* returns the id
*/
if ( function_exists( ‘register_sidebar’ ) ) {
register_sidebar ( ( array(
‘name’ => __( ‘sidebar’, ‘simplecatch’ ),
‘id’ => ‘sidebar’,
‘description’ => __( ‘sidebar’, ‘simplecatch’ ),
‘before_widget’ => ‘<div class=”widget”>’,
‘after_widget’ => ‘</div>’,
‘before_title’ => ‘<h3>’,
‘after_title’ => ‘</h3><hr/>’
) );
}
?>
I’m using the simplecatch theme.
I love the theme, but there is one question:
I want to implement the “Infinite Scroll” plugin. In order for this plugin to work, I need to select CSS selectors, as such: https://www.ads-software.com/extend/plugins/infinite-scroll/screenshots/
Now, I cannot find the right selectors. I’ve tried many options, but it won’t work. I am using the WP-PageNavi plugin. I can’t show you the website because it is on my job’s network server.
I would appreciate it if you could help me finding the right CSS Selectors!
Thanks in advance!
https://www.ads-software.com/extend/themes/simple-catch
]]>