magicalwonders
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Faux Columns not working for meI’ve made a bit of progress on this and have got it working in Internet Explorer, but no luck with the other browsers such as Firefox. Opera, etc.,
I got rid of the extra Div, changed the graphic file extension to upper case and referenced it in the container for content. So my CSS now looks like this –
/* begin ContentLayout */ .art-contentLayout { position: relative; margin-bottom: 2px; width: 992px; background-image: url('images/backgroundtile.JPG'); background-repeat: repeat-y; } /* end ContentLayout */
Unfortunately I have no idea what’s needed to make it work for Firefox etc.,
Can anybody give me a clue on this?
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Success Message not showing in FirefoxO.K. I’ve got this sorted now. I’ve switched to a different plugin that has a built in captcha called si-contact-form. It works great with no conflicts!
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Success Message not showing in FirefoxYes you’re right. Thank you. I have a bit of javascript installed to achieve equal height columns. That’s what’s causing the problem.
It looks like it’s back to the drawing board with my equal height columns, or find another plugin that doesn’t conflict. ??
Forum: Fixing WordPress
In reply to: Is the “leave a Reply” comment box supposed to work like this?you may need to add this to index.php(?) or the file that generates your blog front page:
<?php global $withcomments; $withcomments = true; ?>
<?php comments_template(); ?>Thanks alchymyth, I tried adding that code to page.php and single.php but the comment box on my post page still only shows after clicking the link beneath the post.
I have my index page as a static page and my post page assigned to a page called “blog”. The comment box automatically displays on any page that I allow comments for with the exception of the posts page. I’m wondering if that’s how it’s meant to be, as it includes a link for the comment box beneath the post?
Forum: Fixing WordPress
In reply to: Is the “leave a Reply” comment box supposed to work like this?Anyone got any opinions on this?
I have ticked “allow Comments” and “Trackbacks” for both posts and the page they are associated with. However, the comment box won’t display until clicking the “No comments” link beneath the post. https://www.mylessinclair.com/blog/
Is this how it’s supposed to be? Or is there a way to have the comment box already showing?
Hope someone can advise.
Myles
Forum: Fixing WordPress
In reply to: Excluding pages from navigation menuThanks for the recommendation of Page Mash.
Many thanks,
Myles
Forum: Fixing WordPress
In reply to: Making a static site with WordPressCheers Matt,
Thanks for the confirmation. ??
Best wishes,
Myles
Forum: Fixing WordPress
In reply to: Excluding pages from navigation menuThanks for the advice Tim.
Best wishes,
Myles
Forum: Fixing WordPress
In reply to: Excluding pages from navigation menuHi phpprincess,
Many thanks for the help. I’ll give that a go.
Best wishes,
Myles
Forum: Fixing WordPress
In reply to: Excluding pages from navigation menuI forgot to mention that I’m currently using the following code, in order to control the page order. –
<?php wp_list_pages('sort_column=menu_order&title_li='); ?>
Not sure how to merge the “exclude ” code.
Would this be correct –
<?php wp_list_pages(‘sort_column=menu_order&title_li=exclude=17,38’); ?>Myles
Forum: Fixing WordPress
In reply to: Should install.php be removed?O.K. thanks for the advice.
Best wishes,
Myles
Forum: Fixing WordPress
In reply to: Sticky Post not StickingProblem solved. I hadn’t clicked O.K. before updating post! ooops.
Forum: Fixing WordPress
In reply to: Adding static text to top of Posts pageAll taken care of now. I’ve added my “static” text and made it a sticky!
Try adding the following to your .htaccess file
SecFilterEngine Off
SecFilterScanPOST OffHope this helps,
Myles
Forum: Fixing WordPress
In reply to: 404.php doesn’t seem to work for me.I’ve got this working now. There was no .htaccess file in the WordPress folder and pretty permalinks were not being used.