ewolfram
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Where did custom.css go?Well, thank you for the help. It was a bit of an “urgent” situation that was resolved elegantly by editing that css. Since /wp-admin/customize.php is no longer supported, is it better to put this sort of CSS the “Additional CSS” text area found by clicking those three dots to the right under Styles, when editing Styles? I mean, do you think moving it from customize.php to that text box would work — of course I can find the answer by trying but I guess I’m asking if you think this feature is intended to replace the customize.php and essentially works the same?
Forum: Everything else WordPress
In reply to: Where did custom.css go?Thank you! Short answer:
go to:
/wp-admin/customize.phpForum: Developing with WordPress
In reply to: Button Block CSS helpHello Aniekan,
Thank you so much for the help. I was afraid that removing the boarder caused the button to change size upon hover. I ended up solving the issue with this:
/* change color on annoying boarder of header-button */
.header-button .wp-element-button {
border-color: #d25175 !important;
}I targeted the element inside the .header-button, .wp-element-button
Kind regards! This issue is resolved.
Eric
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Limiting Prev/Next to the same categoryWhen I used this code, it absolutely resolved the issue for posts, as designed. Thank you, the previous/next now only shows posts that are in the same category. However, previous/next functionality worked already on custom post types, ie, before adding this function, the previous/next was showing the custom posts types only — no other posts. This function now breaks the navigation on custom post types, well, it doesn’t break it ungracefully, the previous/next navigation simply disappears from single-custom post type template after adding this function, where before adding the function the previous/next navigation was only showing the previous/next custom post type. After installing the function the previous/next navigation disappears from the template. Any idea why?
FYI, I was able to resolve this by uninstalling the plugin and then reinstalling it. Lost all data…but it’s working now. Not sure what is going on…
Additional info: I’ve installed slimstat on another domain on the same oneandone.com hosting account and slimstat works as expected there. So I don’t think this issue could be the server setting or the host. Maybe it’s the wordpress theme (wootheme whitelight) or perhaps the wp-config file…thoughts?
Would I lose tracking data from the last month if I reinstall slimstat?