Redda_Joppe
Forum Replies Created
-
Forum: Plugins
In reply to: [Follow Us Badges] Can't change LinkedIn badge languageI was also using another LinkedIn plugin on the front page, which was also interfering with the language settings. Solved it by adding
lang: da_DK
to that plugin’s code.Forum: Fixing WordPress
In reply to: Can't style LinkedIn Plugin.OK, thanks for letting me know.
Forum: Fixing WordPress
In reply to: Can't style LinkedIn Plugin.It’s there. If you’re using Google Chrome, scroll down to the plugin, right click on it (like on the top border)and click ‘inspect element’ and you’ll find this:
<div class="company-insider cnn">
So it’s got two classes:company-insider
andcnn
, but neither works for me when I try to style it with css.Forum: Plugins
In reply to: [Follow Us Badges] Can't change LinkedIn badge languageYup, found out that this plugin is causing the issue: https://www.ads-software.com/plugins/linkedin-profile-badge/. However, it doesn’t help me find a solution so I can use both plugins.
Forum: Plugins
In reply to: [Follow Us Badges] Can't change LinkedIn badge languageYes. Appearantly it’s only an issue with LinkedIn, and only within WordPress. I tested it outside of WP, and it works fine. Strange. I wonder what’s going on.
Forum: Plugins
In reply to: [Follow Us Badges] Can't change LinkedIn badge languageI already did. It’s here: https://www.powerjobmidt.tk. It’s in the sidebar on the right.
Forum: Themes and Templates
In reply to: [Twenty Thirteen] add a logo in navbarI’m trying to do something like this as well, but unsuccesful so far.
How did you make the menu float right?Forum: Themes and Templates
In reply to: Logo next to menu in Twenty ThirteenSo, I’ve managed to right-align the menu items using
.navbar div { float: right; }
but the menu background color is still full width.
If I add
width: 50%;
or
max-width: 500px;
it only pushes the menu items further to the right, while the menu itself (or at least its background color) remains full width. What’s going on?
How can I reduce the menu width and place an image to its left?
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Customize sign up button textFound it.
Form markup on the plugins forms page.Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Can't get rid of extra marginSolved it by adding this to styles.css:
.so-panel.widget { padding-top: 0px; padding-left: 0px; }
Forum: Plugins
In reply to: [Participants Database] Hidden signup form and hidden fields ind [pdb_list]?Thanks, I figured it out using the ‘groups’ tag with the [pdb_signup] shortcode.
As for hiding th signup page, I guess I’ll just have it password protected.Forum: Plugins
In reply to: [Participants Database] Image upload field slows page loading timeI was trying to reproduce the issue, but now I’m getting this message sometimes:
ERROR 500 – Internal Server Error!
The following error occurred:
The requested URL caused an internal server error.
If you get this message repeatedly please contact the webmasterOther times the page does load, but takes a very long time doing so.
I’ve also noticed the status bar in the bottom of the browser window said ‘waiting for available socket’ for a while, if that is of any significance.
The URL is https://www.powerjobmidt.tk/for-virksomheder/kandidatbanken/ – click any of the links in the bullet list on that page to check it out.
Forum: Plugins
In reply to: [Participants Database] Search all fields and use JavaScript?Tanks for your reply.
I’ll be looking forward to the next release. In the meantime, I might look into creating custom templates.