OldCorkonian
Forum Replies Created
-
Edit the block itself, from the site editor.
Very same thing I got! I worked around it by editing the template page and using the shortcode block: [woocommerce_checkout]
Not ideal but it get your checkout back working!
Is PayPal integration compatible? According to the block itself it’s not…
Hi @aguinaldodarla, I managed to work out it’s probably a blocks error and PayPal integration not yet being supported? I’ve gone with the shortcode workaround, but can still send you this information if you think the error is related to something else?
I am having the same issue. Only started in recent days:
Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] Whitespace between logo and site titleThank you so much! This fixed my problem. Appreciate you taking the time to make the screencast.
Hey @munirkamal,
That is indeed what I’m using.
So it’s not possible to link covers from the front page, or is there a workaround?
Thanks for the support.
Forum: Hacks
In reply to: Where to place db_connect.phpWith thanks!
Forum: Themes and Templates
In reply to: Changing space for searchform on Twenty Eleven#branding .with-image #searchform { max-width: 325px; }
This worked. With thanks!
Forum: Themes and Templates
In reply to: [Widgets] [Twenty Ten] Fourth footer widget skipping a lineIt’s very strange, I have no idea what has caused it. I certainly didn’t edit the PHP. It was working fine, and then when I checked it today, it had changed. Maybe something in the recent update? I don’t know.
Thanks for your suggestions – at this point I think it’s safe to say that it’s not an issue in footer.php?
Forum: Themes and Templates
In reply to: [Widgets] [Twenty Ten] Fourth footer widget skipping a lineIsn’t the site-generator just for the “Powered by WordPress” credit? Which I wanted to remove.
Either way, I tested with your code, and the same issue. It just added in the credit, but “test” stayed in the same place…
Forum: Themes and Templates
In reply to: [Widgets] [Twenty Ten] Fourth footer widget skipping a lineNo – not that I know of. It was working fine, that it started behaving like this somewhat out of the blue… there may have been an update in between but I am using a child theme, so that shouldn’t effect it…
This is my child theme’s footer PHP…
<?php /** * Template for displaying the footer * * Contains the closing of the id=main div and all content * after. Calls sidebar-footer.php for bottom widgets. * * @package WordPress * @subpackage Twenty_Ten * @since Twenty Ten 1.0 */ ?> </div><!-- #main --> <div id="footer" role="contentinfo"> <div id="colophon"> <?php /* * A sidebar in the footer? Yep. You can can customize * your footer with four columns of widgets. */ get_sidebar( 'footer' ); ?> <div id="site-info"> <a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"> <?php bloginfo( 'name' ); ?> </a> </div><!-- #site-info --> </div><!-- #colophon --> </div><!-- #footer --> </div><!-- #wrapper --> <?php /* * Always have wp_footer() just before the closing </body> * tag of your theme, or you will break many plugins, which * generally use this hook to reference JavaScript files. */ wp_footer(); ?> </body> </html>
Forum: Themes and Templates
In reply to: [CSS] How to centre an image in the Text widgetWorked nicely. Much appreciated.
Forum: Themes and Templates
In reply to: [CSS] How to centre an image in the Text widgetHere you go: https://marydevenportoneill.org/
Forum: Fixing WordPress
In reply to: Create a gallery that links to an info pageThanks for this, but am I right in saying that this only works per gallery, and not per image?