kasaflow
Forum Replies Created
-
Forum: Reviews
In reply to: [DH - Anti AdBlocker] Doesn’t work for me. HelpThis is very interesting.
I’ve contacted my webhost and they’ve taken a look at it in detail and can’t figure out what the issue is.
Is there some specific code that needs to be added/edited?
I have no idea why this is happening.
Forum: Reviews
In reply to: [DH - Anti AdBlocker] Doesn’t work for me. HelpGameday Theme. It’s a paid theme.
The interesting thing is, the previous ad-blocker I used isn’t working anymore either. I tried re-installing it but it won’t work now.
I’m on WordPress 4.9.9 if it matters, using Cloudflare with Rocket Loader like I said. I’ve turned off Rocket Loader for the time being as I try to get to the bottom of this.
Forum: Reviews
In reply to: [DH - Anti AdBlocker] Doesn’t work for me. HelpYes. I’ve tried clearing cache, changing browsers, etc. I’ve tested on different computers as well.
Forum: Reviews
In reply to: [DH - Anti AdBlocker] Doesn’t work for me. HelpThank you for the response.
The plugins I have installed are below. I used a different adblocker before and it was working but once I activated Cloudflare a few weeks ago I think that’s when it stopped working. Not sure though.
A2 Optimized WP
A2 W3 Total Cache
Accelerated Mobile Pages (very popular AMP plugin for converting site to AMP)
a3 Lazy LoadAnti-Spam by webvitaly
Contact form 7
Paypal Donation by Scott PatersonRename wp-login.php
TablePress by Tobias BathgeTheia post slider
Yoast Premium
Glue for Yoast SEO & AMPGiven that all are well known and functioning plugins, not sure which one it can be..
Edit: I just tested all of them except rename wp-login and the A2 optimized since those are crucial for my site to run.
The plugin doesn’t work for some reason.
- This reply was modified 7 years, 4 months ago by kasaflow.
I figured it out. I was looking at the wrong color codes.
Thank you!
Once again, great plugin! Keep up the good work.
Great!
Thank you for the prompt reply.
That bit of code definitely works.
Also, how would I go about changing the hovering color when the mouse pointer is over a data item? I read the FAQ but I couldn’t get it to work properly.
I think I figured it out;
table.tablepress-id-1 {
height: 300px;
}That seems to do the trick.
Another question;
Is there a way to make it so the user can scroll down/up to view the data instead of having to click on “next” to see the data until it ends?
I managed to figure out how to do what I wanted.
.post-title a:hover { color: #D10404; }That will change the hover colour for the articles/posts in the middle as well. So whoever would like to do the same, just add both pieces of code to the “Additional CSS” section.
Also figured out how to change the hover colour for the primary menu items;
.menu-primary-items a:hover { color: red}Now, how to make sure the featured image posted on the main page is always in a specific size (height, width)? Hmm.
Edit: I figured out how to adjust the featured image size as well so it fits nicely.
.featured-image img { height: 380px; width: 700px; }Just adjust the height and width values (in pixels) and you’re set.
Phew, all three things done! Thanks.
While the articles/posts on the sidebars change colours thanks to that code you provided, it doesn’t apply to the posts/articles in the middle of the page.
Thank you for the fast response, Ben! Appreciate it very much! 😀
Now, the second change I’d like to make is whenever I make a new post, the featured image is way too big.
For example, is it possible to make every featured image posted (the ones that show up in the middle of the page) to be a specific height and width, more specifically height? Because at the moment, if I post a featured image along with the post it’s too long/tall in my opinion and it doesn’t fit well with the design.
Any ideas?
Here’s what I mean: https://pasteboard.co/H6heulQ.png
Edit: And regarding the hover colour change, how do I apply the same to the menu items? The main menu/top menu/secondary menu etc. As well as articles/posts?