Hello,
I would like the hamburger menu from mobile.
How can I do this?
Thanks!
I am struggling with the title tag. It is combining the blog title and post title together. I amuable to change it! It’s saying that the title is 127charcters long.
Is there a way to change the title to just show the post title?
Hi all,
Please advised how to easily reduce the margin width on both sides
-> Appearance -> Customize
I can’t find an item related.
Please advise. Thanks
Regards
Hello,
I’ve rebuilt 2 WordPress blogs and restored the data from personal backups after my previous hosting company lost them and I am checking if everything is OK.
I used the Twenty Eleven theme when I started the blogs and currently do not have the time to check any newer theme.
So far so good, except one issue on mobile in portrait position (it is an Android SAMSUNG Galaxy A34) where the Previous/Next functions are not clickable, If I change to landscape position things work fine, as they do on a PC.
I imagine it could be linked to some CSS thing but I’m not too sure where to look and what to change.
Any help will be greatly appreciated!
Hello,
I have WP 6.5.4, WooCommerce 8.9.2. and running PHP 8.1. Today I get this Fatal error log as follow:
Jun 09, 21:20:07
Warning: Undefined array key “width” in /home/SorryHidedmysite/SorryHidedmysite.com/wp-content/themes/twentyeleven/image.php on line 39
Jun 09, 21:20:07
Warning: Undefined array key “height” in /home/SorryHidedmysite/SorryHidedmysite.com/wp-content/themes/twentyeleven/image.php on line 40
Stack Trace
Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /home/SorryHidedmysite/SorryHidedmysite.com/wp-includes/media.php:795
Please advise how to fix this issue. Hope you have a new update soon to fix this issue.
Thanks in advance!
]]>Hello,
Can you please advise how to fix this issue? Or you need to update this theme.
Jun 08, 07:58:39
Warning: Undefined array key “width” in /home/mysite.com/wp-content/themes/twentyeleven/image.php on line 39
Jun 08, 07:58:39
Warning: Undefined array key “height” in /home/mysite.com/wp-content/themes/twentyeleven/image.php on line 40
Thanks advance!
]]>Hello,
I have wp6.5.2 and woocommerce 8.8.3. I get the following error logs:
May 04, 21:39:37
Warning: Undefined array key “width” in /home/SorryHidedmysite/SorryHidedmysite.com/wp-content/themes/twentyeleven/image.php on line 39
May 04, 21:39:37
Warning: Undefined array key “height” in /home/SorryHidedmysite/SorryHidedmysite.com/wp-content/themes/twentyeleven/image.php on line 40
Please help to fix this. Really appreciate it.
]]>Ever since around 2 days ago, suddenly all our uploaded images won’t load/appear on every post, what’s going on?!
]]>Hello,
I have WP6.5.2 and the Theme v4.6 and Woocomerce v8.8.2. I also use child theme. I did account backup from my host provider. Right after that my site pages get mess abnormal narrow and missing images. The admin site is good, and the site becomes normal while login the admin site. that’s weird.
Can you please advise how to check and solve this problem? Thank you in advance!
]]>Apr 13, 21:09:23
I have wp6.5.2, Twenty Eleven v4.6, Woocommerce v8.7.0
I got following error logs:
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/SorryHidedmysite/SorryHidedmysite.com/wp-includes/functions.php on line 7288
Apr 13, 21:09:23
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/SorryHidedmysite/SorryHidedmysite.com/wp-includes/functions.php on line 2187
Hope have expert to solve this issue. Thanks a lot!
]]>I am having problems with the switch php7.4 to php8.0: All plugins updated (NextGEN gallery is the only one I use). Theme Twenty Eleven version 4.5. WordPress 6.4.1
With switch from php7.4 to php8.0 I get
“error thrown call to undefined function create_function()”
The “fatal error” seems to be linked with this theme and hints to “create_function()” in wp-config.php. I have commented this code. Now it looks
if(is_admin()) {
/** add_filter(‘filesystem_method’, create_function(‘$a’, ‘return “direct”;’ )); */
define( ‘FS_CHMOD_DIR’, 0751 );
}
And using php8.0 everything seems to run smoothly. BUT: Is this a good idea? A more experienced IT colleague recommended
if(is_admin()) {
?? ?add_filter(‘filesystem_method’, function(‘$a’){ return “direct”;});
???? define( ‘FS_CHMOD_DIR’, 0751 ); }
But this results in a white screen!
]]>Hello,
I have just updated this theme to version 4.5. I found following error logs persist:
———————————————————————–
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/SorryHidedmysite/SorryHidedmysite.com/wp-includes/functions.php on line 7127
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/SorryHidedmysite/SorryHidedmysite.com/wp-includes/functions.php on line 2182
——————————————————————–
This most likely causes by the theme. Can you please help to fix this? Thanks in advance!
]]>As we all know, WordPress has many “pages” that are not “fixed” or created in advance, but, are instead created on-the-fly based on something the user requested or clicked on.
For example, when the user clicks on the name of a Category (e.g. “Lorem Ipsum”) a web page appears, that is a list of Posts associated with that category.
No problem, so far. Great feature! However, the customer told me, that in this view, they don’t want to see the list of Tags associated with the Post (e.g. on the first Post, you see “Porta, Vestibulum, Blandit Libero, Mollis”).
I don’t know how to make it go away.
So, somewhere WordPress is getting instructions to assemble pieces of data associated with Posts for the requested Category (in particular, the Tags for that category), then generating a web page that displays that data.
I think my solution lies in finding the PHP files where those instructions are written, and modifying them, so that unwanted data does not display.
The solution I’ve implemented right now, is set the element to not display when the BODY’s Class is “Category”.
.category .tag-links {display:none;}
Does anyone know how to go about doing this via PHP, or have a solution I haven’t thought of?
Is there a reliable way to do this, so that my changes don’t get automatically overwritten, when I update my Theme to the latest version?
Another thing the customer has asked for, in this view, is to display the Featured Image associated with the Post. Twenty Eleven doesn’t do this by default, as far as I know. Is there a good way to do this?
]]>TL;DR – Is there a way to change the 404 error page on a site using the Twenty Eleven theme? I can find directions how to do this with Twenty Twenty-Three or another theme that uses Blocks, but not for an older (non-block) theme.
Longer explanation – Two years ago we started selling portable buildings. We weren’t sure at first whether that venture would take off, so I built a site for it on a subdomain of our main website. Here we are two years later and it’s going way better than we initially thought it would and we have moved the site to its own domain. However, some of our print materials (like the business cards) still have the old subdomain on them. I’d like to change the wording on the 404 error page but I’d rather not have to change the entire theme just to change that one page.
old subdomain site: ziggysauto.com/buildingandbarncenter/
new site: ziggysbuildingandbarncenter.com
Edited to Add: I’d rather not do this with a plugin if I can help it.
Thanks in advance!
]]>Is there a facility to enable a reader to select which order Posts are presented in – either latest post at the top or earliest post at the top? In topics that record progress in an activity, readers may sometimes want to get the story from the beginning in order to understand what went on and how the end point was reached..
]]>I set the Header Image for our website in Appearance>Header. It worked flawlessly. It appeared at the top of every Page and Post, without fail.
However, a few days ago, an odd behavior has occurred. Any time a user makes a new Post, and sets a Featured Image, the image we’ve chosen as the Header, no longer appears. When you view a Post, you instead see the image set as the Featured Image for that Post, as the Header.
We don’t know how to turn this off. Any ideas?
Note that this unexpected behavior is not working retroactively; Posts before a certain date, the correct Header appears.
]]>Hi all,
Here with WordPress 6.2.2 running Twentyeleven Child theme. The widget page started showing blank for me. I have installed the Classics Widget plugin and it fixed the problem partially. Now, the widgets appear but I am not able to edit or drag/drop them. Here are the troubleshooting I have performed.
It’s worth noting that my editor also doesn’t work. I had to install the classic editor to load the pages but even then the TinyMICE editor doesn’t load properly. Thanks!
]]>If I do a search for a word for say ‘pool’ on my website. There are pages that show the first image in content and those that don’t. I don’t like the Featured Image option because that changes the header banner at the top too. What am I missing? How do I consistently get posts and pages to show the first image and not the default image I have in the site somewhere (In my mind designed to only be used when there is no image at all on a page)
This page for example looks fine when I open it, but if your just scrolling for ‘pools’ and you see that page – its not showing the first image on the scroll. https://supportlocalaustin.com/downtown-austin/the-linden-residences/
I can get it to work, if I set ‘featured image’ but alas that changes the banner at the top of the page too ??
]]>Hello, I am creating a blog with Elementor Pro and the Hello theme. For this I have created a homepage with a header and a footer.
Between header and footer I have a row with two columns, with fixed text on the right side, in the left column there will be a daily post.
How can I write a daily post in the left part and the previous post will end up in the archive. I have tried with sections, single post, single page, but I can’t figure it out.
Many thanks for a solution, kind regards due to Moretus.
]]>There’s a new release of Twenty Eleven, but the changelog isn’t showing it (could be caching).
]]>On a site I designed over a decade ago by creating a Twenty Eleven child theme, I’m suddenly seeing a cascade of “deprecated” PHP errors in functions.php, which I assume is what’s killing theme preview, which is the main symptom, as well as causing some other weird behavior. While troubleshooting, I turned off all plugins, as well as trying several other recommended fixes to bring back preview. I thought maybe 2011 is really at fault–just too old– until I started reading this forum.
Can you give me any ideas?
Thanks!
Here’s a sample:
Mar 07, 15:41:35
Deprecated: Function add_object_page is <strong>deprecated</strong> since version 4.5.0! Use add_menu_page() instead. in /home/afcakaunpw8h/public_html/bvr/wp-includes/functions.php on line 5383
How can I do this? A specific change the to PHP files, perhaps?
]]>I seem to have a problem with my RSS feed. When I post something new to my website, it doesn’t go out as it should. I read somewhere that the act of changing them could help. I tried it and find that if I change from my current theme (a child of Twenty Eleven) to another theme, no matter which one, and then go back, the RSS feed is ok. Is there something wrong with Twenty Eleven, or the fact that I am using a child theme, or maybe something else? Thank you for any suggestions.
]]>Hello, I have WP6.1.1. and Twenty Eleven v4.2. Get this error log every day recently:
[Jan 14, 08:51:30] PHP Warning: Undefined array key “width” in /home/SorryHided/SorryHided.com/wp-content/themes/twentyeleven/image.php on line 39
[Jan 14, 08:51:30] PHP Warning: Undefined array key “height” in /home/SorryHided/SorryHided.com/wp-content/themes/twentyeleven/image.php on line 40
[Jan 14, 08:58:14] PHP Warning: Undefined array key “width” in /home/SorryHided/SorryHided.com/wp-content/themes/twentyeleven/image.php on line 39
[Jan 14, 08:58:14] PHP Warning: Undefined array key “height” in /home/SorryHided/SorryHided.com/wp-content/themes/twentyeleven/image.php on line 40
[Jan 14, 09:15:10] PHP Warning: Attempt to read property “ID” on null in /home/SorryHided/SorryHided.com/wp-includes/link-template.php on line 405
Please help to fix it. Thanks in advance!
]]>Last night I spent hours working on this and couldn’t get it figured out. I searched here but couldn’t find anything on this, but I apologize if I just didn’t see it.
I spent the time last night adding CSS that did nothing. I added it in multiple spots on the WP admin, and added 6 or 7 different CSS codes to get rid of the border. I also added them to multiple pages in the CSS but never found the one that worked, if any do.
The page I linked to shows the issue. Towards the bottom of the page I have an image saying NEWS and there’s a border around it. I don’t want that border. For some reason there’s no border in the widget area around AVAILABLE ON, but if I added that image to the main part of the page there would be a border. There’s even no borders around the images under it, until the bottom when I had to use a gallery widget to display those two images side by side.
Can anyone please help me get rid of these borders?
I have checked settings – Discussion settings are complete. I have checked discussions – allow comments in the post page.
I am using Twenty Eleven
Plug-ins : akismet anti- spam
Contact form 7
Sassy social share
Search Engine Visibility
Sucuri security
Yoast SEO
My WordPress sidebar widgets load wrong on desktop browsers. I would like these sidebars to load directly to the right of the main content on pages but now it loads way down the page like this:
Image of Sidebar Loading Wrong
Wish I knew how to fix this theme. Anyone know why this is happening??
Thanks
]]>Dear
In the past I had Thor WP from mokawed.
Now I have Twenty Eleven.
– I see that the website is smaller in width. Can I change this? If yes, how?
– I had on my contact page 2 icons (Facebook and Instagram). If people push the icons, they went to that page. I can’t find it on this page. How do I put it on my website?
Thanks in advance
Daphne
]]>Regarding my sidebar widgets: Something I have or which is missing in my child’s header.php is causing my right sidebar widgets to load funny.
I am using the Twenty Eleven theme.
This is my current LIVE header.php
<?php
/**
* Header template for the theme
*
* Displays all of the <head> section and everything up till <div id="main">.
*
* @package WordPress
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/
?><!DOCTYPE html>
<!--[if IE 6]>
<html id="ie6" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 7]>
<html id="ie7" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 8]>
<html id="ie8" <?php language_attributes(); ?>>
<![endif]-->
<!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!-->
<html <?php language_attributes(); ?>>
<!--<![endif]-->
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta name="viewport" content="width=device-width" />
<title><?php
// Print the <title> tag based on what is being viewed.
global $page, $paged;
wp_title( '|', true, 'right' );
// Add the blog name.
bloginfo( 'name' );
// Add the blog description for the home/front page.
$site_description = get_bloginfo( 'description', 'display' );
if ( $site_description && ( is_home() || is_front_page() ) )
echo " | $site_description";
// Add a page number if necessary:
if ( $paged >= 2 || $page >= 2 )
echo ' | ' . sprintf( __( 'Page %s', 'twentyeleven' ), max( $paged, $page ) );
?></title>
<link rel="profile" href="https://gmpg.org/xfn/11" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<!--[if lt IE 9]>
<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script>
<![endif]-->
<?php
/*
* We add some JavaScript to pages with the comment form
* to support sites with threaded comments (when in use).
*/
if ( is_singular() && get_option( 'thread_comments' ) )
wp_enqueue_script( 'comment-reply' );
/*
* Always have wp_head() just before the closing </head>
* tag of your theme, or you will break many plugins, which
* generally use this hook to add elements to <head> such
* as styles, scripts, and meta tags.
*/
wp_head();
?>
<script type="text/javascript"> //<![CDATA[
var tlJsHost = ((window.location.protocol == "https:") ? "https://secure.comodo.com/" : "https://www.trustlogo.com/");
document.write(unescape("%3Cscript src='" + tlJsHost + "trustlogo/javascript/trustlogo.js' type='text/javascript'%3E%3C/script%3E"));
//]]>
</script>
</head>
<body <?php body_class(); ?>>
<div id="page" class="hfeed">
<header id="branding" role="banner">
<hgroup>
<h1 id="site-title"><span><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span></h1>
<h2 id="site-description"><?php bloginfo( 'description' ); ?></h2>
</hgroup>
<?php
// Check to see if the header image has been removed
$header_image = get_header_image();
if ( $header_image ) :
// Compatibility with versions of WordPress prior to 3.4.
if ( function_exists( 'get_custom_header' ) ) {
/*
* We need to figure out what the minimum width should be for our featured image.
* This result would be the suggested width if the theme were to implement flexible widths.
*/
$header_image_width = get_theme_support( 'custom-header', 'width' );
} else {
$header_image_width = HEADER_IMAGE_WIDTH;
}
?>
<a href="<?php echo esc_url( home_url( '/' ) ); ?>">
<?php
// Compatibility with versions of WordPress prior to 3.4.
if ( function_exists( 'get_custom_header' ) ) {
$header_image_width = get_custom_header()->width;
$header_image_height = get_custom_header()->height;
} else {
$header_image_width = HEADER_IMAGE_WIDTH;
$header_image_height = HEADER_IMAGE_HEIGHT;
}
?>
<img src="<?php header_image(); ?>" width="<?php echo $header_image_width; ?>" height="<?php echo $header_image_height; ?>" alt="" />
</a>
<?php endif; // end check for removed header image ?>
<?php
// Has the text been hidden?
if ( 'blank' == get_header_textcolor() ) :
?>
<div class="only-search<?php if ( $header_image ) : ?> with-image<?php endif; ?>">
<?php get_search_form(); ?>
</div>
<?php
else :
?>
<?php get_search_form(); ?>
<?php endif; ?>
<nav id="access" role="navigation">
<h3 class="assistive-text"><?php _e( 'Main menu', 'twentyeleven' ); ?></h3>
<?php /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff. */ ?>
<div class="skip-link"><a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to primary content', 'twentyeleven' ); ?>"><?php _e( 'Skip to primary content', 'twentyeleven' ); ?></a></div>
<div class="skip-link"><a class="assistive-text" href="#secondary" title="<?php esc_attr_e( 'Skip to secondary content', 'twentyeleven' ); ?>"><?php _e( 'Skip to secondary content', 'twentyeleven' ); ?></a></div>
<?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assigned to the primary location is the one used. If one isn't assigned, the menu with the lowest ID is used. */ ?>
<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
</nav><!-- #access -->
</header><!-- #branding -->
</body>
When I replace it with the parent themes default header.php script this problem gets fixed but then for some reason my sites header logo gets switched to the featured image so instead of my header logo showing it displays the post/pages image from the page?
This is my parent themes header.php script
<?php
/**
* Header template for the theme
*
* Displays all of the <head> section and everything up till <div id="main">.
*
* @package WordPress
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/
?><!DOCTYPE html>
<!--[if IE 6]>
<html id="ie6" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 7]>
<html id="ie7" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 8]>
<html id="ie8" <?php language_attributes(); ?>>
<![endif]-->
<!--[if !(IE 6) & !(IE 7) & !(IE 8)]><!-->
<html <?php language_attributes(); ?>>
<!--<![endif]-->
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta name="viewport" content="width=device-width" />
<title>
<?php
// Print the <title> tag based on what is being viewed.
global $page, $paged;
wp_title( '|', true, 'right' );
// Add the blog name.
bloginfo( 'name' );
// Add the blog description for the home/front page.
$site_description = get_bloginfo( 'description', 'display' );
if ( $site_description && ( is_home() || is_front_page() ) ) {
echo " | $site_description";
}
// Add a page number if necessary:
if ( ( $paged >= 2 || $page >= 2 ) && ! is_404() ) {
/* translators: %s: Page number. */
echo esc_html( ' | ' . sprintf( __( 'Page %s', 'twentyeleven' ), max( $paged, $page ) ) );
}
?>
</title>
<link rel="profile" href="https://gmpg.org/xfn/11" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>?ver=20190507" />
<link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>">
<!--[if lt IE 9]>
<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js?ver=3.7.0" type="text/javascript"></script>
<![endif]-->
<?php
/*
* We add some JavaScript to pages with the comment form
* to support sites with threaded comments (when in use).
*/
if ( is_singular() && get_option( 'thread_comments' ) ) {
wp_enqueue_script( 'comment-reply' );
}
/*
* Always have wp_head() just before the closing </head>
* tag of your theme, or you will break many plugins, which
* generally use this hook to add elements to <head> such
* as styles, scripts, and meta tags.
*/
wp_head();
?>
</head>
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<div id="page" class="hfeed">
<header id="branding">
<hgroup>
<h1 id="site-title"><span><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span></h1>
<h2 id="site-description"><?php bloginfo( 'description' ); ?></h2>
</hgroup>
<?php
// Check to see if the header image has been removed.
$header_image = get_header_image();
if ( $header_image ) :
// Compatibility with versions of WordPress prior to 3.4.
if ( function_exists( 'get_custom_header' ) ) {
/*
* We need to figure out what the minimum width should be for our featured image.
* This result would be the suggested width if the theme were to implement flexible widths.
*/
$header_image_width = get_theme_support( 'custom-header', 'width' );
} else {
$header_image_width = HEADER_IMAGE_WIDTH;
}
?>
<a href="<?php echo esc_url( home_url( '/' ) ); ?>">
<?php
/*
* The header image.
* Check if this is a post or page, if it has a thumbnail, and if it's a big one
*/
$image = false;
if ( is_singular() && has_post_thumbnail( $post->ID ) ) {
$image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), array( $header_image_width, $header_image_width ) );
}
if ( $image && $image[1] >= $header_image_width ) {
// Houston, we have a new header image!
echo get_the_post_thumbnail( $post->ID, 'post-thumbnail' );
} else {
// Compatibility with versions of WordPress prior to 3.4.
if ( function_exists( 'get_custom_header' ) ) {
$header_image_width = get_custom_header()->width;
$header_image_height = get_custom_header()->height;
} else {
$header_image_width = HEADER_IMAGE_WIDTH;
$header_image_height = HEADER_IMAGE_HEIGHT;
}
?>
<img src="<?php header_image(); ?>" width="<?php echo esc_attr( $header_image_width ); ?>" height="<?php echo esc_attr( $header_image_height ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" />
<?php
} // End check for featured image or standard header.
?>
</a>
<?php endif; // End check for removed header image. ?>
<?php
// Has the text been hidden?
if ( 'blank' === get_header_textcolor() ) :
$header_image_class = '';
if ( $header_image ) {
$header_image_class = ' with-image';
}
?>
<div class="only-search<?php echo $header_image_class; ?>">
<?php get_search_form(); ?>
</div>
<?php
else :
?>
<?php get_search_form(); ?>
<?php endif; ?>
<nav id="access">
<h3 class="assistive-text"><?php _e( 'Main menu', 'twentyeleven' ); ?></h3>
<?php
/*
* Our navigation menu. If one isn't filled out, wp_nav_menu() falls back to wp_page_menu().
* The menu assigned to the primary location is the one used.
* If one isn't assigned, the menu with the lowest ID is used.
*/
wp_nav_menu( array( 'theme_location' => 'primary' ) );
?>
</nav><!-- #access -->
</header><!-- #branding -->
<div id="main">
With my current child’s header.php on single pages/posts the right sidebar widget loads all the way to the right and in its own awkward column after the main content and this does not look correct.
See https://i.imgur.com/RrkV06T.jpg
I would like it to load like this all in one column after the main content, which I had before but not sure what caused it to go wrong.
See https://i.imgur.com/UZjnchJ.jpg
Any help will be appreciated
]]>The site I’ve put together is all about local history photos. I started the site using the Twenty Eleven theme on WordPress.com where the photo carousel works fine, but have moved to a local host so it is now ‘Pro’ and renamed tiptontimeline.co.uk
In my original site (tiptontimeline.wordpress.com which is still there) when you click on an image it enlarges to full size with arrows left and right to show the other images in that block.
After site migration if one clicks on an image nothing happens, so if looking at a wide photo (e.g. old school photo) you cannot see the rest of the image. This applies to all photo gallery blocks on the site so is a big problem for me!
I’m now starting to go back in time to earlier decades/years so there will be loads of photo gallery blocks for this local history website.
Can you help me with this please?