Free WP TP
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sparkling] Thumbnail only on headerHi @dagobertocosta,
I hope you are well today and thank you for your question.
Do you want to display the thumbnails only in the slider and not on the posts listed on the blog page?
If yes then you can try achieving this 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
body.blog article img.single-featured.wp-post-image { display: none; }Best Regards,
MovinHi MG,
I hope you are well today and thanks for posting here.
I have tested it on my test site and it’s working fine for me using latest version of Sparkling theme.
Could you please share me 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] Woocommerce/ shop on front pageAnswered in the following topic :
https://colorlib.com/wp/forums/topic/woocommerce-on-front-page/
Resolved on the following topic :
Forum: Themes and Templates
In reply to: [Sparkling] No comments on (home) pageHi @diviance01,
I hope you are well today and thanks for posting here.
I have tested it on my test site and it’s working fine for me using latest version of Sparkling theme.
Please make sure that you have enabled the comments for the pages as described on the following page.
http://freewptp.com/tutorials/enable-comments-wordpress/
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.
Could you please share me the page URL from your site where it’s not displaying so that i can troubleshoot it?
Kind Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] Header image on Sparkling?Hi @kauno,
You are most welcome here π
By the way, is this code modification now included in the newest Sparkling theme update which was published yesterday?
No
I noticed that the image scales and works well now after the update even if I uninstalled/deleted the plug in (and child theme) that Movin shared earlyer. Or does the plug in leave some code even if it’s deleted and therefore the image works still despite the plug in being deleted?
May be some functionality updated in the latest version of the theme have made it worked.
If you uninstall the plugin then there isn’t any code left behind on the site.
Also does it leave some remaining codes in place that I should manually erase that may cause problems later if left behind?
It won’t affect until you activate the child theme again. You can delete the remaining code on your server by using FTP or cPanel file manager.
Or everything is clear and the image works because of the new update?
Yes i think so.
Regards,
MovinForum: Themes and Templates
In reply to: [Dazzling] slider not properly configuredHi There,
As per theΒ Forum Welcome,you should post your own topic and to help keep support thread separates could you please create your own thread for your question here https://wordpress.org/support/theme/dazzling instead of replying on others thread as it makes the thread messy and hard to read.
If you want to you can also add reference of this thread in your newly created thread.
We would be more than happy to help you on your new thread.
@ilomo Glad it’s working fine for you.
Thanks,
MovinForum: Themes and Templates
In reply to: [Dazzling] "continue reading" not work in the mobile versionHi @titiddd,
We have found out that it’s the theme issue which will be resolved in the theme ASAP.
In the meanwhile you can resolve it by using the solution posted in the following reply.
https://colorlib.com/wp/forums/topic/links-on-iphone/#post-39425
Best Regards,
MovinForum: Themes and Templates
In reply to: [Unite] Change Menu Bar and Footer ColorHi Michele,
As per the Forum Welcome,you should create seperate topic for the separate questions so could you please create a new topic here https://wordpress.org/support/theme/unite
We would be more than happy to help you on your new thread.
Thanks,
MovinHi Oscar,
As per theΒ Forum Welcome,you should create seperate topic for the separate questions so could you please create a new topic here https://wordpress.org/support/theme/sparkling
Thanks,
MovinForum: Themes and Templates
In reply to: [Sparkling] Header-Nav Bar ImageHi @linuskom,
I hope you are well today and thank you for your question.
You can try achieving this by adding the following code in the functions.php file of your child theme.
/** * Header menu (should you choose to use one) */ function sparkling_header_menu() { echo '<img class="pull-right" height="100" width="200" src="https://cdn3.colorlib.com/wp/wp-content/uploads/sites/2/colorlib-logo-top.png">'; // display the WordPress Custom Menu if available wp_nav_menu(array( 'menu' => 'primary', 'theme_location' => 'primary', 'depth' => 2, 'container' => 'div', 'container_class' => 'collapse navbar-collapse navbar-ex1-collapse', 'menu_class' => 'nav navbar-nav', 'fallback_cb' => 'wp_bootstrap_navwalker::fallback', 'walker' => new wp_bootstrap_navwalker() )); } /* end header menu */Just change the img tag attributes and image src with your Telephone Image in the above code.
Best Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] Header image on Sparkling?Hi @kauno,
You can make the header logo larger in size and full width by using the following code in the functions.php file of your child theme or as a small plugin like shared here https://colorlib.com/wp/forums/topic/make-header-menu-imagelogo-wider/#post-39979
function modify_sparkling_custom_header_args( $header_args ){ $header_args['width'] = 9999; $header_args['height'] = 9999; return $header_args; } add_filter( 'sparkling_custom_header_args', 'modify_sparkling_custom_header_args');Best Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] Displaying all galleries at onceYou are most welcome here π
You are most welcome here π
You are most welcome here π