FrankG2013
Forum Replies Created
-
Forum: Plugins
In reply to: [Quotes for WooCommerce] Custom fields in customer emailI’m sorry Pinal,
I suddenly saw that I still had a folder in my child theme with the emails, after deleting this folder it worked great!
thank you very much for all the good work! keep it up!
Frank
Forum: Plugins
In reply to: [Quotes for WooCommerce] Custom fields in customer emailHi Pinal,
I downloaded the patch and overwritten the files on the website, unfortunately the custom product fields are not yet shown in the emails.
I do use the Advanced Product Fields plugin
Yours sincerely,
FrankForum: Plugins
In reply to: [Quotes for WooCommerce] Custom fields in customer emailHi Pinal,
that would be great! thanks for all the good work!
Forum: Hacks
In reply to: include different slides on different pagesOké thx! its already resolved.. i changed it to:
// Top Slider Part if( $gdl_top_slider_type == 'Layer Slider' ){ echo '<div class="gdl-top-slider">'; echo '<div class="gdl-top-slider-wrapper ' . $full_slider . '">'; if($post->ID=="30" || $post->post_title=="contact" ){ putRevSlider("contactslide");} else { putRevSlider("homeslide");} echo '<div class="clear"></div>'; echo '</div>'; echo '</div>'; }
Forum: Hacks
In reply to: custom post type ordered by category (custom taxonomy) on a pagepfffff! I made a few small changes and it works now! forget my last post! thanks anyway
Forum: Hacks
In reply to: custom post type ordered by category (custom taxonomy) on a pageI still struggle with above problem……someone else here can help me? I would like to sort on a archive page, my created ‘post_type’ => ‘cupcakes’ with the ‘taxonomy’=> ‘cupcake_category’.
How can i show the selected cupcakes listed for example by: Specials, Normal and Seasonal (selected cupcake category)
Maybe there is someone with an example of this? or a good explanation?
Forum: Hacks
In reply to: custom post type ordered by category (custom taxonomy) on a pagebcworkz & Ancawonka thanks again,
Ancawonka you might have an example of this? sorry, but this is a little bit of abracadabra for me;-)
Forum: Hacks
In reply to: custom post type ordered by category (custom taxonomy) on a pagebcworkz thanks for your reply.
it is also the intention to use the term slug, I was actually planning to do it with a multiple query. but I do not get that done. Is this possible on one page? and if so….how?
it should be three predetermined terms. “specials”, “standard” and “seasonal”
Forum: Plugins
In reply to: next 5 posts in a slideryes I’ve tried a few. but can not get it working! Sorry, but I’m a beginner ??
Forum: Plugins
In reply to: next 5 posts in a sliderI can ask the author, but I want to know if there is another plugin for this job.
Forum: Plugins
In reply to: next 5 posts in a sliderNo I did not, the slider has nothing to do with wordpress. but the slider is not the problem, I just want to know if it is possible to show the next 5 posts on the next/previous slides. and I want to knw how I can do this. is there a good working plugin for? which is easy to modify for me…
Forum: Plugins
In reply to: next 5 posts in a sliderno it is not a part of the theme, I have inserted it by myself in the template. I just modified this slider a bit for my theme.
Forum: Plugins
In reply to: next 5 posts in a sliderit’s now modified and inserted in the theme by myself, but it’s not necessary that I use this slider, if you know anything else, what works with list items (posts)
this is also solved, the problem was a blank line between the template part en the header part.
<?php /** * The template for displaying all pages. */ ?> <?php get_header(''); ?>
again thanks a lot! I put this topic on resolved!
The problem with the blank line before the doctype declaration is also solved….!