pmtate
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Form working on page but not visible in adminI tried that and nothing changed.
We have given up with the original contact form and created a brand new one and it translates properly in to Welsh,Thank you for your help.
Forum: Plugins
In reply to: [Contact Form 7] Form working on page but not visible in adminTheme is Blocksy, using a child of Blocksy
Active plugins:
blocksy-companion
carousel-block
complianz-gdpr
contact-form-7
contact-form-7-multilingual
custom-post-type-ui
download-monitor
file-manager-advanced
post-type-switcher
Solid MAil
stackable-ultimate-gutenberg-blocks
wp-consent-api
wp-crontrol
wp-phpmyadmin-extensionForum: Plugins
In reply to: [Contact Form 7] Form working on page but not visible in adminon deactivating WPML we have the Main form listed in Admin:
[contact-form-7 id=”” title=”Main Contact Form”]
Note the lack of idSorted using the above export settings and importing – thanks
Thanks, will look at your links to see if there is anything more obvious.
One thing that I did before trying to edit the blocksy controlled pages was a restore of the original site database only, as my CEO had, unknown to me, made some text only changes to some pages while I was in the process of migrating.
If I can’5 spot anything I will do a clean migration again tomorrow
PaulForum: Fixing WordPress
In reply to: auto update plugins fails fopen()help, still have this problem
where would auto update download the file to?
Forum: Fixing WordPress
In reply to: 404 problem, permalink?thanks that seems to have worked
Forum: Fixing WordPress
In reply to: 404 problem, permalink?anyone any ideas please?
Forum: Fixing WordPress
In reply to: Links page failsI thought I had reset them, but as I had trouble before I will do it again
.htaccess now says:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /index.php/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php/index.php [L]
</IfModule># END WordPress’
I set .htaccess to 666 but WP can’t edit it so I did it manually, permalinks should be:
‘/%year%/%monthnum%/%postname%/’ps Links works if I am logged in!
Forum: Fixing WordPress
In reply to: Comments by unregistered usersfair point, how do I ensure that I know who is commenting, and ensure I get some valid information about them on the comment form?
Forum: Fixing WordPress
In reply to: Category page show future posts onlyok, thanks for the quick responses, will remove the parent child link
-later not sure if it is related but I removed the category parent child link and now mysql crashes 8(
This is on a test blog and this is the last thing before putting it love 8(WordPress database error: [Lost connection to MySQL server during query]Forum: Fixing WordPress
In reply to: Category page show future posts onlyok I am being thick
Does event calendar affect all posts or is it because the category is the parent of the events category?
Forum: Fixing WordPress
In reply to: Category page show future posts onlyThat’s what I thought but my category.php loop is:
<!-- main content area-->
<div class="content">
<?php if (have_posts()) : ?><?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>
<small><img src="<?php bloginfo('stylesheet_directory'); ?>/images/timeicon.gif" alt="" /> <?php the_time('F jS, Y') ?> by <img src="<?php bloginfo('stylesheet_directory'); ?>/images/author.gif" alt="" /> <?php the_author() ?> </small><div class="entry">
<?php the_content('[more... »]'); ?></div>
<p class="info">Posted in <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','','<strong>|</strong>'); ?> <img src="<?php bloginfo('stylesheet_directory'); ?>/images/comments.gif" alt="" /> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
<?php comments_template(); ?>
</div>
<?php endwhile; ?><p align="center"><?php next_posts_link('« Previous Entries') ?> <?php previous_posts_link('Next Entries »') ?></p>
<?php else : ?>
<h2 align="center">Not Found</h2>
<p align="center">Sorry, but you are looking for something that isn't here.</p>
<?php endif; ?></div>
It only shows posts dated today and future events, I didn’t think this did anything out of the ordinary
I have Eventcalendar from firetree.net and the category is the parent of my events catagory.
Hope this clarifies my problem.