610 comments found.
Hi,
Thank you for your reply.
This code only creates an image for Skype – what about Facebook, YouTube & Twitter as shown on your demo site?
2. You have an option / text area where you can add social shortcode in “Theme Options > General Settings” and add bellow shortcode in Social Media Icon text area:
[social imgurl="http://templatesden.com/TF/WPCMS/globex/files/2012/08/skype_icon.png" link="#"]
There is no option here to select a page as the home page, it only gives you a choice of which pages to display on the homepage of the website – I want an icon on the menu to link back to the homepage:
4. Go to “Theme Options > Frontpage Settings” and select which page you want to set as a Homepage, then the post do not display.
Thanks!
Jamie
Jamie
Adding social icons are too easy from theme options page, it seems you getting confuse, email me your wp admin access, I will try to add and the rest you can manage.
I’ve started work on it and it looks really good – however I’ve got a few questions that I’d like you to answer:
I want to have the contact number & fax number from the top of the homepage removed
How do I get the Twitter, Facebook, Skype & YouTube logos on the top right of the homepage as you have done on the demo site?
How do I upload a Favicon image?
Finally when I write a post it is coming up on the homepage, I don’t wan this to happen – how would I stop posts being visible on the homepage?
Thanks in advance for your help,
Jamie
1. We will add an option to display the contact numbers only if you add in the theme settings otherwise empty in coming update, time being do one thing..
open header.php and find
<div class="top_right"><br />
<ul class="top_info"><br />
<li><span class=" call_1st_col">Call:</span> <span class="call_2nd_col"><?php echo get_option('callus') ? get_option('callus') : '+145-58-6254'; ?></span></li><br />
<li><span class="call_1st_col">Fax:</span><span class="call_2nd_col"><?php echo get_option('fax') ? get_option('fax') : '+03.245.253'; ?></span></li><br />
<li><span class="call_1st_col">Mail:</span><span class="call_2nd_col"><?php echo get_option('mailus') ? get_option('mailus') : 'Yourmail@domail.com'; ?></span></li><br />
</ul>
2. You have an option / text area where you can add social shortcode in “Theme Options > General Settings” and add bellow shortcode in Social Media Icon text area:
[social imgurl="http://templatesden.com/TF/WPCMS/globex/files/2012/08/skype_icon.png" link="#"]
3. Right now there is no option from settings, we will add this feature in coming updates, so it would be easy for your, you can follow this it will help you a bit. http://codex.wordpress.org/Creating_a_Favicon
4. Go to “Theme Options > Frontpage Settings” and select which page you want to set as a Homepage, then the post do not display.
Hi, I have just installed the theme but it does not appear that the media files and existing pages you created have been uploaded.
Also the colour editors isn’t working propertly so, I am unable to change some of the colours. Can you please take a look www.finalytiq.co.uk
You mean you site to look like my demo? if so you need to import XML file which is available for download in item description page.
The colors should work, please go to “Theme Options > Custom Colors” and add your color where ever you need and save settings.
Hello, I have some problems with the slider and the [iconbox] shortcode. The images are not showed, can you please help me ? Thanks.
Please email me your wp admin access, I will look into the issue.
Still waiting for the fix on the [iconbox] issue. If you cannot do anything for it at list let us know, waiting 1 day for a fix is kinda disappointing.
I see your pages, the code is perfect still the icons are not displaying, so can you try bu changing the file permissions, it might be the issue? or is it possible to test the theme with other server if you have?
Let me know once you do it.
Thanks ram
Dear buyers, please do not give wrong rating which effects my future sales, we are trying to give maximum support for queries within 24 hours of query raised, we have also provide Video tutorials in the item description for reference how to use this theme, though few buyers gave me very bad rating, can not understand…
alright I have just emailed you wp-admin login details
thx
done 
There are few more problems with this theme.
1. Navigation icons – Navigation is not right no options to add icons and font is different what you have shown in here http://themeforest.net/item/globex-responsive-business-wordpress-theme/full_screen_preview/2871437 2. Text on slider – can’t format it if I add html code ” Custom Slider Title ” it removes the code when I edit it next time. 3. Forms are not working? They don’t send notification email to email id
Can you please advice me on these?
It seems you have not gone through the readme file, I already told you see readme file and “Menu settings” section for adding icons.
I have asked 2 more questions. Can you please address them as well?
Thx
2. do you do not see the color highlighted for span if you use it on the custom title? I need to check it out it.
3. Did you add your email ID in “Theme Options > General Settings” where you can find text field for email.
I did all things correct as you mentioned in your reply and there are no plugins installed at the moment.
Can you please have a look if I provide you admin details???
Thx
yes, email me wp admin access.
I have installed your theme and its giving me few issues.
1. home page slider is not working though images paths are correct. 2. Top navigation is not working properly 3. There is no option to put icon in front of top navigation links
Please reply to ASAP as its kind of bit urgent.
Link : bbcremovals . com . au/
Thx
1. It seems that you use out dated plugin, so please deactivate any plugins used.
2. For the menu icons, please see the readme.html and Menu settings section.
3. For the slider images, did you use “Set A Featured Image” while creating slider items, from “Kaya slider > Add New’ ?
I upgrade to the newest version so that I could updated the Teaser links. However the teasers are no longer showing up on the homepage. It appears that the index.php file no longer contains the code to show the teasers. Is there a new way to add them to the page?
plz login with the buyer account to get the support.
Looks like there is still an issue with the Twitter feed? I entered the correct username and I received the following error:
“A feed could not be found at http://twitter.com/statuses/user_timeline/mattservice.rss. This does not appear to be a valid RSS or Atom feed.” However when I go to http://twitter.com/statuses/user_timeline/mattservice.rss the RSS feed does come up in the browser.
I fixed the issue in the last update, any how I will check with your twitter ID, give me your twitter id.
Hi,
I have two questions/requests:
- How can I add a favicon - Can you please make it possible when you click on a social icon that it opens in a new screen/tab?
Thanks
I will add this option in coming updates.
you can do it now by making few things:
Open kaya_socialicons.php which is located in “lib/functions/shortcodes”
and find this code
$out .='<a href=".$link."><img src="'.$imgurl.'" alt="" width="26" height="26" class="" /></a>';
and replace with this:
$out .='<a href=".$link." target="_blank"><img src="'.$imgurl.'" alt="" width="26" height="26" class="" /></a>';
Thank!
You made one mistake, the code needs to be like this:
$out .='<a href=".$link." target="_blank"><img src="'.$imgurl.'" alt="" width="26" height="26" class="" /></a>';
At the href= you had ” and it needs to be ’ 
Could you also please tell me how I can add a favicon? Thanks!
Wierd, the ” and ’ are being changed by this form… 
Could you also please tell me how I can add a favicon? Thanks!
there is no option specially, you can add it normal way.
http://www.w3.org/2005/10/howto-favicon http://blogs.adobe.com/contribute/2011/06/how-to-add-favicon-to-your-website.htmlThanks for the help!
I coded the favicon and it works! 
On my portfolio pages, how can I disable the “previous” and “next” buttons under the featured image? I would like for each of my portfolio posts to be self-contained, not linked to one another. Thanks!
Open loop-portfolio.php and find this code and remove it.
<div id="portfolio_nav">
<div class="prev_portfolio_item">
<?php next_post_link( '%link', '<span class="meta-nav-prev">' . _x( 'Previous','','Globex' ) . '</span>' ); ?>
</div>
<div class="next_portfolio_item">
<?php previous_post_link( '%link', '<span class="meta-nav-next">' . _x( 'Next','', 'Globex' ) . '</span>' ); ?>
</div>
</div>
Thanks! That was it.
Hi – need a little help please. I have 3 portfolios on my site each of which contain over 50 images – I can only seem to display 5 images – how can i increase the amount of images each portfolio displays? Thanks in advance Helene
Are you using filter option for portfolio? if so there should display all images, if not you can add number of images to display on your portfolio pages while creating Portfolio page using shortcode generator
[portfolio category="developing,graphic-design,logos" column="4" imglink="lightbox" sortable="true"]
Thanks Kayapati – think I may have explained things incorrectly:-( I had created a Project Portfolio page that is set up using the shortcode you demonstrated in your reply. When any of the portfolios on that page are clicked on that page redirect to the actual portfolio the image box just slides through 5 images. You can see what I mean by visiting http://www.gsinteriorslimited.co.uk/?page_id=32 – I need this to allow to slide through all images. Thanks Kayapati
How many images you attached to this page?
http://www.gsinteriorslimited.co.uk/?post_type=portfolio&p=513More than 5? there should display all images which are attached to the post.
Hi Kayapati – I uploaded 70 images to this post – just uploaded and ‘saved all changes’ is that the right way to do it?
I will look into this, can you email me your wp admin access?
where should i email the login details to?
go to my profile page and find a contact form right side bottom, fill it up and submit.
yes, you are right, I will fix this bug in coming updates:
To display all attached images in the single portfolio post: open common.php which is in lib/functions
and find this code:
$args = array( 'post_type' => 'attachment', 'orderby' => 'menu_order', 'order' => 'DESC', 'post_mime_type' => 'image' ,'post_status' => null, 'post_parent' => $postid );
and replace with this code:
$args = array( 'post_type' => 'attachment', 'orderby' => 'menu_order', 'order' => 'DESC','posts_per_page' =>-1, 'post_mime_type' => 'image' ,'post_status' => null, 'post_parent' => $postid );
Thanks so much Kayapati – worked a treat! 
thank you 
The social icon shortcode is not working inside the theme options. I have entered in the shortcode as directed and uploaded my social icons to my server but the icons are still not showing up. Can you help?
Also, how do I add the icons to the main navigation buttons, like seen in your theme demo?
Thanks, Lauren
1. I will check it out if you can give me the url of your website regarding the social icons
2. For setting up icons for menu, please open readme.html file and click on “Menu Settings” where I have explained with image draft.
Feel free to ask me if you still face the issue.
Thanks ram
Once you download files, unzip it and find globex.zip and upload it using wordpress installer.
I have unzipped it but the file globex.zip is not in there – I really need to get this site live asap could you please let me know what it going wrong.
Thanks
Jamie
Once download you will see a globex.zip which is the theme folder.
Go to wordpress up-loader and access the globex.zip and install it.
Let me know if you still face the issue.
I will help you if still face the issue.
Hi! This theme looks really nice. I have two questions before buying it: Is it possible to switch off the slider on the homepage? Is it possible to place recent post widgets (for selected categories and with selected number of posts) anywhere on pages? Thank you and kind regards. Sebastian
yes, you can hide the slider.
yes, you can show recent post widget for any pages, you can also control the post item from which category to display.
Hi!
Thanks for the great theme. I’m looking for the globex.po file and found it, but it’s empty. How can I translate it now?
Kind regards,
Patrick
Patrick
globex.po file must be in the “globex > languages” folder.
I will send you if you send me an email if still not there.
Hi,
I have just bought this item, tried to install it on wordpress but it failed – I have tried it a few times and it says this:
“Unpacking the package…
Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme install failed.”
Once you download files, unzip it and find globex.zip and upload it using wordpress installer.
Hi Kayapati! I can see that you already said that the theme Globex is fixed with our observations. I went into dowloads of my profile dashboard, but I don’t see any. Only I see the link of the purchase I did. Do I have to download the whole theme again, or the updated files are somewhere else? Another question: what would be media or method through which I can add the updates?Is this the same Wordpress plug in (Wordpress Importer) I used to download the DEMO ?
You might be downloaded the files before the files were updated in themeforest, now you can down load latest file.
If made more changes to your theme, then download latest files and update “lib” folder and main root php files.
For the XML demo, yes you need to import from standard wordpress importer.
Dear K: Thanks, everything done. I reviewed and tried the following new upgrades:
REGARDING SLIDER
1) Slider Options (ok/100%) – 2) Slider & Text Speeds (ok/ 100%) – 3) Slider Caption Limit (ok/ 85%).
I might add that #3 is still tricky regarding the issue where it cuts the text. For example, I command it to cut at the 70th character, but I write only 25 and it cuts back in the # 21. However, knowing this I can be tricky too & deal with it, writing a little bit more than 25 characters, maybe 28 so when it cuts back, will include the 25th.
REGARDING ENHANCED COLOR SETTINGS
I have not tried them yet, in a couple days will and let you know the results.
LAST OBSERVATION REGARDING UPDATES IN GENERAL
- I deleted the theme, to upload the new one with the upgrades and updates. I thought I was going to loose the changes in the web site content I´ve been working on in the last 48 hours (a few ones), but they remained the same. I was surprised.
- The only thing that changed logically was the PHP changes I did in the editor files in the same WP Dashboard.
Regards from Costa Rica (2:14 am/ 09/05/2012)
Theme updated as Version 1.2
1. Fixed most of all bugs raised by users.
2. Added new features which are suggested by users, ex: slider caption control, slide speed in theme options.
3. Enhanced colors settings for menu, now you can add colors for top menu bar and top main links, which was not available earlier.
Please check out item details for more updates.
you can download updates file from your profile page.
Go to your admin dashbard and find “Downloads”
Note: Updated files will be available in next few hours, I just updated in to themeforest, which are reviewed by staff released for downloads.