The Baud
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP – not working correctlyCould also be an authorization issue.
Like esmi said, it is better to start from fresh.Do you have an FTP access to your server ?
If so, download wordpress from www.ads-software.com, add your theme and your plugins to their respective folders and upload it to your server.Forum: Fixing WordPress
In reply to: Main Menu BarFirst of all, is your wp install up to date ?
If it is not, then update and try again.
If it does not work, few things you could try to help to understand the issue :
– Disable all plugins and try again.
– Change back to twenty eleven theme and try again
– Try to create a new menu.
– Try to rename a menu element.Forum: Fixing WordPress
In reply to: Strange difference in loading timesHi,
I tried both links with firebug. I did not find the loading difference you are talking about. Both load quite fast.
Anyway, there is a call made to the youtube api on your blog. Are you using a plugin ? Maybe you could look for a solution in this direction…Forum: Fixing WordPress
In reply to: Plugin Recommendation?If it is just a table sorting you need on a single page, you should try to avoid plugins.
You just need to display your query result in an html table.Plugin+plugin+plugin+plugin+plugin = who knows what ?
Forum: Fixing WordPress
In reply to: 3 Columns with Post CatagoriesSo what you need is to understand wordpress.
It is not as complicated as you could think(in some cases it is actually). It is just PHP after all.If you need to know about wp files, try this tutorial on the subject :
https://www.wpwebhost.com/template-hierarchy-tutorial-in-wordpress-for-beginners/For my part I bought the “Smashing WordPress Themes” book and it has been my “bible” during a long period.
Try it ! I promise it won’t bite. ??
Forum: Fixing WordPress
In reply to: CommentsDepending on your theme, there are different ways to handle comments.
Could you copy the code you use in your single.php ?Forum: Fixing WordPress
In reply to: 3 Columns with Post CatagoriesEsmi is right.
First you need to know a little bit about css and html.
If you do not know about it, then it will be quite hard to let you understand the steps to achieve what you need.Forum: Fixing WordPress
In reply to: 3 Columns with Post CatagoriesIf you are not familiar with wordpress functions and files hierarchy, I recommend you learn how to handle it. There are a lots of tuts and books to start with.
At first it may look overwhelming, but once you’re in it, you’ll realize the true potential of wordpress.Forum: Fixing WordPress
In reply to: 3 Columns with Post CatagoriesYou can make your home page uses 3 different loops, in each one you will specify the category like that :
query_posts('category=category-slug-name');
See https://codex.www.ads-software.com/Function_Reference/query_posts for any details on how to do that.Forum: Fixing WordPress
In reply to: Something is wrong with my wordpress siteCan you copy the loop you use on your home page ?
Thanks ! It worked perfectly for me.
??
I agree. A new version would be great for new qtranslate users.I actually find an interesting way to use GF with “Custom Post Type” and “More Fields”.
Creating a custom post type for each form I make and binding every field of it to a custom field or custom taxonomy allow me to control every answer as a post in a normal WP loop.
So from there I am able to display and filter every answer.Hi,
I have the same issue.I’m using GF + CPT with the “more-fields” plugin so I can save my fields as custom post fields.
The only problem I have for know : I cannot save a list as custom fields. Only the first line is saved.If I try to use the paragraph option of the custom field,there is no more formating and everything is considered as a single line..
I tried to find any intel on it with no success.
Somebody knows why there is no html option for custom fields ?
Thanks
Hi everyone,
First of all, this gravity forms directory is a terrific idea.But choosing our columns for front-end users like this is not the best way to do it.
I mean : What if I need a page for a certain group of users authorized to see some content other users won’t ?
Or if I have different forms on my website and I want different columns to appear ?From my perspective, It would be far more efficient to handle it the same way we setup a form within a page, on a per page basis.