ThemeForest

Media Consult - Business Wordpress Theme

  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
  • United States
ckad79 says
Purchased

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.

3 months ago
Author
starshade starshade replied

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.

3 months ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
spacejockeym8 says
Purchased

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

3 months ago
Author
starshade starshade replied

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/

3 months ago
  • Has been a member for 0-1 years
rv9987 says

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.

3 months ago
Author
starshade starshade replied

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/

3 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
gcorsetti says

Is it possible to have multi-language? I want it to be in english and portuguese.

3 months ago
Author
starshade starshade replied

You will have to use a plugin for this, such as wpml however the theme has not been fully tested to see whether it’s perfectly compatible with it.

3 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
gcorsetti says

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?

2 months ago
Author
starshade starshade replied

Hello,

Please have a look here:

http://www.goldenworks.eu/support/topic/slider-display-error-in-chrome

Also, for support, please join our support forum and ask your questions there.

2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
lisavanahn says
Purchased

Hi,

I need footer widgets.

Please help me!

2 months ago
Author
starshade starshade replied

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/
2 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • Ireland
kearnsey11 says
Purchased

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

2 months ago
Author
starshade starshade replied

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/

2 months ago
Purchased
Default-user kearnsey11 replied

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.

2 months ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
Junona says

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!

1 month ago
Author
starshade starshade replied

Thank you for interest, but I’m afraid the theme doesn’t support any of these features out of box. You can purchase the theme but you must make changes to the theme files to have the features you are asking for.

1 month ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
Junona says

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.

1 month ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
  • Europe
Homaien says
Purchased

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.

1 month ago
Author
starshade starshade replied

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.

1 month ago
Purchased
Homaien Homaien replied

I manage to modify this. Thanks.

1 month ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
  • Europe
Homaien says
Purchased

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?

1 month ago
Author
starshade starshade replied

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.

1 month ago
by
by
by
by
by