TakerMH
Forum Replies Created
-
Will do so tomorrow and post them on github, as good as I can.
Okay, I just made the change in the developer tool itself and gave the element itself a display:block; parameter and now it seems like it’s working.
But it’s only a temporary workaround for now.
<form class="feed-them-social-admin-form shortcode-generator-form fts-fb-page-shortcode-form facebook_options_wrap" style="display: block;">I just installed chrome and tried it there, same result here.
I found one css you could change to make at least the selector display properly.
In the settings-page.css in shortcode-form-selector set height: auto.
The selector is set to a height of 40px.But I found something different.
It seems like the Settings for creating the shortcode aren’t visible.when I deactivate this, it seems like everything is made visible, so there seems to be a problem with the css, maybe.
It seems like I can’t use custom css as well.
I can check the mark, but when I click the button “show custom css” it doesn’t do anything.
Even after a save and reload it doesn’t work.I also tried to put the css from you right in the settings-page.php, but it doesn’t work.
Here is my system info, if this helps:
### Begin System Info ###
SITE_URL: https://takersplace.de
Feed Them Social Version: 2.6.4— WordPress Configuration:
WordPress Version: 5.0.3
Multisite: No
Permalink Structure: /%year%/%monthnum%/%day%/%postname%/
Active Theme: Takersplace 1.0.1461673100
PHP Memory Limit: 256M
WP_DEBUG: Disabled— Webserver Configuration:
PHP Version: 7.1.23-nmm1
Web Server Info: apache— PHP Configuration:
Safe Mode: No
Upload Max Size: 200M
Post Max Size: 200M
Upload Max Filesize: 200M
Time Limit: 30
Max Input Vars: 10000
Allow URL File Open: On (1)
Display Erros: On (1)— PHP Extensions:
FSOCKOPEN: Your server supports fsockopen.
cURL: Your server supports cURL.— FTS Settings->Global Options:
Cache time: 2 Days— Active Plugins:
Advanced Custom Fields: 5.7.12
Akismet Anti-Spam: 4.1.1
Basic Google Maps Placemarks: 1.10.7
Child Theme Configurator: 2.4.1
Classic Editor: 1.4
Contact Form 7: 5.1.1
Feed Them Social (Facebook, Instagram, Twitter, etc): 2.6.4
Jetpack by WordPress.com: 7.0.1
Ko-Fi Button: 0.3.0
OTW Portfolio Light: 1.4
Server IP & Memory Usage Display: 2.1.0
Snazzy Maps: 1.1.5
Wordfence Security: 7.2.2
WP Statistics: 12.5.7— Custom Token or Keys added to Options Pages
— You must have a custom token to use the feedsFacebook App Token: Yes
Twitter Consumer Key: No
Twitter Secret: No
Twitter Token: No
Twitter Token Secret: No
Pinterest Token: No
Instagram: Yes
YouTube: No— FaceBook & Twitter Date Format and Timezone
Date Format: one-day-ago
Timezone: Europe/Amsterdam— Hide Facebook Images in Posts:
Hide: No
— Hide Facebook Error Handler:
Hide: Yes
— Fix Twitter Time:
Fix: No
— Disable Magnific CSS:
Fix: No
— Fix Internal Server Error:
Fix: No
### End System Info ###I have Windows 10 and tried it in Firefox and Edge, both browsers have the same problem.
I had a look into the developer tools from Firefox and it seems like the div class has a height of 0.
This is the part of the code which has a height of 0 (as it seems).
Even with all plugins deactivated the problem still exists.
I also just discovered that I can’t get into the global options from the main page, I have to use the admin bar menu to go to the Global options.
Even switching to the standard theme from WordPress did nothing (I suspected some CSS from interfering, but there is nothing).
I also tried it on another WordPress site I have available and it’s the same picture here.
Both are the latest version of WordPress and the plugin, since I just installed it.
Any ideas what to do next?
Best regards,
ThomasForum: Plugins
In reply to: [YOP Poll] Can’t reset votesWe are running version 6.0.0 with WordPress 4.9.6
Up till the update to version 6.0.0 everything worked fine.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Hide Author InfoOk, I got it!
I now read the field ical_uid from the database. If this is set, I know it’s an event and I don’t show the author info.Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Hide Author InfoYes, there is an author info on a single events page.
My way around it at the moment is a generic user, who has no bio, so the info isn’t shown.Just wanted to know if there is a function similiar to is_single() from the wordpress standard to determine if the page I’m looking at is an event.
Or is there a variable which is publicly available to check if it is an event?
As I stated before, I wrote the plugin for the author info myself, because I wanted some infos to be shown.
Here is the page, where I want to use the plugin (just added a bunch of events for testing purposes)
http://www.messehunter.de/calendar/Forum: Themes and Templates
In reply to: [Customizr] Customizr featured image is not resizing on mobileI had kind of the same problem and it seems, like this code snippet in the style.css does the magic:
tc-thumbnail { line-height:100% !important; height: 100% !important; } .tc-rectangular-thumb { line-height:100% !important; height: 100% !important; } .tc-rectangular-thumb img.attachment-slider { float:left; min-height:10px !important; } .attachment-tc_rectangular_size.tc-thumb-type-thumb { float:left; min-height:10px !important; }I use the rectangular thumbs with the design, so you might need to modify the code a bit to fit for your stuff.
Forum: Themes and Templates
In reply to: [Customizr] Images on front size not showing properlyI resolved it with some CSS fixes.
.tc-rectangular-thumb img.attachment-slider { margin-top: -97px; }It seems like the rectangular-thumg is pushed down in standard (don’t know why) but this resolved the problem for me now.
Forum: Themes and Templates
In reply to: [Customizr] Images on front size not showing properlyMaybe for the normal thumbnails, but if I would upload them in this dimension it wouldn’t fit since I use the alternative style.
And the thumbnails in this style are bigger (as you can see on the page linked in my first post)
Forum: Themes and Templates
In reply to: [Customizr] Two add_action __after_contentHi,
that’s what I was looking for.
Thank you, now it’s working as it should 🙂Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] 2-day events only shown on one dayChanges worked for me.
2 day events are now shown as they should be. Thanks for the bugfix 🙂Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Two day events collapsing into oneSame problem with two day events.
https://ww.wp.xz.cn/support/topic/2-day-events-only-shown-on-one-day?replies=8
All other events which are longer (three or more days) are shown correctly.