integritydesigns
Forum Replies Created
-
Forum: Plugins
In reply to: [Mini twitter feed] Feeds stopped working???Hilarious! Does lunch count? ??
Forum: Plugins
In reply to: [Mini twitter feed] Feeds stopped working???Our clients twitter feeds are still down ?? What did you do to fix it acroach?
Forum: Plugins
In reply to: [Mini twitter feed] Feeds stopped working???I deleted and reinstalled, and it still doesn’t work. I hadn’t uploaded any new plugins or updated any existing plugins at the time of my original post. Since then I updated 4 plugins after trying your suggestion and it did not resolve the issue. Hope this helps!
Hi Kasabian01,
The above code should go within the section of code in the er-custom-login.php file that starts with<style type="text/css">
and ends with</style>
.It you put it inside of that section and it still doesn’t work you may want to copy your code from the er-custom-login.php file and post it on this thread for us to look at.
HTH!
The plugin is adding the sticky post to my sidebar content slider and a forums menu as well. View the issue here: https://my.powhatanschool.org/faculty/mrskesler/. If you look at the left sidebar you’ll see the sticky post shows up in the News content slider and as the top link in the Forums menu at the bottom of the sidebar.
It only happens on the individual teacher pages, since the teacher pages are the only pages with the category sticky posts associated with them.
Is there anything that I can do to eliminate this from happening? Thanks!
Where would I add this code? If I add it will it make every post display the full content or just the one I want? Sorry not a PHP guru yet ?? Thanks!
Here is the code I have thus far within my footer.php file:
<?php echo do_shortcode('[display-posts category="videos" posts_per_page="1" wrapper="div"]'); ?>
Your code worked like a dream jduree! Thanks!
I added this to the er-custom-login.php file and it works perfectly:
body.login div#login h1 a { background-image: url(<?php echo $er_logo ?>); background-size: <?php echo $wp_erident_dashboard_login_width ?> 90%; padding-bottom: 30px; margin: 0 auto; }
The only thing I changed was the width % to 90 instead of 100.
Thanks again!
I hear ya on editing the core files, but I couldn’t figure out an alternative. If you do, please let me know as I’d like the fix to be permanent and not temporary until the next WP update.
Thanks Libin!
I figured it out. I went into the wp-admin.css file and updated directly in there and it worked. Adding it to the styles.css file with !important didn’t do the job because it was obviously in a completely different css file to begin with.
Hope this helps someone in the future!
Thanks for the response! I actually tried the CSS styles you mentioned yesterday with no success. (See screenshots below of the CSS and the login page.) I’m adding the CSS style to my main styles.css file. Should I be putting it somewhere else?
CSS: https://skitch.com/iamtravjohnson/eqbw1/edit-themes-wordpress
Login Page: https://skitch.com/iamtravjohnson/eqbwa/log-inIs there anything else you can think of that would make the logo height bigger? Thanks!