1243 comments found.
I am wanting a title to be displayed above the quickfinders. Is there a way to display the name of the quickfinder set?
Hi, there is no way to display the title of quickfinders set on homepage, but on all other pages it should actually work
Hi,
i need to decrease the size of the title of “Team”, how can i do?
Thnx
Hi, sorry for delay in answering. Can you pls show me, which title do you mean?
Yes sorry i mean the size of the Name http://codex-themes.com/codeus/shortcodes/team-customers/team/
You understand what i mean?
Yes, try this code in custom CSS field in Theme Options:
.team-element-name {
font-family: 'Aileron Thin';
font-size: 24px;
font-style: normal;
font-weight: normal;
line-height: 31px;
}
Thnxx
You are welcome
Another question… client would like to have rounded corner boxes in the contact and footer backgrounds. (Same request was made for the page title headers, which I was able to do.) I put the background in the footer, but it is repeating and I need it to display at 100% and not resize. And I can’t seem to locate where to put the background image into the contact area at all.
Can you point me in the right direction? I will send mock up image of we are looking for through your contact page.
Thanks.
Hi, 1. go to “Theme Options” – “Colors” and set your colors for:
- Contact Background Color - Footer Background Color
2. got to Theme Options – General and use this code in custom css field:
#footer #contacts {
border-radius: 50px 50px 0 0;
}
#footer #bottom-line {
border-radius: 0 0 50px 50px;
}
Thank you. This worked beautifully, except the #footer #contacts box. The top radius is not working.
What do you mean with top radius? Screenshot?
You can view the footer here: http://www.thebranditagency.com/. The Contacts background is not displaying the radius along the top as coded.
#footer #contacts {
border-radius: 50px 50px 0 0;
}
it should definitely work
pls remove
pre tags
That did it!
Thank you.
You are welcome
Hi, How can we have tags and categories for News? It is just available for Posts.
Hi, yes, in current codeus version you cannot categorise news, it is planned for future updates
OK, Thanks. What was the intention for creating the News type, beside Post? For what purposes might we use each of them?
News are more of common corporate nature, intending to provide some update information about a company. Blog is more of interactive social way to present update posts, very often companies don’t want to manage blog, but just simple news articles
Hey, Could you tell me if there is a way in which I can either 1. Change the order of the page title and the page slider, i.e. bring the page title above the page slider
or
2. Completely remove the page title from the page.
This is when I am creating a new page.
Hi, concerning 2 pls use following in your Custom CSS :
.page-title-block { display: none; }
Is it possible to that at a page level? I could not find a place on the edit page for custom CSS
Check Theme Options -> General -> Advanced, here you have Custom CSS field
Sorry, I meant that is it possible to change it at an individual page level? Doing the above will apply it across the whole site.
body.page-id-1374 .page-title-block { display: none; }
use your ids
Perfect thanks.. Is getting the shortlink the only way to get the page id, or is there another way? Mainly because the shortlink button is not visible until I publish the page..
IDs is the only way to operate it
I can pick it up from the url.. thanks.
You are welcome
single.php line 138 is missing the comments template include!
comments_template();
Hi, what do you mean exactly? What would you like to do?
I’m finding on glitch, but it’s important. When creating Portfolio pages the page title bar refuses to display. No matter which background or color I set, no title bar displays.
Is there a fix? Or conflicting setting that is preventing it from working correctly?
Hi, in order to check it i would need a link to your pages as well as temp admin access, can you send it via my contact form? Thanx.
Just sent. Thank you
check mail
Thank you.
You are welcome
One more glitch that I’m pretty sure I didn’t do.
In the Testimonials, the company doesn’t display. Actually many times when I put the company in and it “save” the info completely disappears from the field.
How do I get this to work?
Hi, pls download the latest Codeus version and re-install it. I am not sure, which version do you have, but we have fixed this issue in v. 1.2.2
Will do. Thanks.
You are welcome
getting this error Warning: is_readable() [function.is-readable]: open_basedir restriction in effect. File //*/wp-content/themes/codeus/plugins/black-studio-tinymce-widget/languages/black-studio-tinymce-widget-en_US.mo) is not within the allowed path(s)
Hi, pls send me temp login to your WP install, I will take a look
Is there a HTML version of this theme? I would like to buy both the HTML and wordpress edition.
Hi, thanx for requesting, We have only wordpress theme itself as well as all layered PSDs of designs. There is no pure HTML version included.
just bought it and its downloading
would be awesome if you could get a HTML template. I know alot of people who would buy this theme in HTML. Im brand new to WordPress so I was wondering if you could help or point me in the right direction. I’ve been reading a bit about child/parent themes so that when an update occurs, you dont lose your customisations. Can you please advise how I only edit the child template and ensure only the parent template is updated?
Hi there,
Just tried installing your WP theme. I successfully transferred the parent folder via FTP and created a child folder. After activating the child theme, WP asked to install the Slider Plugin. When trying to do so, the following error message occurs:
Downloading install package from http://codex-themes.com/codeus/required-plugins/layersliderwp-5.0.2.installable.zip…
Warning: touch() [function.touch]: Unable to create file /tmp/layersliderwp-5.tmp because No such file or directory in /home/buzzwebs/public_html/wp-admin/includes/file.php on line 155
Warning: unlink(/tmp/layersliderwp-5.tmp) [function.unlink]: No such file or directory in /home/buzzwebs/public_html/wp-admin/includes/file.php on line 500
Download failed. Could not open handle for fopen() to /tmp/layersliderwp-5.tmp
Can you please advise what I should do?
Hi, thanx for purchasing. Concerning the child theme – yes, it is correct way to make modifications.
the classic way is as usual:
1. Create a child folder in /wp-content/themes 2. In this folder place empty style.css and functions.php 3. in style.php use this code:
/* Theme Name: MY CHILD Description: Child theme for Codeus Author: Codex-Themes Template: codeus */
@import url(”../codeus/style.css”);
concerning the slider issue, can you pls contact me via my contact form and provide me access so I can take a look? Thanx
We are currently thinking of buying your great looking template. Thought we have now have too many bad experiences with bying templates on this site – Everytime we buy the seller runs away.
How long are you going to support this template? And can i make sure that it will work when bought?
Hi, thanx for requesting. Concerning support – take a look at our testimonials and reviews, I suppose, our buyers are satisfied with theme support. We provide support for the theme itself, however as usual we cannot provide support for any third party plugins or customizations made by customers themselves. But we are always there to consult our customers in any questions they have.
Hello,
From an Android device test, I noticed some elements on the homepage slider were cut off, such as call to action buttons and hidden texts. This means the theme is not fully responsive. Any plans to improve this soon?
Hi, Homepage slider is the Layerslider and has some visual limitations concerning displaying of extrenal html/css elements like buttons in responsive version. In layerslider you can include just everything you wish to display on your slide, including external html/js/css. However it is difficult to make these extrenal elements responsive inside the layerslider, because layerslider controls its behaviour depending on screen resoultion, excluding the behaviour of these external objects/elements.
I now understand, thank you for shedding light.
Another question, does the theme include WooCommerce or is the shopping page built into the theme?
Hi, yes, Codeus includes full WooCommerce support, check here http://codex-themes.com/codeus/shop/
Yes I saw the Shop page earlier, which is why am asking if it includes the WooCommerce plugin, or I have to download, install and configure it separately?
After installing Codeus, you just go to “Plugins” and install “Woocommerce” and activate it – that’s all!
Hello,
o like this template, is it compatible with rtl languages?
Thanks Fortunella74
Hi, we didn’t test it with rtl languages, I suppose it could be problems with the Aileron font we are using on or demo site, but you can change this font to any other you prefer and which is rtl compatible
so the only problem would be the fonts? the fonts are not a problem, all Arial and Georgia fonts are compatible to my needs, I can change it easily , the question is if there could be other problems, I understand that the template is quite elaborated. I really like it, but I need to know that it will work
Hi, i understand your concern. To be honest we didn’t test it on rtl languages, that’s why I cannot say 100%. But in theory there shouldn’t be any problems I suppose
ok thanks, I will think about it and see if I take the risk. Thank you
You are welcome
Hello. Great theme. I dont want to have Responsive layots. Can u help me to remove them from this theme?
Hi, thanx for purchasing. Though it is very “exotic” wish, because responsive is actually state-of-the-art nowadays, can you pls specify exactly your intention, why would you like to remove it? Pls contact me via my contact form, thanx
I see another post regarding the font in the slides displaying as Times instead of the assigned. But I don’t see a fix for this published. I’m having the same problem. Can you tell me how to fix this?
Thanks again! Great theme and fantastic support.
Can you pls send me WP access via my contact form so I take a look
Info has been sent. Thank you.
Hi, I have checked your website, actually all fonts are displayed properly as Aileron. But if you need to change it to something else, use Font settings in Layerslider itself. Check http://storage6.static.itmages.com/i/14/0505/h_1399275556_1042578_66cb5a325a.png – in text layers you have a font option
The live site is displaying correctly. But the font is displaying in Times on the admin side. This makes it difficult to align and space the text within the slides. Is it not possible to see the font in the LayerSlider correctly?
Hi, unfortunately not, due to Layerslider specific
Ok, thanks again.
You are welcome
Awesome theme. One of the easiest to setup, but by far one of the best looking themes. I have purchased many themes through Themeforest and this was the easiest to set up. Thanks for providing such excellence and detailed documentation. I will be rating this theme 5 stars!
THANK YOU VERY MUCH!
Hi, I purchased codeus yesterday and have been using it with a child theme. Two questions: - Can I use a page as a frontpage and keep my header image, title and excerpt? It always disappears. Does this require modification to the header.php or can it be done otherwise? Using the homepage builder doesn’t solve it. - My client prefers the google maps thing at the bottom of the contact page. I see it also is in the header.php. Any ideas how to solve this and keep the full width of the page? Thanks.
Issues nearly solved: header.php adapted & coded google-maps block in the page_contact.php, just above the get_footer. Just one thing to solve: The homepage loses its title, but keeps the excerpt. Any way to fix this?
Fixed the last issue too. A small hack in the functions.php allowed me to add manually a title to the homepage.
Hi, sorry for delay in coming back to you. As I see, you have resolved everything by yourself – GREAT!
Hello Codeus, i have a problem with the company names in the Testimonials – They won’t save, any solution to this problem? 
Hi, it is an issue we have fixed in the current update that we will upload this weekend. Sorry for inconvenience.
It is a beautiful theme, truly class..One quick question: Where can I find or apply the stars-parallax image you have on the demo site? It is just transparent on mine.
Hi, thanx. Pls request me via an account which has purchased codeus. I don’t see, that “tomtomlinson” has purchased
Can you please tell me if this theme is Child theme compatible?
Hi, yes, of course, in a classic way. Pls contact me via my contact form after purchase if you will need any assistance.
Dear Sir,
Thank you very much for the wonderful theme i would like you to install the demo content as appeared on the website being sold at. how can i reach support to assist me install and customize the theme ?
I purchased the theme already.
CODEUS THEME
Hi, thanx for purchasing. Pls contact me using my contact form and describe in details what kind of customizations do you wish?
could you please give me the link to the contact form ?
Sure, here you go: http://themeforest.net/user/CodexThemes