gella2002
Forum Replies Created
-
Thank you, it’s my fault, the contact forms protection was disabled ?? I don’t remember why so. If I get any other spam email, I’ll write back. Thank you once again.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] All ads and settings are gone :(Thank you, I didn’t succeed in getting ad_inserter options from the database backup, so I’ll try to re-create the blocks. Thank you for your help!
Hi @miiitaka, I can’t say for sure when it started. I’ve had your plugin activated for some time and haven’t paid attention for the logs. Recently I had some issues with CPU over-usage, and I’ve found this among other problems.
Forum: Plugins
In reply to: [Schema - All In One Schema Rich Snippets] Seems like it breaks sidebarsI had to disable this plugin and switch to another one in the meanwhile. So I mark this topic as resolved.
Forum: Plugins
In reply to: [WP-PostRatings] Turn of structured data except for rating?Thank you!
Forum: Plugins
In reply to: [WP-PostRatings] Turn of structured data except for rating?But if I un-tick the markup checkbox (in the Rating Options), the aggregateRating is not displayed at all. I mean there’re only two ways:
(1) checkbox ticked -> I get Article structured data twice + Rating, and I prefer another set of data from another source.
(2) checkbox unticked -> I get only one Article data and no ratings.Is it possible that I get Article data from another source and aggregateRating from your plugin?
Thank you for your reply!Forum: Plugins
In reply to: [Schema - All In One Schema Rich Snippets] Seems like it breaks sidebars@gilaraujo probably, I’m not that good at css and coding to locate the error, so let’s wait for the developers’ opinion
Forum: Plugins
In reply to: [Schema - All In One Schema Rich Snippets] Seems like it breaks sidebarsThank you for your quick reply! I mailed you the link.
Hello, thank you for your reply. I managed to import all records directly into the database table.
So for anyone looking for the solution:
– open your database (phpMyAdmin), find table “wp-posts”,
– remember the last post ID used and copy all columns’ titles to your Google spreadsheets as headers.
– export one record from the table as an example.
– create all necessary records in GSheets strictly according to the record exported from the table, download as CSV
– backup your database
– import CSV into the table wp-posts, don’t forget to skip the headers row
– enjoy your new topicsFinally I managed to get what I want. The problem was that I edited CSS via child theme style.css. After I placed the code into the theme built-in custom css field (which saves edits into the database as far as I understand) everything worked.
Thank you very much for your reply! Unfortunately this code doesn’t work.
Could you please take a look here
I can easily change CSS in FF inspector, but it doesn’t go live. I’ve already tried adding “!important”, placing the whole form into a new div with id… I don’t know what can be done else. The same issue with .sola_nl_title, which I’d like to center align. However I easily managed to style the whole form and other rows. Any advise? Thank youThank you David for your fast and effective help!
all the best
here’s the link to the file
Forum: Plugins
In reply to: [Wp-Insert] Category ExceptionI can confirm it, too: category exception doesn’t work in 2.1.4.
Forum: Plugins
In reply to: [Watu Quiz] Cleaning the database tables?Thanks, truncate query solved the problem.