Discussion on Codeus — Multi-Purpose Responsive Wordpress Theme

Discussion on Codeus — Multi-Purpose Responsive Wordpress Theme

Cart 2,530 sales
Well Documented

CodexThemes supports this item

Supported

1243 comments found.

The coding for Visual composer keeps popping up where it shouldn’t on the front end. Like in my side bar with testimonials the coding is appearing before and after quote . The website is http://bbwineaccessories.com

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)

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

This gallery only moves to next photo onclick. http://codex-themes.com/codeus/galleries/slider-half-width/on-top/ How can I make this Gallery autoplay?

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

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

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!

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! How I can exclude a specific category in a page? Thank you

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.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey