1243 comments found.
Hi, I’m adding tables to my site and it doesn’t look like they’re responsive on mobile – they overflow and require scrolling, and since the alternating rows are transparent they’re hard to read on the dark background. Is there a way of adding table-like data in a way that it’ll display well on mobile, or maybe make the transparent rows white? http://i.imgur.com/BondbGL.png
Hi, yes, at the moment the styled tables are not respondive, but we are working on this to invlidr it with coming updates. Sorry for inconvenience!
That’s ok, we can find a workaround. Is there a way to make the transparent rows of a table white?
use Custom CSS field in theme options and try this code:
table thead tr {
background-color: transparent !important;
}
table tr:nth-child(even) {
background-color: transparent !important;
I’d like to make the background white instead of transparent. I tried making the ‘transparent’ text in that code #FFF but it didn’t change the alternating rows (one white, one transparent, one white, etc)
OK, pls use Custom CSS field and use this code here>
table tbody tr:nth-child(2n-1) { background-color: #ff0000; }
Hello. All of a sudden the contact map on the contact page has disappeared. We didn’t do anything but update to wordpress 3.9. What could have happened?
Hi, pls send me your wp access via my contact form, i will check this
Hi, I’m trying to install the demo but it won’t load. I read in documentation to “uncheck download images and attachments.” Where do I do that? I can’t find where to uncheck it.
Thank you@
Hi, which WP version do you use?
Hello! I bought your theme, but there is no “Pricing Tables”, an example of how you can get this table shortcode?
Hi, thanx for purchasing. Do you mean demo content? You will find detailed description of pricing tables in theme documentation
In the documentation there is no description of use pricing tables. I mean, that the theme is no code of pricing tables.
It”s impossible
Sorry, in order to be sure – can you pls download the freshest version of codeus from your downloads and take a look uin Documentation folder, run index.html – there should be a chapter “Pricing tables” there. If you mean, you don”t have PT shortcode in theme itself, reinstall it.
I noticed that the thumbnails in galleries move a little onclick? Doesn’t seem to do it in your demo http://www.screenr.com/ZaxN
Hi, wow, that”s interesting. Can you pls send me link and WP access login to your site using my contact form? I will check the scripts
Thanks
Sending login info now
Got your mail and replied
Thanks Gregor! A+ support!
You are welcome!
Hey Gregor….It seems to be doing it again.
I cant see it. Where exactly are you experiencing that? Which operating system and browser (version) are you using?
Looks like I’ve isolated it to Win 8, Chrome 34
Thanks Gregor. Much appreciated.
Hi, just checked it on Win 8, Chrome 34 – I don”t see the issue. Can you clear ypur browser cache and try again?
Hi, i really would like to help you to resolve this issue, however i cannot reproduce it in anyway. Pls check my demo website – if you don’t see this there on win 8 chrome 34, so the problem is definitely somewhere in scripts you are using. However I cannot figure it out, because I cannot reproduce this bug
First, Thanks for taking a look Gregor, much appreciated
A+ Support!
I did figure out what was causing the issue. It seems the Admin Color Schemer plugin is what causes this issue. However it is only visible for logged in users, so not too big a deal. If I find a solution, I’ll post back here for others.
Hi, great! Thanx for sharing this info!
Hi, is there any fast and easy way to disable the all-caps on the widget titles, navbar, etc?
Yes, you can use Custom CSS field to do it. If you need help in CSS for this case, pls provide me with complete list of all elements, where you would like to disable it.
Hi, I ended up entering this on the custom css section of the theme:
h1, h2, h3, h4, h5, h6, table thead th { text-transform: none !important; } .block.portfolio ul.thumbs li .title { text-transform: none !important; }
I now have an additional problem with the site, when I list all the team mebers, the layout look weird, check it out: http://videoennelsonmandela.fnpi.org/los-talleristas/
How can I fix it? Thanks in advance.
Try this css in custom css:
.team-element { vertical-align: top; }
How can I change the ‘arrow’ images for prev and next in the Client section? I’m not sure where the image is located and is showing \e605. Can I change this to add my own image?
Arrow is an icon from our icon pack included in codeus. Would you like to replace this arrow icon with some other icon from font icon set?
Hi Would you be able to add a home page version with a small header on top where you would normally put social links , contact number etc.? If you could let me know on how to do it, that will be great.
Thanks Kem
Hi, actually our design intention behind codeus was to keep it as clean as possible, without additional bars etc. So it was not planned. But if you need it very much, pls contact me via my contact form. Thanx.
Hi,
I have purchased your theme. But the problem is that when i am trying to create a widget at the top above the logo the widget is not displaying. Only white space is showing up.
Please check the link
http://development.fourseaslead.com/thinkAlso the projects and the clients scroll are not displaying.
Thanks.
Also please if i send the admin details can you please install the sample data as you have on the demo.
Thanks.
Hi, thanx for purchasing. I have seen, that you have modified our templates to insert a top area above the logo and main menu. Pls be so kind to understand, that we cannot provide support for templates and script customisations made by our customers. In order to recommend you something I first must know, what exactly you have done, which code modficitations etc and what is your end-expectation of result. Concerning demo content> pls take a look in our codeus documentation: in first chapter Getting Started you will find detailed description of how to import our demo data, it is quite simple. Thanx!
hi thanks for the reply. But when i load the demo contents the projects, clients etc are not showing up. We followed the instruction you have mention on the documentation.
Thanks.
Strange, ok, send me your access, I will take a look at this tomorrow
ok can you send the email address plz.
Hi, you can send it per my contact form here http://themeforest.net/user/CodexThemes – it is safe
hi send the details on the contact form you have send. Please check and let me know what is the issue.
Thanks.
check mail
No, I only see this: http://prntscr.com/3cdb54
can you pls send me temporary access to your WP admin? use my contact form pls
I figured out why I couldn’t see the options in this article: https://codex.wordpress.org/Creating_a_Static_Front_Page After I published a static front page and an empty blogs page, the options appeared automatically.
Hi, thanx for informing!
According to the documentation, the window in the Settings -> Reading menu should show an option where I can set the ‘Front page displays’. When I go into that menu, I don’t see this option. What am I doing wrong? I would like to use this option as I wish to set a static front page.
Hi, check http://prntscr.com/3ccw5u – don”t you see these options?
I noticed that when I click on one of the thumbails in a gallery, that the thumbnail moves onclick? The demo however is not like that.
Thanks,
-Neil
Hi Neil, sorry, didn”t quite get it – where exactly you click? can you provide me a screenshot?
How do I hide the featured image from a news item itself, but only showing up in the news section (small circle) on the homepage? When I use a small image as a featured image this blows up in the news item itself.
Thanks in advance.
Hi, create single-codeus_news.php template basing on single.php and remove there lines 38-46:
<?php $image_url = wp_get_attachment_image_src(get_post_thumbnail_id(), 'codues_post_image'); ?>
<?php if($image_url[0]) : ?>
<div class="post-image">
<div class="image wrap-box shadow middle">
<div class="shadow-left" /><div class="shadow-right" />
<img class="wrap-box-element" src="<?php echo $image_url[0]; ?>" alt="<?php the_title(); ?>" />
</div>
</div>
<?php endif; ?>
Great. This did it! Thanks.
You are welcome
How do I leave the summary (excerpt) out of the header (page title) after adding the excerpt to a blogpost?
Thanks in advance.
Try this body.single-post .page-title-block .page-excerpt { display: none; }
This worked. Thanks!
You are welcome
Hello, I try to enable Wordpress multisite network, but to enable network features I need to disable all the plug-in. I have a problem with “LayerSlider WP” plug-in. I tried to disable it from plug-in panel but it remains always active, because Codues uses it also if I not publish sliders. How can I do?
Thanks in advance
Hi, Layerslider is defined as required plugin for Codeus, that”s why you cannot disable it. Take a look at plugins.php and try to change LS from required to recommended (as an idea)
Thanks, It’s good.
You are welcome
I added a portfolio item using ‘Portfolio page’ but the right sidebar doesn’t show up while I have widgets in the page sidebar. The portfolio item appears as full-widht portfolio page instead of portfolio page with right sidebar. What’s wrong?
Thanks.
Can you pls send me a link to this page and WP access to check it (use my contact form pls)
I just send you an e-mail
It’s about the first page in Portfolio
got your mail
1 can you send me the LayerSlider_Light.json of your new demo site? Because I found the first slider of earlier version are not the same. 2 I need the box’s psd files of the third layerslider. thanks
Hi.
1. no, we didn”t change anything in layerslider on demo site 2. in third slide (with containers) we use copyright protected image of containers we have obtained on photodune. If you like I can send you a link to this picture.
1,there’s some colour “Round”s in the first slider ,but my json file do not have this.2,OK,send me the link.
concerning rounds i didn”t quite catch it
1,sorry,not this box ,is the box of the fourth slider with “c” logo,I need it’s PSD files.
2,Round means some colour move points in the first slider.so you can give me the LayerSlider_Light.json of your new demo site.I will find it myself.
Hello,
How do I change the background color of the page title for posts and portfolio items? For pages I have the option to change this, but not for posts and portolio and news items.
Thanks in advance.
Hi,
in portfolio items you do have this option, look at http://prntscr.com/3caps6
Blog posts are the standard post type of WP, so unfortunately you don”t have this here
Too bad. Isn’t there a possible way (through CSS) that I can change the title background for blog posts?
Try this code in Custom CSS field in theme options>
body.single-post.postid-4140 .page-title-block { background-image: none !important; background-color: #ffffff !important; }
postid-4140 is the id of the blog post, where you would like to change the background color
Great! This helped me solve this issue. I left out the part .postid-4140 because I want the same background color for every single post.
Thank you for the quick response.
You are welcome
I created a set of Clients that I would like to display on a new page, and I want the description I entered to show underneath the client logo. How do I get the description info to show on the page?
different issue: I also want to see if there is any other way to have the Clients show on home page without changing the Reading Setting in WP. When I change to show recent posts my entire page gets messed up
check mail, I have answered
I am trying to add sidebars to my page, how do I do this?
Hi, pls check documentation. In pages select appropriate template “Page with … Sidebar”, than use the sidebar/widget area below in page settings – drag n drop the widgets of your choice to your sidebar and save.
I’m sorry i’m still not seeing it. From my home page where do I go?
do i have to re-install a different template?
I just found it!!! Sorry for the inconvenience…took me about an hour total to find…whew this stuff is complicated!
For anyone else looking it’s under “page attributes’ within your pages.
Just take a look in documentation, section ”#adding-your-own-page-sidebar” in “Sidebars” chapter, here you will find all detailed descriptions