Is it possible to change the order of posts on the BLOG page? I want to display them alphabetically and not by date of creation.
Yes it can be done. Open template_blog.php from theme’s root and look for this code:
$args = array(
"cat" => $blog_categ_id,
"paged" => $paged,
"posts_per_page" => $blog_pag
);
You must add more query filtering options. Change it to:
$args = array(
"cat" => $blog_categ_id,
"paged" => $paged,
"posts_per_page" => $blog_pag,
"orderby" => "title",
"order" => "asc"
);
This should do what you want to achieve. Also, if you have more questions, please head to our forums – http://goldenworks.eu/support/ .
We are not offering support anymore here.
Hi I’ve got the MC News widget on my homepage.
Is there a way to increase the number of words shown in the excerpt on the homepage?
Trevor
Open widgets.php from lib/custom/ and search for the following code, it should be in 2 places:
<p><?php echo excerpt(18); ?></p>
Increase the value of 18 to your liking.
Also, for more support requests please head to our support forums – http://goldenworks.eu/support/
Hi, I want give link to my pdf file for “MC BROCHURE ” widget which is on the right-sidebar. I was unable to find out where to give give link. Please help me with this.
Please post with the account you purchased the theme, otherwise we can’t check whether or not you are a genuine buyer.
Also we are not offering support here so please head to our support forum – http://www.goldenworks.eu/support/
Is it possible to have multi-language? I want it to be in english and portuguese.
Hi, for Google Chrome the slider text in images with 960px of width its broken when I use more then one image in the slider. What should I change in the .slide-txt css class to fix this?
Hello,
Please have a look here:
http://www.goldenworks.eu/support/topic/slider-display-error-in-chromeAlso, for support, please join our support forum and ask your questions there.
Hi,
I need footer widgets.
Please help me!
Hello,
I am afraid we can’t be of any help here since we don’t offer customizations(at least not of such degree) to our themes. Our recommendation is to hire a developer to solve your request.
For basic theme support, please visit:
http://goldenworks.eu/support/Hi, I need to add a captha to the default contact form as I keep getting tons of spam comments via the contact form. How can I do this?
Thanks
I am afraid we can’t be of any help here because we don’t offer support for customization requests of this level. Our suggestion is to hire a developer to help you with this. For more questions / issues, please visit our support forum – http://goldenworks.eu/support/
Figured it out myself…
Install Contact Form 7 and Really Simple Captha plugins Setup form in Contact Form 7 and add Captha. Copy the form shortcode Paste it into the blank Contact page you have created, save and update Go to Editor – template_contact.php Search for $contact_show = true; Change to $contact_show = false; Save Done.
Hi! Is it possible to change/add following:
- first page: is it possible to change news with the blog posts we would like to add a MailChimp Newsletter SignUp, Facebook and LinkedIn codes to the first page. Is this possible?
- sidebar on subpages: - is it possible to add a link of some other supbage instead of “about us”
Thanks!
I’m aware that I have to make changes, but I just wanted to make sure if this changes are possible without much knowledge about programming.
Thank you for thins great theme. Just one question. How i remove the links from the slides on the first page? I just wanna to disable the link function on slider.
Thanks.
You need to make small changes to index.php. Like I said in the previous reply, please head to http://goldenworks.eu/support/, create a thread and we will provide the exact solution.
Can’t receive any e-mail from contact page form. E-mail just don’t come in my inbox. You can tell me where the problem is?
The theme uses the mail function to send messages which is widely supported by web hosts. I would not know why it doesn’t work for you. However, if you install and use the theme on your own machine, then it’s likely it won’t work because you will also need a local mail server installed. However once the theme is installed on your server it should work. Sometimes you need to wait more since mail delays happen.
You can also send us the login details via our contact form from our profile so we can do some tests on your server with several email addresses.
Also, please note that we are offering support only on our support forum – http://goldenworks.eu/support/, so for future questions / issues, please head there.


1118 Purchases
531 Comments