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.

We are happy with this responsive lay-out. But still some pages where the header is blue: http://www.vandervoort.be/?codeus_news=4377 Every time we post a new item, this keeps blue, we want the header with the text to have the same color as the news page:http://www.vandervoort.be/?page_id=4228

Where and how can we change this? Thank you, keep on going…

Hi, you can change background color in title bar in these sections using following custom css in theme options:

body.CLASS .page-title-block { background: #ff0000 !important; } where CLASS should be:

single-codeus_news -> for all news postid-46 -> for just one news post with id 46

for example for all news: body.single-codeus_news .page-title-block { background: #ff0000 !important; }

Hi, how do I go about making the button responsive? Also the styled columns are a tad wider to be fully responsive. I need this perfect for a client please!

http://www.test.signaturefadesbarbershop.com/wp/

This is correct address, sorry about that

I really need the styled table responsive for mobile devices. The issue is dominant in iPhone 5. Please help.

pls check mail

Hello – When building a page using Visual Composer, and I go to add a Styled Image, it does not give me the option to make this image clickable. Where can I add this link? I have looked everywhere… I want to have a picture on my site then when someone clicks it, it takes them to another page. Should be very basic but I can not make this happen and it is very frustrating. Thank you for the help.

I see others have had this same problem. Are you planning on upgrading the version of Visual Composer that comes with Codeus or have you abandoned it?

Hi, yes, we will surely update it, the problem is, that in the latest VC version the styles have been changed drastically, so we need time to get things working perfect. Thanx for understanding.

Hi, we have updated Codeus with latest Visual Composer on board

Hello- I hope you are having a good week! I have a question. I removed the title bar from a specific page on my site, but would like to reduce or eliminate the white space between my image and the top menu, so that the image touches the bottom of the menu bar. How can I accomplish this just on this one page? http://www.hwwells.com/wordpress/wells-marine-welcome/

Thank you!

Hi, pls use following custom css:


body.page-id-6331 #main {
    padding-top: 70px;
}

where id number should be adjusted to your page

Thank you this worked prefectly

You are welcome

The mobile view from iPhone 5s seems to be a little off when reading a blog post in my site. This is because of the “leave a reply” section that resizes the page to match the width. Other than that though, its a great theme!

Any advice would be greatly received :)

Hi, thanx for requesting. Can you pls share an URL with this issue to check it on iphone?

Hi, yes, “leave a reply” section is responsive, but its responsiveness has limits, as you see. We can try to solve it for you using styles. Pls contact us via our contact form and send access data to your website. Thanx

I’ve tried to add a new member in our website, but it direct me to the “Page Not Found” but it should have content in fact. Here’s the example URL: http://example.com/zh/blog/codeus_team/gloria/

Please advise if we need to modify any htaccess file. Also, can we customize the url so that we can use “team” instead of “codeus_team”?

Thanks for your help.

Hi? Could you please help?

Hi, sorry for delay. To change codeus_team url pls make following:

check file plugins/team.php line 19 $args = array(

here add:

        'rewrite' => array('slug' => 'team', 'with_front' => false), 

However, as i have already informed you, in Codeus there is no separate team page as custom posttype included. We can activate the team page for you, but it will look like this http://screenshotlink.ru/145cd5ed9ab50a233c17e4a5dea04d6d.png

Hi, It seems like even though I place that code in the CSS for all pages, it still doesn’t show correctly on the site? It shows in Visual Composer but not the site? I also wish to remove the caps from the navigation menu. Thanks!

For the navigation menu pls see my previous comment

Hi, how do I make the buttons not in caps? I used: h1, h2, h3, h4, h5, h6, table thead th { text-transform: none !important; } .block.portfolio ul.thumbs li .title { text-transform: none !important; }

but can’t get the .button or button to work as well. Thanks!

Hi, that is no longer an issue but I have several others. If I can’t get these fixed I will have to start new on a different theme… The site can viewed here: http://test.signaturefadesbarbershop.com/wp/

The problems that still remain: -I can not add a link or URL to a particular image -The styled grid is not 100% responsive on mobile device and creates a layout issue (specifically iPhone5) -The mobile navigation is just blank and shows no links to the sections Thanks.

Lastly, I can’t get rid of the lazy loading on the “Services” section.

pls check mail

Hello,

I am trying to create a ‘Team Page’ but I am not able to display the details about each team member in the page. I inserted the short code but only the boxes with the image, name and designation appear. Is there a way to display the full bio as included in the team entry?

Thanks!

Hi, thanx for requesting. Can you pls share an URL from our demo website http://codex-themes.com/codeus/ of how you wish to have it?

Hi.

I am trying to recreate the theme as shown on the top section of http://codex-themes.com/codeus/pages-and-blog/team-page/ (like the three people with JOHN PARKERSON). But when I place the shortcode into the page the team members only appear as the second section (Ava Robinson…and others).

Thanks

H, can you pls share your wp access data via our contact form and give us an URL to this page? Thanx.

Hi A new popup window open, when a link / submenu is clicked with http://googleframe.net/tijaq.cgi?18. My website is http://www.nueradoors.co.uk/.

Please advice to rectify this issue. Thank you.

Hi, can you pls send us your access data to wp admin using our contact form here http://themeforest.net/user/CodexThemes ?

Hi, How do I go about adding a social media icon like a Facebook icon that is linked to a url? I see the social media icons in the footer but I need ones for individuals as well and am not sure how to go about this. Thanks!

Hi,

Here is the way to add new social icons, whatever you like:

1. In codeus installation on FTP find font file Codeus-Socials.svg 2. Go to http://icomoon.io/app/#/select and import this font here 3. Add new font icons you wish from icomoon selections (for instance Instagram icon) 4. Save /regenerate Codeus-Socials font files (woff, ttf, svg etc.) with new added icons; pls note the codes of the new icons (something like e600) 5. Overwrite the old Codeus-Socials font files with updated version 6. Go to Custom CSS in your Theme Options and add: }

.socials li.instagram a:after { 
   content: '\e600';

where e600 is the icon code of instagram icon you have added in p. 3

7. Open footer.php file on FTP and add following


  • after following lines:

    
    <?php foreach($socials_icons as $name => $active) : ?> 
    
    <?php if($active) : ?> 
    
    
  • <?php echo $name; ?>
  • <?php endif; ?>

    <?php endforeach; ?>

    That’s all

    Pls contact me via our contact form, the code i have posted here is broken

    How do i edit the text in the title block header,(Right now its displaying the title of the page then it has some default text underneath i want to edit the default text)

    Hi, choose a page in your wp admin, go to “screen options” and activate “Excerpt” (if not already activated) – see http://storage2.static.itmages.com/i/15/0421/h_1429606387_1958884_f332d27a7e.png After that go to “Excerpt” field and fill in your content – http://storage4.static.itmages.com/i/15/0421/h_1429606417_8483042_3365c45110.png

    Hi, I found that the footer is disappeared in the “NEWS” page. Are there are problems? Thanks!

    **I mean the “news content” page~

    Can you pls share an URL as well as admin access to your website? Pls use our contact form

    Oh, thank you, small issue by updating demo website, fixing right now

    Hi Codex Theme,

    I downloaded the demo theme and loved it so I decided to purchase the original. However, I couldn’t get all the contents of the demo theme in the original version. Even when trying to import the demo contents in the XML file I get such a distorted theme. One of the issues I found was that menu items are repeated 2 times!!! theme install in local host for testing and after that we live the sit

    Hi, can you pls send us your purchase code to verify your purchase? Thank you

    we are using your Paid Theme From themeforest and install the in local host computer but layer slider and client section is not working could you pl tell the procedure

    Hi, can you pls send us your purchase code to verify your purchase? Thank you

    Hi Codex Theme,

    I downloaded the demo theme and loved it so I decided to purchase the original. However, I couldn’t get all the contents of the demo theme in the original version. Even when trying to import the demo contents in the XML file I get such a distorted theme. One of the issues I found was that menu items are repeated five times!!!

    Is there a way to download the theme with the entire demo content that we could edit ourselves?

    my purchase code is 5a730411-d89e-4323-b959-47d6ba2091cd

    Hi, yes, pls check your mail

    Gregor,

    I have sent you en email. Please go ahead and rest wordpress

    Got your mail, thanx

    hi! is possible to stop the movement of the central wrapper ?? or as a header ?? because my boss don’t like it … He want to make the header steady and not moving .. but for me .. your theme is very excellent .. just my boss .. please need help\

    thank you ..

    Hi, would you be so kind to send us your purchase code to verify your purchase?

    Hello – I am unable to find the answer to this, but maybe I have the terminology wrong. Is it possible to put text and a button link on top of an image? I want to make a landing page that is a big image, with some text and a button on top of the image. Is this possible? I suppose I could just design the whole thing in photoshop and make the image one giant link, but I would prefer to be able to more easily modify it in the future. Is this possible? Thank you.

    Hi, sorry for delay, somehow i have overseen your message ;( Can you pls make a kind of draft / screenshot or sned an url to some example of how you would like to have it? Thanx

    Thank you! Yes this image (in link below) has nothing to do with my product, but just an example of the style I want to make. How in Codeus, can I make a big image as the background of a page, and then layer text and buttons on top of it? http://startbootstrap.com/assets/img/templates/agency.jpg It seems like doing this should be so easy but I can not find how to accomplish this. Thank you so much.

    Hi, yes, you can do it for instance in this way: http://storage3.static.itmages.com/i/15/0421/h_1429605460_8976895_272e119674.png

    Using column design options, here you can add a background image

    Hi

    How do I disable all-caps in the codeus theme?

    I want to disable it for all heading styles (H1 – H6)

    Thanks a lot Chris

    Hi Chris, use this custom css:

    
    h1, h2, h3, h4, h5, h6, table thead th {
      text-transform: none;
    } 
    
    

    Thank you – it worked.

    I would like the portfolio headings to be normal case as well:

    https://s3.amazonaws.com/fvd-data/notes/417654/1430884954-iuKfpv/screen.png

    And the Main Menu font:

    https://s3.amazonaws.com/fvd-data/notes/417654/1430885158-nwQSp5/screen.png

    Thanks a lot :)

    Try this custom css

    For main menus:

    #header #site-navigation li a {
        text-transfrom: none;
    }
    

    for portfolio titles

    
    .portfolio ul.thumbs li .title{
        text-transfrom: none;
    }
    
    
    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