seowebua
Forum Replies Created
-
@nealbo the reason to delete my comments was “If you need support then per the forum guidelines please start your own topic” , even so my question was the same, so whatever..
Thankfully to this thread I now understand that there is no way for me to use this free plugin further (I will move to Adsense native message).
Good thing that now we have clarification from the team that it’s a premium feature, too bad that it wasn’t announced conveniently in wp dashboard or changelog or anywhere really..- This reply was modified 1 year, 6 months ago by seowebua.
Forum: Plugins
In reply to: [Head & Footer Code] Homepage FOOTER Code appears in pagination pagesI updated the plugin and used the option and it works perfectly! Thanks for your work!
Forum: Plugins
In reply to: [Head & Footer Code] Homepage FOOTER Code appears in pagination pagesI would say don’t inject anything.
On implementation, maybe just adding a simple check mark (or select list) like “Include (or Don’t) this code on pagination pages” would do the trick.
- This reply was modified 2 years ago by seowebua.
Forum: Plugins
In reply to: [Head & Footer Code] Homepage FOOTER Code appears in pagination pages@urkekg , not sure if you saw my reply, any thoughts on this issue?
Forum: Plugins
In reply to: [Head & Footer Code] Homepage FOOTER Code appears in pagination pagesHi Aleksandar, thanks for the swift response.
Yes that is correct: blog posts on the homepage and footer code under the section Head, body and footer code on Homepage in Blog Posts mode.
On pagination pages ( /2/ and so on ) I expect to NOT get “homepage” footer code injected, only global footer code (if there is one). This makes sense, as website can only have one homepage, on top level – which is website.com or “/” . All of the other pages should not contain information from “homepage section” as than it entirely defeats it’s purpose.
Hopefully you can find the way to fix this
Forum: Themes and Templates
In reply to: [OnePress] Featured images on pages not showingThanks, that works.
But the image comes up disproportionate and cropped, see my screenshot https://imgur.com/a/CDj5pnp
Can the image be somehow adjusted? Maybe it can show up the same way it does for posts? Or else the only way would be to use only really wide images, which would be really inconvenient..Forum: Plugins
In reply to: [WordPress Popular Posts] Font style changed after updateI did it through plugin editor – commented .wpp-post-title in css file.
That is really strange decision to force all titles in widget by default to be bold. Also, it’s not ideal for seo purposes.
@hcabrera, please, remove bold in next update. Or at least make it optional.
Thank’s for the replies!
For twitter I ended up with the code like this:
a2a_config.templates.twitter = {
text: “${title} ${link} via @seoweb_ua”,
related: “seoweb_ua”
};As for fb – couldn’t test it yet, because of the broken fb.dev interface…
In other hand, I think that adding javascript codes for such simple things is not really user friendly – any chance that you will add a couple of input fields for usernames\appid in settings in future releases?
Forum: Fixing WordPress
In reply to: WP doesn’t redirect permalinks to %postname% structureok, so I found solution: Redirection plugin (By John Godley) and one regex. Still, leave a reply if you know how to do it natively, without plugins.
- This reply was modified 6 years, 3 months ago by seowebua.
Forum: Plugins
In reply to: [Contact Form 7] Recaptcha v3 script is being added to all pagesThis is just stupid to load unnecessary code on all hundreds of pages, if I have 1 contact page with form.
If this won’t be fixed – I will have to say goodbye to recaptcha.Forum: Plugins
In reply to: [Quick Adsense] adsense placed inside table?Thanks, hopefully it could be implemented soon.
Talking about future releases topic, there is another thing I would love to use, if it can be implemented: place ads after certain amount of post symbols/words.
The reason for this is that some posts don’t even have paragraphs. Or paragraphs are spread uneven in the posts. This causes ad placings in less clickable spots or no ads at all in case of middle ad & etc. While placing after fixed amount of symbols allows you to put ads in roughly the same spots. It doesn`t mean that you have to interrupt the sentence in the middle for the ad, but just look for any closing tag after certain amount of symbols and than insert the ad.
Forum: Plugins
In reply to: [Custom Permalinks] Incorrect Default PermalinkI have the EXACT same problem. But unfortunately none of these fixes worked for me.
And if it doesnt work with %postname% perma structure - then it
s completely useless.
A great plugin, but with the lack attention of the author..Forum: Plugins
In reply to: [WordPress Popular Posts] Feature Request: Time range in hoursAlso waiting for custom Time Range feature, but in my case I would like to show best post for the last year.
Forum: Fixing WordPress
In reply to: Pingbacks doesn’t workThe thing is that it’s my old theme (where everything worked), that I modified, so it’s unique, not paid or smth.
But still, how to find out what is breaking pingbacks? Cause everything else seems to work fine.
Is there some kind of other needed code to make them work, except that line in header?Forum: Fixing WordPress
In reply to: Pingbacks doesn’t workSwitched the theme and pings started working, so it’s the theme related problem.
What I need to check in my new theme, except that line in header?