timscott72
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Clean reinstall, load themeThank you for your assistance.
Forum: Fixing WordPress
In reply to: Woocommerce front page lost proper layout.
Thanks @vergedesign and @webdevmattcrom ~ I think a block donation to get the progress-meter up to speed is fine. Are you saying to enter an Offline Donation?
All seems to work now, though it appears to be one of a variety of things.
I did what you requested but also updated the theme, Twenty Twelve. I don’t know what version it was using but there’d been many updates since then. That resulted in the whole site being screwed up. Everything worked but it looked horrible. I guess the template had changed so much in the years since update that the formatting jumped to a point where I couldn’t save it. With that drama in front of me, I also updated WordPress core software and then changed the theme to one that looked similar and flowed properly for this foundation’s needs (I am a volunteer webmaster… who broke their site).
Anyway, the reason for this tale is that, in the end, I reactivated Ultimate Tables and both Give and Ultimate Tables work happily, for your information.Unfortunately, that looks like it’s still not it. This site doesn’t have Data Tables installed but did have two other table making plugins, one of which was not being used. So I deleted that one and deactivated the other. Same result. Then I deactivated every plugin except for Give and it still will not respond.
The mystery thickens!
Oy! I was so hopeful!
But it still doesn’t work.Thanks, Matt – https://www.alalusifoundation.org/donation-test
Oh… wait! I am only able to continue with All Fields. Everything else, results in nothing happening. I’ll change one to Reveal and leave the other All Fields for you to see.
- This reply was modified 7 years, 7 months ago by timscott72.
Forum: Fixing WordPress
In reply to: Woocommerce front page lost proper layoutHellheim – I did that first and had no change.
Forum: Fixing WordPress
In reply to: Woocommerce front page lost proper layoutLuckychingi – I did, but awhile ago whereas this change in layout happened in the last month.
Forum: Plugins
In reply to: [WP Easy Columns] Columns are staggeredI have this problem plus one where, if the first column is shorter than the second, the second wraps under the first – https://www.postcardsfromyouth.com/cat
What am I doing wrong?
Jeremy, the Happiness Engineer, Herve ~ I am not familiar with CSS so would love some guidance. The site was closed for maintenance but has since been opened and so you can have a look at where the subscription form is located at https://www.timscottphotography.com/blog
Thank you
TimForum: Plugins
In reply to: [Yoast SEO] SEO Not Saving Changes.Does anyone know what is causing this?
I set the Focus Keyword and Meta Description – everything turns green above. Then I save the page and all is lost.Forum: Themes and Templates
In reply to: Twenty Thirteen – Full or wider widthThank you but now I am confused. Maybe I just don’t have the child configured right:
Style.css
/*
Theme Name: Twenty Thirteen Child
Description: Twenty Thirteen Child Theme
Author: Tim Scott
Template: twentythirteen
Version: 1.0.0
*//* =Theme customization starts here
————————————————————– */.entry-header-full,
.entry-content-full,
.entry-summary-full,
.entry-meta-full {
margin: 0 auto;
max-width: 1110px;
width: 95%;
}full-width.php
<?php
/**
* Template Name: Full Width
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages and that other
* ‘pages’ on your WordPress site will use a different template.
*
* @package WordPress
* @subpackage Twenty_Thirteen
* @since Twenty Thirteen 1.0
*/get_header(); ?>
<div id=”primary” class=”content-area”>
<div id=”content” class=”site-content” role=”main”><?php /* The loop */ ?>
<?php while ( have_posts() ) : the_post(); ?><article id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
<div class=”entry-content”>
<?php the_content(); ?>
<?php wp_link_pages( array( ‘before’ => ‘<div class=”page-links”><span class=”page-links-title”>’ . __( ‘Pages:’, ‘twentythirteen’ ) . ‘</span>’, ‘after’ => ‘</div>’, ‘link_before’ => ‘<span>’, ‘link_after’ => ‘</span>’ ) ); ?>
</div><!– .entry-content –><footer class=”entry-meta”>
<?php edit_post_link( __( ‘Edit’, ‘twentythirteen’ ), ‘<span class=”edit-link”>’, ‘</span>’ ); ?>
</footer><!– .entry-meta –>
</article><!– #post –><?php comments_template(); ?>
<?php endwhile; ?></div><!– #content –>
</div><!– #primary –><?php get_sidebar(); ?>
<?php get_footer(); ?>functions.php
<?phpadd_action( ‘wp_enqueue_scripts’, ‘enqueue_child_theme_styles’, PHP_INT_MAX);
function enqueue_child_theme_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri().’/style.css’ );
wp_enqueue_style( ‘child-style’, get_stylesheet_uri(), array(‘parent-style’) );
}Forum: Themes and Templates
In reply to: Remove border around gallery imagesOops!
The oh so basic cache solution stumped me!Thank you Janet4now!
Forum: Themes and Templates
In reply to: Remove border around gallery imagesI’ve added that to custom.css but that blasted border still shows up.