autox420
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: .css x2 borders on click fix?Hahah forgott hahah.
CTRL+i already tested doesnt help i have tryied all i can im asking here cause i cant solve it.Web: https://csmix.se/
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Dropdown from abowIt was in the options hehe.
Forum: Fixing WordPress
In reply to: Change log in colorSee the image.
The red is stylized-login.css in theme folder.
It looks like this..wp-core-ui .button-primary{ background-color:#e74c3c; background-image:none; border-color:#e74c3c; border-bottom-color:#e74c3c; color:#fff; } .wp-core-ui .button-primary:hover { background-color:#ff1800; background-image:none; border-color:#e74c3c; color:#fff; } a { color:#AEAEAE; text-decoration:none; } a:hover { color:#e74c3c; text-decoration:none; }
But wordpress still loads the old .css i dont know which one.
That .css has basicly same code but with blue colors.
I want to remove that.How to?
Forum: Fixing WordPress
In reply to: Chrome vs FireFox .css output differentForum: Fixing WordPress
In reply to: Change log in colorCan you check https://csmix.se/
You see log in button has something blue behind it.I cant overwrite it how to do?
Forum: Fixing WordPress
In reply to: Buddypress doesnt work as it shouldYes i did but i also ask here cause it seems like their community is not so active with answers.
Forum: Everything else WordPress
In reply to: how to insert images into postings in this forum?Share image link instead.
Forum: Fixing WordPress
In reply to: Change log in colorSo i red and made this.
functions.php
function my_login_stylesheet() { wp_enqueue_style( 'custom-login', get_stylesheet_directory_uri() . '/stylized-login.css' );; } add_action( 'login_enqueue_scripts', 'my_login_stylesheet' );
stylized-login.css
.wp-core-ui .button-primary{ background-color:#e74c3c; background-image:none; border-color:#e74c3c; border-bottom-color:#e74c3c; color:#fff; } .wp-core-ui .button-primary:hover { background-color:#000; background-image:none; border-color:#e74c3c; color:#000; }
But…
The old css is also loading so the border and other stuff is still loading from the old .css
How do i turn off the old .css?Forum: Fixing WordPress
In reply to: Responsive menu allow widgets or phpWow thanks!
Forum: Plugins
In reply to: [Top Bar] How to change color?Ok sry to complicated to fill in email and that other stuff i search for another plugin until u fix this.
Thanks for the answer.
Forum: Plugins
In reply to: [WP Steam Auth] Put steam id in users descriptionSteam id: STEAM_0:1:55975235
Your plugin only gives this Steam Community id: https://steamcommunity.com/profiles/765XXXXXXXXXXXXX
- This reply was modified 6 years, 11 months ago by autox420.
Forum: Fixing WordPress
In reply to: How to hide my webpage?Maintenance Mode
https://www.ads-software.com/plugins/wp-maintenance-mode/- This reply was modified 7 years ago by autox420.
Forum: Plugins
In reply to: [PHP Code Widget] Use shortcodes?Ok but i still want to use shortcodes in this plugin.
Whats the filter name of this plugin?
I want to add this in my wordpress functions.php but i would like to know the name of this widget. Instead of widget_text what the name of this plugin? So i can add the function myself.// Enable shortcodes in text widgets add_filter('widget_text','do_shortcode');
Forum: Fixing WordPress
In reply to: How to know the widget name?Will do!