eSaner
Forum Replies Created
-
Forum: Plugins
In reply to: [Minify HTML] schema.org data not minifiedThanks for the quick response! It would be a nice feature, if possible.
Forum: Plugins
In reply to: [Splide Carousel Block] Pause/Play buttonSo fast! Works as expected. Many thanks! A helpful future improvement would be some hooks to allow re-ordering of control and carousel elements. Wouldn’t need to be gui controls. Sometimes tabbing first to a pause button is preferred (or some other arrangement). Thanks again.
- This reply was modified 2 years ago by eSaner.
Shield is using Twig 1.42.2, Slider by Supsystic is Twig 1.33.2.
Forum: Fixing WordPress
In reply to: Logo not changing sizeThe easiest place to modify CSS will probably be in the Customizer (from WP admin: Appearance > Customize). There is a place there to add CSS to your site. Modifying your theme files is not recommended because a theme update could overwrite your changes. If you prefer to make your CSS changes in a file, you should create a child theme.
Forum: Fixing WordPress
In reply to: vertical scrollbar removalI do not see a vertical scrollbar (chrome and firefox); only a horizontal scrollbar.
Forum: Fixing WordPress
In reply to: Logo not changing sizeYour theme contains the following css, which limits the height of your logo to 32px.
header.main .hbox .logo img { width: auto; height: 32px; }
I would first recommend cropping your logo file as close as possible to the visual content. The extra blank space in the image file above and below the visual content is partly why it is currently displaying so small. If it’s still too small after cropping it, then some additional css tweaks may be necessary.
Forum: Plugins
In reply to: [Footnotes Made Easy] Server issuesDeleting and reinstalling with wp-cli did not work for me. I had to do it from WP admin, then it worked.
Yeah I see that it checks for versions older than 4.1, but the site is on 4.9.4.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] TIME TO LOOK FOR ANOTHER PLUGIN@nuvopoint is correct. This should be noted in plugin documentation.
I had this same problem. I believe the issue is with https-rules-helper.php lines 15. Using ABSPATH will return the wrong directory for the .htaccess file if your install looks like this (/root):
/wp/ (core files)
/wp-content/ (plugins, themes, uploads)
/index.php
/wp-config.php
/.htaccessForum: Plugins
In reply to: [Menu Item Visibility Control] WordPress 4.3So fast! Thanks! Would be great if you could take over this plugin.
Just to clarify, this worked for me when the closing bracket for that IF statement goes after the IF and ELSEIF statements that immediately follow it.
Forum: Plugins
In reply to: [Menu Item Visibility Control] WordPress 4.3Thanks, Ryan. I just installed your updated version of the plugin and it works, but I get the following error when I add a menu item to menu:
Notice: Undefined index: menu-item-visibility in /var/www/wordpress/wp-content/plugins/menu-item-visibility-control/init.php on line 79
Forum: Plugins
In reply to: [WooCommerce] Checkout total doesn't stop loadingThat was it. THANKS!
Thanks for the reply. I’m already making modifications via hooks in a separate plugin. My main point, though, is that without any modifications, the display of Employer and Occupation is not working on the Donor admin list. Seamless Donations sets up the columns, but tries to display data from a _dgx_donate_donor_occupation field, which doesn’t exist.
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Forcing people to choose a fund to give to.Hmm. Actually, not cool. It doesn’t work. For some reason redefining the _dgx_donate_designated_fund array creates an additional dropdown list of funds that aren’t saved when a donation is completed. The original list still exists, but can no longer be seen because the _dgx_donate_designated is hidden, so all donations come in as “No fund specified”.
Should this solution work, but I’m just missing something? I’m back to altering core plugin files…