rdeipar
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Align everything to centerIn My Library I clicked Add New and created what I would use as a site footer using Elementor. Elementor has the jetpack subscription widget so I added that to my footer. Then Customize > Footer Widgets > Select Template.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Align everything to centerThank you for the advice. My footer was made in My Library in the Theme Panel and so it unfortunately doesn’t have the option to add blocks. Any other suggestions?
Forum: Fixing WordPress
In reply to: Sticky or fixed headerI decided I could just change the content’s top padding in General Settings so I don’t go crazy over so much CSS trial and error. Thanks for your help though!
Forum: Fixing WordPress
In reply to: Sticky or fixed headerYikes the z-index just puts the header on top over my content now ??
Forum: Fixing WordPress
In reply to: Sticky or fixed headerI tried that a minute ago and it works, it’s just now being covered by my page’s content and I’m trying to figure out how to make it not block my fixed header
Forum: Plugins
In reply to: [DCO Comment Attachment] “You can upload…” string shows up againThrough trial & error and the gift of GitHub, I tried this code to remove the “Links to…” string:
add_filter( ‘dco_ca_form_element_autoembed_links_notification’, ‘_return_empty_string’);
I just reused the previous code and replaced “_file_types” with “_autoembed_links_notification” after scanning through this GitHub page: https://github.com/yadenis/DCO-Comment-Attachment/blob/master/includes/class-dco-ca.php, placed it in functions.php and it worked. Good stuff.
Forum: Plugins
In reply to: [DCO Comment Attachment] “You can upload…” string shows up againFound the code that hides “You can upload: image, audio, video, document, spreadsheet, interactive, text, archive, code, other.” If anyone wants it:
add_filter( ‘dco_ca_form_element_file_types’, ‘_return_empty_string’);
But still on a mission to find how to get rid of the “Links to…” string
Forum: Plugins
In reply to: [DCO Comment Attachment] Uploaded images won’t work on mobile phonePerfect! Thanks for the code, it worked ??
Forum: Plugins
In reply to: [DCO Comment Attachment] Uploaded images won’t work on mobile phoneForum: Plugins
In reply to: [Smart Slider 3] The WP update screwed up my sliderYes, perfect! Oh man that saved me SO much time from deactivating and reactivating plugins one by one cause I hadn’t even done that yet. Thank you all SO much lol
Forum: Plugins
In reply to: [Smart Slider 3] Getting the logo onto the sliderOh awesome! I didn’t realize it had that static overlay option, I totally overlooked it. Thank you! Alright so I’m trying it out and it works, I just have the problem of my logo converting from a png into a jpeg once I upload it to my media library (not Smart Slider’s fault of course) therefore it makes my logo look much lower in resolution. Do you happen to know how I can keep my logo as a png and its normal resolution?
Forum: Plugins
In reply to: [WP Post Nav] Desktop version looks great, mobile not so sureAlright I set them all to switched. I’m glad that it hid the button that hid my scroll to top button. But now it’s just doing a few crazy things now matter how much I play around with it, like:
1. Not showing the left/right arrows – shows an empty square instead
2. Still won’t let me change the size of the button
3. The padding on top is greater than the bottom, making it not centered anymoreIs there any way to just disable it on mobile and tablet but still have it on desktop?
Forum: Plugins
In reply to: [WP Post Nav] Desktop version looks great, mobile not so sureStill in working progress. Haven’t launched it yet.
Forum: Plugins
In reply to: [WP Post Nav] Desktop version looks great, mobile not so sureHey, I tried putting it under my Custom CSS, including the !important, when I customize the appearance but it still doesn’t appear to be working. It stays the same.
Forum: Plugins
In reply to: [DCO Comment Attachment] Attach media option doesn’t show upIt was actually wpDiscuz that prevented the upload attachment option. Once I deactivated it, the option finally showed up! Everything is good now.