gamark
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Period] Add image to side-header instead of plain colorIgnore my question… I had to do single quotes not double… so the following works.
.site-header {
background-image: url(‘image URL here’);
}Forum: Reviews
In reply to: [Raw HTML Snippets] useless for displaying HTML codeI use this plugin for years… and I can paste inside javascript, css, html with no problem.
Forum: Plugins
In reply to: [Raw HTML Snippets] Cannot load raw-html-snippets.Delay that…. I just noticed you mover the location to Admin > Tools.
All good and btw SUPER COOL plugin.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Admin to post comment as different user?closed
Forum: Plugins
In reply to: [Comments - wpDiscuz] Admin to post comment as different user?Well… I have a working solution. I hired one of the developers that works for me and he made a separate plugin that integrates with your commenting system and does exactly what I said above. Meaning: any admin can post as another admin account any comment. This is as I said very useful when the admin accounts serve as part of a process flow (e.g. marketing response, sales follow-up, technical support, etc).
I am happy to give it to you for free if you are willing to integrate this feature as free feature into your plugin for all the users.
Would that work?
Here is a screenshot of how it looks: https://ibb.co/mq5fKtX
Forum: Plugins
In reply to: [Comments - wpDiscuz] Admin to post comment as different user?This would be a great feature however. The application I just mentioned above would make your comment plugin number 1, unless it is already :).
Thanks for the answer.
Forum: Fixing WordPress
In reply to: having issues with WordPress in ChromeYeah I did that also… for me it was that plugin, which also gave me some other “site health” errors. Really annoying thing, though. Writing many articles on the website and then boom, please login again and loose some work.
Forum: Fixing WordPress
In reply to: having issues with WordPress in ChromeWell… it’s not a Chrome issue. I had a IP redirect plugin which I disabled and now it works for me. I am not logged out anymore.
Forum: Fixing WordPress
In reply to: having issues with WordPress in ChromeIt’s a Chrome issue, not a WP issue… I am just having the same problem now. I think it has something to do with the GDPR cookies settings.
My situation is this: I installed (moved) my website on a new server and since then I have issues with my website and also some other websites (not mine).
So I don’t have a solution… except for using another browser (not Chrome), this is what I do for the moment. I think on the next update Chrome will fix this automatically so there will be no long wait here…
Forum: Plugins
In reply to: [bbp style pack] Bug in styling Sub Forum List FontCool. Good stuff.
Forum: Plugins
In reply to: [bbp style pack] Bug in styling Sub Forum List FontHello Robin,
1. It was the latest version. I downloaded the bbpress just before I installed your plugin. Version: what it was 5 days ago.
2. WPEX TodayVersion: 1.2 By WPExplorer
Good point… I should try other theme… just to check.
My message is that JUST the “FORUM INDEX STYLING / 7. Sub Forum List Font the size” does not change, the rest, and I mean everything else works perfect.
Maybe something to check on your side. I the meantime I switched forum also.
Forum: Plugins
In reply to: [Posts in Sidebar] How to display posts to certain userHello. Just a quick question. Inline with the above updated can the plugin be modified to show also private posts for the user that is logged in and if the user is the author?
So is there a possibility for you to add the below?
[] Display private posts for current username
Forum: Plugins
In reply to: [Asgaros Forum] PDF upload issueSuper Asgaros, thanks for that. I updated my site and all good.
Forum: Plugins
In reply to: [Asgaros Forum] PDF upload issueI will have a look further in the code… it may be something else on my side. But I have not changed anything except for updates on the forum plugin. Strange enough that all other files types are ok, except for PDF. I will look into this further. Thanks for your time and good job on the functional plugin.
Any thoughts into placing privileges rights to forum sections? It would be a supper great feature to be able to create a forum and sub-forums and then just also be able to give permission rights.
You know what I mean with this: admin only section or Editor level required to see certain section and so on.
Forum: Plugins
In reply to: [Asgaros Forum] Search feature?Hello Asgaros,
I only had a go and modified the css via Chrome and here is what I came with. The mods gave the search section/top container the same look like the rest of the forum.
I assume I can place this in asgaros-forum/skin/style.css and changes will take effect.
#af-wrapper #top-container {
background-color: #000;
/* border-bottom: 2px solid #b4b9be; */
margin-bottom: 15px;
display: block;
color: #666;
line-height: 26px;
padding: 3px 10px;
}#af-wrapper #breadcrumbs a {
color: #fff !important;
background: none;
font-weight: bold;
font-family: Verdana, Tahoma, sans-serif;
font-size: 13px;
}#af-wrapper #forum-search {
float: right;
width: 235px;
/* background-color: #b4b9be; */
}#af-wrapper #forum-search input {
vertical-align: inherit;
font-style: italic;
padding: 0;
border: 0;
color: #fff;
border-bottom: 2px solid #ddd;
background-color: #000;
width: 190px;
font-size: 12px;
line-height: normal;
display: initial;
}