proof_fairy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [One Page Express] Limit number of posts in Latest Posts moduleAh ok. presumably this is a premium only setting? I don’t have that on the free version.
it’s a real shame that the modules in the free version don’t have full funcrtionality because it pretty much renders a lot of them useless.
Forum: Plugins
In reply to: [Collapse-O-Matic] Not working, and shortcode shows on pageThat’s bizarre beyond belief. It was definitely installed and activated – I’d even been into the settings section and changed the position of the jQuery code from the footer to the header. Yet this morning there is no sign of the plugin every having been there…. totally confused…
Anyway, I’ve reinstalled it and it works fine now. You must think I’m a total idiot – but seriously, it was installed! All I can think is the installation didn’t work properly so it showed as being there but wasn’t actually properly installed and logging in and out of the website deleted all trace. Weird…
Anyway, thanks.
Forum: Themes and Templates
In reply to: [Bushwick] Doesn't display well on ipadok so i’ve noticed that while the image now site on the left on tablets, the navigation has disappeared completely! Had a loofd look round and can’t work out how to fix it. Such a shame as this is a fab theme but think I’m going to ahve to give up ??
Forum: Themes and Templates
In reply to: [Bushwick] Doesn't display well on ipadThanks … it’s vital I have the photo in there, not something that can be cut in half unfortunately.
Thanks for the link … I’ve tweaked the relevant bit and can now display the image on the left on ipads BUT the header text is now so large it splits over 3 lines. Is there any way to tweak that? I’m going to actually add text directly to the image (so it will resize automatically) but it would be good to know for future reference.
I’m all for sites being responsive so they display well on phones but think tablet screens are normally big enough to display pretty much everything as the full desktop version – really hacks me off when tablets revert to a mobile version. Sorry!
Forum: Plugins
In reply to: [Affiliates] Using plugin with MailChimp form?I’m actually just using the raw code to add people to the list…. the theme is WP Spire, a kind of squeeze page theme.
Forum: Plugins
In reply to: [Meteor Slides] Problems with a caption/titleAgh ignore me … I’d copied the code but not thought to remove the numbers 1-12 ….. looks much better now!
Forum: Plugins
In reply to: [Meteor Slides] Problems with a caption/titleYes it made absolutely no difference at all ….. not sure if it might be conflicting with the theme (Atahualpa)
Forum: Fixing WordPress
In reply to: New posts not showingEach post was set to publish in a date in the future, but those dates have passed. I’m aware there was a “missed schedule” bug a while back but I don’t think this is the case here – on the dashboard each post shows as published and as I explained, if you go directly to the URL for each post it’s there on the website (and also on the Recent posts widget), jut not on the blog feed page.
Forum: Themes and Templates
In reply to: [Theme: Redline]Thanks Fingli. I had found the code in line 66 and changed that. I’ve now added the same font family and font size with both #primary and #secondary selectors. Strangely, the footer widget titles are now the correct font but the text is still the wrong font (though a very similar one – it’s only the capital letter C that I can tell it’s not the right one) and definitely not the right font size
Forum: Themes and Templates
In reply to: [Theme: Redline]Yeah I have, but it’s not really helped at all!
Forum: Plugins
In reply to: [Frontpage-Slideshow] Hide the posts used for slideshow?I’ve seen instructions on how to do that but can’t work out which theme file the bit to change is in … could you advise please?
Forum: Fixing WordPress
In reply to: Blog page only showing 2 old posts, not new onesIt’s not static – it’s the original template page file, I just changeds the rest of the pages! So the front page is the index.php file.
The code for the post bit looks like this
‘
<?php if (have_posts()) : while (have_posts()) : the_post(); ?><div class=”post” id=”post-<?php the_ID(); ?>”>
<h2 class=”title”>” rel=”bookmark” title=”Permanent Link to <?php the_title_attribute(); ?>”>
<?php the_title(); ?>
</h2>
<p class=”meta”><span class=”date”>
<?php the_time(‘F jS, Y’) ?>
</span><span class=”posted”>Posted by
<?php the_author() ?>
</span></p>
<div class=”entry”>
<?php the_excerpt(); ?>
<p class=”links”> ” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>” class=”more”>Read full article <b> | </b>
<?php comments_popup_link(‘No Comments’, ‘1 Comment’, ‘% Comments’, ‘comments’); ?>
</p>
</div>
</div><?php endwhile; ?>
‘Forum: Themes and Templates
In reply to: Trying to add a banner image/header to VigilanceYou need to send them via FTP to that location You should have details of how to access your FTP files from your web host. You can use software like Filezilla (https://filezilla-project.org/download.php) to access your files, then you just drag and drop the images you want to use to that folder ( wp-content/themes/vigilance/images/top-banner/ directory)
HTH ??