Discussion on Vilan Corporate, Shop & Forum WordPress Theme

Discussion on Vilan Corporate, Shop & Forum WordPress Theme

By
Cart 368 sales
Well Documented

disgogo supports this item

Supported

This author's response time can be up to 2 business days.

202 comments found.

it seems like when i set a page layout to anything but no sidebar, the footer gets missing, i can’t see the top wp-admin bar “when logged in” My goal is to have a sidebar on the blog page. and that isn’t working out well…please help

Hello,

That’s weird, can you please send me a temporary admin login to investigate? Send the credentials to cristian.gogoneata[at]gmail.com

Thanks

Hi,

I just set it up but the links for the forum to Register / lost password do not work.

It looks like the links in the sidebar widget are to your site.

What is the link to the register page?

I have tried mysite.com/register

Thank you, Shawn

Hello Shawn,

You must create the pages for register/login and add the corresponding shortcode:

[bbp-login] – Display the login screen. [bbp-register] – Display the register screen. [bbp-lost-pass] – Display the lost password screen.

Thanks

This worked, thank you!

Hi, the theme is working great! Many thanks again. One question: is it possible to change the font color in the footer for all widgets? We are having problems with the white font as it is too close to our footer color. Thanks!

Hello,

Of course, to change the color just add the following style in Appearance >> Customize >> Custom CSS:

for footer body text add:
footer.site-footer {
color: #fff;
}

for footer link text add:

footer.site-footer a {
color: #fff;
}

for footer headings add:

footer.site-footer .widget h4.widget-title {
color: #fff;
}

Just change the color hex with the one you need.

Best

I updated Async Java plugin that I use on my theme and when it is active it interupts Revslider now. It used to before but this was just a cache thing that I had to clear in order for it to work. But now it persists regardless.

This is the error I get in place of where the revslider would normally go (this is the test site):

http://www.test.virides.com.au/

On the normal site, it should look like this:

http://www.virides.com.au/

The only way I get it to work is to deactivate the plugin, but I would rather not as the plugin is used to make my site load faster.

I have also tried all the options in different combinations on both the plugin and revslider with neither fixing the issue. I can only seem to do the code edit, but I am not confident in doing this change as it is beyond me.

Hello

I’m using Vilan theme with Woocommerce.

Everything worked well so far, but now the button Add to Cart is not showing up on my product page anymore. Can you please help ? thanks Isabelle

Hello Isabelle,

Can you check if it’s activated in Appearance >> Customize >> Store tab? Enable/Disable add to cart button

Thanks

Hi, yes the “add to cart” box is checked… thanks for your help.

So I have an error that has been coming up with every access to my site and is currently affecting the crawlers for Google and thus generating errors there.

My host has helped me with finding the error and it is this:

[26-Apr-2017 04:02:01 UTC] PHP Fatal error: Call to undefined function ecwid_page_has_productbrowser() in /home/viridesc/public_html/wp-content/themes/vilan/sidebar.php on line 29

When I go to that sidebar.php file the code says on line 29 (29 to 31):

} elseif (defined( ‘APP_ECWID_COM’ ) && ecwid_page_has_productbrowser() && ecwid_is_store_page_available() ) {

$dynamic_sidebar = ‘sidebar-ecwid’;

I don’t believe I use this functionality at all in my site, so is it possible to quote this section out, or is there another way to address this?

Hello,

Thanks for your comment. It seams the function used in that piece of code was removed from Ecwid. So, please replace line 29 from sidebar.php, this one:

} elseif (defined( ‘APP_ECWID_COM’ ) && ecwid_page_has_productbrowser() && ecwid_is_store_page_available() ) {

with this one:

} elseif (defined( 'APP_ECWID_COM' ) && Ecwid_Store_Page::is_store_page() ) {

Now, you can go in Appearance >> Widgets and add any widget in Ecwid sidebar.

Thanks

Thanks it looks to have addressed the issue with Google!

I imagine you will be adding this to your future update for the theme?

Glad you solve it. Of course it will be added in the next theme update.

Thanks

Are you able to provide an update to your changelog on the Item Details tab? Your last one was in June 2016, it would be helpful to know what has been fixed so that we can know what to expect when an update occurs.

Hello,

Just updated it.

Thanks

Awesome thanks :D

Question withdrawn – sorry :)

Hello,

Will there be an update for this theme for WC 3.0?

Best,

Michal

Hello Michal,

Yes there will be an update available today. I’ll let you know once it’s available.

Thanks

Hello, I’m using Vilan for my site in french. Trying to translate it with Loco translate, but I have the error message : “Template missing This bundle doesn’t define a translations template file.” What do you suggest ? I can’t use my site in English… It happens in the woocommerce pages, there’re some widgets at the right of the page (Product Categories, Top rated products…) Thanks a lot for your advise. Isabelle

Hello,

First, please go to Settings >> General and set the site language to French – it will automatically load all plugins and WordPress in french.

To translate the title of those widgets you have to go to Appearance >> Widgets.

I’m not sure if this helps but i’m not sure what you need…

Best, Cristian

Just purchased your theme and am currently customizing. Your latest update shows March 24, 2017, but the Last Version shows June 15, 2016. VC is WAY behind in updates and I feel as though this is misleading.

Also, will there be support for an overlaid menu so that there doesn’t have to be a color bar at the top of the page?

Hello,

The last theme update is dated on 08.08.2016, version 2.3, where does it states as March 24, 2017 – i cannot find it … ?

Regardless, i’ll upload a theme update in the next couple of days with the plugins up to date and compatibility for WooCommerce 3.0.

Thank you, Cristian

I need a wordpress template like this site https://clarity.fm/.

Hi Disgogo,

Can I know if you received my last question about the feature of threaded comment/reply? If yes, can you help me to solve it or give me some hints to solve it.

Thanks!

Thanks disgogo,

Hello,

For the threaded comments to work, i must release a significant update almoust all the reply loops must be modified. I’m planing to work on this next week.

Thanks

Thanks Disgogo. Looking forward to your update.

Dear support,

I have one more question about adding a title to a list of topics on the home page of my forum. The link is as follows: bbs.vplink.net.

I would like to add a title named Recent Topics to the first section with the list of recent topics which is the same as the Category section in the page. (Category is the title). Would you please give me some hint to do this?

Thanks!

Hello,

I see you already managed to do that. I’m here if you need further help.

Thanks

Thanks disgogo for your reply. it is solved yet. Btw, would you please take a look at the comment about the threaded comments issue? After using this theme, I found all new replies to a thread can only be displayed at the very bottom of the topic. I would like it directly appear under the thread. Just as other default and free themes. I think this feature is necessary to a forum. Would you please solve it?

Thanks

Hello,

Please note that the default topic replies order in any forum is “Newest last” but if you need to change that you can use this plugin: https://wordpress.org/plugins/bbpress-sort-topic-replies/ – it does exactly what you need

Thanks

Dear support,

I like your theme very much and I used your theme to set up a forum. However I found that this theme does not support the threaded comment. All new replies to a thread are displayed at the bottom of the topic. Would you please solve this issue? This feature is very important for my forum website.

Thanks

Hi Support,

Would you please help me to remove the code under the Category? I do not know why these code come out. Below is the link to my website.

http://45.63.61.205/

Thanks

Hello,

Can you send me a temporary admin login? That code is from Visual Composer.

Thanks

Thanks so much for your reply. this issue is solved already . Yes, it is caused by wrong description input of this category

Great. I hope you enjoy the theme.

Best, Cristian

Hello, I’m having issues with this themes Woo-commerce shop system. It’d seem the add to cart option is missing and I can’t seem to find any settings relating to that. Here’s my site for reference: http://ayrshirekoiclub.com/index.php/product/fish-test-product/

Hello,

Please make sure that in Appearance >> Customize >> Store tab “Add to cart” is enabled and Catalog mode is disabled.

Thanks

Would I be able to integrate Buddypress for Front-end user contribution to blog posts?

The dashboard is secured due to my use of clef and my client would like to have a blog, so a front end solution would work well.

Hello,

Sure, if the plugin is bug free you should not have any troubles integrating it. The theme does not modify the default WP working mode.

Thanks

There an issue with the image gallery on safari. It seems there is some race condition when setting the height of the element while images are not loaded yet. The issue can be seen on the demo site as well. Could you please fix it? http://www.okthemes.com/vilan/images-and-carousels/

Hello,

Thanks for your notice.

I’ll fix it and release an update.

Best, Cristian

Hi, we want the header to be white (which we achieved through custom CSS as already indicated in the comments). Now the search icon disappeared because of the white font. How do I change the font color of the search icon? Thanks

Hello,

To change the color of the search icon please add to Appearance >> Customize >> Custom CSS the following style:

.main-menu-wrapper ul.navbar-form li.icn-preview {
color: #000;
}

Thanks

Thanks! That worked perfectly. One more thing: in the demo of the theme, there is a fine line above the menu towards wishlist and my account (and separating wishlist and my account). This line is somehow missing. How do I get it back or perhaps change the color of the line? Thanks!

Hello,

The line is not missing, it’s white, you can change it’s color by adding the following style in Appearance >> Customize >> Custom CSS:

.header-toolbar-wrapper .navbar-nav > li > a {
border-color: #f1f1f1;
}

.main-menu-wrapper {
  box-shadow: inset 0 1px 0 0 #f1f1f1;
  -webkit-box-shadow: inset 0 1px 0 0 #f1f1f1;
}

Thanks

Hello, very nice template. I have a question regarding the forum. Do you have the ability to make a thread private?

Hello,

The forum is powered by BBPress (https://bbpress.org/) and i know they offer support for private forums (https://codex.bbpress.org/getting-started/configuring-bbpress/creating-content/#creating-a%c2%a0forum) – this means only logged in users can see the threads.

Hope this helps.

Thanks

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