BradBarker
Forum Replies Created
-
Forum: Hacks
In reply to: How to modify additional profile contact values?Question about using user_contactmethods filter.
I have it working how I want but what if I wanted to separate my data from the Contact Info heading to a section called User Application and then display the information under that heading.
How do i make that happen? Thank You!
Forum: Plugins
In reply to: [Plugin: WP E-commerce] Checkout Page won't load!?Wow i messed that up! LOL
I’m using Version 3.8.9.3 of wp e-commerce and 3.4.2 wordpress. I have used this plugin multiple times with no issues and i always re-skin it via css. I have never had this issue.
My transaction results and your account pages that the plugin creates work fine! It’s only the checkout page that isn’t loading.
Here is my domain BayStreetSeafood.com
I have tried disabling plugins and resetting my permalink structure and nothing ever fixes it. The page is indeed there. Screenshot showing the page does exist!
Someone Please Help!!!
Forum: Fixing WordPress
In reply to: Related Posts Thumbnails custom thumbnail size, quick changeYes that sounds about right but i am not familiar with the plugin or your installation. Without seeing more i couldn’t give a definite answer.
Forum: Fixing WordPress
In reply to: Need Some Help With Listing SubcategoriesYou Are a life save ESMI!!!
Thanks a ton!Forum: Fixing WordPress
In reply to: Need Some Help With Listing Subcategories?? Help! Is this possible esmi? Anyone?
Forum: Fixing WordPress
In reply to: **Please Help** Timthumb issue..not workingThat is backwards! Windows should always be more expensive then Linux.
I Host 30 + websites on a Linux box for $25 month. You can find web hosting accounts with more than enough space and bandwidth for $3-$10 a month. Your thumb.php seems to be working now! I see images!If EasyCGI.com tells you Linux is more expensive that would be yet another reason to not use them.
Linux is free open source software for hosting companies with no licensing restrictions which makes it cheap!
Windows obviously is not open source and Hosting companies have to foot a big bill on licensing making it more expensive.
Forum: Fixing WordPress
In reply to: **Please Help** Timthumb issue..not workingWell, unfortunately I feel that moving to a different host is going to solve a lot if issue.
I do migrations similar to this all the time. I think it could be done with just a few hours of work possibly faster.
When i migrate WordPress from a Linux server to another Linux Server i can usually get it done within and hour or two. If you decide you would like someone to do it for you just let me know!
Forum: Fixing WordPress
In reply to: **Please Help** Timthumb issue..not workingI’m only familiar with an Linux set-up. When using running WordPress, stick with Linux. Your life will be MUCH easier.
Analogy
WordPress Running on a Linux Server is like a happy married couple that would never divorce because they are meant for each other.WordPress on Windows is that marriage where everything has to be changed to make things work.
- Can you FTP into your site?
- What FTP Client do you use? You usually edit permissions within the FTP Client. I Use FileZilla
- Where are you hosting?
- What do you pay for hosting?
My best advice would be to move to a new server for these reasons.
- You have control of you’re permissions
- Your site might run better. (I have very long load times viewing your site.)
10 Reasons Why Not to Host Your WordPress Blog on a Windows Platform
Some extra backup: https://www.thisishowyoudoit.com/blog/10-reasons-why-not-to-host-your-wordpress-blog-on-a-windowsiis-platform/Forum: Fixing WordPress
In reply to: Need Some Help With Listing SubcategoriesI have a subcategory list on my categories pages.
Example:
Page /category/restaurants/
Below code gives me the subcategory of my restaurants like i wantPage /category/restaurants/vietnamese/
Below code DOES NOT give me subcategory of restaurants.I want a list of restaurant subcategories on all categories pages child of restaurant
What i have now!
<?php $my_cat_id = get_query_var(‘cat’);;
wp_list_cats(‘sort_column=id&optioncount=0&use_desc_for_title=0&child_of=’ . $my_cat_id ); ?>So to complete the example. If your viewing the restaurants category and have subcategory options of American or German. You decide to click on German but after viewing the results you want to click on American but my menu currently doesn’t produce the options anymore because it is looking for subcategories of German not restaurants.
Forum: Fixing WordPress
In reply to: Related Posts Thumbnails custom thumbnail size, quick changeThe best way to do this would be through the plugin settings if you have a plugin that only controls that Related Post Section.
Theme re-size URL
https://incpire.com/wp-content/themes/bigfeature/library/timthumb/timthumb.phpI would have to see the admin to find the custom field name. Maybe you can find it!
What’s the name of that Plug-in?
I know this isn’t the way you would want to do it but if you created me and admin account for a few minutes i could get what information i needed to get this done for you. I’m an honest guy. It would be in safe hands. but if not i completely understand.
Forum: Fixing WordPress
In reply to: Related Posts Thumbnails custom thumbnail size, quick changeOk, I have few questions?
- What are you trying to achieve by reducing there size?
- What are you doing with all the extra space after reducing the image size?
Changing that image size alone wouldn’t look good but I’m sure you have a plan! LOL
Is there not a settings page for this plug-in?
Forum: Fixing WordPress
In reply to: Related Posts Thumbnails custom thumbnail size, quick changeI would need to see the site and the area your talking about. What is your domain?
Forum: Themes and Templates
In reply to: Content Not Showing Up On Pages [twentyeleven theme]I see the content! If you haven’t fixed this you might just want to try clearing your cache!
Forum: Fixing WordPress
In reply to: Related Posts Thumbnails custom thumbnail size, quick changeYou should be able to make it happen with a Simple CSS Change. If you send me the url i should be able to help you!
Forum: Fixing WordPress
In reply to: **Please Help** Timthumb issue..not workingAgain i have to note that I had to give 777 permissions to make mine work.