1243 comments found.
Hi!
Is there anyway for me to display the portfolio caption in two(2) lines instead of one?
The default one line for portfolio caption title is not very practical for showing long titles. Can I get any assistance with this?
Great theme btw.
Thanks!
Hi, can you pls share a screenshot describing this issue and what would you like to achieve as result?
Here’s a the image . I’ve tried editing this in CSS but it can only output 1 line of text. I’d like to make it to two(2) lines of text so I can display longer titles.
Also, here’s another image of it being cut off since the title is longer. I want to use the portfolio to showcase my blog since the design is way better. Problem is, when the title is longer, say 5 or more words, it gets cut off. So I just wanna figure out how to output 2 lines to show all of the title without decreasing font size.
NVM. Figured it out. Your code’s like an onion with too many layers but still a great theme 
Hi, really sorry for late reply due to weekend. Pls inform me, if you need any further assistance and thank you for your patience!
Bonjour
J’ai perdu le lien du tutoriel video pour install thème & démo Codeus.
Pouvez-vous me redonner le lien video ?
merci
Ok, I would try to write in French:
Codeus comprend une documentation détaillée au format html. En Codeus pas de tutoriel vidéo. Vous pouvez télécharger à partir du site Codeus Themeforest, décompressez l’archive Zip principal Codeus.zip et il vous trouverez un dossier Documentation. Sinon, vous pouvez m’écrire à travers le formulaire de contact et je vous envoyer un dossier avec des documents.
Hi, i am ready to assist you in all your questions concerning usage of codeus. Pls contact me via my contact form and send me your questions. Sorry i dont speak french ;(
My “theme options” was working just fine – now it’s coming up blank. Well, the whole thing shows up, title, logo, menu….but the content window is blank. Meaning I can’t change any of the theme options, access the home constructor, etc. The home constructor option is there on the left but when I click it – nothing happens. Any help is appreciated.
Hi, pls send me wp access via my contact form.
I figured that out – now my only problem is the mobile version…My computer website looks nice but some things are junked up on the mobile version – mainly the chart I have on the homepage. Is there a way to turn off mobile version?? Or even edit what shows up on it?
Hi, can you pls share a link to your website and screenshots og mobile version where you see problems?
Hi there,
Is it possible to change the diagrams to feature a $ dollar amount as opposed to a % percentage?
I suppose you can set it in diagram shortcode settings
Unfortunately, when I type in the amount (for example, $25), it spits out NaN%. It looks like the % may be hard coded in the js. It would be really nice to have them out put as any kind of number – not only a percent.
Any thoughts?
Ok, i will take a look tomorrow
OK – thanks 
Pls take a look at diagram_line.js for line diagrams:
var pct = Math.ceil(count) + '%';
here you can change the unit
For circle diagram check diagram_circle.js:
self.$title_content.css({paddingTop: 5}).html(text + '<span style="font-size: ' + (center_radius / 2) + 'px;">' + value + '%</span>').animate({ opacity: 1 }, speed);
HI and thanks for the reply. I had located that in the diagram_line.js file. The problem when I change these lines:
var pct = Math.ceil(count) + ’%’; $progress.width(count + ’%’);
to this
var pct = Math.ceil(count) + ’$’; $progress.width(’$’ + count);
then no values appear at all. The diagram itself appears, but there is no value in the diagram (the colored lines don’t appear), and nothing is echoed where the number should be (ie 25% or $25).
Could there be something else I could try modifying? Thanks!
If I only modify this line: var pct = Math.ceil(count) + ’%’;
to become this var pct = Math.ceil(count) + ’$’;
then the colored lines appear fine, but the number spits out backwards (for United States) like this 25$
Ok, and if you will try it in other way like var pct = ’$’ + Math.ceil(count)? Sorry, the problem is in defining what is 10% if using absolute numbers, to do it, the shortcode should be expanded with additional parameters. It is nice idea that we could implement in future. For now pls use “hardcoded” variant of units
I got it!! You have to include the jQuery Format Currency Plugin, and then change the code to be var pct = ’$’ + Math.ceil(count).
It would be cool if you all could make that number be a % or a $ or just a regular integer in any updates.
Overall – really lovely theme. Thank you so much for your help!
Thank you very much for your advice!!
Hi, how can I get the testimonials at the side of the why choose us on the home page like on your demo please?
I can only add one element per line in the home page builder – thanks
Hi, pls edit your page which is shown on your homepage, use “Page with right sidebar” as template for this page and add testimonial widget to your page’s sidebar, then save your page and then you will see this widget on homepage as well
ok thanks, thats worked. Is there anyway to slow the testimonials down? They change really fast
Hi, check js/testimonials.js, line 9-11
auto: { delay: 10000 },
here you have time in millisec
cool thanks
you are welcome!
Hi, as i see the search result points to the portfolio item http://4smartmove.com/portfolios/washdown-480/ and in your case you don’t have any content here, just video. You can put your video content also in your portfolio items main content to make it visible on this page
Thanks. That makes sense. I inserted the video into the main content area and it plays fine in there, but on the actual web page it says Error loading player: No playable sources found. Any suggestions? I used the wash down example again with the exact video file I used for the self-hosted portfolio item.
I need to know how exactly you have inserted your video. Pls send me your wp access via my contact form. Thanx
I just sent it. Thanks
Here is the correct syntax for inserting self-hosted videos in codeus using shortcode “self hosted video”: http://storage9.static.itmages.com/i/14/0613/h_1402654452_1109064_bd38d89e71.png
Thank you for your help, that works fine.
You are welcome
Hi,
Is it possible to remove the share button on each portfolio item?
Also, my titles are quite long but I cannot make it shorter, can I resize the title container?
Thanks for your help.
Hi, yes, check http://storage9.static.itmages.com/i/14/0612/h_1402585837_9843864_387e41db74.png – Theme Options / Contacts & Socials – here you have this checkbox, just deactivate it.
Concerning title – i need a screenshot to see your issue
Hi,
Thanks for the answer regarding the socials!
I’ll send you the screenshots through email.
Hi, you can increase the length of title container for your case with this Custom CSS code (use Custom CSS field in Theme Options):
.center .portfolio.medium ul.thumbs li .title {
padding: 0 25px;
}
Hi,
The titles are still too long, is it possible to make them fit on 2 lines?
Thanks for your help.
Yes, but it will look not very good, check this http://screenshotlink.ru/png3aaab3bc8caca1445f69a3372253826b
Hello, how do i change the background behind my quick finders when i used the short code option?. So that there is a separate color background behind my quick finders inside the content, and not the QF below the layer slider WP?
Thanks 
Hi, try this code in Custom CSS:
body.page-id-1168 #content .inner .quickfinder {
background: red;
}
pls use your page id – i mean page id of the page where your quickfinder is shown. Note: this will not work fullwidth
Hello, It’s possible to insert a search tool in the main top menu? May be using an icon like the flags for language switcher and the cart icon?
thanks!
Hi, yes, try to use this in header.php:
<?php get_search_form(); ?>
cool it works! where I can modify the css to change the search button size and position only i the top menu?
Can you pls send me admin access and ftp access via my contact form so I check how did you insert it?
Hi Could you please let me know how to get the below page configured using sidebars. I have imported the demo and still the left menus are not displaying.
http://codex-themes.com/codeus/features/ready-to-use/lazy-loading-animations/Thanks Kem
Dont worry Just found the way to do
Thanks
ok
Awesome Theme ! How to invoke the 503 page? (Maintenance status)
Hi, thank you!
is it presale question? Otherwise pls contact me via my contact form using account, which has purchase codeus, thanks again!
Hi. We are noticing a glitch in the mobile version using the bar graph feature on the team page. Everything displays correctly except on mobile device. The bar graph changes the percentages and sometimes shows 0% randomly. It also varies from visit to visit. In other words, it does not behave the same way consistently. There are different variations to the graphs each time you visit.
http://www.thebranditagency.com/about/brandit-team/Pls describe in detail how to reproduce. I have visited the page with mobilde version, everything looks as it should be:
http://storage6.static.itmages.com/i/14/0609/h_1402310327_4341127_beae57fd93.png http://storage7.static.itmages.com/i/14/0609/h_1402310371_8458524_dc9ec3b3d5.pngwonderfull theme, best theme i saw, but missing 1 thing , visual composer.
Willing to pay 300 usd to the person that can integrate / merge it for me.
pls contact at prive@cmalo.nl
Hi, thanx a lot. Pls check mail
And the most important question. Added the line in the header. How do I make the invisible line on the mobile? http://v1proekte.ru/
Try this in custom css: @media only screen and (max-width:799px) { #site-navigation .phone { display: none; } }
Thank you, you’re a genius. Love Your theme!
You are welcome
Hello. Excellent launched the site with Your theme, but have checked the theme for errors http://validator.w3.org/. There are problems with fonts, a gallery and blog. Check please.
I don’t see any critical issues with font, but I will check it tomorrow in detail
As i see for these issues are responsible Layerslider and Contact Form plugin
Sorry for my English, but I meant syntax errors in the code: gallery, blog, and connect google fonts.
Can you pls send me a link to this page, where you see this errors and which errors exactly?
Just go to the website http://validator.w3.org/ specify any page of your demo site. After the scan will display a list of errors.
Hi I have posted with this problem before and it has happened again. I tried to upload a new logo and when I do it freezes and I have to close the window – it won’t let me do anything. I just updated the version of theme to the latest one and it has not made any difference. Can you help please? Thanks
Hi, pls remind me, was this issue once resolved? Did this issue appear again after updating to the latest codeus version? Can you send me wp login to your site via my contact form here http://themeforest.net/user/CodexThemes ?
1) How to show a page in a mobile friendly dialog when I click on a button.
2) What plugin do you use to show styled image dialog Thanks.
Hi, pls send me this request via the account which has purchased Codeus. Pls use my contact form. Thanx.
Hi Codeus Team! In your Example “About Us 2 (Right Side Bar)” page, you have a ‘BRIEF FACTS’ panel. I could not locate this in the documentation. What type of widget is this? 
Hi, this is a TAB shortcode, and inside this we use: - two columns with iconed titles - diagram -gallery shortcode. If you wish i can send you the whole content of Brief Facts, pls contact me via my contact form
Used your contact form in your codeus theme demo pages. if this is incorrect, let me know which contact form to use…
Sorrym I menat this contact form in my profile: http://themeforest.net/user/CodexThemes
Hi, i recently bought and loved Codeus Theme but after i installed theme, at layer slider wp admin panel, i can’t edit slides. My web site: http://www.odissmart.com/ I loaded your demo content, and i want to use your galaxy and stars slide. But i can’t edit. In browser console it says: “TypeError: settings is undefined”
Please can you help me to fix this problem.
I can provide admin login if necessary.
Thank you.
Hi, I suppose there are some limitations in memory size and execution time for scripts. Pls contact your hoster and ask to set following recommended values in php settings:
max_execution_time 300
memory_limit 256 M
Hi,
i ve just purchased your great theme,but as i m newbie,i cant work with theme pretty well…:-)so now i dont know if i m upload demo contact well or if its not here,i really need to work with demo,because i m not able to make sited well as you.Can you please contact me tru PM and i will give you my login info and you should check it?Pls.Many thanks in advance.
Hi, thanx for purchasing. Unfortunately I cannot contact you, but you can contact me via my contact form here http://themeforest.net/user/CodexThemes