Tom
Forum Replies Created
-
Forum: Plugins
In reply to: [Aeolus - Creative Portfolio] Menu conflict with Customizr themeUnfortunately the same with me 🙁
But mobile menu still exists.
Any help?Forum: Plugins
In reply to: [AdRotate Banner Manager] A lot of 404 errors on different banners sizesIt is new for me but explains a lot. I understand a trick with same size. It is clear, I did it before :). Plugin cannot check all images over and over to confirm their size. It is user’s responsibility to create proper sizes and name them accordingly.
I couldn’t find explanation you mention. I would be happy to read it. Where do I find it?
This is what I figured out lately Tim. It looks for me, that sometimes developers forget to do some minor changes (like version number) or comments and they do them after launching update. Then you end up with differences because they modify files without upgrading version.
Forum: Plugins
In reply to: [AdRotate Banner Manager] A lot of 404 errors on different banners sizesI don’t get you Arnan or I was not clear enough.
In my understanding, it looks like I have to produce countless banner mutation for each screen size my visitors happen to use. And because I cannot predict all sizes, I am forced to keep adding missing ones as they arrive. I know it by seeing 404 error produced by AdRotate plugin trying to fetch non-existing banner size.
Why not to employ different approach? Let’s say, you fetch banner size closest (rounded down) to client browser size? Obviously you know all sizes you have at your service at the moment so there is no need to produce links with non-existing images.
Forum: Plugins
In reply to: [Quote Master] Quotes don't display properly?That’s great Frank. This is the core of such cooperation. You give us free extension, we act as free testers 🙂
No, you have to use two buttons inside AdRotate settings.
I’m not sure about their English names but one is called “re-evaluate all ads” and another one is the one above it. Press them and confirm action. (use the third one as well 🙂 It worked for me on another site either.
Read manual carefully.. it reads:
The adverts should be kept in the banners folder (so not the WordPress Media Manager) and should have the size in their name.For banners folder follow “wp-content/banners/”. You can use “Manage media” page of AdRotate if you have Pro version. I don’t so I use FTP to upload banners to this folder. You are not able to do it using WP media manager.
@databell96
I have mine solved. Have you checked “responsive” advert? I bet you had.
In my case it was banner naming convention. If you want it responsive, it has to follow strict rules. Read this manualInstead of name your-advert-name.jpg it is enough to name it like your-advert-name.full.jpg
It solves the problem.
I have the same problem. It used to be OK before upgrade. Now it reads:
Your chosen banner image does not have the right name. Check the responsive description and try again.But images names are selected from folder so they cannot be wrong.
I did “re-evaluate all ads” to no avail.
Ther is no advert marked yellow but all show the same error (as above) when edited.
What do you mean by “status cache probably just needs updating”?
There is another concern that crossed my mind now.
It is possible, that hiding cookie info from spider, can have adverse effect on SEO 🙁 If Google is not aware of it, it can interpret such behavior as an attempt to manipulate page content in order to cheat SEO.
So maybe better idea is to move it to the bottom as l3hworks suggested?
What do you think?@l3hworks
I agree with you. That was my idea behind starting this topic. It doesn’t harm SEO so much but does it indirectly through interfering with page snippet supplied by Google to end users. For sure they are less inclined to browse the page seeing something they do not understand covering your carefully designed front page.BTW Great idea. Although temporary but does the job until update.
@richardashby
Thank you for this simple and flexible plugin. Take your time and enjoy it with family.Forum: Plugins
In reply to: [Quote Master] Quotes don't display properly?You’ve got quote text related settings under
span.qm_quote_widget_text { }so if you want to change it, you have to place desired directive there, like
span.qm_quote_widget_text { font-size: 10px; color: red; }Sometimes it doesn’t work because other settings override them. You can try to add !important switch at the end like
span.qm_quote_widget_text { font-size: 10px; color: red !important; }it sets highest priority to your setting and helps it to “fight” other similar ones,
For the reference of available CSS directives follow http://www.w3schools.com/cssref/
Forum: Plugins
In reply to: [Quote Master] Quotes don't display properly?What do you mean by “wider”? Wider than column width?.. or what?
Forum: Plugins
In reply to: [Quote Master] The square box aroud the quote doesn't appearI cannot see any problem. They show up in my browser (Chrome)
Try to refresh your cache (shift-F5 in Chrome, F5 in FF) or if it won’t help, clear all browser cache using proper tab in Options.