rconnard
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] Filter Not WorkingDear Michael,
I should have deleted the show field like you have suggested here. I found out that one of the field names changed, which is why it wasn’t showing those results. Thanks a lot!
Ross
Forum: Plugins
In reply to: [Contact Form DB] Two Forms One DatabaseMichael, thank you again. I’m marking this as resolved because your first suggestion solved my problem.
However, I’m curious about the filter and I’ve tried to put it together but something’s not quite working. I’ve uploaded this screenshot for you. Is there something that I’ve done wrong?
https://thepicnicwedding.com/images/cfdb_filter_screenshot.png
Thanks!
Forum: Plugins
In reply to: [Contact Form DB] Counting Food CategoriesI was a bit confused about the shortcodes, but once I found the shortcode generator inside the Contact Form DB plugin I was able to have them display the information that I wanted.
I was able to get the shortcodes working inside the form with the “Contact Form 7 Shortcode Enabler” plugin. Works great.
If you’re curious about the form you can see how the shortcodes display specific counts and tables for each category of food (say ‘yes’ to bringing food on our form) https://www.thepicnicwedding.com
Thanks Michael!
- This reply was modified 7 years, 8 months ago by rconnard.
Forum: Plugins
In reply to: [Polylang] Polylang Redirects to Blank HomepageThat fixed it. I added translations and it works like a charm. Thank you for your help. I’ll happily make a donation on Monday ??
Forum: Plugins
In reply to: [Polylang] Polylang Redirects to Blank HomepageI just upgraded and the problem is still there. Clients are breathing fire ??
Forum: Plugins
In reply to: [Polylang] Polylang Redirects to Blank HomepageI just saw the upgrade to 1.4.5
Now I’m running 1.4.4 – not sure if you’ve done something with the update to take a stab at fixing this, or if it’s specific to just me :-/
I will backup my database as you recommend and upgrade. Do you think that will fix it?
I’m using a static front page but Polylang is not involved with it. It’s an HTML page I coded that doesn’t involve any WP PHP.
Detect Browser Language is unchecked.
Forum: Plugins
In reply to: [Polylang] Polylang Redirects to Blank HomepageChouby I’m sorry to bug you but did you get the chance to look at this. I really would appreciate your help resolving it!
Forum: Plugins
In reply to: [Polylang] Polylang Redirects to Blank HomepageChouby, thanks for your quick response.
Okay, tried that and this is what came up on /ka
Strict Standards: Declaration of plugin_findreplace::addPluginSubMenu() should be compatible with mijnpress_plugin_framework::addPluginSubMenu($title, $function, $file, $capability = 10, $where = ‘plugins.ph…’) in /home/wordsmith39/public_html/wp-content/plugins/find-replace/find_replace.php on line 18
Strict Standards: Declaration of plugin_findreplace::addPluginContent() should be compatible with mijnpress_plugin_framework::addPluginContent($filename, $links, $file, $config_url = NULL) in /home/wordsmith39/public_html/wp-content/plugins/find-replace/find_replace.php on line 18
Strict Standards: Non-static method mijnpress_plugin_framework::is_admin() should not be called statically in /home/wordsmith39/public_html/wp-content/plugins/find-replace/find_replace.php on line 63
Notice: WP_User->id was called with an argument that is deprecated since version 2.1! Use WP_User->ID instead. in /home/wordsmith39/public_html/wp-includes/functions.php on line 3006
Notice: Undefined index: page in /home/wordsmith39/public_html/wp-content/plugins/xcloner-backup-and-restore/xcloner.php on line 122
Notice: Undefined index: query in /home/wordsmith39/public_html/wp-content/plugins/simple-mobile-url-redirect/mobile-redirect.php on line 137
Notice: Undefined property: WP_Query::$post in /home/wordsmith39/public_html/wp-content/plugins/lightbox-plus/lightboxplus.php on line 196
Notice: Trying to get property of non-object in /home/wordsmith39/public_html/wp-content/plugins/lightbox-plus/lightboxplus.php on line 196
Anything look troublesome?
By the way, just installed 1.4.4 and looks like you mentioned an update similar to what I described here but it didn’t fix the redirect for us.Thanks again!
Forum: Plugins
In reply to: [Polylang] Polylang Redirects to Blank HomepageThe problem only appears after a user has browsed to the site, selected a language, and then tries to return another time. When they go to https://www.portabatumitower.com they are redirected to /tr or /ka or whatever language they previously selected.
Erasing cookies solves the problem, but it must be done after every visit!
Forum: Plugins
In reply to: [Tweet Blender] Options not savingMe too… I’ve tried updating my file prigs but no luck.
Forum: Fixing WordPress
In reply to: Adding Sidebar to Blog PageAlchemyth,
I really appreciate your help. I would be lost in a sea of code without you.
I’ve made these adjustments as you instructed and it looks like there is space for a sidebar but I do not see any widgets there. I’m not sure if this is the ‘main sidebar’ or the ‘showcase sidebar’ but I have one widget in each and see neither on the blog page.
Also the background image on this page has now disappeared.
https://www.elanabell.com/blog
Thanks again,
RossForum: Fixing WordPress
In reply to: Adding Sidebar to Blog PageI’m not sure if page.php is used for page of posts. Under ‘Pages’ I assigned the blog page the template of ‘page of posts’.
I do not think I have edited sidebar.php but here is the code:
<?php /** * The Sidebar containing the main widget area. * * @package WordPress * @subpackage Twenty_Eleven * @since Twenty Eleven 1.0 */ $options = twentyeleven_get_theme_options(); $current_layout = $options['theme_layout']; if ( 'content' != $current_layout ) : ?> <div id="secondary" class="widget-area" role="complementary"> <?php if ( ! dynamic_sidebar( 'sidebar-1' ) ) : ?> <aside id="archives" class="widget"> <h3 class="widget-title"><?php _e( 'Archives', 'twentyeleven' ); ?></h3> <ul> <?php wp_get_archives( array( 'type' => 'monthly' ) ); ?> </ul> </aside> <aside id="meta" class="widget"> <h3 class="widget-title"><?php _e( 'Meta', 'twentyeleven' ); ?></h3> <ul> <?php wp_register(); ?> <li><?php wp_loginout(); ?></li> <?php wp_meta(); ?> </ul> </aside> <?php endif; // end sidebar widget area ?> </div><!-- #secondary .widget-area --> <?php endif; ?>
Forum: Fixing WordPress
In reply to: Adding Sidebar to Blog PageIs there any other information I can give you that would help figure this out?
Forum: Fixing WordPress
In reply to: Adding Sidebar to Blog PageDashboard-appearance-editor is where I copied this code from.
<?php /* Template Name: Page Of Posts */ // if you are not using this in a child of Twenty Eleven, you need to replicate the html structure of your own theme. get_header(); ?> <div id="primary"> <div id="content" role="main"> <?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; $args= array( 'category_name' => 'newsletter,uncategorized', // Change these category SLUGS to suit your use. 'paged' => $paged ); query_posts($args); if( have_posts() ) :?> <?php twentyeleven_content_nav( 'nav-above' );?> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', get_post_format() ); ?> <?php endwhile; ?> <?php twentyeleven_content_nav( 'nav-below' ); ?> <?php else : ?> <article id="post-0" class="post no-results not-found"> <header class="entry-header"> <h1 class="entry-title"><?php _e( 'Nothing Found', 'twentyeleven' ); ?></h1> </header><!-- .entry-header --> <div class="entry-content"> <p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyeleven' ); ?></p> <?php get_search_form(); ?> </div> </article> <?php endif; ?> </div> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>
That’s the full code from the page. Perhaps something is messed up? I don’t understand PHP much so it’s difficult for me to tell.
This is also where I added the widgets with HTML and they showed up, so I know this document is working.
Forum: Fixing WordPress
In reply to: Adding Sidebar to Blog PageI have… here is what the end of blog.php looks like
<div class="entry-content"> <p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyeleven' ); ?></p> <?php get_search_form(); ?> </div> </article> <?php endif; ?> </div> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>