896 comments found.
Hi Im having problem on layerslider it has javascript error on mirrorCode.
Please response.
Hello,
Please mail me url & admin access I will check.
Thanks
Hello. Could you help me, please. I want create category pages with related posts in it. For example : I created few categories : Cities, Cars, Fruits etc with related posts. Link will look like: site.com/cities/New York Where Cities – category name, New york – post name And I want customize each page (change banner image for example)
How i can do it?
Thanks
Hi, You want to change banner image for each post? Yes you can do this from each page / post bottom meta option you can mange it.
Thanks
No, I want change banner image for each category. Is it possible?
And doest this theme has category.php or archive.php?
Category / Archive page don’t have option to change for each category. From theme option can set one image for all.
Ok. I got it. Thanks. Can you tell me wich *.php file related to the category /archive page? Best regards
It is coming from themes/eikra/index.php
Where can I find the tutorial to add Language Switching in Eikra – Education WordPress Theme ?
Which plugin using for multi-language? Top bar Layout 5 has widget option.
i have downloaded this theme after buying but its not installing on my wordpress when i upload why???
no this is not what i asked about .. your downloaded files from themeforest are not uploading on my wordpress and taking alot of time when i click install
See uploads folder has eikra.zip install this. If server upload limit less or slow then it may happen. You can upload via FTP in the themes folder.
Hi,
We would like to buy this theme but just wanted to confirm dose these theme compatible with Multiple site manager as we have multiple branches for School and we need to use Multi site manage to achieve the same.
PFB the link for your ref what we want to do. https://www.wpbeginner.com/glossary/multisite/Thanks & Regards, Shankar Sharma
Hello,
Yes Our theme support MU but I am not clear about License if you use multi domain then Regular License ok or not? Need to ask Envato support.
Thanks
Hi, LearnPress plugin is conflicting with Layer Slider WP. When LearnPress plugin is enable only blank page appears on Layer Slider WP admin Edit page. Please check and fix asap.
I replied you another message we don’t give any update recently also don’t get this complain from others.
Hi, LearnPress plugin is conflicting with Layer Slider WP. When LearnPress plugin is enable only blank page appears on Layer Slider WP admin Edit page. Please check and fix asap.
Please check inbox.
Are you using latest version of theme and plugin? We fixed this issue. Please update first.
Hello, I want to setup ebook shop page on my website. Normally, your demo pages show that Eikra has 2 options which are https://radiustheme.com/demo/wordpress/eikra/shop/ and https://radiustheme.com/demo/wordpress/eikra/product/book-1/ . I setup my website by applying demo importer. After I setup it, I did not have these options. I examined of all pages. There is a shop page, but this shop page is empty. Also I was not able to find Eikra:widget for shop. How can I solve it and setup shop page? Thanks in advance allowing for your time. Kind regards.
Hello,
If demo data import successfully then shop product will come. Or in WooCommerce add products it will show in shop page. For ebook you can use downloadable product it WooCommerce settings.
Thanks
Yes, it works now. I changed that woocommerce>products>shop page> shop. Then, it is OK. Thanks for your support.
Thanks too!!
Hello Support how do I remove the Archive on Course Page Title. My website is https://www.niitkenya.com/courses/ I need the title to be “Courses” and not “Courses Archive”.
Hi, By default archive page title get archive text need to edit code or by hook can do this. Send me admin & FTP access to support@radiustheme.com
Thanks
sorry.. I just left a message about the eikra theme but i have made some discoveries. The layerslider slides wont show on backend when LearnPress plugin is activated.
The issue with WP Bakery was solved. There was a conflick with a translation plugin.
Can you help me with the issue of slides not showing on backend when Learnpress is activeated
Hello,
We don’t get this type of issue before. Please send me url & admin access to support@radiustheme.com I will check.
Thanks
hi i just purchased eikra theme and did the demo install…
I am having issues with layerslider not showing slides in setting and there is no wp bakery backend… can you please help
replied you another message.
Hello There,
Theme is 100% compatible using BuddyPress?
Thanks
Hi,
Sorry sir we don’t check with BuddyPress. We have plan to add future.
Thanks
Hi, How to see the mobile number and email Id in the top for mobile view.
Hello,
Sorry sir right now don’t have top bar enable in mobile. If you need this please mail admin and FTP access to support@radiustheme.com I will enable it for you.
Thanks
Hi, I am using the Eikra wordpress theme, How do i customize the instructor slider, I am no able to find any option, pleas help.
Rehards
NV Reuben
Hello,
If you using LearnPress plugin then instructor come from user with instructor role. Login as instructor from front end then you can change that instructor information.
Thanks
Hi Team
Purchase code: fb3411b7-a7ad-406d-8551-32687646ef22
how can edit on the home page of (Our Skilled Instructors) please explain me as soon as possible.
Hello,
If you use LearnPress then Skill Instructors coming from LearnPress instructor See users who are instructor role. Login as instructor then you can change the info.
Thanks
Plese click on this link and see the http://markinfotek.com/template/dwps/ please give me your email id i want share screen-shot.
here Skill Instructors this option not showing please check
Are you using LearnPress the Instructor coming from here https://prnt.sc/ohepdm If don’t using learnPress disable learnpress plugin you will see post type for instructor.
email: support@radiustheme.com
Hello I have purchased this theme,Im not able to login to the dashboard and create pages and not able to access the dashboard itself.Can you please tell me how to go about it?
Hi,
your support already expire please re-new support. Then send me url admin & FTP access
Thanks
Hello,
I’m trying to install the demo and I can not do it, it shows me the following message:
cURL error 7: Failed connect to radiustheme.com:80; Connection refused.
I would like to know if you can support me to solve this problem.
Hi,
Your support time expire. Are you using this theme in another domain? For each domain need license.
Please re-new support first then give your purchase code.
It is your server settings CURL is disable from your server.
Thanks
Page Search Functionality What do you suggest to enable page search functionality for your theme that works similarly to the course search, but is instead for pages?
Replied you another message.
Categories option for pages. We would like to enable the category functionality for our pages in the Eikra theme. Would you please confirm that the following code will enable this feature without negatively impacting the theme?
Navigate to functions.php Add the following snippet in your theme’s functions.php then save your changes
function add_categories_to_pages() { register_taxonomy_for_object_type( ‘category’, ‘page’ ); } add_action( ‘init’, ‘add_categories_to_pages’ ); To add tags taxonomy in your page, add the following code in your functions.php
function add_tags_to_pages() { register_taxonomy_for_object_type( ‘post_tag’, ‘page’ ); } add_action( ‘init’, ‘add_tags_to_page’);
Please respond as soon as possible. Thank you.
Hello,
Instead of inserting the code into functions.php file you may try this plugin: https://wordpress.org/plugins/code-snippets/
There is a mistake in your code, somewhere you wrote ‘add_tags_to_page’ and somewhere you wrote ‘add_tags_to_pages’(extra ’s’) – function names should be same.
For further coding related inquiries please ask in our support forum at support@radiustherme.com
Thanks
Hello! You can update Woocommerce version 3.6.4. to 3.6.5 I wait attentively Toni
Yes can.