WebTechGlobal
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: $count configurationThese is another way to do this.
You create a div, your 9 boxes go inside that div. They automatically drop to each line or you use clear ever 3 posts. Not 100% sure.
Look at my site http://www.webtechglobal.co.uk
Forum: Fixing WordPress
In reply to: How can i make my site resolution flexible?lol why was I saying liquid. I must be so tired!
Oh and haritos if you do not have CSS coding experiance it is not something you can always pull off easy. Some themes can throw up all sorts of issues when applying fluid.
Forum: Fixing WordPress
In reply to: How to get facebook comment status with c#?Are you using how to code a wp_get_comment_status function from scratch using c# ?
You can simply query the database directly. Use the comment ID to find the comment record, then retrieve the value in the status column.
Can I ask where and how your using WordPress with c#, I’ve never heard of this or seen a question about c# on this forum. Interests me
Forum: Fixing WordPress
In reply to: "Add New" button gone from Plugins screen after upgrading to 3.1.4Strange one that.
Did you backup your entire site before trying the upgrade? I recommend restoring then upgrading again.
Also, remember you can upload plugins after downloading them to the desktop so don’t let this get you stuck.
You may want to make sure that a plugins is not conflicting with the new version of WordPress by disabling them all.
Forum: Fixing WordPress
In reply to: How to Customise Site before changing nameservershttp://www.example.com/wp-admin/
That will take you to login then take you straight to your admin.
If you have many many pages and your old site pages are stored in database. You can use a plugin such as Easy CSV Importer to generate all your posts in WordPress automatically.
Forum: Fixing WordPress
In reply to: Home returns -1Sorry yes I forgot to say what browser I was using or try more than one.
Used Chrome myself.
-1 in url due to a browser update! Check for plugins addons etc. Make sure none you have installed are outdated now or maybe 5 comes with built in features.
It is a strange one. Using Firefox less myself due to more issues coming up. Overall however I use different browsers for different tasks or sites.
Madness some days
Forum: Fixing WordPress
In reply to: problem – pages with list of eventsNo problem, I take it you know enough php to use it?
Forum: Fixing WordPress
In reply to: how to set rss feed character limitNot sure how to reduce the existing excerpt limit. Just thought I would ask if your aware that in WordPress you can limit feeds to excerpt only?
Forum: Fixing WordPress
In reply to: $count configurationYes sure, we’ll need to see your code please.
Forum: Fixing WordPress
In reply to: i can't open my dashboard when i check "use https connection"Never used that setting in WordPress myself but where you will want to look is in the database.
Go to options table and find the option for this then change it.
true to false or 1 to 0
Forum: Fixing WordPress
In reply to: Word Counter Stopped UpdatingDo you have other plugins that use Javascript, jQuery, Ajax etc that may be conflicting?
Try disabling them all if so, then activate one at a time to determine what one is causing it. Can often take a while.
Forum: Fixing WordPress
In reply to: How can i make my site resolution flexible?A website can be either static/fixed or liquid.
Liquid stretches to fix any size of screen, horizontally that is.
I’m not sure if your really asking for resolution fix which I think would be decided by ratio of screen height plus width. If it be a TV screen or computer screen your surfing on.
Normally resolution ise controlled by the user, their browser or a shortcut such ashold CTRL and scroll up or down on your mouse wheel to zoom in or out.
Forum: Fixing WordPress
In reply to: Home returns -1I just visited that giving url without problems, shows the Investigations page.
Also went to the domain http://www.americaneagleinv.com/
That was fine, no sign of a -1 anywhere in the url’s
Forum: Fixing WordPress
In reply to: problem – pages with list of eventshttp://codex.ww.wp.xz.cn/Function_Reference/query_posts
Scroll down to All Posts In A Category
Forum: Hacks
In reply to: Add a taxonomy valueI think you need this…