1243 comments found.
Hello,
When i tried the contact form i’ve this error “ERROR: Sending failed.”. What is the problem ?
The website is hosted by 1and1
Cordialy
Guillaume
I clarifies When I post a comment I receive e-mail! But it goes through the wordpress form. Since a contact page template the message does not go away. Sorry for my bad english, I’m french Best Regards,
Hi, good english, I understand everything check this http://storage8.static.itmages.com/i/14/1210/h_1418229943_4630841_4d846ef6fe.png i suppose you didn’t fill out thhis field in Theme Options – Contacts & Socials
Ohh i’m stupid sorry !!! It’s ok. The contact form is working ! Thanks very much. Cordialy ! your template is very nice. Good job !
Thanx! 
If you like Codeus it would be great if you could rate it
Hi there,
I’ve created a blog on my client’s site, but the blog posts themselves have the default greeny/blue page title background – how can I change this? See here – http://5fourpayroll.co.uk/blog/lorem-ipsum/
Also the sidebar doesn’t seem to work on the blog posts, as you can see there’s white space on the right hand side where a sidebar would usually show – http://5fourpayroll.co.uk/blog/lorem-ipsum/. The sidebar which should display can be seen here – http://5fourpayroll.co.uk/blog/
Cheers,
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:
category -> for all blog categories category-57 -> for only one category with id 57 search -> for search results single-post -> for all blog posts postid-46 -> for just one post with id 46 single-codeus_news -> for all news postid-46 -> for just one news post with id 46 archive -> for archive
so for example to change background by all blog posts you can use:
body.single-post .page-title-block { background: #ff0000 !important; }
Conc. “Also the sidebar doesn’t seem to work on the blog posts” – pls send me access to your site via my contact form
Thanks for this, custom css did the job! Is there a class for the 404 page too?
I’ve sent over an email using the contact form regarding the sidebar not working.
Cheers,
check mail
Hi its Annie again. How do I add a line under the main menu item that I click on instead of just the colour changing. So if I click on Home it should be underlined.
Thanks
Hi, in order to make underlined try this custom css:
for active menu item:
#header #site-navigation li.current-menu-item > a,
#header #site-navigation li.current-menu-ancestor > a {
text-decoration: underline;
}
for hover:;
#header #site-navigation li a:hover {
text-decoration: underline;
}
thank you !
You are welcome
The CLIENT BOX at he home page you can set by Home Constructor..is standard ‘Full Width’ and the BOXES/LOGOS have a GREYISH color untill you hover over them.
What if we want to change the Content Wrap BG Color to Purple, and we want to show the CLIENT BOXES/LOGOS in a more White color.. how can we change the BG Color for the Client Box on Homepage and the color for the Client Boxes?
Hi, in order to avoid misunderstanding pls send me screenshots showing which areas do you mean, thanx
Here it is…. http://prntscr.com/5hfvet
You can change the background of clients area using this option: http://storage8.static.itmages.com/i/14/1217/h_1418832697_4645004_5b2a96f0a1.png in Colors section of theme options, The grey logos are made using grayscale function, so it is not possible to nmake it red
Hi.
Great Theme – really enjoying it.
I want to make a customer slider (top) like the one here http://portfoliotheme.org/appdev/ and also the navy slider with mobile on the same page.
Is this doable through Codeus functionality or would it be custom?
Thanks
Hi, yes you can make a slider like the one in demo using layerslider functionality. Concerning navy slider: if you mean this red stripe moving around the menu items, so it is not a part of codeus, would be custom programming
Does the theme offer a module like the “Style Changer” on the demo? I’m looking for something that will slide out on the side of the page but can’t find it on the theme.
Hi, generally this Style Changer is a custom script we have used for our demo, it is not a part of codeus theme
Hi, my client have bought your template and now I´m creating his website. I have a basic problem with
in text block. I let the text in the block but wordpress doesn´t add automatically
between every paragraphs.Hi, pls be so kind to send me your purchase code to verify your purchase. Thanx
I send you a private message with my purchase.
check my reply on your mail
Hi! Thank you for your answer. Finally I resolved the problem usin CSS.
Thanx for informing
My pricing tables do not show any icon in the button and setting a different code of style doesn’t change appearance. Theme version is the latest, downloaded and installed yesterday
May I take a look at your issue? Would be great if you can mail me your access data as well to check this. thanx
We want single pages to give custom body background color, so we can show on Homepage not only the Quickfinder page with a diggerent background color. How can we manage this?
check mail, I have replied
About slider backgournd for Layer Slider, we mentioned the size 1960 px wide is too small when people load website at iMAC 20 inch or bigger..
So what size do you advise to use?
As I can see here for 21 mac 1920 should be ok https://www.apple.com/imac/specs/
Good morning – I apologize for the posts having several questions this morning. I made a quick screencast video showing the questions.
http://screencast.com/t/aIvlA4zHAlso, can you direct me on where to find your contact form, so I can send you my login credentials?
Thanks so much for all your help!
Hi, here is the screen showing where you can send me your data http://storage9.static.itmages.com/i/14/1204/h_1417696686_3518019_170a7b47da.png
Hello and thanks so much for your help.
I used the “form” you showed above to get you the information and was wondering if you received it?
Also, I was wondering if I have Codeus installed on a domain and needed a “subdomain” – do I need to purchase another Codeus theme or can I use the Codeus theme in my original purchase on the subdomain?
Thanks so much for your help with the questions listed in my original pots above. If you need me to resend the “log in” info – please let me know!
Tom
Hi Tom, yes, I have also replied you on your mail address, didn’t you get my mail? here is a copy
Hi Tom,
1. you can add a search input using this code in header.php:
<nav id="site-navigation">
<?php _e('Menu', 'codeus'); ?>
<?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 ->
(pls backup your header.php first)
2. 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 Pinterest icon) 4. Save /regenerate Codeus-Socials font files (svg, ttf, woff 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.pinterest a:after {
content: '\e600';
where e600 is the icon code of pinterest 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 endif; ?>
<?php endforeach; ?>
As I see, some code was cut off, it would be better, if you check your mail, maybe my email is landed in spam?
Concerning licence: according to envato rules you need to purchase another single domain licence
did you get my last messages?
Hi there!
I´m just trying to change the tittle “NEWS” and “Read all news” in the home but I cannot find where to change it. Due to this site is multilingual I need to leave “NEWS” and “Read all news” in the english version of it.
How I know if I have the last version of the theme? Is any procedure to update it?
Regards PURCHASE CODE: f246c48f-1dc8-43b5-9e83-b7fc3875d468
Check plugins/news.php line 51
<?php _e('News', 'codeus'); ?>
And 75 <a href=”<?php echo isset($params->news_link) ? $params->news_link : ’#’; ?>”><?php _e(‘Read all news’, ‘codeus’); ?>
Ok, this is a temporary solution because… when I puto my site on english, it´ve remained in spanish due this is a change in the code. How I could change it then?
What about the codeus version doubt?
Regards
Are you using WMPL for your multilingual site?
Yes
Can you pls send me your WP access data and I will check your WMPL configuration?
how I could send to you in a private way?
You´ve a message with the access data
Could you tell me too why in the english version are some elements that dissapear from top menu?
Hi, thanx, got your mail and will check it asap
Hi, Please update the woocommerce template pages included in the theme, some versions are way outdated Below is the list with the version comparison. codeus/woocommerce/checkout/form-coupon.php 1.6.4 < 2.2, codeus/woocommerce/checkout/form-shipping.php 2.1.2 < 2.2.0, codeus/woocommerce/checkout/review-order.php 2.1.0 < 2.1.8, codeus/woocommerce/checkout/thankyou.php 2.0.0 < 2.2.0, codeus/woocommerce/emails/customer-invoice.php 2.0.0 < 2.2.0, codeus/woocommerce/emails/email-addresses.php 1.6.4 < 2.2.0, codeus/woocommerce/emails/plain/customer-invoice.php 2.0.0 < 2.2.0, codeus/woocommerce/emails/plain/customer-processing-order.php 2.0.0 < 2.2.0, codeus/woocommerce/emails/plain/email-addresses.php 2.0.0 < 2.2.0, codeus/woocommerce/global/breadcrumb.php 1.6.4 < 2.2.0, codeus/woocommerce/loop/orderby.php 2.0.0 < 2.2.0, codeus/woocommerce/loop/pagination.php 2.0.0 < 2.2.2, codeus/woocommerce/myaccount/form-edit-account.php 1.6.4 < 2.2.7, codeus/woocommerce/myaccount/form-login.php 2.1.0 < 2.2.6, codeus/woocommerce/myaccount/my-address.php 2.0.0 < 2.2.0, codeus/woocommerce/myaccount/my-orders.php 2.1.0 < 2.2.0, codeus/woocommerce/myaccount/view-order.php 2.0.15 < 2.2.0, codeus/woocommerce/order/order-details.php 2.1.0 < 2.2.0, codeus/woocommerce/order/tracking.php 1.6.4 < 2.2.0
Waiting for you to take action on those, thus you’ll make me and I think all of us – most happy customers)
Hi, thanx for your message, we will take care of it asap!
How do I change the background color of the slider buttons? I went to Theme Options and Color but I tested them all and it doesn’t change. This is our site (www.a-shirt.club) to which you will see the buttons on the main home page. They are transparent right now. Here is an image: http://screencast.com/t/CZYSzN5Lev
Hi, pls in thnis Theme Options section http://storage7.static.itmages.com/i/14/1204/h_1417695257_2808937_fbb9433245.png use these settings: http://storage5.static.itmages.com/i/14/1204/h_1417695288_6326976_3ee06298ac.png
At the standard Contact Page, we find the Contact Form, with 4 fields: Where can we edit the Fieldnames, Language and add MORE reuired Fields?
Or do we need to ceate a new form, and add this one to the Contact Page?
If we create new page, without contact page template will CSS be in tact while using Contact Form 7, and can we add the MAP (which shortcode)?
Hi, check page-contact.php lines ~10-35 – this concerns the form processing after submit lines ~66-85 – this is html code of the form itself
of course you can also use Contact form 7, Codeus is optimised for this plugin
Hi.
Great theme.
I want to create a page similar to http://codex-themes.com/codeus/features/powerful-admin-panel/.
I’m guessing I add each menu element as a page and then create a custom menu – is that right?
Also, when I do that each page is closed so to speak.Can I have a similar page where its one continuous page with all menu items but each can also be clicked on in the menu?
Thanks
This look is achieved using “Submenu” widget. Just create your pages and include them as submenus in your main menu item. After that use “Submenu” widget for your sidebar and choose the menu you would like to show. Also check our documentation for “Submenu” widget
Developer,
two things: we found out that – while trying to edit a page in VC – the VC keeps ‘hanging’ during loading the VC (the load ICON from VC keeps ‘loading’). We reactivated the plugin but that did not help.
Columns – we want to have the Third Column work with One Third and Two Third. Is this possible – which code we have to add somewhere?
Hi, in which browser (and version) are you experiencing such problems? Can you send me access data yo I can try to reproduce this bug?
Sorry, it works now..but not on two recently created pages. We added them again.
Still want to udnerstand if we can use in Full Width Page Colums One_Third and Two_Third_Last.. instead of one_third, on_third and one_third_last?
HI, in codeus there is no such shortcodes “Two_Third_Last”. Check possible examples here http://codex-themes.com/codeus/shortcodes/text-columns/ All other variations you can do with visual composer
Hi developer,
we have enabled this theme now – and uploaded Demo content.
Now we would enable the LayerSlider and try it out.. but we can only enable the NivoSlider..at Home Constructor.
If we delete it there, we can not find the SETUP field to enable the preconfigured LayerSLider..
Please help.
Sorry, found it already!
OK!
Hey Latchmor, have a look at this: https://tablepress.org/extensions/table-shortcode/
I had to use that to redefine the Tablepress shortcode…this plugin changes it to [tp_table] instead of [table] (which Codeus itself uses).
Thanx a lot for infos!
Hi, there way to add new icons at the exist gallery.
hi, yes, pls send me a messafe over my contact form and I will mail you the instructions