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, I am in looooove with this theme! I’ve downloaded it, but I can’t figure out how to open the template to begin working on it. I know I’m missing the step after I extract the file. Please help!!

Hi, thanx a lot for purchasing. Did you follow the steps described in documentation (chapter Installation)? You will find documentation in folder Documentation after unzipping main codeus.zip file. Just start index.html with your browser

We are having difficulties with the pagination of the News items. I think it has to do with the fact that we have are using the page name “What’s New” instead of “News,” therefore the permalink is changing to /whats-new/ instead of /news/. I’ve temporarily changed the number of posts per page to 20 until this is resolved. But when it is set to 5 per page and you click on Page 2 or the right arrow at the bottom to go to the next page, it doesn’t do anything and remains on Page 1. Is there a way for me to set the proper slug to the page name so the pagination works?

Hi, can you pls send me login details and url to your problematic page?

Hello, how can I open an accordion menu with a get variable? I have an accordion menu, by default the items are all closed. If I go to that page from a specific page, when the page load, I want to open a specific item. I hope it’s clear.

Hi folks, have looked and wondering if anyone else has encountered this – when posting a link, FB will not ‘pull’ an image (though I have set a featured image). I’ve tried a couple of Open Graph plugins, but still no luck. I’ve checked via the FB debugger and got: ‘Inferred PropertyThe ‘og:title’ property should be explicitly provided, even if a value can be inferred from other tags.’ No idea what this means or how to fix it. A friend advised this: ‘The error is complaining that there is no <meta property=”og:title” content=”Articles + Reports”> tag, even though it could work it out (infer) by looking at the <title> tag (the other tag mentioned) in the rest of the page source. That is, your plugin is not putting the tags in. It should. Or it might be expecting to be used in conjunction with another plugin that puts in the og:title and og:url tags.’ ...which is still not meaningful to me – I can do basic code, but if stuff is not WYSIWYG, it may as well be German to me! Can anyone suggest a plugin or offer specific instructions (step by step) on how to fix this? No image coming across seems to be a common problem among Wordpressers posting to FB.

Hi, Ive purchased and installed the theme. Super Stuff? I’ve also imported the demo content and I’m looking for the first page as presented in your demo… but without succes. Any Idea what is the name of that page?

thanks in advance

Home page builder is working. Thanks for the explanation. I’ve started wholeover again but if I import demo data today there is no media files in my website

Where can I find you contact form

Is there anyway to add a caption,a text, a title, underneath the clients logos?

Thank you.

Hi, in standard codeus you don’t have this possibility. If you cannot find any workaround we cfan agree a kind of paid support and we will organise it for you, pls write me via my contact form to discuss it, thanx

OK. And What’s the utility of “Client description:” in the add a new client’s page?

It’s a hover

I followed the instructions on updating the theme to the latest version; however I must be missing something because whenever I active version 3 WP gives me a white/blank screen.

Hi, strange. I need your WP and FTP access to check where is the problem. Pls send it to me using my contact form, thanx

How do I assign the email address that the contact form sends form submissions to?

Hi

I am using a widget for the footer with the following code but it’s not responsive. Are you able to help me make it responsive? http://development.fourier.com.au/ncscham/ <div style="width: 1300px;"> <div style="float: left; position: relative; width: 600px;"><img src="http://development.fourier.com.au/ncscham/wp-content/uploads/2014/08/NCS-Chameleon-Logo-217-x-49.png" /> <p></p> <br />© NCS Chameleon Ltd 2014 | <a href="" style="color: #ff6633;">Website Feedback</a> | <a href="" style="color: #ff6633;">Privacy Policy</a> </div> <div style="float: right; position: relative; width: 100px;" /> <div style="float: right; position: relative; width: 575px; font-size: 16px;"><a href="" style="color: #ff6633;">Products</a> | <a href="" style="color: #ff6633;">Solutions</a> | <a href="" style="color: #ff6633;">Services</a> | <a href="" style="color: #ff6633;">Company</a> | <a href="" style="color: #ff6633;">Contact</a> | <a href="" style="color: #ff6633;">Log In</a> <p></p> <br /><div style="float: right; position: relative; width: 300px; font-size: 16px;"><a href="https://www.linkedin.com/uas/connect/user-signin?session_redirect=https%3A%2F%2Fwww.linkedin.com%2Fcws%2Flogin-popup" style="color: #ff6633;">FOLLOW US <img src="http://development.fourier.com.au/ncscham/wp-content/uploads/2014/10/in-p.png" /></a> </div> </div> </div>

THanks again in advance S

Hi, I would like to have the same ’NEWS’ look, as seen on the demo but without using the homepage construct. Can you help me? Otherwise is it possible to add in the homepage construct other contents block? for example a youtube video?

Thanks

Hi, this news look you can get only with home constructor. In order to add some video just create some page with this video and include it in home constructor as your page, that’s all

thank you

You are welcome

Hello, I need to reduce the speed of the fade out for the main menu. Users sometimes have problems to click links in the sub-menu. Witch parameter in .css can be changed?

Thanks!

Hi, check /js/drop-down-menu.js, here adjust your speed instead of 300:


menuHoverTimeout = setTimeout(function() {
                                        self.removeClass('hover');
                                        self.find('li').removeClass('hover');
                                        $('ul', self).removeClass('horizontalFlip');
                                    }, 300);

Thanks a lot!

You are welcome

Hello I bought your theme – very nice!. I would like to show the blog posts using the home page constructor instead of the news items on the home page. Possible?

Try this:

plugins/news.php line 43: $news = get_posts(array(‘numberposts’ => $news_count, ‘post_type’ => ‘codeus_news’, ‘suppress_filters’ => false));

YOU SHOULD MAKE:

$news = get_posts(array('numberposts' => $news_count, 'post_type' => 'post', 'suppress_filters' => false));

SO YOU WILL GET YOUR BLOG POSTS IN STYLE OF NEWS ON YOUR HOMEPAGE

Hi again,
my client is very happy with your theme, it is a great job.
Just wondering how to get the clients logos to link as a blank target link (in a new page)?
Thanx a lot !

Hi, at the moment there is no option to select the target attribute here, we will update it in future. sorry for inconvenience

Hi,
I’m trying to change the social icons background color. In the Custom CSS field in theme options, I tried to insert :
background-color: #78f0ba; }
And as it did not work, tried : .social-icons { background-color: #78f0ba; }

But it doesn’t work either…

Thanks for your help.

Sorry, first part of my previous message disappeared somehow, Here is the complete code:

#footer .socials-icons li a:after { 
  background-color: #78f0ba;
} 

That’s perfect !!! Thanks a lot !

You are welcome

Hi!

I have some troubles with the responsive design: When you check my website on a tablet or mobile you will see that the sentence at the slider is cropped: http://www.impulsmomente.at/

Moreover upright pictures are shown as landscape format on an ipad: http://www.impulsmomente.at/es-ist-da-und-es-ist-soooo-schoen/ Are there any solutions to those problems?

Thank you, Barbara

On the home page, the “Client” logos links are not working properly. Every client logo links to the Home page.

When I place the same client logos via shortcode on another page, the links work correctly

How can I get the home page “Client” logos to link to the correct pages?

check my reply per mail

thanks for you help!

You are welcome

Uhh, I really like this theme!!

However the only thing I miss is a masonry grid option for the blog and maybe some additional styling options for posts. Any plans to include this in future updates?

Yes, of course! It would be great if you can describe more details concenring “more styling options”!

Hello there,

I need to implement a search bar at the header in this webpage: http://www.colegiomit.com/wordpress/

As you can see, I have managed to include it, but I can’t get the bar and the button to be at the same line. I just want it to look as a usual search box.

Can you please help me with some coding? I’ve tried to reconfigure every value but nothing seems to work.

Thanks!

Hi, pls send me your access data via my contact form and I will take a look

Ok, i have positioned it as you like, but the styles should be adjusted I suppose. Pls use custom.css for style changes, it is not very good to edit the codeus files itself (because of updates)

Thanks :) I’ll write you if I find more problems!

Hi guys,

How do you make the tables responsive?

http://5fourpayroll.co.uk/auto-enrolment/

Only just realised that they’re not!

Cheers,

Nick

Hi Nick, sorry for that, but the code we have used for styled tables is not 100% responsive, that’s right, we have planned to make this update in future

Oh dear. When do you plan on making this responsive? Can you provide some code for a short term fix?

really sorry for this inconvenience. I can recommend you a js library you can start with right now, or pls give us time to prepare an update package, we are still gathering feature list

Needing some help with my header. Once I scroll down the small logo kicks in and my nav along with the small logo are cut off because it is not centered in the header box. www.coloradofamilyinsurance.net is the web address. Is there some way for me to change this or am I going to have to hard code it to change it in the css?

check http://storage6.static.itmages.com/i/14/1015/h_1413365344_8177740_63ed9ced3c.png – this is how I see this. I cannot see any problems, can you screenshot me, what exacty is the issue?

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