1stclasspaintinganddecorating
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Virtue Kadence importerHi,
Thank you deactivating worked perfect.
And sorry as I didnt realise that would be the cause.
Thanks again
Paul
Forum: Themes and Templates
In reply to: [Virtue] Slider caption transparency & size & positionHi Hannah,
Thank you for the reply
Ahh sorry no thats because Ive just reverted back to my old setting at the moment as I created a big problem with 404 errors so its now on a previous a backed up just at present temporarily … (thats why the transparency on captions isn’t there again either… I stupidly hadnt backed up the latest)
The setting im talking about was as before, i was using mobile flex slider with only one photo and auto play turned off and the image was larger…
So the caption was/is over to the right say 2/3 rds approx.
I will be reverting back soon as ive time to edit again
Is there a general CSS you would use to off set… I will be using all the above CSS as posted above
Kind regards
Paul
Forum: Themes and Templates
In reply to: [Virtue] Virtue Kadence importerP.s
This is the snippet of whats on line 854.849 /**
850 * Initialize the update checker Debug Bar plugin/add-on thingy.
851 */
852 public function initDebugBarPanel() {
853 if ( class_exists(‘Debug_Bar’) ) {
854 require_once dirname(__FILE__) . ‘/debug-bar-plugin.php’;
855 $this->debugBarPlugin = new PucDebugBarPlugin($this);
856 }
857 }
858 }hope this helps
Regards
Paul
Forum: Themes and Templates
In reply to: [Virtue] Slider caption transparency & size & positionHi Hannah,
Sorry for my slow reply.
Yes its clear now thank you.. I did clear caches on my phone but think it took some time to clear/come through.
How can i centralise it on the mobile slider please?
I have still got the same CSS as posted below… Im not sure whats incorrect or if any conflict.
.captiontitle.headerfont {
background: transparent;
}.captiontitle h4 {
margin: 0;
}.flex-padding {
padding: 0;
}.flex-caption {
width: 100%;
text-align: center;
position: relative;
bottom: 54px;
margin: 0 auto;
}.flex-mobile-caption {
width: 100%;
text-align: center;
position: relative;
bottom: 47px;
margin: 0 auto;
}.flex-mobile-padding {
padding: 0;
}Thank you and
Best regardsPaul
Forum: Themes and Templates
In reply to: [Virtue] Slider caption transparency & size & positionBrilliant thank you Kevin, yes that exactly what I wanted and its worked perfectly on desktop.
As Im using the mobile flex slider do i need to add separate CSS for that as that is still dark?… (i have cleared phone cache)
Below is the revised CSS I now have including yours..
.captiontitle.headerfont {
background: transparent;
}.captiontitle h4 {
margin: 0;
}.flex-padding {
padding: 0;
}.flex-caption {
width: 100%;
text-align: center;
position: relative;
bottom: 54px;
margin: 0 auto;
}.flex-mobile-caption {
width: 100%;
text-align: center;
position: relative;
bottom: 47px;
margin: 0 auto;
}.flex-mobile-padding {
padding: 0;
}Thanks
PaulForum: Themes and Templates
In reply to: [Virtue] Slider caption transparency & size & positionAh i did wonder if it had been added first,
Yes thats got the caption box closer thank you ….. can we try to go a tiny bit more please… (then i will also learn/understand what change you have made for future reference.
And as for the transparency its actually gone darker.
Thanks
PaulForum: Themes and Templates
In reply to: [Virtue] Slider caption transparency & size & positionP.s.. Im a novice and my above CSS was just what i have learned by trialled and error of reading the support and googling before contacting you so it may be wrong and not all necessary. Please advise if I also need to remove any and change any as well.
Thank you
Paul
Forum: Themes and Templates
In reply to: [Virtue] Slider caption transparency & size & positionHi Kevin,
Thank you for the fast reply.
I think you may of missed off the CSS
The link is.. https://themes.kadencethemes.com/virtue/
Basically in your sites demo the text looks placed in the photo rather than showing any transparent box at all.
Where as with mine you can clearly see the darker box around my caption text “making home sparkle” etc.Its even worse on mobile as it takes up half the height of my photo if you view it on mobile.
best regards
PaulForum: Plugins
In reply to: [Page Speed Optimization] PWAHi,
Thank you that worked great so I just need to edit and find my mistake.
Thank you again
Best Regards
Paul
Hi,
I also have the warning showingwp-content/plugins/backup/com/core/SGBoot.php:14
include_once(/srv/www/public/wp-content/plugins/backup/com/core/backup/SGBackupSchedule.php): failed to open stream: No such file or directory
Mine is showing in the generated log file and has been there for a while now,
Just wondering how it was resolved please?
Many thanks
PaulForum: Plugins
In reply to: [Fast Velocity Minify] Warning message and unable to useHi Raul
SO Sorry for the slow and late reply.
Thank you so much for the help and especially the advice on security
I have just checked and in my wp-config.php file it does have this below in it….
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*/
define(‘WP_DEBUG’, false);…..Do i still need to add your debug false script or is the above enough?
I have also noticed I have a wp-config1.php file also and in this one it has this …
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*/
define(‘WP_DEBUG’, true );… do I need to change this one to false also?
And is there a reason I would have two … wp-config.php files e.g.”(wp-config.php file &wp-config1.php file)”
I noticed the first wp-config.php has … enable w3 total cache etc in it so Im assuming the config1.php file is the original?.. and the other created by w3 total cache?..
If this is correct should I delete the w3tc wp-config.php file?
leaving just the wp-config1.php file and change the …define(‘WP_DEBUG’, true ); to false.Many thanks again for you help and advice.
Best Regards
PaulForum: Plugins
In reply to: Your homepage cannot be indexed by search engines. This is very bad for SEOI have same problem please help?