max77 said:Hi!
I've got the duplicate admin option panel in striking child theme that was already mentioned. I've uninstalled the child theme, I've downloaded the 5.1.8 release, extracted child theme .zip and installed it through the theme installation panel. After activation of the new child theme (I changed none of the files so far) I already get the duplicate admin panels.
How can that be fixed?
Thanks for the help!
Best regards
max
if(!empty($meta_items)){
$outputs = array();
foreach($meta_items as $item){
switch($item){
case 'date':
if (in_category( array('blog', 'press-release', /*etc*/ )) || post_is_in_descendant_category( 24 ) || post_is_in_descendant_category( 254 )) {
$outputs[] = '<time datetime="'.get_the_time('Y-m-d').'"><a href="'.get_month_link(get_the_time('Y'), get_the_time('m')).'">'.get_the_date().'</a></time>';
}
break;
clane967 said:Hello,
I have not updated yet, but have spent time in DiffMerge comparing the files I have modified.
Changes to themeGenerator to switch case instead of if statement. I will attempt this solution tomorrow to only display meta date for two categories. The original mod was found in this forum here: http://kaptinlin.com/support/discussion/comment/8489#Comment_8489
if(!empty($meta_items)){
..
I will let you know if it works. Thanks.
~C
<p><a id="submit" class="<?php echo apply_filters( 'theme_css_class', 'button' );?>" medium white" href="#" onclick="jQuery('#commentform').submit();return false;"><span><?php _e('Post Comment','striking_front');?></span></a><?php comment_id_fields(); ?></p><p><a id="submit" class="<?php echo apply_filters( 'theme_css_class', 'button' );?> medium white" href="#" onclick="jQuery('#commentform').submit();return false;"><span><?php _e('Post Comment','striking_front');?></span></a><?php comment_id_fields(); ?></p>robwfounder said:I had asked about this in 5.1.7 and was told by Mr. Backups that it was solved in 5.1.8 but it isn't....
I have selected boxed layout for my blog and on the index page each blog post has nice margins, but when I click on a post and view the single post page the nice margins are gone in fact there are no margins at all.
Here's a screenshot of the single post issue
Thank you
rob
UPDATE: I find that if I want to use the "read more" BUTTON, it sits right at the bottom edge of the box layout on the blog index page...so there are TWO issues still unresolved about this..thanksWe were talking about the blog boxlayout in index pages (as far as i recall). to be precise about the margins in the blog index list when the full featured image was used and did not align properly (on the rightside) in the box. This was corrected properly by Kaptinlin. Since the boxed layout was designed for the index pages and does not work in the single page you will have to adjust the margins in a single page by custom css. Which can be easily done i guess.
About the blog single page i replied to you by css code in a earlier thread. You never came back on that so i thought that problem was solved.
see http://kaptinlin.com/support/discussion/4709/left-margin-on-blog-index-content#Item_2
As for the blog readmore button..... I have to ask Kaptinlin to adjust the code for that so you can adjust the location by css. Now you cannot.
Best regards,
BackuPs
#main .entry { padding-left:20px;}
.single .entry insteadrobwfounder said:I had asked about this in 5.1.7 and was told by Mr. Backups that it was solved in 5.1.8 but it isn't....
I have selected boxed layout for my blog and on the index page each blog post has nice margins, but when I click on a post and view the single post page the nice margins are gone in fact there are no margins at all.
Here's a screenshot of the single post issue
Thank you
rob
UPDATE: I find that if I want to use the "read more" BUTTON, it sits right at the bottom edge of the box layout on the blog index page...so there are TWO issues still unresolved about this..thanksWe were talking about the blog boxlayout in index pages (as far as i recall). to be precise about the margins in the blog index list when the full featured image was used and did not align properly (on the rightside) in the box. This was corrected properly by Kaptinlin. Since the boxed layout was designed for the index pages and does not work in the single page you will have to adjust the margins in a single page by custom css. Which can be easily done i guess.
About the blog single page i replied to you by css code in a earlier thread. You never came back on that so i thought that problem was solved.
see http://kaptinlin.com/support/discussion/4709/left-margin-on-blog-index-content#Item_2
As for the blog readmore button..... I have to ask Kaptinlin to adjust the code for that so you can adjust the location by css. Now you cannot.
Best regards,
BackuPs

Websys said:Update May 16, 12:30AM EST New functions.php file for child theme attached
I have attached a new functions.php sheet for your child theme. This will address the errors being reported in the functions file by some users. You should ftp it in place of your existing one in your child theme - remembering that you have to save your current code and place it in this php sheet.
Work continues on the other child theme reported matters.
Regards
James
ravenousravendesign said:I just installed it and it did not fix my "doubling" problem. uhuhuhu

Websys said:Hi Everyone
On the issue of the double menu when a child theme, we have discovered that depending on how one did the update (ie if you did not delete the child theme first prior to updating) for some reason the main functions.php in Striking itself fails in the striking 5.1.8 update as a result.
It looks like you're new here. If you want to get involved, click one of these buttons!