Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)
  • Thread Starter rconnard

    (@rconnard)

    Dear 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

    Thread Starter rconnard

    (@rconnard)

    Michael, 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!

    Thread Starter rconnard

    (@rconnard)

    I 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.
    Thread Starter rconnard

    (@rconnard)

    That fixed it. I added translations and it works like a charm. Thank you for your help. I’ll happily make a donation on Monday ??

    Thread Starter rconnard

    (@rconnard)

    I just upgraded and the problem is still there. Clients are breathing fire ??

    Thread Starter rconnard

    (@rconnard)

    I 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.

    Thread Starter rconnard

    (@rconnard)

    Chouby I’m sorry to bug you but did you get the chance to look at this. I really would appreciate your help resolving it!

    Thread Starter rconnard

    (@rconnard)

    Chouby, 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!

    Thread Starter rconnard

    (@rconnard)

    The 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!

    Me too… I’ve tried updating my file prigs but no luck.

    Thread Starter rconnard

    (@rconnard)

    Alchemyth,

    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,
    Ross

    Thread Starter rconnard

    (@rconnard)

    I’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; ?>
    Thread Starter rconnard

    (@rconnard)

    Is there any other information I can give you that would help figure this out?

    Thread Starter rconnard

    (@rconnard)

    Dashboard-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.

    Thread Starter rconnard

    (@rconnard)

    I 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(); ?>
Viewing 15 replies - 1 through 15 (of 17 total)