Hi David,
Sorry to hear of the problem you are having.
It seems the issue related to your website server but you can install them manually as described in the following page.
https://github.com/ThemeFuse/Unyson/issues/1577#issuecomment-220770099
Best regards,
Shufflehound team
Hi @katarzyna89,
I hope you are well today and thanks for posting here.
I could confirm it and will update it in the future version of theme.
In the meanwhile you can use attached updated theme translation POT file.
Best regards,
Shufflehound team
Solution for this topic
I can see the cell borders are also removed on your site but If you want to also remove table border then please also use the below CSS code.
#content table {
border: 0 !important;
}I could confirm the draft post and duplicate posts issues on your shared site and also on my test site therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
Hi @Pavel,
I hope you are well today and thank you for your questions.
Looks like your nice fonts doesn’t support Cyrillic languages. Can I choose other fonts for headings, body text, buttons in admin panel constructor?
Yes
Can I use sliders on different pages, categories? In my template I can use slider only on main page
The categories archive page displays dynamically so you have to achieve this developing custom code.
Is it easy to insert full width ads after header or top slider like on my site?
Yes it is.
Can I place on the frontpage of the blog only posts from selected categories?
Yes
Can I insert Read more buttons after posts here? https://jevelin.shufflehound.com/blog/blog-large-images/
Yes
May I use different styles and templates for different post categories and pages?
You can use it for pages. The categories archive page displays dynamically so we can’t set templates to it but can apply different styles.
Can I change in setting fields order in “leave comment” form here and place this form above comments? https://jevelin.shufflehound.com/searching-for-the-way-out/
Yes you can achieve this developing custom code in Jevelin child theme.
Can I disable dirty CSS from constructor? They look dirty.
I am not sure what you are referring here as dirty CSS from constructor so please advise.
Can I disable useless slow animations between pages?
Could you please share me your site URL where it’s displaying so that i can help you?
Are future updates free?
Yes
Can I use page title types for posts?
Not sure what do you mean by “page title types for posts”?
Can I choose not “boxed” style and full width for search results?
Yes we can achieve this using CSS code.
How can I add names of posts in the next and previous buttons after post’s text? “12/13” tells nothing to people about post
Yes we can achieve this.
Best regards,
Shufflehound team
Hi @vish,
I hope you are well today and thank you for your question.
To achieve this please create a blog page and configure it as shown in the attached screenshot.
Then set that page as your site home page in the site Reading Settings as shown in the second attached screenshot.
Best regards,
Shufflehound team
Hi @calyxatx
I hope you are well today and thank you for your question.
You can hide it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.blog-slider-style4 .blog-slider-mini-list .post-categories-container {
display: none;
}
Best regards,
Shufflehound team
You are most welcome here 🙂
Hi @Lemonado114,
I hope you are well today and thank you for your question.
You can try achieving this using Yellow Pencil plugin as described in the following page.
https://support.shufflehound.com/how-to-change-almost-any-element/
Best regards,
Shufflehound team
Solution for this topic
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#content td, #content th {
border: 0 !important;
padding: 2px !important;
}That is what is posted in your shared reply but If you have any doubts then please ask to http://dis.gd/contact
You are always welcome here 🙂
Please use below javascript code to achieve this.
/* Close mobile dropdown on click */
$('.sh-header-mobile-dropdown li.menu-item:not(.menu-item-has-children)').on( 'click', function() {
if( $(this).find('> a').attr('href').indexOf("#") >= 0 ) {
$('.sh-header-mobile .sh-nav-dropdown .c-hamburger').trigger('click').toggleClass('is-active');
}
});
If you make changes in the theme file then you have to make these changes again after theme updation as changes made in the theme files get lost on theme updation so it is not recommended at all and using child theme to make changes in the theme is highly recommended.
Find more information about child theme here http://freewptp.com/why-and-how-to-create-wordpress-child-theme/
Solution for this topic
Hi @erikj80303,
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container #content p {
line-height: 2;
}
#page-container #content ul li {
line-height: 2;
}
Best regards,
Shufflehound team
Hi @larryjiang,
I hope you are well today and thank you for your question.
No currently we don’t have HTML version of theme but you can try getting it as described in the following pages.
https://www.computerhope.com/issues/ch000746.htm
https://www.quora.com/How-can-I-get-the-HTML-CSS-JavaScript-source-code-of-a-website
Best regards,
Shufflehound team
It seems from your shared screenshot that they are talking about creating facebook and twitter meta data that you can create using this plugin https://wordpress.org/plugins/wordpress-seo/ as described in the following pages.
https://kb.yoast.com/kb/getting-open-graph-for-your-articles/
https://kb.yoast.com/kb/setting-up-twitter-cards-in-wordpress-seo/
Hi @zelldi,
Thank you for your question.
Could you please share me the page URL from your site where the table is displaying and tell me how you want it to display so that i can help you to achieve it?
Best regards,
Shufflehound team
Solution for this topic
Hi @zelldi,
I hope you are well today and thank you for your question.
You can achieve this as described in the following page.
https://theme4press.com/create-rounded-images-wordpress/
Best regards,
Shufflehound team
Awesome great to see you got that solved.
Please advise if you have more questions.
Have a fantastic day!