Free WP TP
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Dazzling] Slider is not properly configuredHi @benarden,
Sorry to hear of the problem you are having
Please make sure that you have configured the slider settings correctly in the theme slider options and share me the screenshot of it and URL of your site.
Also please try using the solutions posted by users in the following thread.
https://colorlib.com/wp/forums/topic/slider-is-not-properly-configured-2/
Best Regards,
MovinHi Chris,
I hope you are well today and thanks for notifying us about this.
I have notified this to the theme developer on the following page so that it will be fixed in the future version of theme.
https://github.com/puikinsh/Dazzling/issues/43
Thanks,
MovinForum: Themes and Templates
In reply to: [Sparkling] Page Title as headerThis can be child theme issue on your site so to confirm it just temporary use the Sparkling theme instead of child theme on your site. If everything works fine then it’s your child theme issue so just share me your child theme so that i can troubleshoot it.
Forum: Themes and Templates
In reply to: [Sparkling] editing widget areaHi Suraj jadhav,
I hope you are well today and thank you for your question.
You can try achieving this by using the solution posted in the following reply.
https://colorlib.com/wp/forums/topic/change-sidebar-into-pannels/#post-44919
Best Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] Change Single Post previous – next navigationHi @lefterist,
I hope you are well today and thank you for your question.
You can change it by creating child theme of sparkling theme and adding the following code in the functions.php file of it that you can change however you want.
/** * Display navigation to next/previous post when applicable. * * @return void */ function sparkling_post_nav() { // Don't print empty markup if there's nowhere to navigate. $previous = ( is_attachment() ) ? get_post( get_post()->post_parent ) : get_adjacent_post( false, '', true ); $next = get_adjacent_post( false, '', false ); if ( ! $next && ! $previous ) { return; } ?> <nav class="navigation post-navigation" role="navigation"> <h1 class="screen-reader-text"><?php esc_html_e( 'Post navigation', 'sparkling' ); ?></h1> <div class="nav-links"> <?php previous_post_link( '<div class="nav-previous">%link</div>', _x( '<i class="fa fa-chevron-left"></i> %title', 'Previous post link', 'sparkling' ) ); next_post_link( '<div class="nav-next">%link</div>', _x( '%title <i class="fa fa-chevron-right"></i>', 'Next post link', 'sparkling' ) ); ?> </div><!-- .nav-links --> </nav><!-- .navigation --> <?php }Find more information about creating child theme on the following pages.
https://codex.wordpress.org/Child_Themes
http://freewptp.com/tutorials/why-and-how-to-create-and-use-wordpress-child-theme/Best Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] Some Slider Images not workingI hope you are well today and thanks for posting here.
Please make sure that you have set featured images to all posts used in the slider as described on the following page.
http://freewptp.com/tutorials/how-to-set-featured-image-or-post-thumbnail-in-wordpress/
If it still doesn’t work for you then could you please share me your site URL where it’s happening so that i can troubleshoot it?
Best Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] Audio not Showing Up w/Sparkling ThemeHi @gadify,
Awesome great to see you got that found.
Please advise if you have more questions.
Have a fantastic day!
Cheers,
MovinForum: Themes and Templates
In reply to: [Sparkling] Action button editHi @smartify,
I hope you are well today and thank you for your question.
You can achieve this by using the solution posted in the following reply.
https://colorlib.com/wp/forums/topic/changing-action-button/#post-44790
Best Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] Center text in footer?Hi @wen Solutions,
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] slider image/text link brokenHi @enin,
Sorry to hear of the problem you are having.
I could confirm the issue on your shared site but couldn’t reproduce it on my test site.
Have you made any changes in the theme files?
Please try deleting and reinstalling the fresh latest version of theme.
Also please share me the screenshot of media section where the image link is displayed.
Best Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] Changing widths of columns?Hi @claudineifelipe,
As per the Forum Welcome,you should post your own topic that helps us keep support thread separates could you please 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.
We would be more than happy to help you on your new thread.
Thanks,
MovinForum: Themes and Templates
In reply to: [Sparkling] top navigation 1st and 3rd levelHi @dankolamers,
I hope you are well today and thank you for your questions.
You can achieve this by using two custom solutions posted in the following replies.
If you want to make the top level menu link visited on clicking on it then you can use the solution posted in the following reply.
https://colorlib.com/wp/forums/topic/correct-menu-structure/page/2/#post-28178
For third level menu use the following solution.
Best Regards,
MovinHi Nobita,
Awesome great to see it’s working fine for you now.
Please advise if you have more questions.
Have a fantastic day!
Cheers,
MovinHi @mr.alakulihal,
I hope you are well today and thank you for your question.
I visited your site displayed in the shared screenshot and it’s working fine for me as shown in this screenshot http://prntscr.com/a4u4ra
Is it started working fine for you?
Please advise.
Best Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] Search button is not workingHi Sameer,
I hope you are well today and thank you for your questions.
I visited your shared blog to resolve your issues but it seems you are not using Sparkling theme on your site.
Please advise.
Kind Regards,
Movin