rgreen001
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Advent] Change Fontsize and Color of the NumbersYou can find which files to change by looking in the code Inspector.
Select the item you want to change and then RightClick Inspect.
You can also try out your new colours and sizes here.Forum: Plugins
In reply to: [WP Advent] Linking productsWhen you edit each day’s post, can’t you just put a link to the particular product?
Or you could make it a bit prettier by having a picture of the product in each post and then have a hyperlink to the product page.
Forum: Plugins
In reply to: [WP Advent] No “hidden” imageI think I used the Inspector to find the relevant code.
Looks like the code is in plugins/wp-advent/css/WP_Advent_Plugin.css
Near the bottom you will find…#wp-advent-calendar li span {
background: rgba(255, 255, 255, 0.9);
}Where the 0.9 displays the transparency of the background. Change to 0 or 0.1
Forum: Plugins
In reply to: [WP Advent] No “hidden” imageI think you will find that it the way this plugin works.
As the days pass, then a new door is revealed and the white overlay disappears, and reveals the whole image on Dec 25th.
If you want to change the design so the overlay is not there, then you will need to edit the css.Forum: Plugins
In reply to: [WP Advent] Reset Order of daysClosed
Forum: Plugins
In reply to: [WP Advent] Reset Order of daysthank you.
Forum: Plugins
In reply to: [WP Advent] Styling contentsThank you.
Yes, I guess we’ll have to wait another 12 months to get the result for the next Advent!! ??Forum: Plugins
In reply to: [WP Advent] Styling contentsI agree that having the ability to style the lightbox would be really useful. My theme is AVADA and I can’t find an easy way to style the lightbox. It seems to disregard both the Avada style and also the standard WP style.
Forum: Plugins
In reply to: [WP Advent] How to use URL instead of lightboxAdd an image of your product to the Lightbox and then add a link to the image.
The lightbox is 900×506 so if you make the image of size 890px x 480px it will fill the lightbox. ( I notice if the image is larger then you get scroll bars).
The image you use can also have a product description as well as a picture of the product etc. This way the whole image becomes a big button.- This reply was modified 5 years, 12 months ago by rgreen001.
Forum: Plugins
In reply to: [Stream] Fatal Error on installI have this error too. Happened after updating to v 3.1.1
Fatal error: Call to undefined function WP_Stream\wp_scripts() in /homepages/32/12345678/htdocs/XXXXXX/YYYYYY/wp-content/plugins/stream/alerts/class-alert-type-highlight.php on line 271
Forum: Plugins
In reply to: Generating the Title of web page using a new string?Thank you. Looks like this will do the trick for me.
But if I wanted to do it my way, without installing yet another plug in, then how would I alter the php above??