webdevsonline
Forum Replies Created
-
Forum: Plugins
In reply to: [WDO Birthdays] Names instead of username'sIf you go into the php file you can change the sql query to utilise the name over username. There is no setting for changing the username to name as it stands.
If you cannot do this yourself, drop us an email and we can send an altered script over to you.
Forum: Plugins
In reply to: [WDO Gamer Profile] [Plugin: WDO Gamer Profile] Bad readme file infoMy apologies, the shortcode was altered part way through the development and clearly the readme file was out of date.
The readme is now correct.
Again my apologies for this inconvenience.
Web Devs Online.
Obviously you haven’t seen some other plugins out there.
The filename has been corrected.
WDOBirthdays readme.txt has also been updated for you in regards to multi-installations.
Our plugins all state: For more information, or if you need help with the plugin, or to resquest an update email us.
If you’d like to see changes, please follow the advice within the plugin. This plugin was due an update, $table_prefix is now supported, please email if you have any difficulties or suggestions.
Regards,
WDO.
Forum: Fixing WordPress
In reply to: Can't Wrap Text Around PictureWhen the page first loads, in firefox, IE and Chrome, the text is aligned correctly to the top of the page.
You have a vertical-align: baseline in your CSS which maybe affecting your layout.
Have a look there, also, https://getfirebug.com/ will help with CSS issues in the future.
Forum: Plugins
In reply to: [WDO Birthdays] [Plugin: WDO Birthdays] Could not install!Hi there,
I couldn’t replicate your problem however there was an issue with an unused additional sub-folder. This has now been removed, please try installing again.
Regards,
Web Devs Online
Forum: Fixing WordPress
In reply to: Permalinks Strange ErrorTry testing on another wordpress on something like WAMP – if you’re currently testing live, maybe its a host issue?
Forum: Fixing WordPress
In reply to: Permalinks Strange Error/%post_id%/%postname%/ works perfectly on my relatively vanilla test wordpress, I get /number/post-name/ coming up fine.
Do you have any plugins which effect your permalinks? such as wp-ecommerce?
Is your htaccess file writeable + set up?
Forum: Fixing WordPress
In reply to: Making a custom form fit correctlyTry using firebug to have a look at your <td> they maybe inheriting CSS
Forum: Themes and Templates
In reply to: Changing Font Size in Standard Theme 2 Navigation Menuhttps://getfirebug.com/ go to Download firebug. Then hit download for 1.9.1 to install 1.9.1 hit ‘add to firefox’
Forum: Themes and Templates
In reply to: How to add new theme to my website?First check there isnt another subfolder in your new theme – sometimes when you manually extract an item it can go themename > themename > themefiles instead of themename>themefiles.
If you downloaded one throught wordpress, uninstall the theme and try again.
Forum: Themes and Templates
In reply to: Change font in Editor!p { color: #4A4A4A; font-family: "Times New Roman",Times,serif; font-size: 17px; line-height: 1.6; }
Should do the trick in your style.css (editing it with firebug changes it for me)
I really recommend firebug then you no long will have to hunt down these answers: https://getfirebug.com/
Edit: firebug is used on firefox. Chrome has something similar also.
Forum: Themes and Templates
In reply to: Why is my header being elongated out and spaced out?And I would run your website code through nanti-virus. Trying to look at your site just now threw up a load of nice red warnings through my Kaspersky and it didn’t want to load the page.
Forum: Themes and Templates
In reply to: Changing Font Size in Standard Theme 2 Navigation MenuFind this section of your CSS file:
.navigation { background: none repeat scroll 0 0 #101010; border-bottom: 1px solid #FFFFFF; font-size: 11px; padding: 5px; text-transform: uppercase; }
Alter the font size.
Also think about getting firebug, it lets you fix a lot of these things without asking as you can see what each element of your website is using what CSS.
Forum: Themes and Templates
In reply to: Change font in Editor!A really useful tool for changing fonts and such is firebug – it will let you select an element on your page and then find out where it is inheriting all of its CSS from. You may find that one item is utilising more than one section of your CSS file.
Your paragraphs (the bit I assume you want to change?) are using the following:
font-family: "Times New Roman",Times,serif;
So you might want to try changing that?
Forum: Fixing WordPress
In reply to: how to add WP blog to HTML website?Oh in that case, you can simply set up the blog exactly how wordpress walks you through as a vanilla install, then disbale comments, even disable signing up if you wish.
Then the users you want, so people who work for you etc, or simply only yourself can post and people will be able to view your posts in the same manner as wish upon a hero. You may need to tweak your theme and settings to get it how you want though.
Sorry, wish upon a hero seems to let indiviuals post up, hence the confusion (or at least, looks that way to me).