Discussion on Codeus — Multi-Purpose Responsive Wordpress Theme

Discussion on Codeus — Multi-Purpose Responsive Wordpress Theme

Cart 2,530 sales
Well Documented

CodexThemes supports this item

Supported

1243 comments found.

Hello… How i can change the text on the Form of Conctact Page? (change Name for Nombre for example).

and How i can delete the date of the items in the portfolio?

Thanks and sorry for my bad english :c

Hi, concerning contact form:

check page_contact.php lines 25-30 for email and 66-85 for form itself

concerning portfolio date: check plugins/portfolio.php line ~333 – just remove <?php echo get_the_date(); ?>

Hello, How can I change the text size of the team settings in the “team boxes”? My problem is, is that I can’t get all the information of each team member to fit in their box. Any help is appreciated. Thanks.

Here is a link to my problem: file:///Users/garretthughes/Desktop/Screen%20Shot%202014-09-29%20at%203.59.40%20PM.png

Hi, can you pls share your screenshot online, for instance with http://prntscr.com/ ?

Try this custom css

.team-element {    height: 308px; }

308 px is the current state

Hi! My site exceeded 100GB in bandwidth. Last month it used around 25GB. Going through webalizer records, I saw:

Hits 111579 KBytes 30816834 URL /wp-content/themes/codeus/fonts/webfonts.json

Can you please share what could be the reasons for such high hits and bandwidth usage for this file? And how to address this issue?

The next record in the webalizer table is

Hits 4093 KBytes 50250690 URL /...pdf_file

Please respond at the earliest.

Thank You, Shakti

Hi, this file is needed to built the list of fonts needed to be displayed on website. This file is proceeded by php

Hi! Thanks for sharing! Can you please share why there are so many hits in a month to this file? This file has the highest number of hits. The second highest number of hits is much lower. Please see the above for details. Is there anything I can do to reduce so many hits? Thanks!

Hi, it is strange. Actually this file is requested only one time while loading a page, in order to get the google fonts appearing.

Hi there! I want to turn off the text-shadows inside the bloglist-circles (f.e. .blog_list li .date-day), but I can’t find, where they are defined. Could you please help me?

My problem is solved by the key .blog_list li .date-day span {text-shadow:none !important;} but my question is still very interesting for me. Where is it defined?

Hi, check js/quickfinder.js line ~26 – here are all elements defined which need these shadows.


$('.quickfinder ul li .image:not(.thumb), .news_list .news_item .date .day, .blog_list li .date-day').each(function() { 

Hi,

I am trying to update my codeus theme, but I can´t do it. When I click on download, here in ThemeForrest, I am downloading the version 1.2.0. What´s happening? Why can´t I download the latest version?

Thanks,

Guilherme.

Strange. Ok, if you give me your logins, I can check, what is happening

How can I send you an email? By contact form? I will do that. Thanks.

Check mail

Not compatible with Visual Composer 4.3.4. Please update. Thank you.

Hi, pls be so kind to contact me from the account which has purchased codeus or send me your purchase code. Also pls let me know which version of codeus are you using?

hello, I have installed Codeus and am using the front end editor to create my homepage. I would love to have the full width colour background for one of my rows that has text box and video inside. Where can I change the colour so that it is full width and not just the row. As the theme options panel within colours only seems to change the entire background for multiple sections.

Can you pls send me access to your site and I will take a look

I have emailed details, thank you.

Hi, thanx, got it and replied

Hi,

Love the theme, but i don’t seem to be able to find all features.

Fe: how do i set up a gallerie slideshow? And what about the product show case.

Thx for your help in advance!

Astrid

Hi, did you import demo pages to look how they are built? what pages from our demo website exactly would you like to reproduce?

Hi,

Thx for the VERY fast reply.

Okay, thx! I forgot there is sometimes something like a demo page. :) This will help me out.

Astrid

You are welcome!

Hi, pre buy question, is it also possible to use free translate plugin like qtranslate( or mqtranslate, which seems to be compatible with WP4)? theme looks great!, regards, karmafritz

Hi, yes, you can use Codeus with these plugins as well, i would recommend maybe polylang, though WPML is really the better way to do translations.

Hi, Does this theme support parallax sliders?

Hi, if you mean parallax backgrounds, then the answer is “no”, but we are thiking of enriching codeus with this feature in the future. But if you mean parallax slides and parallax slider as the one on our demo website (with stars), so the answer is “yes, definitely!”

okay, that’s a shame because I need that feature for my client otherwise I would have bought your theme. I’ll keep a look out for the future

Hi, some tme ago you have asked about parallax feature in our theme Codeus. We have release a new multi-concept theme – http://themeforest.net/item/scalia-multiconcept-business-shop-onepage-blog-theme/10785742 – here you will find, what you have looked for. I hope you will like it ;)

How do I center the logo above the menu?

Hi, now I see, the code is incomplete. It should be:


#header .logo {
  float: none;
  max-width: none;
  text-align:center;
}
#header #site-navigation {
  float: none;
  text-align:center;
}

That did it. Thank you! I am curious, though, if I put the logo back to the normal on the left it bumps my navigation menu up to the top of the screen? any idea why?

Can you pls share a screenshot with this issue?

What should the logo sizes be?

Hi First, thanks for theme, I purchased twice now :)

My problem is my Events pages: http://development.fourier.com.au/ncscham/events/category/industry-event/

and

http://development.fourier.com.au/ncscham/event/ncs-chameleon-new-zealand-customer-conference/

I want the background on these pages to be white the same as all the other pages on the site but I cannot find in Firebug what css code to put in the custom css box. Hoping you can help.

Thanks in advance S

Hi, as i see you use some third party plugin with its own templates, not ours

oopsies… ok thanks

no problem

Hello, Great theme, one issue, My client would really love the top main menu to remain static, not moving at all or following the the page up and down, if that’s not possible then at least have the menu stay the same size and not changing whilst the page is scrolling. Any help would be greatly appreciated.

Hi, check scripts.js

at the bottem you have now:

jQuery(document).ready(function() { if(jQuery(window).width() > 800) codeus_header_fixed_init(); });

just comment out or remove :

if(jQuery(window).width() > 800) codeus_header_fixed_init();

Thanks, might be worth adding a toggle switch for that in the back end, just a thought!!!

yes, very good idea, thanx!

When clicking on a “client logo” , how can the “client logo” popup with the content of an external page in a lightbox or fancybox? I see where to put the link for the “client logo” but I don’t know the “code” needed to make a popup window. Can you send the code for this? Thanks!

Hi, this functionality is not supported in codeus. In order to do this extra programming will be needed. If you are interested in pay support i can make an estimation for you

I need “socials” (both icons and link entry) for YouTube, Instagram and Pinterest.

Hm, i cannot post the whole code here, pls contact me via my contact form or on which email I can write you?

check mail

Hello Gregor, Is it possible to disable quickfinder hover feature on just one page? Thank you for your time and always amazing support.

Also, if there are only 2 Quickfinders in a row, they default to spacing themselves along the left and right outside edges of the row. Can I make it so that they center themselves in the middle of the row? I do not want a big blank area in the middle of my row. I could not find how to accomplish this. Thank you

Hi, this is possible by modifying our js scripts for quickfinder. We can do it for you as extra paid support, if you are interested, pls contact me using my contact form

I’d like to have the Page selected in the Home Page Generator NOT display the headline. How can I do that?

Hi, use following custom CSS:


.home-constructor .block.content h2 {
  display: none;
} 

That worked great. Thank you!

you are welcome

Hi,

Where do I put my portfolio item description?

When I create a new portfolio item I’m not finding where I have to put the item description and there is nothing teaching how to on the documentation!

Please help me!

1. in your portfpli item page check in screenoptions if excerpt is activated http://storage6.static.itmages.com/i/14/0923/h_1411463698_1331379_c5f666a7c5.png

2. fill in your description in excerpt field here http://storage9.static.itmages.com/i/14/0923/h_1411463758_2673508_4f1a435b24.png

Hi, I already fill in my description in excerpt field but it’s still not showing. Only when I import the Demo_Content xml and made the changes inside a created portfolio item that works. I think there is a bug on my theme!

Can you pls send me logins to your site and link to the portfolio item where there are no excerpts showing?

Hello, I’m still using version 1.2.2. of this theme. Is there anything I have to look after if I want to update to the newest version 3.0? Are somethings broken after this update or not working correctly anymore? Pleas let me know.

Thanks in advance!

Hi, if you have made your ow modifications in scripts and style.css of codeus, so you need to backup these modified files, upgrade codeus and then carefully implement your changes in new scripts and style.css from the old ones. All settings in theme itself (i.e Theme Options) will stay unchanged after upgrade, don’t worry. In any case I always advise to mack a full backup before upgrading in order to avoid any unpleasent things

Ok, thank you. And the shortcodes that are being used from version 1.2.2? Will the content show the same on the pages and posts with the new Visual Composer or do I have to change a lot there?

You have created your content without visual composer, so if you wish to use visual composer with your existing content you need to do this:

http://codex-themes.com/codeus/recommended-plugins/js_composer_warning.html

otherwise you just can ignore installation of visual composer and don’t install it, so everything will be so, as now

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey