angeloff88
Forum Replies Created
-
Forum: Plugins
In reply to: [Contextual Related Posts] Manual related posts show random results on pagesWithout line 672 if the checkbox for pages under List tuning is not checked, the plugin behaves like before. If the line is removed and the checkbox is placed then the pages appear but it does not show the manually chosen id’s. Just suggests random posts and pages that might be related.
I will restore the line and will continue with the checkbox for pages under List tuning. I believe this resolves my issue. Thank you for your support!
Forum: Plugins
In reply to: [Contextual Related Posts] Manual related posts show random results on pagesI have checked to checkbox and the manually chosen pages now appear where I want them to appear. However on the posts now I see page suggestions as well as posts. Is there a way to limit the related posts on posts to show only other related posts, not other post types?
- This reply was modified 3 years, 9 months ago by angeloff88.
Forum: Plugins
In reply to: [Contextual Related Posts] Manual related posts show random results on pagesAs an update – the second query seems to be wrong. It finds no id’s as the provided id’s are for pages not posts. If I change the query to AND wp_posts.post_type = ‘page’ then it returns the results.
Forum: Plugins
In reply to: [Contextual Related Posts] Manual related posts show random results on pagesFrom what I see there are two queries that might override each other. First the plugin searches for relevant post types that match against the current page. Then it searches for the 3 id’s that I have specifically provided. And then it seems to return the posts that are relevant, not the provided id’s.
First one:
SELECT wp_posts.*, MATCH (wp_posts.post_title,wp_posts.post_content) AGAINST ('Инсталиране на WordPress на XAMPP сървър Научи как протича инсталацията на WordPress на локален XAMPP сървър. Към днешна дата стъпките в този видео урок са все още изключително актуални. Въпреки това можеш да преминеш директно към следния видео урок. Като цяло в този урок акцентът е над: 1. Създаване на директория, в която да се поставят изтеглените файлове на WordPress. 2. Конфигуриране на изтеглените файлове с главен фокус над wp-config.php. ВАЖНО - към днешна дата запази wp-config-sample.php и от него си създай другия файл. 3. Създаване на база данни в XAMPP. 4. Завършване на инсталацията и достъп до локалния сайт, изграден на WordPress.Important! ВАЖНО! Демонстрираният тестови…') as score FROM wp_posts WHERE 1=1 AND ( wp_posts.post_date <= '2021-02-23 13:00:28' ) AND wp_posts.ID NOT IN (1861) AND wp_posts.post_type = 'post' AND ((wp_posts.post_status = 'publish' OR wp_posts.post_status = 'inherit')) AND MATCH (wp_posts.post_title,wp_posts.post_content) AGAINST ('Инсталиране на WordPress на XAMPP сървър Научи как протича инсталацията на WordPress на локален XAMPP сървър. Към днешна дата стъпките в този видео урок са все още изключително актуални. Въпреки това можеш да преминеш директно към следния видео урок. Като цяло в този урок акцентът е над: 1. Създаване на директория, в която да се поставят изтеглените файлове на WordPress. 2. Конфигуриране на изтеглените файлове с главен фокус над wp-config.php. ВАЖНО - към днешна дата запази wp-config-sample.php и от него си създай другия файл. 3. Създаване на база данни в XAMPP. 4. Завършване на инсталацията и достъп до локалния сайт, изграден на WordPress.Important! ВАЖНО! Демонстрираният тестови…') ORDER BY score DESC LIMIT 0, 3
SELECT wp_posts.ID FROM wp_posts WHERE 1=1 AND wp_posts.ID IN (1852,1863,1865) AND wp_posts.post_type = 'post' AND ((wp_posts.post_status = 'publish')) ORDER BY FIELD(wp_posts.ID,1852,1863,1865) LIMIT 0, 5
- This reply was modified 3 years, 9 months ago by angeloff88.
Forum: Plugins
In reply to: [Contextual Related Posts] Manual related posts show random results on pagesОК I understood. On the Tuning tab (from Settings) the order by Relevance is chosen.
Forum: Plugins
In reply to: [Contextual Related Posts] Manual related posts show random results on pagesExcuse me – look for what and where exactly?
Hi, @rogierlankhorst
Updating the POT file was the key to solving this issue. Thank you! As for contribution – I am not translating directly the texts but I am changing them a little so that they can blend into my current website structure and situation. This being said my “translations” will not be of any good use to other Bulgarian users. However if I consider this plugin to be OK for my production website and I start using it permanently, I might think about providing a standard and correct Bulgarian translation. I will contact you additionally if this is to happen.
Thanks again!Hi @rogierlankhorst,
Yes, I am sure. I have copied the text from the Cookie policy page and searched within Loco Translate for that text (just as I did for all other texts).The text begins with: “On our website we have included buttons for Facebook and Other to promote webpages(e.g. “like”, “pin”)…”
No other suggestions are showing up when searching in Loco Translate.
If you could hint what are the other options for the translation, I could try and change some of them.
Nevermind – had to clear browser cache on my mobile phone. Everything works as intended.
Thank you!
Oh, and another thing – on version 1.7 the menu bar of my theme is wider than the viewport of my mobile phone (before it used to be fully responsive). While on some pages where I have a plugin for highlighting a code and it breaks the viewport width for the menu, on the rest of the pages it should be fully responsive and be as wide as the viewport of the mobile device.
Can you have a look and provide a suitable solution?
Thank you in advance!
And now also fixed on the production version of the website with only the last CSS code. Should I keep this custom CSS for future plugin updates?
Hello again,
The last piece of code did the job. The sidebar is restored on a backup version of my website, running locally with plugin version 1.7. However I did also add the first piece of code as well.
Thank you!
Forum: Plugins
In reply to: [nrelate Flyout] Flyout not working@katrina@nrelate – the problem was that I forgot to disable minification from W3 Total Cache for the nrelate flyout plugin. ?? So I restored an old backup and configured everything again, but this time correctly. As for the pages – I insert that code every time I update the theme. Thank you! ??
Forum: Plugins
In reply to: [nrelate Flyout] Flyout not workingHello!
Just to say – great plugin! I am using it on two wordpress sites.
I just updated wordpress, some plugins and the theme on krankit.ru and nrelate flyout stopped working. Can you provide some assistance?
Thank you in advance!