thanh4890
Forum Replies Created
-
Forum: Hacks
In reply to: Customizer not showing controlThanks, it solved my issue too.
Forum: Themes and Templates
In reply to: [Nictitate] pre-sale: multisite, sidebars, mega menu?Hi,
– Does this theme work on a multisite installation?
Yes, it does.– Are there unlimited sidebars?
Yes, there are in Sidebar Manager.– Can you change the width of the sidebars?
No, you can’t. Each layout has their set of widget areas.– Is a mega-menu included?
No.– Can you change the Icons used in menus etc.?
Yes.– I tried to add some testimonials and clients, but the URL’s I entered in the box does not appear?
You need drag testimonials widget or clients widget to show urls.– What is the width of the pages and can this be changed?
Yes, it’s responsive theme. The width of pages can be resized automatically on mobile screens.Best regards,
ThanhForum: Themes and Templates
In reply to: [Nictitate] Services Page FontHello @scottyhuff,
Enter the line in your theme options -> custom css:
strong { color: #2999CE; }
Best regards,
ThanhForum: Themes and Templates
In reply to: [Nictitate] editing widget areas 10,11,12Dear @jaslawmaya,
You need make sure widget area 10, 11, 12 were set to sidebars that you drag text widget into.
Best regards,
ThanhForum: Themes and Templates
In reply to: [Nictitate] Taxonomies displayingDear @bartom34,
In your plugin directory, open this file: kopa-nictitate-toolkit/posttype/service.php
Replace the line 33:
'exclude_from_search' => true,
By the line:
'exclude_from_search' => false,
Best regards,
ThanhOpen this file: header.php
Remove all code inside this tag:
<ul class="top-link clearfix">...</ul>
You can insert your custom link like this:
<li><a href="https://your-custom-url.com">Your custom title</a></li>
Thanks.
Forum: Plugins
In reply to: How do I set featured products in WooCommerceI try to use Wootique theme and don’t know how to pull the featured product to the slider. Thanks you spiderplant0, you saved my time a lot!