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.

Hi. How to insert testimonials not widgets, but just on the page using Visual Composer or chortcodes? Or how to insert a page in a simple editor, but not in the Home Constructor? http://saveimg.ru/show-image.php?id=be03a74a80941f185fcd0ba21266f6d4 http://saveimg.ru/show-image.php?id=be03a74a80941f185fcd0ba21266f6d4

but this layout you show me yuou can do with home constructor by combining two pages

home constructor, I understand that, but I do not use it … “insert one page in another using shortcodes” exactly. thx, “we consider to include testimonials as shortcode in future versions of codeus” will wait…

OK, you are welcome

Hi. I like this theme a lot so far, but just ran into a problem. I want to use Layer Slider to dynamically display content from my blog posts, and it’s set up to do that. However, Codeus uses News, not Posts, for its blogging feature. Any way to get Layer Slider to recognize News items, or Codeus to recognize Post items? Thanks,

Dave Garlock

Hi Dave, can I take a look at you settings? can you share your logins via my contact form and describe a little more details of your issue?

Hi Guys,

Is the a way to add a capcha to the from as I am receiving a lot of spam emails.

Many Thanks

Hi, please try it with contact form 7 and captcha settings.

Humm it seems that the description of my problem was lacking in detail. What i meant to say was.. the main slider on top the pages. That one was bothering me with weird flickering and erratic sizes while on different rezolutions.

Best regards

i found it ^^

and i fixed it my self

Hi, big sorry for delay in getting back to you because of weekend. I am glad to hear you have solved it. Thanx

Hi mate.. awesome theme… and great job. I wonder .. the responsiveness doesnt seems to be working propely for me. I presume it has to do with the settings. There is a awfull down scaling of pictures ..if any.. and in full size the pictures seem to be croped in lower rezolutions. My adress is www.trendwell.se could you take a look? Best regards a happy customer

When activating this theme – admin backend goes blank. How do we fix this? We had the older theme previously.. and even deactivating things nothing fixes this. thanks

check mail for my answer

I actually replied – did you need more than my cPanel info?

Yes, i have seen your reply. I have then replied>

Hi, umfortunately i cannot see your error.log file in order to see what causes these problems. Pls request your hoster to get error.log or any access to error logs.

In cPanel i cant find these error logs, can you ask your hoster of how to get it?

Hello, I purchased your theme and I think is great, the only thing my client wants me to do is remove the navigation effect so it does not appear when you scroll down, instead he wants the navigation to remain at the top of the page so it disappears when you scroll down, is there an quick way to do this?

Thanks in advanced!

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();

Hello, thank you soo much for the fast response, can you please tell me where the script.js file is located?

scripts.js is located in /js/ folder in codeus theme folder

Hi, I’ve seen that you already resolved my problem for wildix but privately. Is there any way you can give me the code modifications you applied for him in order to show news for multi languages and not all of them mixed together? thanks!

Hi, the problem was resolved in codeus since version 2.0 I suppose. Which version do you have? Can you update to the latest version?

In fact, I still have 1.2.1 installed, I have modified too many parts of code to answer my client’s particular demands, that updating now would remove all of my costumizations. Anyway I’ve already resolved the problem checking for the page’s ?lang=XXX variable and inside the for-each loop checking only the articles which URL have the same lang variable inside. Thanks so much for your quick response tho!

No problem, you are welcome!

Hello!

I just bought the code. But I didn’t receive any guides to start using it, and I am very lost.

Where can I find/download the detailed starting guides?

Thank you!

I do have the theme I already instaled it in Wordpress. What I don’t have is any instructions / guides. If I open the zip file in the documentation/assest/img/getting-started folder I just find some .jpg files.. Can you please tell me where exactly do I find the getting started guide? I just can’t find it! =S

I just found out I have tu run the Index.html file… sorry but it was not very intuitive that index was in fact the guide… thanks!

Hi, I am sorry for this confusion! Pls don’t hesitate to contact me in case further questions. Thanx

Hello – I am really looking forward to purchasing this theme and using it for my business. I had a couple of quick questions and made a 1 minute video to explain them http://screencast.com/t/M8mfVtibikn I would appreciate any help you can provide. Thanks

Hi, thanx for requesting. The usual standard license on Themeforest covers the usage of the theme on one domain. So you can purchase it for one domain, test it there, uninstall it and install it later on other domain. Important thing is just that you use the theme only on one domain at once. Or you can develop your website on one domain, test it and when it is finished, transfer this website on Live domain, using Migrate DB – is usual practice.

Thank you again for the quick response and we will be purchasing the theme :)

Hi,

I just moved the finished site from the development server to the production server and whenever i edit the content of a page and then click ‘update’ in wordpress, it gives me these errors:

Notice: Undefined index: codeus_gallery_images in /home/prodserv/public_html/wp-content/themes/codeus/plugins/gallery.php on line 87

Notice: Undefined index: codeus_gallery_images in /home/prodserv/public_html/wp-content/themes/codeus/plugins/gallery.php on line 87

Warning: Cannot modify header information – headers already sent by (output started at /home/prodserv/public_html/wp-content/themes/codeus/plugins/gallery.php:87) in /home/prodserv/public_html/wp-admin/post.php on line 235

Warning: Cannot modify header information – headers already sent by (output started at /home/prodserv/public_html/wp-content/themes/codeus/plugins/gallery.php:87) in /home/prodserv/public_html/wp-includes/pluggable.php on line 1121

Any idea what is wrong?

Thank you

Hi, pls be so kind to share your wp logins via my contact form and I will take a look.

Hi, did you get the login details I sent via your contact form?

Yes, thanx, i will check the issue asap and get back to you

Hello, I wonder if there is a translation of the admin panel in Portuguese.

Thank you!

Thank you!

You are welcome

Hello!

We are having an issue with the mobile version of our site: teamcreativefire.com. Is there a way to disable the slider on mobile, since it doesn’t display correctly?

Also, the Quickfinder buttons are obnoxiously huge. Is there any way to scale those down on mobile?

Here is a screenshot: https://www.dropbox.com/s/rdlas6kvuwm4zd8/IMG_8302.jpg

Thank you!

Hi, pls try this custom CSS:


@media (max-width: 768px) {
    block.slideshow {
        display: none;
    }

    .quickfinder ul li .image {
      font-size: 35px;
      height: 80px;
      line-height: 80px;
      width: 80px;
    }
    .quickfinder ul li .image span {
      font-size: 35px;
      height: 78px;
      line-height: 78px;
      width: 78px;
    }
} 

Hello- is there a way to disable the top menu bar on a specific page? I want the top menu on most pages but not on every page. Is this possible?

I suppose it is not possible, sorry

Ok no big deal. thank you.

you are welcome

For iconed text, is there a way to have two lines and have the text appear vertically centered with the icon. As of now the first line is centered, rather than the block. Screen shot here: https://www.dropbox.com/s/jgrch2ijbevorzx/Screen%20Shot%202014-07-31%20at%2012.00.26%20PM.png

Hi, pls try this custom css:


.iconed-text > .icon {
  margin-top: -19px;
  top: 50%;
} 

Hello – I have a suggestion for future updates to please make a contact form that can go into the sidebar. That would be great – thank you!

I did not realize it worked that way- thank you!

np, you are welcome

This theme is really awesome no words to describe it, just before i buy wanted to make sure that can i have different portfolios like say for example www.xyz.com/portfolio1 and www.xyz.com/portfolio2 they both showing different portfolio information and not same.

If that would not be possible than i would be heart broken :(

Hi, thanx for requesting and thanx for your words!! Not quite sure I have understood you correctly. Take a look at our demo site, here in the portfolio overview you have different items, each of them separate from the other, like here http://codex-themes.com/codeus/portfolio/portfolio-with-filter/three-columns-with-filter/

And you can make any different portfolio item pages as you wish like here: http://codex-themes.com/codeus/portfolios/cross-media-campaign/ http://codex-themes.com/codeus/portfolios/corporate-design/ etc.

There are following portfolio item types: item page, image lightbox, video lightbox (youtube, vimeo, selfhosted), links (internal, external)

Hello, there is a way to set the RSS feed url for the News page? I saw only the feed for blog post, not for the news section. in example News page http://codex-themes.com/codeus/pages-and-blog/news/ there isn’t the category feed url, how I can set it please?

Thanks

Hi, interesting request ;) I should check it and come back to you later

Hello, any news about this question?

Hi, sorry, due to my vacations I have overlooked your request. Unfortunately there is no such possibility for news by default in codeus.

How do you turn off the Navigation Menu animations, please?

Hi,

check scripts.js

at the bootom you have:

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

just remove or comment out following:

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

Hello, love the theme, but I would like to add additional icons to the 200+ collection that comes with the Codeus theme. Please send me directions for the process. My needs are exactly like those of kboehmer.

Thanks

Hi Kevin, pls send me details of how to log in, thanx

Hi, thanks for your willingness to resolve this. Please email me directly so I can provide you with the Go To meeting credentials. Please let me know the time you would like to meet – let’s schedule according to Greenwich Mean Time – GMT (I am GMT minus 6 hours) – I will accommodate your schedule. Thanks again, I really appreciate this.

Hi Kevin, unfortunately I will be on vacations from tomorrow for 14 days, checking my emails and making support using themeforest. I will not have any possibility to make a Remote Support in this case. Pls send me your access data and I will manage it as I will have a possibility to do this. Thanx for understanding

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