newby2015
Forum Replies Created
-
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Comments Approvalno ideas?
Forum: Plugins
In reply to: [WooCommerce] No Tags and Product Image Upload on new windowHi Shane,
you’re the man, made my day.
Only deactivated all other plugins and re-activated all of them again and it works.Thank you so much
Cheers
Forum: Plugins
In reply to: [Permalink Manager Lite] 301 Loopperfect, thank you
Forum: Plugins
In reply to: [Post Type Archive Descriptions] No Text inside the archive pageI am testing it on a local server right now so there is no url to show up.
I am editing an archive page “archive-slug.php” in the way you mentioned above. Is is a custom post type archive page. The title shows up but no description.Forum: Plugins
In reply to: [Post Type Archive Descriptions] No Text inside the archive pageThank you. The title gets showed but not description at all, any other idea? :(((
Forum: Plugins
In reply to: [Post Type Archive Descriptions] No Text inside the archive pagehow could I implement the description of my custom post type to be shown via this snippet:
<?php get_header(); ?> <h2 class="pagetitle">Archive for the <?php post_type_archive_title(); ?> Category</h2> <div id="content" <?php Avada()->layout->add_class( 'content_class' ); ?> <?php Avada()->layout->add_style( 'content_style' ); ?>> <?php if ( category_description() ) : ?> <div id="post-<?php the_ID(); ?>" <?php post_class( 'fusion-archive-description' ); ?>> <div class="post-content"> <?php echo category_description(); ?> </div> </div> <?php endif; ?> <?php get_template_part( 'templates/blog', 'layout' ); ?> </div> <?php do_action( 'avada_after_content' ); ?> <?php get_footer();
where do I need to put “the_archive_description();”?
Thank you so much.Forum: Plugins
In reply to: [Post Type Archive Descriptions] No Text inside the archive pageSorry. But I did nothing special, just installed the plugin. Typed in a text and checked if the text appears but it doesn’t. There is no text at all. Thank you so much
Forum: Plugins
In reply to: [WooCommerce] Change "My Account"This would look perfect and is exactely what I am looking for. Thank you very much but when I put this into my custom css of my flatsome nothing happens / changes. Is there a trick?
Are there some free php-templates for a nice my-account area?
Thank you in advanceForum: Plugins
In reply to: [WP CSV] What happens?Any idea?
Forum: Plugins
In reply to: [Yoast SEO] Double canonical and duplicate contentAny idea?
Forum: Plugins
In reply to: [WooCommerce] Only one shipped for freeperfect, thank you
Forum: Plugins
In reply to: [WooCommerce] Only one shipped for freeIs it possible for a product with variations?
Forum: Plugins
In reply to: [WooCommerce] Add variation to cart choosen by dropdownThank you and how can I tell a specific page to use the template x?
Forum: Plugins
In reply to: [WooCommerce] Add variation to cart choosen by dropdownThank you. How could I tell a produkt to you another template? So I could adjust the design of the template to only leave the table inside that template – https://img42.com/5cuIt.
Forum: Plugins
In reply to: [WooCommerce] Add variation to cart choosen by dropdownShould be a single product with attributes and variations.