mc9625
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Comments as bbPress Topics] New version doesn’t workOk at least I’ve been able to fix at least one issue: apparently the problem that it was not ossiblento set the use forum for comments options has been solved by choosing one default forum in the plug-in settings. Now it works. But unfortunately Elemnentor still has problems.
Forum: Plugins
In reply to: [Post Comments as bbPress Topics] New version doesn’t workI am able to code.
Forum: Plugins
In reply to: [Post Comments as bbPress Topics] New version doesn’t workYes the issues appear at the same time more or less. Right now the problem seems definitely (or apparently) be related to bbpress topics for posts but I’ve reinstalled even the version 1.8 and that didn’t fix the issue. Probably something else (can’t say what) has created problem. With this plugin active, there’s no way for me to save the elementor page. As soon as I deactivate this (and only this) plugin, it works. But, again, at this point that must be realated to something else.
This is what wp debug log show about this error (with the latest version of the plugin installed): [16-Feb-2021 21:30:35 UTC] PHP Notice: Undefined variable: post_object in /home/customer/www/riavviaitalia.it/public_html/wp-content/plugins/bbpress-post-topics/index.php on line 218
[16-Feb-2021 21:30:35 UTC] PHP Notice: Trying to get property ‘post_type’ of non-object in /home/customer/www/riavviaitalia.it/public_html/wp-content/plugins/bbpress-post-topics/index.php on line 218
[16-Feb-2021 21:30:35 UTC] bbPress Topics for Posts: Processing topic for existing post 226847 with the following settings: Array
(
[enabled] => 1
[use_defaults] => 1
[topic_id] => 225840
[slug] => 225840
[forum_id] =>
[copy_tags] => on
[copy_comments] => on
[display] => topic
[display-extras] => Array
(
[xcount] => 5
[xsort] => newest
)[text] => Array
(
[topic-text] => %excerpt<br />[Leggi il post qui: %title]
[link-text] => Segui questo link o segui la discussione
))
[16-Feb-2021 21:30:35 UTC] bbPress Topics for Posts: Creating topic?: 1; using defaults?: 1
Also I forgot to mention that it’s impossible to select to use forum for comments, even if I flag the option, as soon as I save the post and reload the page, the option in not flagged again.
This is the error: Warning: Cannot modify header information – headers already sent by (output started at /home/customer/www/riavviaitalia.it/public_html/wp-content/plugins/bbpress-post-topics/index.php:218) in /home/customer/www/riavviaitalia.it/public_html/wp-admin/post.php on line 231
Hope it helps.
Probably I should try to remove bbpress completely and try to reinstall everything from scratch, but I would have prefer to avoid to reconfigure everything.
Forum: Plugins
In reply to: [Hotel Booking Lite] Skip the confirmation stepI see your point, but it still sounds strange to me. Statistically I don’t think that the majority of people book more than one room. And it would have made more sense to use the more standard “continue shopping” button right before the checkout. Ask the users to do multiple confirmation seems a critical weakness for the UX. The shorter the funnel, the better.
Forum: Developing with WordPress
In reply to: Navigate through the posts using keyboard arrowsHi, I’ve used this code on my site. It works fine, but I’ve got an annoying issue: since I use DIVI (a visual builder based theme) when I do edit the pages in frontend with the Visual Builder, I can’t use the arrows keys (to move within the text for example). Is there a way to load this script only in frontend (but not when the VB is loaded?)
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] How to map pages and categoriesI see. The problem is that everything works as long as one uses only pages, but it makes very difficult to use posts, or at lease a mix of both.
Probably a quick fix could be to simply make https://subdomain.mydomain.com <=> https://mydomain/subdomain where subdomain is actually a category and then create a custom archive page for that category that resembles a landing page. Even so it would make very hard to keep navigation coherent, even using relative url in the menu would be too difficult, mixing posts and pages (since che main menu would be the same for all the “subdomains”)
Another (possibly better) way could be (I don’t know if it is possible at all with WordPress) to use a kind of “prefix” before categories.
Let’s say I make a https://subdomain.mydomain.com <=> https://mydomain.com/subdomain where subdomain is actually a page. Since I can’t have a category with the same name, it should help to be able to add “subdomain” prefix to a category, for instance /subdomain/articles.
I think that should work better because it would make it possible to have both pages and posts, but I really don’t know if there’s a way to add a custom prefix to a category. Obviously a dynamic prefix, since every category related to a subdomain would have its own.
Forum: Plugins
In reply to: [Content Visibility for Divi Builder] Issue with backgroundDid you have any chance to investigate this issue?
Forum: Plugins
In reply to: [Content Visibility for Divi Builder] Issue with backgroundAGAIN: A deeper investigation let me believe that this plugin has a problem with module customisation. First, as I stated in my previous post, IF the module has a custom background color (even if it has been specified in the module custom CSS section) the module misses the closing </div>. If you hide one of the slide in a slider module, when the slide is visible (for the user who have the rights) it misses the background color (or image) and the next slide totally misses the button customization. I guess the issue is that it breaks something in the ID or CLASS.
Forum: Plugins
In reply to: [Content Visibility for Divi Builder] Issue with backgroundDefinitely there’s a BUG! Sometimes everything seems work, sometimes not. I’ve found that if I do create a BLOCK -> ROW -> MODULE and hide the whole BLOCK, the <div> of the block is still created but it misses the </div>. It seems working if only the ROW or the MODULE are hidden, but again if you change the color of the background of the ROW, it misses the ending </div>. Please fix it!
Forum: Plugins
In reply to: [Custom Simple Rss] Custom FieldsThe problem is I have a custom post type “recipe”, it has some custom fields that are serialised (recipe info and steps). So I should try to “unserialise” the values. I’ve been able to do that on native wordpress RSS, but your plugin has a better management of RSS.
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] I can't add custom iconI’ve created the fontpacks folder and copied the content of the .zip file, downloaded from fontello, inside this folder. So actually I have the folder
wp-content/fontpacks/fontello-8923a649 that contains:
README.txt
font –> fontello.woff, fontello.ttf, fontello.svg, fontello.eot
demo.html
css –> fontello.css, fontello-ie7.css … ….animation.css
config.jsonBut still I can’t see my icons anywhere.
Forum: Plugins
In reply to: [Masonry Widget] Number of bricks in rowOne more! I would like to have three columns.
I’ve tried to modify the css and less files, but if I change .masonry-brick.size to 33% and 66% the columns get wider, but they’re too much large.
Any help?