color of a button + double path + double button + transparency
Quote from politadvokatweb on August 25, 2019, 4:53 amHello! I’ve just installed your plugin and setting in up for my website, the plugin is great, thank you! However, I have several questions:
- Seems like I cannot change the color of the button “Cancel”. Here is the screenshot of the button: http://prntscr.com/ox58iz It’s red, but in my plugin settings I have no red color, here is the screenshot of my color settings http://prntscr.com/ox58y9
- At the top of the forum, where there is the forum path displayed – it’s doubled: here is one screenshot – http://prntscr.com/ox59kh and here is another (just for variety) http://prntscr.com/ox59v3
- when there is at least one topic in one forum, or at least one post in one forum – there is already two buttons “add new”. Is it possible to make so that the second button at the top appears only when there is at least 5 topics/posts are posted? Here is the screenshot with the topics http://prntscr.com/ox5b6x and here is the screenshot within the topic (with posts) http://prntscr.com/ox5bcy
- Is it possible to make some elements a little transparent for the design? I’ve highlighted the alements on the creenshot wich I’d like to add some transparency to http://prntscr.com/ox5bmb Basically, every element that has that dark brown color, here is another screenshot http://prntscr.com/ox5bxo
Thank you!
Hello! I’ve just installed your plugin and setting in up for my website, the plugin is great, thank you! However, I have several questions:
- Seems like I cannot change the color of the button “Cancel”. Here is the screenshot of the button: http://prntscr.com/ox58iz It’s red, but in my plugin settings I have no red color, here is the screenshot of my color settings http://prntscr.com/ox58y9
- At the top of the forum, where there is the forum path displayed – it’s doubled: here is one screenshot – http://prntscr.com/ox59kh and here is another (just for variety) http://prntscr.com/ox59v3
- when there is at least one topic in one forum, or at least one post in one forum – there is already two buttons “add new”. Is it possible to make so that the second button at the top appears only when there is at least 5 topics/posts are posted? Here is the screenshot with the topics http://prntscr.com/ox5b6x and here is the screenshot within the topic (with posts) http://prntscr.com/ox5bcy
- Is it possible to make some elements a little transparent for the design? I’ve highlighted the alements on the creenshot wich I’d like to add some transparency to http://prntscr.com/ox5bmb Basically, every element that has that dark brown color, here is another screenshot http://prntscr.com/ox5bxo
Thank you!
Quote from Asgaros on August 25, 2019, 5:13 amHello @politadvokatweb
1: Using red color for critical interactions (like cancel, delete, etc) is a popular approach in user-interface design. You can change the color by using the following custom-css:
#af-wrapper .button-red { background: green !important; border-color: blue !important; }
2: I had some reports about this before and this issue was caused by another extension. Please try other plugins one by one for testing purposes to figure out which one is causing this.
3: There is currently no way to add conditions for the lower-area menu.
4: The design of all elements can be changed by using custom css-code, for example:
#af-wrapper .title-element { opacity: 0.5; }You can get the id/class-names of certain elements by using the inspector-functionality of the developer-tools included in your browser (for examle pressing CTRL + SHIFT + J in Chrome to access them).
Hello @politadvokatweb
1: Using red color for critical interactions (like cancel, delete, etc) is a popular approach in user-interface design. You can change the color by using the following custom-css:
#af-wrapper .button-red { background: green !important; border-color: blue !important; }
2: I had some reports about this before and this issue was caused by another extension. Please try other plugins one by one for testing purposes to figure out which one is causing this.
3: There is currently no way to add conditions for the lower-area menu.
4: The design of all elements can be changed by using custom css-code, for example:
#af-wrapper .title-element { opacity: 0.5; }
You can get the id/class-names of certain elements by using the inspector-functionality of the developer-tools included in your browser (for examle pressing CTRL + SHIFT + J in Chrome to access them).
Quote from politadvokatweb on August 25, 2019, 5:56 amThank you for your fast response! and the plugin that causing problems with #2 is Elementor Pro
Thank you for your fast response! and the plugin that causing problems with #2 is Elementor Pro
Quote from politadvokatweb on August 25, 2019, 6:48 amTo be honest – don’t even know what to do here, since breadcrumbs feature is very important for me (especially in the mobile version where people don’t see the menu). But Elementor plugin is very massive and the whole website was built with it, so it’s not possible to not to use it. Let me know if you will come up with any solution (I know it will probably take time to figure out), but maybe there is any quick fix for the front-end, I don’t know
To be honest – don’t even know what to do here, since breadcrumbs feature is very important for me (especially in the mobile version where people don’t see the menu). But Elementor plugin is very massive and the whole website was built with it, so it’s not possible to not to use it. Let me know if you will come up with any solution (I know it will probably take time to figure out), but maybe there is any quick fix for the front-end, I don’t know
Quote from Asgaros on August 25, 2019, 6:57 amI suggest you to contact the Elementor developers and report this issue. Asgaros Forum is just printing normal HTML for the breadcrumbs, so I cannot tell you why the output is getting doubled. Maybe there is a setting or something which has to be adjusted inside of Elementor but they should know better on what to change.
I am also using the normal version of Elementor on this site and dont have any issues like this.
I suggest you to contact the Elementor developers and report this issue. Asgaros Forum is just printing normal HTML for the breadcrumbs, so I cannot tell you why the output is getting doubled. Maybe there is a setting or something which has to be adjusted inside of Elementor but they should know better on what to change.
I am also using the normal version of Elementor on this site and dont have any issues like this.
Quote from politadvokatweb on August 25, 2019, 7:40 amOkay, I will write to the Elementor Support about that. And I’ve just noticed one more issue:
Lets say I go to any topic on my forum
http://prntscr.com/ox67t9
and then I copy address of that page and past it in a new window or browser tab, or in a new browser, that’s what happens – the forum dissapears
http://prntscr.com/ox685i
Paige is not found says the name of the new tab
Okay, I will write to the Elementor Support about that. And I’ve just noticed one more issue:
Lets say I go to any topic on my forum
and then I copy address of that page and past it in a new window or browser tab, or in a new browser, that’s what happens – the forum dissapears
Paige is not found says the name of the new tab
Quote from Asgaros on August 25, 2019, 10:58 amI assume this problem is also caused by another extension and to be honest I never heard about an issue like this before. Do you use any pre-loading/ajax-loading/caching-extensions? If so, please check if they are causing this issue.
I assume this problem is also caused by another extension and to be honest I never heard about an issue like this before. Do you use any pre-loading/ajax-loading/caching-extensions? If so, please check if they are causing this issue.
Quote from politadvokatweb on August 25, 2019, 4:34 pmno, I’ve disabled all caching from the moment I started to work on the website
no, I’ve disabled all caching from the moment I started to work on the website
Quote from politadvokatweb on August 25, 2019, 4:39 pmAnd this second problem – when the forum disappears – has nothing to do with Elementor I think, because if I disable all the extensions including Elementor – the problem remains. Can you help me troubleshoot the problem?
And this second problem – when the forum disappears – has nothing to do with Elementor I think, because if I disable all the extensions including Elementor – the problem remains. Can you help me troubleshoot the problem?
Quote from politadvokatweb on August 25, 2019, 4:42 pmI think it’s something with the links that the forum plugin generates
I think it’s something with the links that the forum plugin generates