Discussion on Wild Book - Vintage & Elegant WordPress Blog Theme

Discussion on Wild Book - Vintage & Elegant WordPress Blog Theme

Cart 2,765 sales
Well Documented

NordStudio supports this item

Supported

This author's response time can be up to 1 business day.

688 comments found.

Hi! I need to show only a resume in the homepage, how can i do, because the theme show me the full post. Regards!

What plugin can you recommend to allow me to share a link and create paragraphs on my user profile?

I’d just go fishing, but I don’t want to jeopardize any other theme settings. Thank You.

nvm i will just go with what i am doing

Hello,

Do you mean social sharing buttons? Just install and activate Wild Book bundle plugin and share buttons will appear at the bottom of the article.

Unfortunately, biography text cannot have paragraphs. After saving the text of the biography, WordPress will cut out all indents and html tags.

Thanks

Hi there. Is there a way to change the ‘edit page’ interface to the default Wordpress one?

I solved this by installing the ‘Disable Gutenberg’ plugin.

Sorry, I have succeed to install the theme.

I am requesting one thing. Can you please add “goodreads” to social links.

Thank you very much.

Hello,

Thank you for your feedback. We will add this icon in a future update.

Hello, I am taking the theme is not contained a style.css file error.

How do I change the “author page” so that only summaries appear?

Hello,

Please try to install and activate the Advanced Excerpt plugin https://wordpress.org/plugins/advanced-excerpt/ In the plugin settings in the “Disable On” section select Author Archive.

Thanks

Thank you so much! :)

Hello! Secondary Logo (set for mobile logo) not show in mobile version – show only Previously uploaded logo :( Can you help me? https://xside.ee/investo/wp-admin/ user: test pass: 090909

Hello,

I’ve fixed it. Please check.

Also, please change a password and never publish your password publicly. It’s not safe.

Thanks

Its not change logo for mobile ( its simple add second logo to page ? Now i have two logo on the site. Can i set first logo for PC version only and second for mobile only

Hello,

The theme does not have an option for a logo for the mobile version of the site. The secondary logo is the logo that appears in the header on the right side of the site.

Thanks

I have a pre-sales question for you. In terms of the blog styles available on Exponent, is it possible to mix and match certain styles? For example, I like the style 1 for the top half of my blog page, but would like style 2 for the bottom half of the blog page. Is this possible in Exponent?

I’m sorry — I accidentally posted this question on the wrong theme! Please disregard this.

I want to change “Leave a Reply” on the contact form to “Leave a Comment.” I have searched the Comments.php file and most of the others and cannot find it. How can I make this change in the Wildbook Theme?

Hello,

The “Leave a reply” text string is in the WordPress files, you will not find this text in the theme files. Please use the Loco Translate plugin to change this and other text. https://wordpress.org/plugins/loco-translate/

Thanks

Hello there,

I am not sure how to import the demo content as the theme says I need to do it manually.

Where could i find the file to import the demo content, please guide me on the same.

Thanks

Hello,

Demo files and instructions are located in the Demo Files folder in the main theme package. If you could not find these files, then contact me by email nordthemes@gmail.com

Thanks

32f05622-57c4-4ef4-a6ed-118a069254c2 Hello, Thank you,

Yes, I do have Google Easy fonts, but do knot know hot set a control of fonts. I’ve set „blocquote“, that on works good. But how to control Align and Heather on Postlist on the category-page?

Please write me how I can set it. And a list of Font-control names would be great too (how to name it in Google Easy fonts). I made a screenshot- how can I sent it to you?

Thanks a lot,

Regards, Miriam

Hello Miriam,

Please send me a screenshot to nordthemes@gmail.com Could you please describe in more detail what parts you want to change? Also please specify which layout for the list of articles you are using.

Thanks

Just bought and installed your lovely theme. Been wanting it for AGES! Anyway, tried installing the plugin bundle, but I get an error message saying “Current WordPress version does not meet minimum requirements for Wild Book Bundle.” Any ideas? Thanks :-)

Sorry, forgot to mention that I’m using WP version 5.4.2 at the moment, but was about to update to 5.7 (but this theme doesn’t seem to support 5.7 yet, is that right?)

Hello,

The theme supports WordPress 5.7. Our demo site works on 5.7 version. Are you having any problems after updating your WordPress?

Thanks

Hello, I was doing an accessibility check on my site and noticed the homepage entry titles are coded as H2 instead of H1 (on individual entries/posts, the titles are H1). Is there a way to change the homepage so the entry titles are H1? I don’t think anything else is H1 on the homepage, so I found it a little confusing. Thank you for your help.

Hello,

Unfortunately, we did not make this option for the pages. But you can add CSS code that will hide the featured image for all pages. Please navigate to WP Admin -> Appearance -> Customize page. Open the Additional CSS tab. Enter the code:

.page .post-thumbnail {
    display: none;
}

Click the Publish button.

Thanks

Hello, thank you for the css. I tried it out, and it did hide the featured image on individual pages, but it also made the feature images in the footer disappear (the featured posts area in the footer in your demo site). I suppose there isn’t another css workaround?

Thank you again for your assistance. I really appreciate it!

Hello,

Please add the code instead of the previous one:

.page .hentry .post-thumbnail {
    display: none;
}

Thanks

Just wanted to say thanks. I switched from Wildbook to Avada last year, but came back to Wildbook a couple of months ago as it just suits what I want from my website so well. I’m so pleased with how my site looks and I’m excited to hear about the new update with WooCommerce support.

Hello again. I’m using Yoast SEO and am trying to set og:image (in Yoast SEO> Social> Facebook tab). I’ve set an image for the frontpage option and it follows image guidelines Facebook has set, but whenever I check on the Facebook debugger, Facebook pulls in the feature image for my top/most recent post instead of the image I specified via Yoast SEO. I viewed source on my site (https://vellichorvibes.com ) and saw the head area actually lists two og:image tags (the one listed on top is the feature image of my first blog post, so I presume that’s why it’s getting pulled in). Is this a bug? Or have I done something wrong? Or does the theme not work with Yoast SEO? I’d just like to have a specific preview image and not whatever is featured on my top post when people link to my homepage (featured images are fine for individual page/post URLs). Thank you for your assistance!

Hello,

You probably have several Open Graph Facebook plugins. Please check your plugins and deactivate other plugins with the same functionality.

Thanks

Plugin was the problem. Thank you so much for all your help (and especially your patience). I really appreciate it!

Hallo,

I installed yours beuatifull Theme Wild Book. How can I change the size of default Typo? It Doesnt’ react in Customizer.

Thank you very much, Miriam

Hello,

Do you have installed the Easy Google Fonts plugin? Please read our guide about fonts http://nordthemes.com/wp-content/Documentation/documentation.html#google-fonts

Thanks

Hello, Can you tell me please if and how it is possible to place the logo on the sidebar at another position? I want the logo more in the upper of the sidebar. thank you best regards Ferdi

Hello,

You can try changing the sidebar layout in the Customizer. Please navigate to WP Admin -> Appearance -> Customize. Open the Layout tab. In the dropdown menu for Sidebar Layout select “Sidebar 4”or “Sidebar 5”. Click the publish button.

Thanks

Hello, thank you for the lovely theme. I tried to check and see if you’ve answered this already, so hopefully you’re not repeating yourself. But how can I disable the image hover effect (lower opacity) for the sidebar? I’m okay with disabling it altogether for all images if that’s the only option as well. Thank you!

Thank you so much for your help! These solutions worked perfectly for me.

I do have two new questions. First, is there a reason why my “logo” image on my sidebar shows as a square shape when I click to expand the menu on the sidebar? I see the entire sidebar goes darker when the sidebar menu is clicked, but is there a way to prevent my logo image’s outline from standing out when it happens? Here is my blog if you need to see it: https://vellichorvibes.com/

Also, is there a way to make the “continue reading” link in a post jump to the point where that block/element is in a post? Right now, when I click the link at the end of my most recent post, it just leads me to the full post and not to the point where the “more” link is in the post.

Thank you again for your assistance. I really appreciate it!

Also, how might I center the social links in the footer? They are left-aligned at the moment, and I can’t figure out where to edit in order to center them. Thank you again!

Hello,

1. I recommend using PNG format with a transparent background for the logo.

2. Unfortunately, the theme does not support this feature.

3. Please add the code (Customizer -> Additional CSS tab):

.wdb-social-profiles {
    justify-content: center;
}

Thanks

Hi! We’re thinking to buy the theme Wild Book, to use it on our Blog and later for selling some products, with WooCommerce. I didn’t read anything about the WooCommerce plugin integration. Can you tell us if it supported, or even send us a screenshot of the site with an WooCommerce integration? Would be great =) Thank you!

Hello,

Technically, the theme supports the WooCommerce plugin. But the design and interface elements of the store will have a standard WooCommerce skin.

Full support will not be included in version 2.0. First there will be a release of version 2.0, then we will start working on the integration with WooCommerce.

Thanks

Thank you for your reply. Just to make sure, than I have to buy the theme again for the version 2.0? Also when I just bought the actual version (which I did yesterday ;)) Thank you!

No, this will be a regular theme update. You don’t need to buy this theme anymore.

Hi again! I sent an e-mail but I didn’t get a response. May I ask how to disable the footer on select pages?

Hello,

Unfortunately the theme does not have this option. You may need to install additional plugins for this function. Please try the Unlimited Custom Sidebars plugin https://wordpress.org/plugins/content-aware-sidebars/ This plugin will allow you to create different areas of widgets with a choice of pages to display.

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