nimh
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7: Radio button labelsI looked at that before posting… the default is how I want it but that’s not what’s happening.
I’m not seeing any extra classes attached so not sure why the default layout isn’t being shown.The default is:
[] label [] label2
mine shows:
label label2 [] []
- This reply was modified 3 years, 6 months ago by nimh.
Forum: Plugins
In reply to: [WooCommerce] Can’t get past “Build a Better WooCommerce” popup.I fixed it. Needed to allow more memory in wp-config file.
Forum: Plugins
In reply to: [WooCommerce] Can’t get past “Build a Better WooCommerce” popup.it’s a brand new install. Woocommerce is the only plugin
Forum: Themes and Templates
In reply to: [Color Blog] Remove “Category” from Page TitleThat’s it! Figured it was something easy but wasnt coming to me.
thanks!Forum: Themes and Templates
In reply to: [Color Blog] Remove “Category” from Page TitleI am aware of that but I can’t seem to locate that code… do you know which file?
I thought I had tried it but something went wrong… tried it again and that seems to have fixed it. thank you.
Forum: Themes and Templates
In reply to: [Bakes And Cakes] edited pagesi can’t get the about us, or other sections to display either
Forum: Plugins
In reply to: [Lightbox] Click thumbnail and shows blank imagehttps://ratsofnimh.com/archives/3239
Link above. I’m using the ‘Huge IT Lightbox’ plugin, it is up to date Version 1.6.7
I have already deactivated all plugins and it still doesnt work.
thank you for any help
This is my code from the functions.php file
//featured post slider add_theme_support( 'featured-content', array( 'filter' => 'mytheme_get_featured_posts', 'max_posts' => 5, 'post_types' => array( 'post','recipe' ), ) ); function mytheme_get_featured_posts() { return apply_filters( 'mytheme_get_featured_posts', array() ); } function mytheme_has_featured_posts( $minimum = 1 ) { if ( is_paged() ) return false; $minimum = absint( $minimum ); $featured_posts = apply_filters( 'mytheme_get_featured_posts', array() ); if ( ! is_array( $featured_posts ) ) return false; if ( $minimum > count( $featured_posts ) ) return false; return true; } // In functions.php, in a function hooked to wp_enqueue_scripts if ( mytheme_has_featured_posts( 2 ) ) { wp_enqueue_script( 'mytheme-slider-script', get_template_directory_uri() . '/js/awesome-slider.js', array( 'jquery' ) ); }
found it in the code, couldnt locate it in documentation though
fix: display_content=full
[testimonials display_content=full columns=2]
I was able to fix it with styling
Forum: Themes and Templates
In reply to: UL overlapping imagei figured it out. thanks
Forum: Plugins
In reply to: [WP Product Review Lite] Updates — Review wheel doesnt showI was able to figure it out. This plugin clashed with another plugin: Site Notes
A plugin that adds a note box to your posts and pages which can be viewed in the admin bar
Version 1.4.0 | By KC ComputingI removed Site Notes and Review plugin is working as it should.
Forum: Plugins
In reply to: [WP Product Review Lite] Updates — Review wheel doesnt showHow it looks when not logged in:
https://bloggingpaws.com/wp-content/uploads/2016/02/no.pnghow it looks when logged in:
https://bloggingpaws.com/wp-content/uploads/2016/02/yes.pngForum: Plugins
In reply to: [WP Product Review Lite] Updates — Review wheel doesnt show