Free WP TP
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sparkling] Unable to add sliderHi @gaiety_69,
I hope you are well today and thanks for posting here.
You can display the slider on your site by ticking checkbox “Check if you want to enable slider” on the following path.
Admin Area -> Appearance -> Customize -> Sparkling Options -> Slider options
After ticking checkbox you will see that two no options will appear “Slider Category” and “Number of slider items”
Select category from dropdown to use for slider
Now select number of slides to be used in slider (newest Posts from that category will be used)
Make sure you have Featured Images uploaded and added for those Posts.Best Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] On hover showing Title attributeHi Sameer,
I hope you are well today and thank you for your question.
You can try achieving this by using the child theme of Sparkling theme shared in the following reply.
https://colorlib.com/wp/forums/topic/wrong-title-attribute-menu-with-font-awesome-icons/#post-27746
Then in the functions.php file of that child theme find the following code
$atts['title'] = ! empty( $item->attr_title ) ? $item->attr_title : '';and change it as following.
$atts['title'] = '';Best Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] Show featured image for categoryHi Terry,
I hope you are well today and thank you for your question.
You can try achieving this by using any of the following plugins.
https://wordpress.org/plugins/categories-images/
https://wordpress.org/plugins/featured-images-for-categories/
https://wordpress.org/plugins/category-featured-images/Best Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] tags on homepage articles excerptsHi @jcpcosta,
Awesome great to see you got that resolved.
Please advise if you have more questions.
Have a fantastic day!
Cheers,
MovinForum: Themes and Templates
In reply to: [Dazzling] [Bug] Blurry images in sliderCould you please share me the screenshots of it by uploading the screenshot on any image sharing website like http://imgur.com/ and sharing its unique URL here.
You can also use http://www.responsinator.com/ to test it and take screenshots.
Forum: Themes and Templates
In reply to: [Sparkling] Page Title as headerIt seems from your shared screenshot that you are not using Sparkling theme.
Please advise and also share me your site URL.
Forum: Themes and Templates
In reply to: [Dazzling] slider wont show up@refvan Could you please share me the screenshot of slider settings on your site and share me your site URL where it’s not working so that i can troubleshoot it?
Forum: Themes and Templates
In reply to: [Travelify] How to: Remove author bar from top of post Travelify@catrinasgarden if you want to just remove the author’s name then you can do so by using the following CSS code.
.entry-meta span.byline { display: none; }Forum: Themes and Templates
In reply to: [Dazzling] "continue reading" not work in the mobile version@amar You are most welcome here 🙂
Forum: Themes and Templates
In reply to: [Sparkling] Changing excerpt lengths in 4.4.1?Hi @lucabrasi40,
You can keep it anywhere in the functions.php file in between opening <?php and closing ?> php tags.
If you make changes in the parent 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’s recommended to create a child theme and make changes in it instead of parent theme.
Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] Page Title as headerHi @dankolamers,
It seems you forgot to share me the screenshots.
Could you please share it to me by uploading it on the site http://imgur.com/ or any other site?
Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] Changing widths of columns?You are most welcome here 🙂
May be. I can see now you are using twentyfourteen theme on your site.
Forum: Themes and Templates
In reply to: [Sparkling] Replace post published date with Last updated dateYou are most welcome here 🙂
Forum: Themes and Templates
In reply to: [Travelify] Logo is inside H1 tag – how do I remove the tag?1) should there be a ?> at the end of that script?
No it’s not necessary.
2) if I create such a file, will the WordPress site automatically pick it up?
You have to create the file in the directory wp-content/plugins directory and then activate the plugin “Colorlib Plugin” in the plugins list.
3) will i see a noticable difference on the site? I assume if I do, I can easily remove it, or then adjust the CSS to sort it.
You will see the image outside H1 tag and in the H1 tag you will get site title.
If you don’t like the output then just deactivate the plugin.