Free WP TP
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sparkling] Header image on Sparkling?Hi @kauno,
I hope you are well today and thanks for posting here.
I just found this topic when searching info about why my header image is not scaling properly untill it “jumps” to the mobile size. Then it starts scaling normally. I am using InstantWP, not online version.
Could you please share me the page URL from your site where it’s not displaying correctly so that i can troubleshoot it?
And secondly, is this Sparkling theme capable of handling affiliate marketing links?
The Sparkling theme can handle any type of link including affiliate link but there isn’t any affiliate link specific functionality in theme. To use affiliate functionality in WordPress, you can use any of the following plugins.
https://wordpress.org/plugins/affiliates/
http://affiliatewp.com/
https://wpaffiliatemanager.com/
https://wordpress.org/plugins/tags/affiliate-pluginBest Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] Displaying all galleries at onceHi @anne. de,
I hope you are well today and thank you for your question.
What you are trying to achieve is a custom functionality that you can try achieving using the following plugins or develop custom code to achieve it.
https://wordpress.org/plugins/photo-gallery/
https://wordpress.org/plugins/nextgen-gallery/
https://premium.wpmudev.org/blog/wordpress-gallery-plugins/Best Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] Where is php wp_footer located?Hi @zhares24,
I hope you are well today and thanks for posting here.
As Jose said above you will find the function wp_footer call in the following file of the theme on line number 39
sparkling/footer.php
This function is used to hook something in the footer so i think you may be using some plugin that is adding the style element in the body tag by hooking to this function.
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.
Best Regards,
MovinHi @misinko,
Sorry to hear of the problem you are having.
I have tested your shared site on firefox browser and found it’s working fine.
What version of firefox browser are you using?
Please try clearing your browser cache and deactivating all browser extensions.
Is it also happening for you after visiting the following theme demo site?
https://colorlib.com/sparkling/
Please try deleting and reinstalling fresh version of the theme.
Best Regards,
MovinHi Oscar,
It’s working fine on my test site so i think you missed something in copy pasting the code so i have shared the whole file with changes code here http://pastebin.com/f6azpj6v
Just use the shared code in the file and change the category name in it.
Best Regards,
MovinForum: Themes and Templates
In reply to: [Dazzling] slider not properly configuredHi Lorenzo,
Please try changing your all slider settings like number of slide items etc.
Best Regards,
MovinForum: Themes and Templates
In reply to: [Sparkling] featured image does not scale downHi @kauno,
To help keep support thread separates could you please create your own thread for your question here https://wordpress.org/support/ 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 here.
Best Regards,
MovinHi @haivri,
Yes you can display different widgets on pages and posts added in the theme footer widget area by using the following plugin.
https://wordpress.org/plugins/custom-sidebars/
Best Regards,
MovinHi Oscar,
Sorry i shared the wrong code.
The code to be changed should be as following and not as i have shared above so you won’t have to remove endif condition.
/* translators: used between list items, there is a space after the comma */ $categories_list = get_the_category_list( esc_html__( ', ', 'sparkling' ) );Best Regards,
MovinForum: Themes and Templates
In reply to: [Dazzling] slider not properly configuredHi @blatze,
Sorry to hear that you deactivated it but if we can be of any further assistance then feel free to ask it.
Regards,
MovinHi Oscar,
I hope you are well today and thank you for your question.
You can achieve this by overwriting the theme file content-single.php in your child theme and then change the following code in that file
/* translators: used between list items, there is a space after the comma */ $categories_list = get_the_category_list( esc_html__( ', ', 'sparkling' ) ); if ( $categories_list && sparkling_categorized_blog() ) :as below
/* translators: used between list items, there is a space after the comma */ $categories_list = ''; foreach((get_the_category()) as $category) { if($category->name == 'Cat Name' ) continue; $category_id = get_cat_ID( $category->cat_name ); $category_link = get_category_link( $category_id ); if( $categories_list != '' ) $categories_list .= ', '; $categories_list .= '<a href="'.$category_link.'">'.$category->cat_name.'</a>'; }Change the ‘Cat Name’ in the above code to the category name that you want to exclude.
Best Regards,
MovinForum: Themes and Templates
In reply to: [Travelify] Conflict with Yoast after update themeYou are most welcome here π
Forum: Themes and Templates
In reply to: [Travelify] Header image is not responsiveYou are most welcome here π
Hi @szwp,
Awesome great to see you got that resolved.
Please advise if you have more questions.
Wish You a Merry Christmas!
Cheers,
MovinForum: Themes and Templates
In reply to: [Travelify] Zoom in mobilesYou are most welcome here π