ncacace
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Custom Tabs not loading in Woo TabsHi Tracy,
Thanks for getting back to me.
I’ve managed to get one to work (I believe I’ve found a pattern)
If you add all your information and more importantly create the custom tabs all at the same time [DO NOT SAVE/UPDATE UNTIL YOU HAVE DONE THIS] it will function correctly.HOWEVER if you fill in your details, save/update, AND THEN fill in the data for custom tabs, UPDATING/SAVING AGAIN, it WILL NOT WORK. The information will be in the back end but for some reason it will not update your information in the front end and you won’t see any new tabs
If I find anymore information OR if I’ve miss interpreted what I’m seeing I WILL update this for the sake of accuracy (even if I look silly)
- This reply was modified 4 years, 8 months ago by ncacace.
Yup that worked
Go to the theme folder of the plugin (password-protected-login.php)
add this to line 110 (just above the closing /head tag)….<?php //zambala external custom CSS file $CURRENT_PATH = plugins_url( 'custom.css', __FILE__ ); ?> <link rel="stylesheet" href="<?php echo $CURRENT_PATH; ?>">
Create a custom.css file in the same directory as the php file (i also added an imgs directory to keep my images in that my css uses
Too easy
If you want to look at my css just go to my site link and view the source
find the reference to the custom.css file’s path and open it.DON’T FORGET Keep a copy of the edited php file (just rename it) next to the correct one as it could be overwritten with the next update
…How do I delete this post?
There’s only an option to edit.
- This reply was modified 5 years, 5 months ago by ncacace.
….not just the logo how about the whole screen and panel?
Maybe a custom CSS file solely for your login screen that won’t effect the actual site you are logging in to.
For now may I hack into the plugin and avoid updates?
Just found the php file in the ‘theme’ folder
All your CSS is inline. Why not add an external css file, reference it in the header then add another empty css file (custom.css) that overrides your previous css and let people add their own custom css from within the admin panel?That custom css file would never be over written in any updates…
Also
…if you could make it easier to maybe add canvas animations as the background OR Vegas Plugin transitions that would cool. Just add an empty div for them above the background perhapsJust a suggestion
In fact I’m going to do this so none of my changes will be overwritten by an update (no need for ANOTHER plugin just to change the logo)
Forum: Plugins
In reply to: [CYAN Backup] Only backing up Index.php and .SQL fileError info:
[25-Aug-2016 23:06:05 UTC] PHP Warning: ZipArchive::addEmptyDir() expects exactly 1 parameter, 0 given in [….]/public_html/wp/wp-content/plugins/cyan-backup/includes/class-cyan-wp-backuper.php on line 629
[25-Aug-2016 23:06:06 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at [….]/public_html/wp/wp-content/plugins/cyan-backup/includes/class-cyan-wp-backuper.php:629) in [….]/public_html/wp/wp-content/plugins/cyan-backup/cyan-backup.php on line 585Forum: Plugins
In reply to: [WP Vegas] Slideshow not repeatingI found what was causing the slideshow to stop
[vegas id=”180″ valign=”bottom” preload=”true” fade=”5000″ delay=”15000″ arrows=”no” overlay= autoplay=”yes” poster=”yes”]When you have poster set to ‘yes’ your telling it to stop transitioning
It would be really great if the parameters where documented however it’s good for a quick fix.
I think I’ll switch to Vegas Pure tomorrow as it offers a lot more power and is really well documented. I may even be able to implement GreenSock instead of jQuery which will make the transitions super smooth.
Thanks for your efforts
n.