Frs10
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Content by Country (by Shield Security)] Default Content?I think I’m looking for a similar solution, ie.:
[CBC show="n"]Default[/CBC] [CBC show="y" country="dk"]Danish content[/CBC] [CBC show="y" country="de"]German content[/CBC]However, the Default content still appears when testing from a DK or DE IP. The result is redundant content. Is this the same problem that you faced and could you be a bit more specific in describing how you solved it using
show="n"?EDIT: I figured out the answer.
The first line should included the countries in question:
[CBC show="n" country="dk, de"]Default[/CBC]Forum: Plugins
In reply to: [Custom Content by Country (by Shield Security)] How to Test other countryTry using a VPN service.
Forum: Plugins
In reply to: [Polylang] New error introduced in v. 1.7.4Thanks. That solved it.
Forum: Plugins
In reply to: [Polylang] New error introduced in v. 1.7.4Update:
The warning is in the front end code – but thankfully only when I’m logged in to WP.
Forum: Plugins
In reply to: [Max Mega Menu] Problem with a checkbox above the menuIf it is only the checkbox that is the problem, I suppose you could just find the class or ID for the element (example: mega-menu-toggle-dropdown-main-[insert ID]) and hide in you CSS. (example: mega-menu-toggle-dropdown-main-[insert ID]{display:none;})
I have an issue which I guess is related to this.
I’m also running Polylang, and it seems the CSS generated by the plugin isn’t targeted at the menu I’m using when I switch to a second and third languages because the styles target the menu ID and each menu for each language have a different ID…