610 comments found.
How i Edit the Heigth of the sidebar?
It will stretch automatically based on the content you add in the sidebar.
i dont think so…look at this http://www.senderosdepoder.org/pp/...there are a big blank space below..and dont strech automatically.
Can you provide me the correct issue page link?
As the left content section is lengthy the sidebar to stretch automatically in vertical.
Sorry, but somethings its wrong. I delete widgets, i put widgets, but the blank space its more bigger. If you look in the inner page, all ok, But the problem are in the homepage. In Chrome i see the code:
element.style {
height: 1444px; <—-—-—-—-—-—-—--
margin-top: -50px;
margin-bottom: -50px;
padding-top: 50px;
padding-bottom: 50px;
but i cant find where its to fix.
I opened this page and do not see the issue as you mentioned.
http://www.senderosdepoder.org/pp/How i change the image of the background. I want to place a custom background in front pages and all other pages (pages, post, etc)
Sorry, right now there is no option to change the background for individual pages/posts.
ok, but i want to change the background, one background image for all the site. its not possible?
That is possible from “Appearance > Theme customize > Header Section > Header BG Image” where you can add header image.
dont work. I want in the BACKGROUND, not the header. and dont work.
Then try this:
Go to “Appearance > Background” where you can add your own background.
i delete some lines of de css style and install a background plugin and works fine.
Its good.
In the menu i put in the css field the names of icons, but the icon dont show in the menu.
You need to put icon name in ‘Description’ field
Ex: fa-home
I put a recent post widget in the pagebuilder, but in the visual editor the recent post are too, and in the main page a blank space ist below of the recent post. please help.
Can you show me the website url?
senderosdepoder.org/pp
You mean the blank thumbnail?
If you have not added featured image to the post then the blank image is displayed.
Please explain details if the answer is not related to what you are talking about.
i solved this
Thank you 
I have problem with the blog page, and porfolio.
The portfolio items send to a page not found error. and the blog, looks ugly. Please, help.
Try by navigating to “Settings > Permalinks” where set default and save, again set to “post” and save changes.
Hi, this works in the portfolio, but the blog still broken.
Can you email me your wp admin access to check it out?
Never mind, I saw your config!
Hello, after updating the menu has disappeared. I can not add to the menu page. I did delete the old new menu. but did not improve. It looks just 3 title. others do not appear. www.motokurye.com.tr
Yes, this is know issue and we are fixing this bug.
You can try this:
open header.php and find below code in 2 places.
‘theme_location’ => ’ ‘
and replace with this:
‘theme_location’ => ‘primary’
Thank you. problem solved
Glad to help you, it would be help us if you can give us rating for this theme from your download section.
Hi, I am having difficulties with accordions on a Portfolio Post. How can I access the shortcodes on a Portfolio Post? The PageSiteBuilder just shows that on normal Pages and normal Posts, but not on Portfolio Posts. Also, I am using the Left Align. Is there a way to add stuff below the images when using Left Align? Also, can’t find the way to change the background color of the Navigation Icons just below the slider. It is white to me, can’t find how to change its color, besides changing the CSS directly.
Go to Settings > Page Builder > Post Types > Portfolio, here you need to check the portfolio check box.
Right now there is no option to add content below image when use left/right alignment.
css/elastic.css this file deals with slider color, but the orange color comes from accent color option from theme customize.
I understand. What about the navigation icons, or better said, the info boxes? How can I change that color? Is there an option for that? I don’t know if that is the proper name, but I am talking about the ICONS and the INFO just below the slider.
Can you provide me the screen shot?
Hello! After the upgrade, wordpress 4, can not customize the top menu in Primary Navigation, and there was a space from the menu below to the slider. My Site http://barko-solutions.ru/ Please help
I too see the issue with my demo, when update to wp 4 its not accepting the primary menu which was created earlier.
Can you try with other name as new one? I tested it with my other themes which seems working fine.
Hello, Is there a possibility to make the template in full wight without the borders on left and right sides? Cheers,
yes, it can be done easily, we will guide you how to do it if you contact us once you purchase it.
hi, I’m not able to find white box (content wide start) where ‘how it works’ ‘why choose us’ is written. I want to remove hello world from there and add my content. Plz help!
plz post query with buyer account to get support over here.
Just released new update by fixing these bugs:
1. Logo display from theme customizer
2. Plugin Translation issue while using .po files after converting your own languages.
I have the newest version of the files, but my portfolio filter tabs aren’t working properly. They’re displaying multiple portfolio categories when they’re clicked on. You can see the issue here http://anomalyproductions.ca/portfolio/
We see the issue and now we are working on fixing this bug, we will update theme as soon as done.
You can download latest one and replace plugin.
how i can delete (i dont want show) page tittle. 
(globex 1.4)
In the version 2.0 and above you have an option, download latest files and update it
i cant update yet… main css styles have a lot custom changes…
Yes it’s completely re designed from scratch to date trend.
so. how i can delete page tittle in v1.4
Open page.php and remove title code.
Is there a way to remove the links from dropcaps? I’d like the small dropcaps on the homepage to just be icons with no links.
Just keep the link field empty
Thanks for the reply. When I leave the link field empty, the dropcaps automatically link to my homepage.
We are working on this, we are trying to remove the hyperlink to the dropcap and adding it to the Titles. How it would be?
That would be very helpful. When can I expect an update?
Just updated theme, now you can down load latest files and updated plugin from “lib/plugins” folder
Thanks for the quick work. What files do I need to update?
Download wordpress files from download section, replace “kaya globex page widgets” in plugin folder, get the updated plugin from “lib/plugins” folder from cooks theme folder.
Works great, thanks very much! Is there any way to remove the hover over action when the cursor is placed over the dropcaps? They turn white when the mouse is placed over them.
yes, we did it intended, what ever text color as becomes bg color of dropcap, just use light gray color for drop cap text then that becomes as bg of dropcap,.
If you do not want then you need to delete the code from kaya_widgets.php let me know I will tell you which code to be deleted.
Great I will change the BG color of the dropcap, thanks for the help!
Glad to help you, feel free to ask if need further help.
What code would I have to delete? I tried changing the color of the dropcap text but that doesn’t really work for me. Just want the dropcap to stay the same color when the cursor is placed over it.
open kaya_widgets.php from “plugins/Kaya Globex Page Widgets/” and find this and remove it.
<style type="text/css">
.dropca-<?php echo $dropcap_rand; ?> a:hover {
background-color: <?php echo $instance['dropcap_color']; ?>!important;
color: <?php echo $instance['dropcap_bg_color']; ?>!important;
}
</style>
Let me know it work.
I removed the code and re-uploaded the file, but it didn’t seem to do anything. Not sure what I’m missing.
Can you email me the wp admin access?
Sent, thanks!
done.
can you recommend any events calendars that will work with this theme? I tried the timely wordress plugin and while it is the plugin i would prefer to use, it does not work very well with this theme, somehow it breaks the css on pagebuilder.
Can you explain more what are the issues you see with page builder when you install plugin? I just installed it and do not see any issues or styles missing.
I’m using a page similar to your setup http://themeforest.net/item/globex-responsive-business-wordpress-theme/full_screen_preview/2871437
When i put the upcoming events to the right of the slider it shows up fine. Once i start adding events and then refresh the page it removes all the formatting on the page and I see my slider image on a white background multiple times. It’s almost as if the plugin is messing with the css. That might not be the case, but that’s the only way i can explain it. It’s like a page with no css.
guess that didn’t come through on the link. I am using a homepage similar to your homepage 10
Sorry, I can not guess where the issue is, do you see the error message or issue from page builder or plugin you used?
Any screen shot?
Sorry to sat I have not tested event plugins to recommend you.
i’ll send a screenshot when i get home later today. I am currently running it on wamp for testing purposes
ok fine.
do you have it up and running with the upcoming events listed in a pagebuilder page next to the slider? Just curious, because i saw your post saying you had the plugin installed. If so, can you send me a link to your page?
No, I just installed even plugin and see the page builder view and do not see any issues.
can you send me a link so i can see?
just installed in local server.
I’m receiving the error “Fatal error: Maximum function nesting level of ‘100’ reached, aborting!
I then changed it to 250 in php.ini and get “Fatal error: Maximum function nesting level of ‘250’ reached, aborting!”
You mean getting the error when installing plugin or theme?
so the plugin installs just fine. When i go to use the pagebuilder widget for upcoming events it doesn’t keep the settings i choose when i try and save it. It just goes back to the default settings and doesn’t display any events
I have it setup on a live server. do you have an email that i can give you login information to take a look?
Go to my profile page and send an email by filling the form.
sent
Hello, good morning. I just installed thema of you and post the image of the logo in the header and it is not charging. Can you help me?
you can change the logo from theme customizr, have a look at this video:
https://www.youtube.com/watch?v=86aN9yFVGcgIm looking at your theme.. but our logo has to go across the top of the page (stretched over the menu bar) ... can your theme accommodate a logo like that
It can stretch up contact info, if need more than that we can manage it by editing code
What about updated version?
Oh, sorry. Does not read previous comments. 
Them has been updated and the files will be available for download in next 12 hours.
Unable to change the Elements Hilighted Color, it does nothing. And when are you going to supply an update to your updated new Globex theme?
Within 2-3 days
are you sure about that? Very disappointed that i have purchased a theme that has so many issues and is currently unworkable.
Do not worry, we mostly completed updates we will updated by tomorrow.
you can view our live demo here:Updated New theme demo
I will send you updated files if you can email me by tomorrow in case the update review process may take time.