688 comments found.
Hello, I have to insert a right sidebar in the theme, in which I can insert widgets like calendar and categories. Practically move the bar at the bottom to the right. How can I do? Thanks
I don’t know how to create the author page. I want to create it as the main page and potentially customize it. I also don’t see instructions to create images with text overlay and buttons.
Hello,
1. Could you give more detailed information. Do you want to create a static homepage?
2. Use the Cover block in the page editor. https://gutenberghub.com/cover-image-block-overview-how-to-use-guide/
Thanks
1. Yes I would like to create a static page, similar to the author page. Maybe as like an about me page I guess. Thanks in advance.
Sorry really new to Gutenberg Editor.
OK, I worked this out, and was able to manually recreate it. Thanks.
Hello,
Follow this instruction:
1. Create a new page (Pages -> Add new). Enter the name of the page, text and photos that you want to display before the blogs.
2. Then go to the customizer (Appearance -> Customize). Open the Additional Content Areas tab. Open the Content Area tab.
3. In the “Before Blog Posts” dropdown menu select the page you recently created.
4. Click the Publish button.
Thanks
We have our theme set up to include social profiles and email on the sidebar image but it’s only displaying correctly on some page and can be intermittent. When they don’t display we get four circles with a square inside each one indicating where the icons should be.
Hello,
Please contact me by email nordthemes@gmail.com Send me URL of pages with this problem.
Thanks
HI! can you please tell me if this theme offers the option to change logos according to languages? Thanks!
Hello,
Which plugin will you use for multilingualism?
Thanks
Hi! I have a problem with importing demo files, gives me an error message “Error: error (500)”. I enclose log file. Thanks!
—Upload files—
Redux file was not uploaded. Error: Test di caricamento del file specificato non riuscito.
—Upload files—
The import files were successfully uploaded!
Initial max execution time = 200
Files info:
Site URL = https://maurocarac.com/new
Data file = ..../wp-content/uploads/2019/11/wildbook.xml
Widget file = ..../wp-content/uploads/2019/11/widgets.wie
Customizer file = ..../wp-content/uploads/2019/11/customizer.dat
Redux files:
not defined!
Hello,
Please contact me by email nordthemes@gmail.com Send me login and password, i’ll try upload the demo.
Thanks
Hello! First of all I apologize for my English. I’m sorry, but I’m currently not authorized to spread administrative passwords or create new accounts. Couldn’t you try to explain to me what the problem is? I take this opportunity to thank you for your time.
Hello,
I think something is wrong with your hosting settings. Please read this article from the author of the import plugin https://github.com/awesomemotive/one-click-demo-import/blob/master/docs/import-problems.md
Thanks
Hello !
I solved the problem using the method described in “Gzip import trick” in your article, the other solutions did not work in my case
Thanks
Hi there,
I’ve got a question: The font size for page title, headlines, section titles etc. seem to stay the same, whether they’re displayed on desktop, mobile or tablet. Which means that, for example, the page title is either the right size on desktop, but not on mobile and tablet – or the other way around.
Is there a way to define different font sizes for desktop, tablet and mobile?
Thank you!
Hello,
Does this problem occur with default fonts or did you use the plugin to change fonts?
Thanks
Hi there,
I have the Easy Google Fonts plugin activated and have chosen two Google Fonts and their font sizes through the Customiser.
Cheers
Hello,
The Easy Google Fonts plugin does not support responsive typography. What elements have you changed? I can send you the CSS code for different screen sizes and you can add it in the Customizer.
Thanks
Hiya,
I definitely want to change the section title (which also seems to be the headline on the blog/posts page) and was considering changing the site title, tagline & sidebar menu.
Another question: Is there a way to change the background colour for the menu that slides in when clicking on the hamburger menu on tablet and mobile?
Many thanks!
Hello,
1. Try this CSS code to change font sizes (Customizer -> Additional CSS):
.page-title {
font-size: 1.142857em;
}
.section-title {
font-size: 1.142857em;
}
.site-title {
font-size: 2em;
}
.tagline {
font-size: 1em;
}
.sidebar-nav .nav-menu > li {
font-size: 1.8571428em;
}
There are default values in this code. “em” is a relative value, varies depending on the size of the screen. Also, cancel your size settings in the Easy Google Fonts plugin.
2. Try this CSS code to change background for sidebar nav (Customizer -> Additional CSS):
.off-canvas-nav {
background: #222;
}
In this code, replace # 222 with the hex code of your color.
Thanks
Perfect, thank you for your help!
A question: I have reset the EGF size settings, added the code above to the customiser and changed the em values. Then published the changes, but nothing happens. What am I doing wrong? The code doesn’t throw up any errors.
At least, it doesn’t work for the section title and the page title. It does work for the sidebar menu. Am I getting the definition wrong? I’ve been basing what’s what on what changes when I tweak the size through the plugin.
Fair enough, turns out what’s called page title in the customiser/plugin is called entry title in the code. Ignore the above 
Hello,
Please try adding to the code !important value after em. Like this:
font-size: 1.142857em !important;
Thanks
Hiya,
I’ve just installed the Wild Book theme with the child theme and then activated the latter. But the website throws up the following error message: “Warning: Invalid argument supplied for foreach() in /home/sandsto8/staging/1/wp-content/plugins/easy-google-fonts/includes/class-egf-font-utilities.php on line 280”
When I activate the main theme, the website shows just fine and there’s no error. Any ideas?
Thanks
Update: It shows the error when the main theme is activated as well, but at least the website shows fine (with the child theme the CSS isn’t loading).
Hello,
Do you have the same problem if you activate a different theme and leave the font plugin activated?
Thanks
Hi,
As long as the Easy Google Fonts plugin is activated, the error shows with any theme. When I deactivate the plugin the error disappears.
However, the child theme’s CSS is still not loading even though the plugin is deactivated, so that seems to be a separate issue. I’ve already deleted and re-installed the child theme once, following your instructions in the txt file.
It’s currently on a staging server and I haven’t done anything with the website yet, so I could simply delete this staging copy and start from scratch if you think that might disentangle things.
Thank you!
Hello,
I think these are the problems of your local server. Maybe you have an old version of PHP installed. I just checked the child theme and it works great. It is also possible that your browser downloads the old version of the css file from the browser cache and you do not see the changes.
Thanks
Hi,
Do you mean both issues are due to my local server, the plugin error and the missing css? (The PHP version is 7.1.)
Any pointers where I can start looking for solutions?
Cheers
Please install the theme on a real hosting and send me a link. I can not establish the cause of these errors without seeing the site.
This is not a theme bug, as you said earlier, this error is also on other theme. You may also have plugins installed that conflict with Easy Google Fonts plugin. Please try disabling other plugins. Also check your WordPress version. Latest version 5.2.4
Thanks
The staging website is on my real hosting server, not stored locally, it’s just currently password protected (and I’m away from my computer at the moment.)
I’ve seen a reference that the error with the font plugin has to do with the API key for Google fonts (I don’t currently have one), does that ring a bell?
I’ve already deactivated other plugins to check for issues, nothing has helped unfortunately. Will have another tinker later today.
Thanks!
Hello,
It was an issue with one of the plugins from my old website which I had already deactivated yesterday but apparently before purging and switching of my cache. Now I’ve done it in the right order and it works. Phew 
Thanks for your help & patience!
Have a nice weekend.
Hello.:)Purchased your theme. Amazing !! I have a question I’d like to change Text size of Posts and Pages.I want to change the size of the post text. I want to know how to set. It was not in Typography. I couldn’t find it. Thank you.:) Best Regards,
I solved.:)
Hello again.:) Using the snow effect. I want to make this snow fall a little later. Is it possible?
Hello, as I see in the demo, there is one menu on two different places shown. Is it possible to create different menus on each place?
Hello,
Yes, it is possible, you can create two different menus.
Thanks
We have a pre-sales question. First, the theme is beautiful (Wild book) and almost perfect for our needs but there was one thing I found unusual, when you typically click on an image in a post list it akes you to the post itself, with your theme it just opens the image in a lightbox. Is there a setting to change this to open the post in the same way as “continue reading…”?
Thanks
Hello,
Yes of course. On a demo site in some posts, I turned off the display of the featured image. You see regular images inside the post content. By default, the featured image is displayed at the beginning of the post after the title and has a link to the post.
Thanks
Thanks so much for the quick reply and info. Awesome!
Hello, I am trying to upload the theme however I keep receiving an error message saying that the CSS file is missing. Please help me with this ! Warm regards, Valentina
Hello,
You are probably trying to uploading the wrong file. After you have downloaded the file from the Themeforst site, you must unzip this file. After that, go to the unzipped folder. Then go to the Theme Files folder. In this folder you will see a file wildbook.zip. This is exactly the file that you must upload to the admin panel. More info http://nordthemes.com/wp-content/Documentation/documentation.html#unpacking
Thanks
Hi! I’ve been trying to change the blog author’s photo in the About Blog widget . But it always goes back to the previous photo … I’ve done it other times during the years I have the Wild Book theme, and it always worked! What could be wrong? Thanks
Hello,
What version of the theme do you have installed? After what event did this error appear?
Thanks
Hello! I tried to change the photo yesterday with version 1.7.2 … and tried today after upgrading to version 1.8.1. And after the update I have the following messages appearing at the top of the homepage: Notice: Undefined index: featured-posts in /var/www/wp-content/themes/wildbook/inc/template-tags.php on line 457 Notice: Trying to get property of non-object in /var/www/wp-content/themes/wildbook/inc/template-tags.php on line 460 Thanks
Hello,
I just released an update that removes these errors in the header of the site. Please update the theme again. Thank you for bug report.
About the “About Me” widget. After you have changed the photo, click the Save button. If this button is not clickable, then enter a character in the text field and delete it. The Save button should be activated.
Thanks
hello, how can I link every image in gallery not to attachment page or image, but to the custom URL (to page). I mean every image in gallery should link to /page1 /page2 e.g.
hm.. strange thing. When adding a gallery via Classic Editor, then I can choose carousel type and etc. When adding via Block editor, then I can insert only default gallery w/out slider.
Hello,
Please try the Gallery Custom Links plugin.
Carousel and Masonry galleries can only be added in the Classic Editor block.
Thanks
Good. One more problem—isn’t showing last posts + static page on the front page. Did everth like in instruction (made 2 pages, home + articles, set them as homepage and posts page but now, showing only home page.
Also please check, there are no Search icon in Sidebar with Layout4
Hello,
1. A static page and a list of blogs cannot be displayed on the main page at the same time. This is not a theme problem, these are the features of WordPress settings. The home page will display the page you selected as the static front of the page. Blogs will be displayed on the page you have selected for the blog. If you want to display any content in front of the list of posts, then you can use Additional content areas (WP Customizer -> Additional Content Areas -> Content Area). Just select a page with content in the “Before Blog Posts” list.
2. This is not a bug. We removed the search from this layout as it may conflict with the logo display. If you want to return the search then add the code in the Customizer (Customizer -> Additional CSS):
@media (min-width: 992px) {
.sidebar-layout-4 .toggle-buttons {
display: block;
}
.sidebar-layout-4 .nav-toggle {
display: none;
}
}
Thanks
Thank for answer. Cause I’ve read it in your documentation “Create a Front Page: In Pages choose Add New Page. Title it “Home”. ....” http://nordthemes.com/wp-content/Documentation/documentation.html#static-home-page
I realized the Instagram feed isn’t working. Found your comment to install Social Balloon’s plugin instead. Trying to do that using the instruction link you provided, but the blue button just connects to my personal instagram account. There is an option to manually connect an account, but it says “enter a valid Instagram Access Token” – I don’t know how to obtain this ???
Hello,
Please follow the instructions from our documentation http://nordthemes.com/wp-content/wildbook_doc/Documentation/documentation.html#instagram-widget
Thanks
Actually, I figured it out via this FAQ answer of theirs: https://smashballoon.com/instagram-business-profiles/
Good day,
Is there anyway that I could add my logo above the primary menu links?
Hello,
The theme only supports the logo on the sidebar. To add a logo to the navigation menu, you need to make changes to the theme code and add an additional HTML code. You can add your HTML code to a file header.php (WP Admin -> Appearance -> Editor. Click Theme Header on the right side). Enter the HTML code with your logo after the line with the text:
<nav id="top-nav" class="top-nav right-side-navigation">
Click the Update File button.
Thanks
Hi
Thank you.
What is the width and height of the logo for the sidebar of the theme?
Hi,
The logo appears blurred. I’ve written to you before about this but haven’t sent a proper link. Here it is:
https://laplandchambermusic.comIs there a solution?
Thanks, Esther
Hello,
Could you please clarify, you mean a multi-colored sign on the left side or the background of the side panel. The theme only supports the logo on the sidebar and I did not find the logo installed there. The sign located on the left side is just a picture inserted into the visual composer and I did not find any problems with its display. Try resizing this image or uploading a better image.
Thanks
Please advice if I can add full Arabic text in addition to the English text- it says Arabic partially-font end?
Hello,
“Partially” means that all the elements of the front of the site (the one that your visitors see) are completely translated and not completely in the admin panel (for example, the names of options in the customizer)
Yes, you can add Arabic and English text together.
Thanks
Hi,
How do I get the blog page to display only an extract of each blog instead of each full blog post?
Hello,
Please read this part of the documentation http://nordthemes.com/wp-content/wildbook_doc/Documentation/documentation.html#read-more
Thanks
Thanks so much. Works beautifully.
Good day,
Is there anyway that I could add my logo above the primary menu links?
How can I create a masonry (mosaic) post gallery of my most recent posts within a specific category?
Hello,
The theme does not yet support masonry layout for a list of blog posts. But you can use the layout of the classic post grid. Please navigate to the WP Admin -> Appearance -> Customize. Open the Layout tab. In the “Blog Layout” dropdown select Grid. Click Publish button.
Thanks
Hi
I get an error from the Instagram Widget. This is the message I receive: “Instagram has returned invalid data.” Any idea how to fix this?
Thank you!
Hello,
The Instagram widget built into the theme no longer works and will be removed from the theme in future updates. I recommend to install another plugin for Instagram – Smash Balloon Social Photo Feed
You can read the instructions and video on how to install and configure this plugin on this page https://smashballoon.com/instagram-feed/free/?utm_source=wordpress&utm_campaign=sbi
Thanks