theking2
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Menu behind content, z-index has o effectProblem solved. we had fixed the header height to max so that it doesn’t move around when clicking the menu. This seems not to be possible with the virtua theme
Forum: Themes and Templates
In reply to: [Virtue] Menu behind content, z-index has o effectThanks but unfortunately that doesn’t work as all elements are position static:
The
position: static
property preventsz-index
from having an effect.Try setting
position
to something other thanstatic
.Forum: Reviews
In reply to: [Team Showcase] After update 1.6 to 2.1 category select not workingEven after creating shortcodes new the result of [tmfshortcode id=”2515″] is still _all_ teams members not the one in the category. Shortcodes stopped working in 2.1 where they were fine in 1.6.
- This reply was modified 1 year, 9 months ago by theking2.
Forum: Reviews
In reply to: [Team Showcase] After update 1.6 to 2.1 category select not workingIf I recreate the Shortcodes I have to choose a Team Theme as well. We used Team Theme 4. Did this change as well? There is no longer a globe (fa fa-globe) but a an apperent non existing fa fa-dribble icon for the url. It this by (new) design? Can I change this somewhere?
- This reply was modified 1 year, 9 months ago by theking2.
Forum: Reviews
In reply to: [Team Showcase] After update 1.6 to 2.1 category select not workingThanks I can select all shortcodes and remove them and recreate each one of them, which is kind of a pain.
Team categories? do you mean Team groups?
Can’t you send me a sql query that corrects the erroneous Team shortcodes after an update from 1.6 to 2.1?
Forum: Plugins
In reply to: [WP Super Cache] Removed supercache no errorsSorry about that, Yeah removing this file worked.
Many thanks!
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] OpenStreemap missingI’d missed one question in the wizard. All lights are green now
Forum: Reviews
In reply to: [FileBird - WordPress Media Library Folders & File Manager] Great to organizeBut not Gutenberg in a CPT apparently. Oh, well might add that to the list
Forum: Reviews
In reply to: [FileBird - WordPress Media Library Folders & File Manager] Great to organizeCould this be due to a custom post type I try to set post image for?
Forum: Reviews
In reply to: [FileBird - WordPress Media Library Folders & File Manager] Great to organizeIve never user anything else but the gutenberg editor. But Im adding a thumbnail in wordpress not the editor. Maybe show me how you believe this works?
But in happy with the mediamatic plugin which does offer me to select from a folder
Forum: Reviews
In reply to: [FileBird - WordPress Media Library Folders & File Manager] Great to organizeHey Harry. Its not the editor. It is when I select a post image. I see all images and no categories.
Tell me, is that only possible with the pro version?
Forum: Plugins
In reply to: [Table Field Add-on for SCF and ACF] spanSpanning cells over some or all columns or rows seems not to be possible or did I miss something
Forum: Plugins
In reply to: [Menu Image, Icons made easy] Polylang switcher compatibilityupdated to version 2.9.6. has the same bug. corrected this in line 525
if ( gettype( $item ) !== "string" && '' !== $item->thumbnail_id && $item->thumbnail_id > 0 ) {
- This reply was modified 4 years, 10 months ago by theking2.
Forum: Plugins
In reply to: [Menu Image, Icons made easy] Polylang switcher compatibilityIf you could modify menu-image.php#524 to
if ( gettype( $item ) !== “string” && ” !== $item->thumbnail_id ) {this problem goes away.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] datatable js are not loadedDanke,
But that is not the problem. Both Footer.php and get_footer are present. The script entries were inserted manually in footer.php and for the specific table #tablerpess-11 the table is shown correctly.