Is there any way to get the header image to only the index page? The Yes/No options are not doing anything
]]>Are you still supporting this theme?
Replies in forum seem not happening.. anyway, I’ll give it a shot:
The image in the frontpage blocks does not center when I use “thumbnail” option, 150 pixels wide. These show up on the left..
I clicked on “center” wehn installing the image..
Hi there, thanks for the theme.
I did a Theme Check via WP.org plugin suppository, using the thme check plugin. I got this: (Any comments?)
One or more errors were found for BizSphere.
REQUIRED: The theme uses the register_post_type() function, which is plugin-territory functionality.
RECOMMENDED: No reference to add_theme_support( “title-tag” ) was found in the theme. It is recommended that the theme implement this functionality for WordPress 4.1 and above.
RECOMMENDED: No reference to add_editor_style() was found in the theme. It is recommended that the theme implement editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
INFO: admin/options-framework.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 75: require_once($optionsfile);
When I use the theme options and click “no” on showing author and date on posts, it doesn’t work.
I would like to remove the author and date from posts.
Thanks,
]]>Hello,
I really like using the BizSphere theme. To make it better, I was wondering: it is possible to replace the front page banner (where the image sits) with an image slider? If so, how?
Thanks!
]]>Issue #1:
All links except main nav menu are not functional on blog homepage, author page, and category page. They work fine on post page and comments page, however. The blog is at dometriq.com/blog.
Issue #2:
The css hover effect for main nav list items (background: #cccccc;) doesn’t work in IE 11 for any of the blog’s pages.
Thanks!
]]>In BizOne layout, the left section heading is a link. I want to add another link below it which I can do by replacing the link in index_bone.php by two new links left_section_headline1 and left_section_headline2 as follows:
<a href="<?php if( of_get_option('left_section_link') )
{ echo esc_url( of_get_option('left_section_link') );}else { echo '#';}?>">
<?php
if( of_get_option('left_section_headline1') ){
echo esc_html( of_get_option('left_section_headline1') );
}else {
_e('Design', 'BizSphere');
}
?>
</a>
<a href="<?php if( of_get_option('left_section_link') ){ echo esc_url( of_get_option('left_section_link') );}else { echo '#';}?>">
<?php
if( of_get_option('left_section_headline2') ){
echo esc_html( of_get_option('left_section_headline2') );
}else {
_e('Design', 'BizSphere');
}
?>
</a>
I then changed option.php as follows:
$options[] = array( "name" => __("Headline", 'BizSphere' ),
"desc" => __("Enter the headline", 'BizSphere' ),
"id" => "left_section_headline1",
"type" => "text");
$options[] = array( "name" => __("Headline", 'BizSphere' ),
"desc" => __("Enter the headline", 'BizSphere' ),
"id" => "left_section_headline2",
"type" => "text");
How can I do the same thing in my Child-Theme ?
]]>When I use a Child-Theme I get the default_header.png loaded below the header on each page. When I use the regular Theme that does not happen. How can I get rid of the default_header.png using Child-Theme ?
]]>not working as responsive site. need help
]]>