1243 comments found.
Hi, when I load your website I see a blank page with your logo, that’s all, http://storage6.static.itmages.com/i/14/1103/h_1415017312_7650176_4550cd1016.png
Please can I have all the code for adding the youtube icon, also I am not finding number 3 very clear, what does take a look mean? And what do I need to add in:
==========
In order to do this pls make following:
1. Find the font file fonts/Codeus-Socials.svg in theme folder and upload this font to icomoon application (here http://icomoon.io/app/#/select) 2. Add new icon to this font (in your case – youtube) and regenerate this font Codeus-Socials, notice the code of your youtube icon and after that rewrite the old one with the new one font file 3. now take a look at footer.php file in lines 13-27: here after
<?php foreach($socials_icons as $name => $active) : ?> <?php if($active) : ?> <?php echo $name; ?> <?php endif; ?> <?php endforeach; ?>
you should add ??>” target=”_blank” title=”<title>”> 4. in custom css field in theme options add
socials li.youtube a:after { content: ’\e600’; }
NOTE: in this example e600 is your youtube icon code in Codeus-Socials font. If you will get another code, replase e600 with this code
================
Thank you Mark
Hi, yes, but i can send it only per mail, can you contact me via my contact form here: http://themeforest.net/user/CodexThemes ?
When I install a child theme and active it, everything seems to pull from the original css and works fine except the menu doesn’t appear anymore on both the web and mobile.
site is a-shirt.me
Currently set it back to the parent theme but need help with the child theme.
Thank you
Hello, Checking in on this.
Thank you
Hi, check mail
Hello,
I also needed the same and I am currently starting on step 7.
Here is the code I have so far for the social icon’s section in the footer.php. I went ahead and added Pinterest, Youtube and Instagram as you will see in the Array. I also added the last three lines of code that you provided in previous comments. Still not working. I am not very familiar so specificity will help me. Thank you!
<?php $socials_icons = array(‘twitter’ => codeus_get_option(‘twitter_active’), ‘facebook’ => codeus_get_option(‘facebook_active’), ‘linkedin’ => codeus_get_option(‘linkedin_active’), ‘googleplus’ => codeus_get_option(‘googleplus_active’), ‘stumbleupon’ => codeus_get_option(‘stumbleupon_active’), ‘rss’ => codeus_get_option(‘rss_active’) ‘pinterest’ => codeus_get_option(‘pinterest_active’),’instagram’ => codeus_get_option(‘instagram_active’), ‘youtube’ => codeus_get_option(‘youtube_active’),); ?> <?php if(codeus_get_option(‘follow_contacts_active’)) : ?>
<?php if(codeus_get_option("follow_title")) { echo codeus_get_option("follow_title"); } else { _e('Follow Us', 'codeus'); } ?>
<?php if(codeus_get_option(‘follow_us_text’)) : ?> <?php echo apply_filters('the_content', stripslashes(codeus_get_option('follow_us_text'))); ?> <?php endif; ?> <?php if(in_array(1, $socials_icons)) : ?>-
<?php foreach($socials_icons as $name => $active) : ?>
<?php if($active) : ?>
<?php echo $name; ?> <?php endif; ?>
<?php endforeach; ?>Hi, can you pls provide me your access data to your WP installation. so I can take a look at your changes?
pls send it via my contact form here http://themeforest.net/user/CodexThemes
Hey! Thank you for the theme is verry cool, so, I’m trying to read the documentation but after opening it, I can’t see images in the documentation I see just their places can you help please ?
Thanks,
Hi, thanx for purchasing. Did you unzipped the whole zip? All images are located in folder assets/img, and if you are opening index.html in your browser these images shoudl be loaded
I would like to add a subscribe button – (linked to mailchimp) can you suggest any plugin that would be best suited to the Codeus theme?
Hi, have you tried mailchimp plugin?
hello, How do I disable visual composer for woo commerce. I went to the setting for visual composer and unchecked woo commerce(products) from being used but when I save the file it keeps doing this :
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.
How do I disable it from adding in the shortcode for visual composer all together when I Save, (client cant find their login info so Im asking here)
Hi, may I take a look at this issue on your website? Can you share your logins via my contact form here http://themeforest.net/user/CodexThemes ?
I just sent you a message thank you so much
were you able to take a look at my issue
Hi, not yet, sorry, will check it on weekend
Not a Problem I appreciate the Response
So, the problem is that if you will try to disable visual composers for these articles, i.e. your content will not start with vc row, this could bring visual problems. Or would you like not to use visual composer at all?
We want to be able to still use visual composer we just want to stop it from adding in the vc row and column shortcodes automatically when it detects that its not there, we understand this could bring some visual issues with some things but we can deal with that.
Hey Codex, Any way to disable it from autoplacing the Visual Composer Shortcode? We have a meeting with the lady tomorrow and I would love to give her a answer.
OK, to disable autoplacing and automessage:
check plugins/shortcodes.php lines 116 and 1456 , comment out these lines:
add_action(‘admin_notices’, ‘codeus_vc_admin_notices’);
and
add_filter(‘the_editor_content’, ‘codeus_the_editor_content’);
you guys are the man (woman?) I appreciate that so much.
Man
not a super… but still a man
You are welcome
Hi. Then, how can I use “[diagram]” with “echo do_shortcode”? Thanks
Try this
echo do_shortcode(‘[diagram title=”Our Skills” summary=”Hover me!” type=”circle”][skill title=”Usability & Design” amount=”82” color=”#566270”][skill title=”Conceptual Analysis” amount=”62” color=”#50CDC5”][skill title=”Programming” amount=”65” color=”#C7F465”][skill title=”Databases” amount=”42” color=”#FF6B6B”]skill title=”UI Development” amount=”32” color=”#C7F0F6”‘);
Hello again, Gregor
1) How about CF7 datapicker fix with Home Constucrot? I’ve wrote an email month ago. I really need Contact Form 7 pluigin datapicker.
2) Is there any way to off quickfinder icon animation when they dont’ have link, not active?
3) Could you improve tables grid for tablets and phones? (screenshot for example http://s13.postimg.org/xke12oqh3/345345.png )
Hi, sorry for delay in replying.
1. Can you pls send me access to your wp site (sorry, if you have sent it before, pls send it again), so I can take a look at datapicker issue again?
2. Do you mean lazy loading animation?
3. Unfortunately at the moment no updates for this issue. The reasons I have described in this support forum for other users. Pls be so kind to wait till another release fixing it, I hope we will manage it in near future
Concerning 2): If you like to disable hover effect, try this: check file js/quickfinder.js line ~36. jQuery(’.quickfinder ul li .image:not(.thumb)’) Change it to jQuery(’.quickfinder ul li a .image:not(.thumb)’)
02 – works fine. thanks 01, 03 – replyed to codexgregor@gmail.com
Hi, check js/gallery.js line ~80.
auto: false, change it to auto: 10000,
Hi,
How can I use the shortcodes in php archives? For example diagram shortcode.
Thanks in advance
Hi, what do you mean by php archives?
funcions.php
This code not working. echo do_shortcode( ‘diagram type=”line”[/diagram]’ );
How can I do it?
Thanks
Sorry, this code: echo do_shortcode( ‘diagram type=”line”[/diagram]’ )
I can not paste here the correct code.
Hi. Then, how can I use “[diagram]” with “echo do_shortcode”? Thanks
Hi, i need your FTP and WP access to check how you use it. Pls contact me via my contact form
hello
I have no plugin woo commerce.
Why?
Thank you for your help kind regards
Hi, which version of Codeus do you have? I suppose it is because you have an older version. Pls download and update codeus or send me access
hello
identifier emailed via ThemeForest
Version of the theme: 3.6
kind regards
Got your mail, thanx
hello thank you for your help. Thou art fast and useful. I work on the website, when you install WooCommerce yesterday. I saw that you install
You are welcome!
I would like to disable the mobile menu so that I can use a third party one.
1. Check functions.php. Here you should comment ot this line 63: wp_enqueue_script( ‘codeus-dlmenu’, get_template_directory_uri() . ’/js/jquery.dlmenu.js’, array(), ‘1.0’, true );
2. Then in drop-down-menu.js. Here comment out lines 16 – 19 22-24
Hi Codeus, Is there HTML/CSS file version of this theme? I want the integrate this design into my template for custom CMS.
Hi, thanx for requesting. No, at the moment we don’t offer pure HTMl templates of codeus, but I can advise yoz to purchase WP version and just use the html/css/js code of it
Hi! How about of more social profile link on the footer? Instagram, VK, etc? Thanks!
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.svg font file with new added icons; pls note the codes of the new icons (something like e600) 5. Overwrite the old Codeus-Socials.svg 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; ?>
Seems that I cannot paste a code here, can you contact me via my contact form?
Hi. I write message for you. Thanks for you help.
I have just replied, sorry for delay
Thanx for help.
You are welcome
Hi there, nice theme! Three questions:
- Any chance of adding a YouTube icon for “Follow Us” section?
- I noticed that Visual Composer seems to interfere/override the theme’s default paragraph spaces. When the VC plugin is activated, paragraph spaces appear as 0, but when the VC plugin is deactivated, all the VC code appears (eg. “[vc_column_text]”) but all the paragraph spaces are shown as normal. This is with a brand-new installation of Codeus and all-new pages created with VC turned on.
- I noticed some rendering differences of the slides in NivoSlider with Firefox 33.0 (Mac) versus Chrome 38.0 (Mac): On Firefox, the title and excerpt are covered by the direct navigation buttons on the side. I think Firefox is not obeying the left and right margins thus the buttons cover the text. But the slides appear as normal in Chrome, where the buttons are on the sides and the title/excerpt are positioned inwards more so they are not covered by the slide direct navigation buttons. Not sure if this is a bug with your theme or with NivoSlider itself.
Any comments would be helpful! Thanks!
Hi, thanx for requesting.
I can send you instracutions on updating the social buttons in footer per mail, pls contact me via my contact form.
Concerning spaces I am not able to reproduce, would be great if you can share your access data and screenshots describing this isuue.
Concerning the last issue it seems to be Nivoslider issue at general
Hi, love the theme so far, however I’m experiencing a weird issue with the LayerSlider—when I click on an image to select something different, the Media Library modal won’t show any images of past uploaded files. I can upload something new, and that will appear in the media gallery (any other time I click to change image, eg) for the extent of that particular session, but if I put my computer to sleep and come back, or log out and back in, the Layer Slider does not see anything in the Media Library modal anymore. AFAICS all the permissions are set correctly on the folders where uploads happen, and the regular Media Library pages work fine. Any idea how to fix?
Thanks!
Hi, never heard something like this before. Can you share your logins via my contact form?
Got it fixed, but thanks for the offer to help.
Turns out that it must have had something to do with importing the demo layerslider content. Subsequent to importing the demo content, when viewing the Media Library (All dates filter) after importing that content, the List View worked, but the Grid View did not—however, when selecting different date filter (eg July 2014), the Grid View did work, meaning there was some issue with what had been uploaded just recently. After deleting all the demo layerslider content, the Media Library worked as expected, both Grid and List views.
Hi, thanx for sharing!
hello can you tell me where they have purchased the following graphics
http://codex-themes.com/codeus/wp-content/uploads/2014/02/cargo1.png http://codex-themes.com/codeus/wp-content/uploads/2014/02/box.png http://codex-themes.com/codeus/wp-content/uploads/2014/02/Slide5_El2.pngHello! How I can exclude a specific category in a page? Thank you
Hi, what do you mean with “exclude”?
I meant that I have a page and I want to show all categories of an article, unless one. But it does not matter I solved the problem.
But I have another question 
I changed these lines to create a square
.quickfinder ul li .image span { border-radius: 6px; cursor: pointer; font-family: “Codeus-Icons”; font-size: 85px; font-weight: normal; height: 168px; line-height: 168px; margin: 15px auto 0; overflow: hidden; text-align: center; width: 168px;
Now I need to find these lines to rotate the square and get a rhombus
element.style { background-color: rgb(255, 255, 255); color: rgb(210, 113, 10); position: relative; transform: translate(0px, 0px) rotate(0rad) skewX(0rad) scale(1, 1);
I got the code with Mozilla’s Firebug but I did not find him in the source code.
Please help me 
P.S. the contact form does’tn work when I fill de request fields the codues message is “ERROR: Sending failed.” maybe I need to configure my e-mail addres somewhere in codeus?
Hi,
“Now I need to find these lines to rotate the square and get a rhombus” – what do you need exactly, to know, where you can modify the form of quickfinders?
Conc. “ERROR: Sending failed.” – pls check Theme Options if you have entered admin email under “Contacts”
yes I need to know where I can modify the form of quickfinder
yes, I entered admin e-mail in contacts and social ? contact ? Admin E-mail but the result it’s the same. When I introduce the data into the inputs, the site displays an error message in top of the form: “ERROR: Sending failed” and reloads the page displaying into the inputs the text added before, except in the website input – here the content is duplicating the email input – I mean, in email and website inputs are the same info when the site reloads. It seems that the website input is not well configured, because is displaying a wrong info. I hope it helps… By the way, I don’t get any email from the contact form page because this error. Thanks for your help.
Hi, can you send me pls access to your site so I can check your configuration? Pls use my contact form here http://themeforest.net/user/CodexThemes
What line of page.php should I put the code to show the comments? My pages are no comments, posts are only active with comments. I want to activate the comments page.
How should I do?
Hi. can you pls contact me via account which has purchased codeus? or send me order confirmation or purchase code so I can verify your purchase. Thanx.