Christian
Forum Replies Created
-
they have a lot of issues with the booking section. And it seems, they can solve it.
And now the Support Pro Forum is blocked.
I’ve the same problem. Big issue with the gallery. And I’m waiting since 5 days for a reaction from the support team. But they still charge for the plugins.
Not very serious…
Forum: Plugins
In reply to: [White Label CMS] Dashboard without StyleToo bad that the support does not react at all. No matter if here or if you contact them directly.
It seems that this problem with the styles, several users have.
Forum: Plugins
In reply to: [White Label CMS] Dashboard without StyleWould be great to get a feedback from support. Even if I contact the support directly, there is no reaction
- This reply was modified 4 years, 5 months ago by Christian.
Forum: Plugins
In reply to: [White Label CMS] Dashboard without StyleI’ve the same problem. Only such as buttons etc. can be seen, but no style. Everything looks the same no colors, sizes are the same etc…
Forum: Plugins
In reply to: [White Label CMS] Remove: Add boxes from the screen options menuHi all
No solution? I’ve the same problem.
Christian
Often spammer change a part of their refer address. How can I block them?
Forum: Fixing WordPress
In reply to: Why the same meta description?Hi
I changed the code now to:
<title><?php wp_title(''); ?></title>
And it seems to be okay now.
Thank you.
Christian
Forum: Fixing WordPress
In reply to: Why the same meta description?I think the problem will also be solved, when I check “force rewrite titles” in yoast. But I don’t know if this has any further undesired impacts.
Forum: Fixing WordPress
In reply to: Why the same meta description?Hi Mario
This is a part of the head. Which of the code mus be replaced by <title><?php wp_title(”); ?></title>
<!DOCTYPE html> <!--[if lt IE 7 ]><html class="ie ie6" <?php language_attributes();?>> <![endif]--> <!--[if IE 7 ]><html class="ie ie7" <?php language_attributes();?>> <![endif]--> <!--[if IE 8 ]><html class="ie ie8" <?php language_attributes();?>> <![endif]--> <!--[if IE 9 ]><html class="ie ie9" <?php language_attributes();?>> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--><html <?php language_attributes();?>> <!--<![endif]--> <head> <title><?php if ( is_category() ) { echo theme_locals("category_for")." ""; single_cat_title(); echo '" | '; bloginfo( 'name' ); } elseif ( is_tag() ) { echo theme_locals("tag_for")." ""; single_tag_title(); echo '" | '; bloginfo( 'name' ); } elseif ( is_archive() ) { wp_title(''); echo " ".theme_locals("archive")." | "; bloginfo( 'name' ); } elseif ( is_search() ) { echo theme_locals("fearch_for")." "".esc_html($s).'" | '; bloginfo( 'name' ); } elseif ( is_home() || is_front_page()) { bloginfo( 'name' ); echo ' | '; bloginfo( 'description' ); } elseif ( is_404() ) { echo theme_locals("error_404")." | "; bloginfo( 'name' ); } elseif ( is_single() ) { wp_title(''); } else { wp_title( ' | ', true, 'right' ); bloginfo( 'name' ); } ?></title> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <meta name="viewport" content="width=device-width, initial-scale=1.0">
Forum: Fixing WordPress
In reply to: Why the same meta description?I removed in the header.php the line “<meta name=”description” content=”<?php wp_title(); echo ‘ | ‘; bloginfo( ‘description’ ); ?>” />”
I hope this is correct… the source code shows now only the meta description of yoast.
But I sill have a problem with the title in the source code. It’s always a combination of the standard title and the title set in yoast. But I just want the title which I’ve set in yoast.
How can I solve this?
Christian
Forum: Plugins
In reply to: [WP-PageNavi] can't find code in cherryHi
Has anyone an idea?
Christian
Forum: Plugins
In reply to: [Yoast SEO] google result and meta are differentI just recognized that I’ve two meta’s in the sourcecode. On from WordPress and the other one from Yoast.
How can I make sure that the meta’s just come from Yoast?
Forum: Plugins
In reply to: [Select Featured Posts] Error with WP 3.5: wpdb::prepare()Hi
I’ve again an error in one of the php files.
Error message:
Too few arguments in…
….wp-content/themes/CherryFramework/title.php on line 29Below the lines 21 up to 31. Line 29 are in bold.
——————————
<?php } elseif ( is_category() ) { ?>
<?php printf( theme_locals(“category_archives”).”: %s”, ‘<small>’ . single_cat_title( ”, false ) . ‘</small>’ ); ?>
<?php echo category_description(); /* displays the category’s description from the WordPress admin */ ?>
<?php } elseif ( is_tax(‘portfolio_category’) ) { ?>
<?php echo theme_locals(“portfolio_category”).”: “; ?>
——————————
Best regards
Christian
Forum: Plugins
In reply to: [Select Featured Posts] Error with WP 3.5: wpdb::prepare()Hi Alex
Thank you very much!
The error message is gone. It looks like it’s working.
Best regards
Christian