Free WP TP
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sparkling] Broken Images in SliderHi @rossors,
I revisited your site and found the slider images are displaying fine on your site as shown in this screenshot http://i.imgur.com/YPntd7B.png
Is the issue resolved now on your site?
Regards,
MovinTo help keep support thread separates could you please create your own thread for your question instead of replying on others thread as it makes the thread messy and hard to read.
Also as per the Forum Welcome,you should post your own topic.
Cheers,
MovinForum: Themes and Templates
In reply to: [Sparkling] Social Media Icon MissingHi @kwf36,
Yes i can see the social media icons as shown in this screenshot http://i.imgur.com/EXZI0XH.png
To help keep support thread separates could you please create your own thread for your question instead of replying on others thread as it makes the thread messy and hard to read?
Cheers,
MovinForum: Themes and Templates
In reply to: [Sparkling] How to add ??Hi @mr. Das,
I hope you are well today and thank you for your questions.
1} The Excerpt lenght is very long It shows 70% of the content. so how to compress the Excerpt length.
You can reduce the excerpt length by creating a php file like colorlib-plugin.php in the wp-content/plugins/ directory of your WordPress install and then add the following code in it.
<?php /* Plugin Name: Colorlib Plugin Description: Quick Custom Solution Plugin for Implementing Custom Solution. Version: 1.0.0 Author: Movin Author URI: http://freewptp.com/ License: GNU General Public License (Version 2 - GPLv2) */ function custom_excerpt_length( $length ) { return 30; } add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );2} I want to add Pagination like 1,2,3,4,5,…. More. If sparkling have these function already than how to find these function.
Site http://www.apkshout.comYou can try achieving this by installing this plugin https://wordpress.org/plugins/wp-pagenavi/ and then using the custom solution posted in the following reply.
https://colorlib.com/wp/forums/topic/how-to-add-numeric-pagination/#post-19217
Best Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] Slider images and featured images problemHi @cacadminhh,
Hi, i don’t know if it is the right page to post that but i’ll post.
To help keep support thread separates you should create your own thread for your question here https://wordpress.org/support/theme/sparkling instead of replying on others thread as it makes the thread messy and hard to read.
In Sparkling theme, i wanted to disable the red and black tag on slides
You can hide them by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.
Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS
.flexslider .flex-caption { display: none; }Best Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] Broken Images in SliderHi @rossors,
Sorry to hear of the problem you are having.
I visited your shared site ors15.ors.ie and found you are using different theme on it.
Could you please share the page URL from your site where it’s not displaying correctly so that i can troubleshoot it?
Kind Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] Some Problems with Sparkling-ThemeHi NoSize,
I hope you are well today and thanks for posting here.
You will find information about how to use sparkling theme on the following page.
https://colorlib.com/wp/support/sparkling/
Please advise if you have more questions.
Best Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] How to Make Black Line DisappearHi Kimberly,
I hope you are well today and thanks for helping out here in this forum.
Your help here is really appreciated.
Cheers,
MovinForum: Themes and Templates
In reply to: [Sparkling] [How to] Disable post thumbnail ?Hi @northwoods Creative,
I hope you are well today and thanks for helping out here in this forum.
Your help here is really appreciated.
Thanks,
MovinForum: Themes and Templates
In reply to: [Sparkling] [How to] Customize Thumbnail Size & PositionHi @onesoftindiana,
I hope you are well today and thank you for your question.
I think the workaround solution posted in the following reply will help you to achieve this.
https://colorlib.com/wp/forums/topic/location-thumbnails-entry/#post-13680
You can change the image thumbnail size by using the solution posted in the following reply.
https://wordpress.org/support/topic/how-to-upscale-featured-image-size?replies=3#post-7695994
Best Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] sparkling theme options not appearHi @venkatatchi,
I hope you are well today and thank you for your question.
All theme options are now moved to WordPress customizer that you can find in the admin area under Appearance >> Customize. All settings are still there but now you can tweak everything on a live preview. This change is made due to wordpress.org recommendation.
Best Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] change color 3 bars of the responsive menuHi @touchcoding, @tahoerock,
I hope you are well today and thanks for helping out here in this forum.
Your help here is really appreciated.
Thanks,
MovinHi Kimberly,
I hope you are well today and thanks for helping out here in this forum.
Your help here is really appreciated.
Thanks,
MovinForum: Themes and Templates
In reply to: [Sparkling] How to upscale featured image size ?Hi @tiger,
I hope you are well today and thank you for your question.
Could you please try using the following code instead which is working fine on my test site?
function child_theme_setup() { add_image_size( 'sparkling-featured', 784, 434, true ); } add_action( 'after_setup_theme', 'child_theme_setup', 99 );Best Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] Full Width Pages Sparkling 2.0Hi there,
Sorry to hear of the problem you are having.
I have tested it on my test site using latest version of Sparkling theme and it worked fine for me as shown in this screenshot http://i.imgur.com/Th4RGdd.png
This can be due to plugin conflict on your site so please try temporary deactivating all plugins and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
Kind Regards,
Movin