eBarSolutions
Forum Replies Created
-
Forum: Plugins
In reply to: Sort Posts (in the Loop) by Recent Comments or "Activity"This may help
[Code moderated as per the Forum Rules. Please use the pastebin]
A portion of the update needs to be made to the following section of code where the simple_local_avatar upload file overrides the get_avatar image:
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Plugins
In reply to: [WPaudio MP3 Player] [Plugin: WPaudio MP3 Player] After upgradeI can confirm. The plugin may have caused issues with other plugins such as the coda slider before turning off any and all settings.
You may have to edit the simplemap.php under simplemap > classes > simplemap.php.
Forum: Themes and Templates
In reply to: ShopperPress Theme Menu OrderI am assuming that you are referring to the Sub Navigation Bar. The category list has the option to customize the order. In order to customize the page order you may have to hop into the template code.
Forum: Everything else WordPress
In reply to: Shopperpress – PremiumpressShopperPress is a sound system for both affiliate and eCommerce WordPress functionality. They have a large user base and solid support.
The product is easy to work with and customize. We have developed a large number of custom ShopperPress themes, catering to the specific needs of each business brand.
Check out their customer service and testimonials and I am sure you will have a better idea of their reputable reputation.
Forum: Your WordPress
In reply to: Feedback on websiteDaisyMariposa is correct, the aggregated information on the site is going to have limited impact on your marketing endeavors.
You may want to look at monetizing and posting to your blog separately to increase the setup of your blog as an information source.
Forum: Your WordPress
In reply to: seeking website critiqueYou are going to have to significantly increase the amount of information offered for some of your services such as computer repair.
I would not recommend using html characters in your title tags – «
It appears that many of your service page title tags are dynamic and not necessarily targeted towards that specific service offered on that page.
I would consider how each title tag can target the local Adelaide services you offer.
i.e. > Adelaide Data Recovery
Forum: Your WordPress
In reply to: Feedback on upcoming themePretty basic design overall. Would love to see something that keeps it clean and simple but makes it stand out in the vast array of themes.
Forum: Your WordPress
In reply to: Paul D TV – Feedback RequestedI would not recommend a splash page with any website design that you want to ensure has good visibility.
Everything seems to be ‘functioning’. I would suggest that you minimize the post information on main category pages with an excerpt of the read more link.
Forum: Your WordPress
In reply to: www.originbmx.comThere seems to be some lag with the homepage load time.
I like the nice clean design.
Forum: Your WordPress
In reply to: Petpatch.net is up and runningIs there a reason that the homepage is secure? This may affect marketing the site.
Forum: Themes and Templates
In reply to: how can i veiw 2 post beside each otherAre you looking to just feature 2 posts next to each other or updated the entire layout to have 2 post columns?
If you want to have posts side by side, you could find the post div and update the css to:
div .class { float: left; width: 50%; }
Forum: Themes and Templates
In reply to: Get Rid of "Admin and Date" Posting Using dkret3 ThemeUnder appearance, editor, you should be able to locate the .php file for your individual page template commonly page.php, for example, if you are looking to remove the post author and date, simply look for the code that starts with <span class=”author vcard”>
It should be a line or two of html to remove both and easy for you to pick out.