Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
Quote:Some of the hosting providers offer CP Panel with their VPS packages, which would be neccessary for me to manage it, because I just hate Linux.With WordPress, I really do not see the need to pay for the ability to use all the extra programming components that they make available with a VPS …
Actually, the extra programming components come as standard for a VPS and you don’t have to pay for it. It’s the control panel that you have to pay for (about $5/month), though some hosts have already included this cost into the VPS price that they’re offering you.
The thing is, even with a control panel you really would want to familiarise yourself with Linux and command line interface to make full use of the VPS. Control panels are preconfigured by default with settings that should encompass as many use cases as possible, which means often times it’s not as good as it can be for your particular sites and needs.
A lot of performance optimisation tools and software are not installed and/or enabled by default too, like PHP opcode caching and mod_pagespeed. These too have their own default settings that might not be best for your sites, so even if you can ask the host to install it for you, you’ll still want to experiment with the settings so that you get the most out of the service you’re paying for.
Admin
How did you insert that Content Slide into the header?
Admin
Quote:I’m also not able to download the zip package from my purchase email any longer.You should still be able to download using the old link now.
Quote:Yeah, I have logged in and downloaded the zip. The real issue is that I can’t update the theme through the wordpress update system, which I think I would prefer to do. It is the exact same error message that I’m getting. ThanksWhen you try updating the theme, before the error message there should a URL that WordPress is trying to download the update from. Can you send me that URL using the contact form here: https://forum.graphene-theme.com/contact-us/
Admin
In reply to: How do I remove the next and previous post links at the top of each post?
March 20, 2013 at 7:35 am #36889Add this to Custom CSS or child theme’s stylesheet:
.single .post-nav {
display: none;
}Admin
Quote:I was wondering if there’s a way to show the title of the post in the slider but hide the excerpted text?Add this to your Custom CSS or child theme’s stylesheet:
.featured_slider .slider_post_entry {
display: none;
}Feel free to create your own topic next time though, as topics marked as resolved are often overlooked.
Admin
If your host has been providing reliable service and has good reputation (these two usually come together), there is really no need to upgrade your hosting package before your site has outgrown it.
If you’re anticipating to add BuddyPress and an e-commerce store, at the very least you should consider upgrading only when these have been implemented. There is no point in paying extra every month now for a huge increase in traffic that has not yet occurred, and will likely not occur until you have at least implemented the additional components above to your site. Even then, you might not need to upgrade your hosting package.
Remember that with hosting packages, you’re effectively buying resources to serve your visitors. More resources will not be beneficial to you or your visitors if those resources are not being utilised, but they will still cost money. Given that upgrading hosting packages is relatively quick – you’ll probably need just hours instead of days or weeks – there’s really no real need to upgrade until your site’s load demands it.
Also, keep in mind that while VPS offer potentially much greater performance and security, it’s also much more difficult to setup, optimise, and maintain. You’ll have to be familiar with Linux (assuming Linux-based VPS) and command line interface and a lot of new and technical learning to really make use of all that a VPS has to offer. It has a much steeper learning curve than a shared hosting.
As for the costs, an entry-level VPS package from a reputable company starts from about $25/month. These have really limited amount of RAM though, which you’ll quickly find to be the most precious commodity for a VPS if you embark on that road.
As a side note, unlimited anything by a hosting service is really just marketing gimmick. Those should be the first descriptions to be ignored when shopping for web hosts, and raise some red flags even in some cases, especially for lesser-known hosts.
Admin
You’re seeing something like this, correct:

That’s because you don’t have the language files for WordPress in the
wp-content/languagesfolder, but you do have the language file for Graphene in the theme’s languages folder.To make your site fully multilingual, you need to have at least two sets of language files, one for WordPress core and another for the theme. You can download the language files for WordPress core by downloading the language-specific WordPress package, and then upload those language files to the folder indicated above.
See this page for language-specific WordPress packages:
https://codex.wordpress.org/WordPress_in_Your_Language
I said at least two sets because your plugins may need translation too, though the translation files for plugins (if they are available) are typically already included and set up along with the plugins, just like it is with themes.
Admin
In reply to: Graphene Mobile Neo Theme Fails to Install under WP 3.5.1 – "…missing the style.css styleshee
March 19, 2013 at 12:08 pm #36721Marking thread as resolved. You can do this yourself as well.
Admin
How did you install it from the plugins? As far as I know the WPML plugin went premium and was pulled out from the WordPress.org plugin repository a long time ago, so you should not be able to install it from the plugins page.
Admin
Frym1, you can use the
post_linkfilter to programmatically change the link for those four pages to point to the single Services page. You will need a child theme to do this. Are you currently using a child theme? Also, what’s the URL to your site?
