acrobson
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Failed WP UpdateGood point. The theme and plug-ins have survived bigger WP upgrades in the past, however I appreciate it doesn’t take much to knock things off course.
In order to do that I’d need to delete the plugins via FTP, which I can do.
However, the theme is quite heavily customised and as I am unable to access the WP Dashboard, I am unable to change the theme through WP. It would mean removing it (or renaming it) via FTP in the hope the default WP theme would kick in, I think?
Forum: Themes and Templates
In reply to: [zeeSynergie] Aligning footer to the rightHa, yeah. Cheers for that. Much appreciated. All sorted now.
Forum: Themes and Templates
In reply to: [zeeSynergie] Aligning footer to the rightI agree, the CSS does say it’s already right aligned, however when I change this to left or even change the font-size and refresh the site it’s doesn’t affect it.
You can see the project website via this link – http:/www.paradigm-secured.com
I just want to be able to display the company name and copyright info in the footer.
I have tried amending the text in the ‘Footer’ box within the Theme Options General tab in the theme settings. However nothing changes.
From Theme functions –
// Display Credit Link Function
function themezee_credit_link() { ?>
<?php _e(‘© 2012 Company Name’, ‘themezee_lang’); ?>
<?php
}===
From Footer.php
</div>
<div id=”footer”>
<div id=”foot”><?php
$options = get_option(‘themezee_options’);
if ( isset($options[‘themeZee_general_footer’]) and $options[‘themeZee_general_footer’] <> “” ) {
echo $options[‘themezee_credit_link’]; }
?>
<div class=”themezee_credit_link”><?themezee_credit_link(); ?></div>
<div class=”clear”></div>
</div>
</div>
</div>
<?php wp_footer(); ?>
</body>
</html>===
From CSS – It says ‘right’ but it’s not. Also the size doesn’t change when this is amended.
.credit_link {
float: right;
font-size: 0.6em;
}
.credit_link a {
text-decoration: none;
}Awesome, cheers Andy!
That’s done it!
Andy that seems to have done the trick nicely!
Example – http://www.forhacsec.com/event/7th-ares-conference-ares-2012/
Thanks for you input! Greatly appreciated!!!
Small question, not such a major issue as I have it set to the calendar view by default as appose to list view.
The event list view is now black on black, is this due to the inverting of the colours?
Event list example – http://www.forhacsec.com/events/upcoming/
Hi Andy,
I did try that but forgot to revert the CSS from before. However I have now removed the CSS code above but nothing appears to be happening when I am amending the category color settings under the ‘Category colors’ tab and applying the changes.
The ‘Current display’ within the plug-in tab does update however when refreshing the event’s calendar on the live site it is still black on black.
Is there something else I need to do?
Thanks,
Hi,
I have added the below code from above to my CSS –
“.entry-title {color: white;}
#tribe-events-event-meta {color: white;}
.entry {color:white}”To the themes CSS at – http://www.forhacsec.com/wp-content/themes/black-n-white/style.css
As suggested, however although it did get the desired result for The Events Calendar in that it changed the text to white on the black background, it also changed the text on the rest of the site to white, of which the rest of the site actually has a white black ground.
I did change the text colour to grey which meant it could be read however it is difficult on the eyes when reading grey on white.
Is there anyway of changing the text colour to white on the The Events Calendar only and leaving the text black elsewhere on the site?
Site homepage – http://www.forhacsec.com/ (Requires black text on white background.
Events Calendar – http://www.forhacsec.com/events/ (Required white text on black background)
Individual event – http://www.forhacsec.com/event/symposium-on-usable-privacy-and-security-soups-2012/ (Text unreadable, requires white text on black background)
Thanks,
Just realised that that has changed all the text colour for every page. So with my theme having a white background on posts it is now white on white. Although the events calendar now looks great.
May need the colour changing for just the events calendar or change it to grey perhaps?
Hi all,
Apologies for the delay. I have finally had a chance to test this and it has worked a treat!
Thanks for all your input.
You can now view the event calendar and appointments at – http://www.forhacsec.com/events/
Thanks again, greatly appreciated!
Forum: Plugins
In reply to: Login Lock Plugin Preventing Forgotten Password ResetHi,
I have just applied the update to Login Lock both through the ‘Update Plug-ins’ menu as well as a complete removal of the plugin and re=installation and it locks me out of my site. I have managed to resolve this issue by deleting the ‘Login Lock’ folder from the Plugins folder on the server, however, as soon as it’s activated it stated –
=======================================================================
You must reset your password
You may not reuse your old passwords!
Enter your new password below<formform name=”resetpassform” id=”resetpassform” action=”FATAL ERROR: Call to a member function get_page_permastruct() on a non-object in /home/<username>/public_html/wp-includes/link-template.php on line 276
=======================================================================
I have a screen shot if required.
Cheers,
Forum: Plugins
In reply to: Login Lock Plugin Preventing Forgotten Password ResetGreat, thanks!
Do we know when 2.2.3 will be available on the WordPress plug-in directory. Currently only 2.2.2 is available for download.
Forum: Plugins
In reply to: [ThreeWP Activity Monitor] [Plugin: ThreeWP Activity Monitor] doesn't logI have the ThreeWP Activity Monitor V1.3 installed and it doesn’t display anything when clicking on the link ‘Activity Monitor’ on the Dashboard menu.
All it displays is the ‘Overview, Settings and Uninstall’ options and the two headers (Time & Activity) but no results.
Under each individual user account, all it displays are failed login attempts but no IP address info or attempted passwords etc.
I am running the latest version of WordPress. Are there any known conflicts between this plug-in and others?
Thanks,
Forum: Plugins
In reply to: The Events Calendar – Change Text Clour???Thanks, I tried that, no luck. Maybe it’s something for another day.
I also need to look at changing the white date tab on ‘calendar’ view to maybe grey. It just seems a little ‘in your face’ with the contrasting black and white.
Forum: Plugins
In reply to: The Events Calendar – Change Text Clour???That has worked a treat, thank you.
http://adamrobson.co.uk/2011/02/15/sam-raincock-introducing-the-field-of-computer-forensics/
Is there anyway of changing the font style (To say Arial) for the text at the top of the page which was previously black, or am I asking too much! 🙂
Forum: Everything else WordPress
In reply to: How do I change my forum username or delete my account?Cool, thanks for the prompt response. Much appreciated!