1243 comments found.
Is there a way to have the Footer and Follow Us bar sticked to the bottom of the screen. Also when there is not much text or a sidebar on a page?
Hi, can you pls share a screenshot showing how you would like to have it?
How it is: http://www.mupload.nl/img/pqlr1mcjshz.png
How i want it: http://www.mupload.nl/img/g102p6cq2g3.png
Hi, unfortunately it is not so easy , because the height of this bottom area is not fixed and can variate. Codeus has a lot of css settings and options which can influence this bottom area, thats why this “sticky” position is hard to implement
Hi! I just bought and installed codeus. I loaded the demo content with wordpress importer but does not load any content. If I create a page and publish it, codeus gives me error 404 not found The requested URL / name of the page / was not found on this server. Please help me.
Hi, something is misconfigured on your WP installation. Are you experiencing the same problems with default themes like Twenty Fourteen? If not, pls contact me via my contact form and send me login details to oyur WP website
I’ve fixed the problem. Thank you
You are welcome!
Hi
I am trying to get the latest news in a sidebar like the demo page here: http://themeforest.net/item/codeus-multipurpose-responsive-wordpress-theme/full_screen_preview/6906054
but I cannot see how it’s done as there is no custom sidebar code on the edit page and it’s not visible in the actual page even when I use front end editor.
I tried placing the shortcode in a text widget for custom sidebar: http://development.fourier.com.au/ncscham/services/Can you please let me know how to get it looking like the demo page.
Thanking you. S
Hi Sharlene,
this Latest News, what you mention is a “Recent Posts” widget of codeus.
Does this mean I have to now make my news items Posts instead of News? I put the Recent Posts widget on the page and now it looks like this: http://development.fourier.com.au/ncscham/services/
I was hoping to have a sidebar pick up the actual News items.
S
If you need to get design like here: http://storage7.static.itmages.com/i/14/1016/h_1413451920_9602864_04b3228ddb.png
use this widget (recent posts with thumbnails): http://storage8.static.itmages.com/i/14/1016/h_1413451936_2435352_b920f6dde5.png
Ok Thank you but I have created my news items as News.. so it seems that I have to re-create the News items as Posts in order to use this widget? It means double posting in both News and Posts in order to keep my homepage like this ? : http://development.fourier.com.au/ncscham/
S
Hi, yes, in this case it is necessary to create the similar posts to show them as Recent Posts. Maybe you can variate titles and content a little to get avoid of double content. Sorry for inconvenience, we didn’t foresee such a case 
Another possibility: get rid of your news and make blog posts as your news. In order to show your blog posts on homepage as your news in codeus news style, 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
I’m looking for hire someone to help me set up my codeus site, can you suggest anyone?
Hi, it would be great if you could specify, what kind of work do you need. Just to install with setup of demo content or some other changes? pls be kind to contact me via my contact form
No, I’m looking for someone to recreate all the pages from my existing site – then modify the header and homepage. I will contact you.
Replied
Hi, I’m trying to make that visitors can comment on the blog without having to register, But I don´t find any option to do that on any side. Visitors also can not see the sidebar in the post.
Hi, just try to use this wordpress settings http://storage8.static.itmages.com/i/14/1013/h_1413206886_7744517_874fd471e4.png
Hello, I’m trying to add a Recent Post module in the sidebar, using the posts of the blog. Like here:
http://codex-themes.com/codeus/pages-and-blog/blog-pages/blog-page-with-right-sidebar/But I can’t achieve it. What Visual Composer module is that? Or maybe it is a widget?
Thank you.
Hi, it is a widget Recent Posts, which you can add to your sidebar in page meta options
Thank you. It could be great if it could be added using a Coudeus element, because we need it in a full page template, and not forcing to use a sidebar template.
At the moment it is only a widget, no shortcode for that. We can consider this feature to be done in the next update package
Hi,
I am having an issue with the clients plugin. Its just showing grey boxes even though I have added a featured image.
Any help would be great.
http://www.cjvmarketing.com/clients/Hi, pls be sure, that on your host you have a php graphic library installed (like php gd), otherwise these images will not be displayed
Hi
I used this code in the header.php <nav id="site-navigation">
<a href="javascript:void(0);" class="menu-toggle dl-trigger"><?php _e('Menu', 'codeus'); ?></a>
<?php if(has_nav_menu('primary')) { wp_nav_menu(array('theme_location' => 'primary', 'menu_class' => 'nav-menu styled', 'container' => false)); } ?>
<?php get_search_form(); ?></nav><!-- #site-navigation -->
How do I get the search form to appear after the last menu item so that it is on the same line as the navigation and not so large. At the moment the form appears UNDER the navigation menu.
Thanks in advance for any help.
S
Hi, we can make it for you as paid support, because we need sometime to adjust the styles (codeus is not optimised for showing this search field in the way you wish). If it is ok for you, pls contact me via my contact form for details. Thanx
Hi, i have purchased your theme.
kindly let me know the procedure for installation
Hi, pls be so kind to take a look in documentation (you can find it in folder /documentation/, here just start index.html). You will find all details concerning installation in first chapters
I’m trying to work out how to change the background colour of the icons in the Contact Bar (Twitter, LinkedIn, Facebook at the bottom of the page when the Contact Bar is activated).
www.shareadelaide.com (I’ve renamed it ‘Connect’ here)
What are those elements called in the theme options area? There are so many! I even used the colour picker to determine the exact shade of grey so that I could match it and none do.
I have had a go at amending everywhere I think it could be changed, to no avail (and read the Manual and Googled looking for an answer). If anyone knows, please leave a comment below.
Second question – the Codeus manual offers the following instructions for creating a button:
BUTTON
To insert a button in your content use Button Shortcode:
Link: define the link of your button Text: define the label of your button Title: Value for title attribute Target: Value for target attribute
Shortcode Syntax: [button link=”link.tld” text=”Label” title=”title” target=”target”]
But when you go to add a button using the Visual Composer, there are only these fields:
Position Text Title Value for title attribute Target Value for target attribute Background Color
...there is no field in which to put a link. How are buttons supposed to be created in the VC as opposed to going in the back end and tweaking the code (which I did, but would rather not do since I have minimal coding skills)?
AH – ‘Position’ is where the link goes! To me, that meant the position of the element on the page. Might be worth having some instructive text within each field to guide people.
Yes, sorry for tha confusion with this “Position”
Concerning the background color of icons, use this custom css;
footer .socials-icons li a:after {
background-color: red; }
insert your color
Thank you so much for this, have fixed it!
You are welcome!
Hello I have been trying to add the background colours for quick finder/ gallery and other built in widgets. However they do not appear. I have changed the colours in appearance/ theme options/ colours Is there any other location or options I have not selected that could be preventing them from appearing? Thanks
Can you pls screenshot me, which settings did you make and where you are expecting them on page?
Hi, Martin here
I bouth the theme and now I want to update Layerslider 5.0.2 to the latest version (5.3.1)?
I tried the following, from your comments>
1. Change your theme to some default wp theme like Twenty Eleven (dont worry, your codeus settings will not be lost). 2. Remove Layerslider plugin from your installed plugins. 3. Change your theme to Codeus again – the current version of layerslider will be installed.
It didn’t work!
I even tried the “Search for updates” button (under “Auto-update”) inside the Layerslider.
Still no luck!
Plz help, Thanks!
Hi, strange, it should be working, I have tested it now. Can you pls try again?
Tried it, still the same. The plugin still installs Layer Slider WP version 5.0.2. My Codeus Theme version is 3.01, on WP 4.0
Now what, thanks in advance?
Unbelievable. Which codeus version do you have? Can you send me access to your site via my contact form?
My Codeus Theme version is 3.01, on WordPress 4.0
Ok, you have to update codeus to the latest version in order to get the latest LS. Did you make any sctipt / css modifications in codeus source code?
Hi again, My current version is 3.0.1 – and I did some changes regarding the styles.css – but no scripting mods, is that an issue??
I have just downloaded the latest Codeus (All files and documentation) zip-file and will try again.
I’ll keep you posted on the outcome.
Hi, Downloaded all files and installed the Theme again. That did it.
Thanks!
No problems, you are welcome!
Hello, I see this message in my web when I try to add a post: IT SEEMS LIKE YOUR CONTENT WAS CREATED WITHOUT VISUAL COMPOSER. PLEASE READ THESE INSTRUCTIONS OF HOW TO PREPARE YOUR EXISTING CONTENT TO BE EDITED WITH VISUAL COMPOSER. But of course, Visual Composer is working in other pages. How can we solve this? Thank you.
This message is apperaing only in cases if you have an existing content created without VC. If it is not the case, I would need your logins to check, what could be wrong
How can we send you the logins and the purchase code in a secure way?
Hi, i already see that you have purchased. Use my contact form in my profile here on TF for logins
Good day,
New question, I am looking for that for a while so I hope I won’t find it on my own again…!
Wonder how to get rid of the page title in the texte ? As I used the home constructor and added the page section, but I have its name just below the slider, and I don’t want it.
Thanks.
Hi, try this custom css:
.home-constructor .block.content h2 {
display: none;
}
I have the codeu theme and now the Pagination on the News section is throwing a 404 error on the pagination.
http://cfsinnovationlabs.com/news/page/2/Can you please advise?
Hi, i suppose you have used a /news/ slug also for another section/category of your site, pls check it
Ok, so yes. I made a news page. I just erased it and now I Still get a 404 error. Can you advise?
Hi, you should not just remove (it is still in your WP db), you should rename the slug, it is important
Thanks for this great theme,
I am building the home page and would like to have the icons centered on the top of title. Tried the code
.iconed-text > .icon {
margin-top: -19px;
top: 50%;
}But it hasn’t changed anything…
And I wonder how to find the shadowed icons we can see on the demo home page ?
Thanks for your help,
Regards
Ok, sory, just found the quickfinder fonction… Thanks anyway !
Ok, sorry for delay, you are welcome!
Hi,
I’m using my computer as host for my website. My WP is 4.0 and since I bought Codeus Theme I didn’t updated my wordpress. But something went wrong last night when I made a few changes on one of pages and save it. My Visual Composer keeps showing “Loading, please wait…” and it’s not loading. I already read the comments surround this topic, and all you appoint is to install the last update of wordpress. But since I’m already using the last update what is the problem?
FYI, there are some pages that the visual composer still works.
Hi, can you pls send me your logins and urls to the pages where it happens?
Hi,
How can I change the height of the main image in the filmstrip image (slideshow) gallery?
When you hit the zoom on the image as you can see here on this slideshow demo, the main image pops up on a new window with its original size. I want to the main image stays with the original height without zooming.
Hi, it is not very safe cause the whole gallery maybe transformed, however try this plugins/gallery.php after the line ~168:
$full_image_url = wp_get_attachment_image_src($item->ID, 'full');Add
$large_image_url = $full_image_url;
Hi, I have a few issues with the blog design.
1) Where can I change the header? On the overview page it is easy, but on the subpages there is the original green header. See: http://testinstanz2.cf/bloggt/ 2) As soon as I insert a picture in the blogpost – the excerpt is gone. I need the excerpt. 3) Feature image – I just want it to show it with the excerpt, but not to be repeat in the post: http://testinstanz2.cf/eine-kostprobe-aus-dem-neuen-buch/
Thanx, Barbara
Hi,
The following rule for Custom CSS:
body.<HERE GOES template class in tag “body”> .page-title-block { – background: #ff0000 !important; }
Following template classes are available:
single-post => Blog Post
single-codeus_news => News Post
search => Search Results
category => Blog Category Page
so for example for news use:
body.single-codeus_news .page-title-block { – background: #ff0000 !important; }
body.single-post .page-title-block { background-image: url(“http://testinstanz2.cf/wp-content/uploads/2014/10/mfsbloggt.png”) !important;}
Could you help me with the other 2 issues too?
Conc. 3) try this custom css
body.single-post .post-image { display: none; }
Hi,
Ad 3) Works – Thank you.
I still have trouble with the first issue – I rewrote the CSS and it is still the green background.
And Issue 2 is unresolved too – I imported posts from my old blog, but as soon as I replace the pictures the excerpt is gone.
And I found a new issue – when I click on next or privious post – it is mixing up the posts – in the overview everything is perfect, and after 3 posts it becomes a mess.
Hope you can help me! Thanx, BG
Hi again, I got 2 new questions: 1) I want to insert a news section like on your website: http://codex-themes.com/codeus/, but it looks like the news page: http://codex-themes.com/codeus/pages-and-blog/news/ 2) I don´t want to link the News to an extra site. How can I unlink the news? I tried: news ul li .image span {cursor: default;} – but it didn´t work. Thanx, Barbara
Hi, can you pls send me logins to your WP site, I need to check your problem with excerpts. Concerning previous and next posts – the sorting is working inside the categories, pls check it again
Hi, conc., ” 1) I want to insert a news section like on your website: http://codex-themes.com/codeus/, but it looks like the news page: http://codex-themes.com/codeus/pages-and-blog/news/ ” – I didn’t quite understand, what exactyl you would like to achieve. You can insert news list using NEWS shortcode
@ wp log-in – please check your email. @ news – at the demo verison you can see news in four boxes, 2 and 2, I don´t want to show it as a stream
Conc. “I tried but it is still green.” – as i see you copies also “pre” tag in your custom css, pls remove this tag, it should not be there
I removed pre – and now it is just white – nothing appears , neither headline, green or image…
resolved
Hi,
I’ve uploaded the demo xml, but it didn’t seem to work. The sliders didn’t work either. Could you help me, please?
Hi, pls send me your logins via my contact form and I will take a look
Sent!
Hey!! I need some feedback here! I have a deadline to get the site working :s
Hi, sorry for delay in replying your request. Unfirtunately i didnt get your mail, can you pls send it again? Thanx@
I sent it as you asked, via you contact form on link page http://themeforest.net/user/CodexThemes?WT.ac=portfolio_profile&WT.z_author=CodexThemes
I’ve just sent it again, my email is michele.garcia@estudioholografico.com.br
hi, got your mail, thanx!
Hi, I have set it up. Some of media files have been not uploaded due to memory limits and script execution limits set on your server.
Regards, Gregor
Hey,
I’m having another problem now. I’m sending you more details via contact form.
How can I send you an attached file?
Hi, if you need to share a screenshot, you can make it using http://prntscr.com/ for example. Or just write me a message using my contact form and I will reply you form my mail directly