I would like to change the content width. In the theme functions.php file it is set to $content_width = 648;
How can I change it to 785 without editing direcly the function.php file?
Is there a way to change it with a plugin or a php-snippet?
]]>Hi there,
according to WordPress support, Sparkling is only compatible up to WP version 5.9. But WordPress is already at 6.2.2. Can that become a problem?
Regards Gisela
]]>When I edited this page in Gutenberg editor all of the texts of the heading blocks on the page were visible because the font color is set to black, but when I look at the actual webpage outside of Gutenberg the text appears blank because the h2 color for some unexplained reason sets itself to white. I don’t know if this is an issue being caused with the template theme that I am using, but I would like for the text to be visible on the webpage.
]]>I am using sparkling theme. Whenever I set a featured image for a page, the image gets showed at the top of the page which I don’t like. What is the setting to use so that any featured image, if set, does not show at top of the page but it can be used by plugins for recent posts, popular posts, etc.
]]>Where can I download the Sparkling child theme?
The download link on this page just goes to the main Sparkling page.
https://themesinfo.com/sparkling-child-theme-wordpress-esa
Thanks.
]]>Hello, since the update to 2.4.9 my navigation has been destroyed. The toggles are out of place and it doesn’t look any worse on mobile. Does anyone have experience with this and can help me? However, I restored the backup. I can’t leave it like this. Many Thanks
]]>I have been getting posts from the Sparkling theme for a very long time and despite checking many times I am not subscribed to it.
What’s going on?
Hi,
there is a know security issue with the Epsilon framework. This framework is part of the Sparkling theme. Attackers are actively using this to gain access to websites. Please fix this as soon as possible!
See this blogpost for more details: https://www.wordfence.com/blog/2021/12/massive-wordpress-attack-campaign/
I reported this to support three weeks ago. The developers were unable or unwilling to fix the security problem!
Everybody: avoid this theme!
How can I centre the text of the footer in the middle of the page? It defaults to the left hand side.
]]>You’re using incompatible Bootstrap files
CSS is from B3
JS is from B4
so eg. carousel is not working because it needs .carousel-item class and other just .item class
I made it work by including both classes, but it’s not fully functional
Bootstrap JS and CSS simply needs to be from the same version
Hi,
I seted the max number of posts to be displayed to 5(in settings> reading), but all the posts(10+) are still being displayed on the blog page.
I down now if it’s a especific problem in my environment or there is a global situation.
]]>After updating to wordpress 5.7.1 I got this error and cannot activate this theme anymore.
Fatal error: Uncaught Error: Undefined constant "HEADER" in /var/www/hempoilcbdbenefits.com/html/wp-content/themes/sparkling/inc/custom-header.php:56 Stack trace: #0 /var/www/hempoilcbdbenefits.com/html/wp-includes/class-wp-hook.php(292): sparkling_header_style() #1 /var/www/hempoilcbdbenefits.com/html/wp-includes/class-wp-hook.php(316): WP_Hook->apply_filters() #2 /var/www/hempoilcbdbenefits.com/html/wp-includes/plugin.php(484): WP_Hook->do_action() #3 /var/www/hempoilcbdbenefits.com/html/wp-includes/general-template.php(3009): do_action() #4 /var/www/hempoilcbdbenefits.com/html/wp-content/themes/sparkling/header.php(30): wp_head() #5 /var/www/hempoilcbdbenefits.com/html/wp-includes/template.php(730): require_once('...') #6 /var/www/hempoilcbdbenefits.com/html/wp-includes/template.php(676): load_template() #7 /var/www/hempoilcbdbenefits.com/html/wp-includes/general-template.php(48): locate_template() #8 /var/www/hempoilcbdbenefits.com/html/wp-content/themes/sparkling/index.php(11): get_header() #9 /var/www/hempoilcbdbenefits.com/html/wp-includes/template-loader.php(106): include('...') #10 /var/www/hempoilcbdbenefits.com/html/wp-blog-header.php(19): require_once('...') #11 /var/www/hempoilcbdbenefits.com/html/index.php(17): require('...') #12 {main} thrown in /var/www/hempoilcbdbenefits.com/html/wp-content/themes/sparkling/inc/custom-header.php on line 56
This is my server configuration:
Server architecture Linux 4.18.0-240.22.1.el8_3.x86_64 x86_64
Web server Apache/2.4.37 (centos) OpenSSL/1.1.1g
PHP version 8.0.5 (Supports 64bit values)
PHP SAPI fpm-fcgi
PHP max input variables 1000
PHP time limit 600
PHP memory limit 1024M
Max input time 600
Upload max filesize 1024M
PHP post max size 1024M
cURL version 7.61.1 OpenSSL/1.1.1g
Is SUHOSIN installed? No
Is the Imagick library available? Yes
Are pretty permalinks supported? Yes
.htaccess rules Custom rules have been added to your .htaccess file.
]]>
The mobile menu submenue items are not keyboard accessible. this is an issue when the page is zoomed on desktop or when used with a screenreader. is there any chance to get this fixed with the next update of this theme? styling of the mobile menu is also not perfect anymore. Thanks for your support!
]]>Hi,
nice to see that this theme got an update. So Sparkling is alife ??
Would love to see what is new and what has changed. Can you provide a changelog?
Thanks a lot!
]]>After upgrading to PHP 8.0 the site does not work -shows a white page- and causes this error:
Got error 'PHP message: PHP Fatal error: Uncaught Error: Undefined constant "HEADER" in [...]/wp-content/themes/sparkling/inc/custom-header.php:56
Downgrading to PHP 7.4, site works again.
As far as I understand the code at wp-content/themes/sparkling/inc/custom-header.php, this must be chenged:
@$a = HEADER; // @codingStandardsIgnoreLine
@$b = TEXTCOLOR; // @codingStandardsIgnoreLine
to:
@$a = 'HEADER'; // @codingStandardsIgnoreLine
@$b = 'TEXTCOLOR'; // @codingStandardsIgnoreLine
Change must be applied to parent theme, not child theme.
With this changes, site works in PHP 8.
Regards.
]]>Are you guys planning to release any update for Sparkling theme? I am using this theme for 5 of my website and it’s been year I didn’t get any update.
Thanks
]]>Hi,
i am trying to get the mobile nav icon-bars to hover white but there is some glitch happening here, they only show white when i click on the toggle button? on hover they stay blue like the btn background and are therefore invisible.
]]>I have searched and attempted a few things but it doesn’t seem to work.
I am trying to enlarge the font of the MENU link items in the header making them a little bolder and larger
Currently those menus show up in top and bottom links and they are not noticeable enough.
]]>Hi folks,
I need your help with some issues on my website. Working so long and hard by using this forum on my website. The community is great!. Everything else is working fine and I am very happy using this theme.
1. In the mobile version there went something wrong. I want the logo only here centered. Under that logo, there should be also the centered mobile menu. The links in the menu need also more space and should be centered. Now they are somehow at the very right.
2. I removed the icons in the meta descriptions of posts, but in the mobile version they are still visible. How can I remove them also there?
5. I want to have thumbnails like in popular posts next to the buttons that link to older or new posts at the end of a post. Is that possible?
4. Not so dramatic, but the scroll to top button, that appears on the right bottom if you scroll down a site is missing somehow in the desktop version on other pages, except the gallery (my starting page). In mobile version all is fine in with it.
Thanks for your help.
]]>I had a client making so many changes to their site that now the css is mucked up with erroneous tags. Its working correctly but im having trouble locating the padded/margin/border-bottom thats about 40 pixels wide (but does not display when the “Product” menu item is selected. Help!
]]>Dear support team,
actually I have the following issue. I activated the comment function for a report. The input fields are shown but the submit button “send comment” is missing. In the html code the button exists but is not shown. Do you have any idea why?
Thanks in advance.
Sincerely,
verosu
Bes?g os og find inspiration til investering af dine penge. Vi d?kker alt fra aktier til crowdlending og giver dig magten over din dine penge
https://mininvestering.dk/
Integrated digital marketing solutions for brands and businesses. Get a free audit done.
We help you increase website visitors, grow online sales, re-engage with your customers.
Proven Success Record. ROI Driven Approach. Honest & Transparent. Integrated
https://mymds.in/
Leder du efter den perfekte dating side i Danmark? S? har vi samlet et overblik over de bedste. Find den danske dating side, der brugerer dine behov
]]>Invester ikke dine penge inden du har l?st denne guide ? Dybdeg?ende anmeldelser ? Guide til din f?rste investering ? L?s mere om Bitcoin her https://coinbox.dk/
]]>St?rste online butik til iPhone, Playstation, Mad & drikke Find det st?rste udvalg fra alle m?rker og vind en tur, bil, gavekort, penge og F? de seneste tilbuddagensvinder
]]>Hi,
I notice the navigation colors set in the Customizer (Sparkling Options > Header) are partly overriden by the Bootstrap CSS that also comes with this theme. Can you please fix the colors so all navigation colors in Customizer do work again?
Guido
]]>Sparkling’s error log (in one of my clients’ sites) is reflecting multiple instances of this error:
PHP Fatal error: Uncaught Error: Call to undefined function get_header() in /wp-content/themes/sparkling/index.php.
This likely reflects bot attacks on theme files (outside of the context of WordPress) per https://perishablepress.com/fix-error-undefined-function/, and is easily prevented by adding the following line above the get_header() call:
<?php if (!defined('ABSPATH')) exit; ?>
This prevents execution of index.php unless WordPress is running and eliminates the PHP error message.
]]>When trying to add new products, prices are not showing up anywhere. The cart reflects the total sale only.
]]>I can’t get the Site Identity Tagline to show under appearance > customise > site identity.
The site title displays as expected by the tagline does not?