648 comments found.
Hello,
When viewing the demo I see the left side bar image changes with. pages/posts. However, I don’t see an option in the CMS to do this.
Where/how can I have the featured image show in the left panel? Or, how can I have that change?
https://www.thedragonscup.com/Thanks!
Mike
Hello,
To set the sidebar background image you need to open the Sidebar Background Image tab (in the sidebar of the post edit page, where the Featured Image tab is located). If you don’t see this tab, you probably haven’t installed or activated the Wild Book Bundle plugin. Please navigate navigate to the Appearance -> Install Plugin page and install plugin, then activate it.
Thanks
Hello there,
First thank you for the elegant theme, and how easy it was to customize it.
Second, I would like to know if there is a way to change the position of the cover image placed in the side bar, to make it appear at the top of the screen on the web version. It already appears on the top in Mobile and tablet versions, but I would like it to do so also in the web version. Is there a way to do this?
Hello,
Please try the code in the Customizer (WP Admin -> Appearance -> Customize -> Additional CSS):
@media (min-width: 991px) {
.site-wrapper {
display:block;
}
.sidebar {
position:relative;
width:100%;
}
.sidebar-inner {
padding: 40px;
}
.site-header {
display: block;
margin: 3em 0;
}
.site-content {
margin-left:0;
width:100%;
}
.sticky-nav .site-content {
padding-top: 0 !important;
}
.sticky-nav .top-nav {
position: static;
top: 0;
left: 0;
right: 0;
z-index: 20;
}
}
Click the Publish button.
Thanks
Hello, Thanks for the reply. I tried it and it did the job, however it caused a side effect, as it made the site width very big to the point it needed a scroller, and the content displayed on the page was positioned to the left under the far end of the cover image. What can I do to solve this? (screenshot: https://drive.google.com/file/d/1qYR_h7cDxKkeR1MUB-eTaV-koIiVLPfe/view?usp=drive_link)
Hello,
Oh, I did not take into account that your site is rtl. Please remove my first code and add this one:
@media (min-width: 991px) {
.admin-bar .sidebar {
top:0;
}
.site-wrapper {
display:block;
}
.sidebar {
position:relative;
width:100%;
}
.sidebar-inner {
padding: 40px;
}
.site-header {
display: block;
margin: 3em 0;
}
.site-content {
margin-left:0;
width:100%;
}
.sticky-nav .site-content {
padding-top: 0 !important;
}
.sticky-nav .top-nav {
position: static;
top: 0;
left: 0;
right: 0;
z-index: 20;
}
.rtl .site-content {
margin-right:0;
}
}
Thanks
Hello again, Thanks so much, the issue is solved. Just one final problem, now there is a lot of empty space on the left and right that I would like to use in the page content, but it seems I can’t, is there a way to decrease the padding on the right and left? check the screen shot for reference: https://drive.google.com/file/d/10euforx8xHLjpLNl7hc5djbno1IigUkd/view?usp=sharing
Hello,
There is no setting for padding right and left. There is a content width limit here and the default content width is 750px. You can change this using the code:
.content-container, .nav-links {
max-width: 750px;
}
Just change 750 here to a larger value and add this code in the customizer.
Thanks
Hiya
I’ve recently updated the theme to the latest version and had to add the logo again to the sidebar. I’ve noticed that the logo doesn’t seem to scale with the screen size.
On smaller screens, it’s wider than the sidebar. The only way to avoid that seems to reduce the size of the logo by a lot. Is there a way to fix that? (See here: https://www.sandstonecastles.co.uk)
Thank you!
Hello,
Please enter the code:
.sidebar-custom-logo {
width: 100%;
}
Thanks
Perfect, thank you!!
hi,, i wnt to customize the sidebar background image to full view in mobile.. currently it only show 3/4 of the mobile view.. please advise.
Hello,
Please navigate to the WP Admin -> Appearance -> Customize page. Open the Additional CSS. Enter the code:
@media (max-width:757px) {
.sidebar {
min-height: 100vh;
}
}
Click the Publish button.
Thanks
Question: I’ve added custom content before the lists of posts on my Blog page by creating a static page and adding it via customiser > additional content area > before blog posts.
But even after deleting the H1 on the posts page, it still shows the dividers and empty space where the H1 would be between the additional content and the list of posts (see here: https://www.sandstonecastles.co.uk/blog/)
Is there a way to remedy that?
Thanks!
Hello,
Please navigate to the WP Admin -> Appearance -> Customize page. Open the Additional CSS tab. Enter the code:
.blog .page-header {
display: none;
}
Click the Publish button.
Thanks
Perfect, thank you!!
Hi, Are you still maintaining and updating Wild Book? Just checking before I make a purchase. Thanks!, Will
Hello,
Yes, the theme is maintained and updates are released as needed. There will be several small updates coming soon, and a major update is also in development.
Thanks
I purchased my copy over a year ago so it doesn’t show under downloads now. I just need the updated version download. Where can I get it? http://www.veralynkeach.com visit and you’ll see I’m running it.
I purchased but I cant find where to turn off mobile view. I don’t want mobile users to get the mobile view please help
disregard I figured it out
Hello, I purchased your theme today (Wild Book – Vintage & Elegant WordPress Blog Theme), and it’s gorgeous, I loved it. But then I realized it doesn’t use Elementor. Is there a chance to get a refund since I won’t be able to use it?
Hello,
You can submit a refund request on this page https://themeforest.net/refund_requests/new
Thanks
Hey Support
I have one issue with Portfolio I can’t find a way to have a tum nail instead l write titles
Any help will be great!
Thank you
Hello,
To set a thumbnail for a post in the editor in the right sidebar, open the Featured Image tab. Then click the Set featured image button and select image. When you finished click the Update button.
Thanks
Hi,
Is there a way to make the lines in the sidebar responsive? I’m referring to “Flying stories from English to Spanish. With love and expertise, since 2012.” in https://homingwords.com/.
When I open the site in mobile devices, “Flying stories from English to Spanish” is broken like this:
Flying stories from English to Spanish
I’d like it to be responsive, in the sense that the font gets smaller depending on the screen, instead of having the sentences broken in unexpected places.
Thanks!
Hello,
Please add this code in Сustomizer:
@media (max-width: 600px) {
.site-header .tagline {
font-size: 15px;
}
}
This code slightly reduces the font size for the tagline on mobile so that the line does not wrap.
Thanks
Is the theme compatible with wordpress 6.2? thank you
Hello,
Yes, our demo site runs on WordPress 6.2.
Thanks
Hi, i checked today a website that use your theme: WildBook Version : 1.4.2
The site display normally but i cant manage to edit a page using Visual Composer.
What informations do you need to help me getting back to work ?
Thanks,
C.
Hello,
Could you please clarify which part of the page you cannot edit? This theme is not built with a visual composer, so you can’t change the layout with this plugin. The visual composer can only be used in the content area of a post/page. Are you having trouble editing page content?
Thanks
Ok, i added JS Composer after i installed you theme… Sorry was a while ago, i forgot. And it was a simple problem of PHP version. Nevermind and thx for you quick answer.
Hi,
I need to update the theme, and I’m not sure how to proceed when you have a Child Theme created. Does 4 below apply if I have a child theme?
1. Log in to the WordPress Administration Panels. 2. Navigate to the Appearance > Themes menu. 3. Since WordPress does not recognize that the theme is already installed when you upload a new zip file, you will get a ‘Theme Destination already exists’ error if you try to install the theme. Therefore you have to deactivate and delete the old theme and afterwards install and activate the new theme version. 4. Deactivate the theme by activating another.
Or else, where can I get more info on how to update the theme when you have a Child Theme?
Many thanks!
Hi, I already updated the theme. Thanks!
Hello,
Glad you made it. Just in case, never update a child theme (only parent theme), this applies to any WordPress theme.
Thanks
Pre Sale: ”filter by category” into portfolio is possible?
Hello,
Unfortunately, the theme does not yet support this feature.
Thanks
Thank you bro.
1. Do you plan to insert the functionality of filtering a page by category? I work with photography and need to create a page containing portfolio for +18, so I need the filter.
2. Is it possible to limit the number of portfolios on a page? Wanted to appear at most 3. Is it possible?
Thanks.
Hello,
1. We have not received such requests yet, so this was not in the plans. But I’ll put it on the list of future improvements.
2. This can be done with a small change in the theme code.
Thanks
Is there any way to integrate your theme with WooCommerce? Thank you for the great job. Ciao from a cloudy Italy.
Hello,
Yes, but you may need to make additional changes to the theme code. Probably in future updates we will add more simplified integration with WooCommerce.
Thanks
Thank you!
I would like to get the blog layouts pages. I imported the demo content, but it’s not included in that. Kindly provide me with the pages ASAP. Thanks, Archana S
Hello,
To change the blog layout, go to the Customizer. Open the Layout tab. From the Blog Layout dropdown menu, select the blog layout you want to use. Click the Publish button.
Thanks
Hi. I bought this theme a few years ago. I can see that you updated the theme so it will work with php 8. But I can’t update the theme, its still Version: 1.4.2. How can I get the latest update? My web hotel will take away the opportunity to change to PHP 7 this week, so I need to solv this asap.
Hello,
You can download the latest version of the theme from the Downloads page. Then follow this guide to update the theme http://nordthemes.com/wp-content/Documentation/documentation.html#updating-theme
Thanks
I’m getting an import failure for this, tried it twice. It does not specify what went wrong or how to fix this. All steps within HOW TO IMPORT.TXT have been followed.
Please see this: https://i.ibb.co/vP7m4Gw/2022-11-09-14-20-50.pngFor anyone wondering, to bypass remote resolution or providing credentials to your site to the designer, the easy fix is to setup XAMPP locally, do all the steps, backup with Updraft and restore on remote server. Fixed.
Good morning,
I am writing to ask you two questions.
1.- I can’t find the place where to include the buttons to access my social networks. I don’t mean the ones that appear at the end of each post. I mean the ones below the logo. I saw in your manual where they are indicated but they do not appear in appearance.
2.- I would like to know what fonts the theme uses. To be able to design and go according to other materials.
Greetings and have a nice day, Carlos
Hello Carlos,
1. Please read the guide at this link http://nordthemes.com/wp-content/Documentation/documentation.html#social-menu
2. The main font of this theme is Lora, secondary font is Raleway.
Thanks
Thank you,
Another question, what is the size of the blog banner to be able to adjust well the images?
Thanks and have nice day
Hello,
It doesn’t matter, as the image will automatically adjust to fit the dimensions. For good quality, use images in portrait orientation and at least 1000 pixels wide.
Thanks