alexx1980
Forum Replies Created
-
There is an update, but the security issue still there, so the only way is to use another plugin.
I switched to Easy Table of Contents, it will take a little of work to adapt, especially if you have a lot of pages-posts as you need to set it up and update every post that includes a TOC, but it is worth the effort.In order to use inline CSS and the counter to work I added this in my custom CSS: .ez-toc-counter nav ul li a::before{content:counter(item, square) ‘ ‘;
But there is another issue that you have to consider, on hover the square is…underlined as is the text next to it, it looks ugly and you must correct this as well.Nobody is clear in this.
But anyway I will speak my experience.
The problem started for me all of a sudden just when I enabled lazy load for videos.
Doesn’t matter if I embed or if I just paste the URL, the problem remains.
So, I just removed this stupid lazyload and I hope that it will be solved in time.
I don’t know, but all this speed tricks and bullshit don’t really offer anything and always give different kind of problems BECAUSE Google’s bot still really backwards and stupid, I almost given up after 12 years of blogging, these idiobots still unable to handle right almost nothing.Been late, anyway
If you want to delay only 1 ad(why only one?), give an ID to the script and use this id as the keyword.
If the scripts are 2(in case of Adsense) give an id the first script and another id to the second(I didn’t try if it works with classes)Thank you very much, that fixed it and it was so simple.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Question about Pro and free versionsOk, thank you
Forum: Plugins
In reply to: [Contextual Related Posts] [crp] how to set it up?Thank you
I had found that page but there was no explanation about the syntax!
Please, you may include a syntax example in plugin’s installation, just for future users.
Forum: Plugins
In reply to: [Cool Tag Cloud] Shortcut parameters don’t workThank you
Forum: Plugins
In reply to: [Contextual Related Posts] Placement after X paragraphsIs it that the list is split and the plugin then lands up within the list as some new element?
Yes, something like this.
If the post has a list in the place that the crp will go, this happens. it’s normal.If you’re using the shortcode, you can check the box in the meta box at the bottom to not display the related posts on the page.
Stupid me, I haven’t seen that, I was looking on the side of the control panel, never reached the end…thank you.
Forum: Plugins
In reply to: [Contextual Related Posts] Placement after X paragraphsSorry, found the solution, using shortcode [crp] to put it anywhere.
But, this way it is shown twice, once where the shortcode is and also in the default position at the bottom…- This reply was modified 2 years, 6 months ago by alexx1980.
Forum: Plugins
In reply to: [Contextual Related Posts] crp on sidebar difficult to styleThank you, I sent an email with more details, you can see how it looks with and without extra CSS.
Forum: Plugins
In reply to: [Contextual Related Posts] crp on sidebar difficult to styleHow can I send you the URL without being seen by nobody else?
Forum: Plugins
In reply to: [Contextual Related Posts] crp on sidebar difficult to styleOn my site, the plugin works with custom CSS only because grid mode doesn’t look nice to me.
On the bottom modal the .crp_related ul {display:flex}
while in the sidebar the ul must displayed as inline-block (.sidebar ul{margin:0!important;list-style:none;padding:0;display:inline-block!important})Anyway, it is working fine like this, I have no time for further testing as then I must reload all pages cache in WPRocket and it is time-consuming.
I will give a try resaving the widget when a new version is coming out.
Thank you very much.Forum: Plugins
In reply to: [Contextual Related Posts] crp on sidebar difficult to styleHave you tried this version out and set the widget to display with Only text?
I think I found it on widgets, on Thumbnail options was already “No thumbnail, only text” set, but that doesn’t help without the extra CSS anyway.
- This reply was modified 2 years, 6 months ago by alexx1980.
Forum: Plugins
In reply to: [Contextual Related Posts] crp on sidebar difficult to styleif you select text only in the widget
I really can’t find where is this, in the plugin’s settings or in the widget?
Meanwhile, I fixed it by adding some more CSS, but it would be nice with a simpler solution like that you describe but I understand almost nothing!