romodrummer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Widgets won't drop down.Hmmm… The issue fixed itself. I just logged in about 5 minutes ago and widgets work now, I didn’t deactivate any plugins or do anything out of the ordinary it just started working for no reason. very weird. It must of been a small bug in WordPress.
Forum: Fixing WordPress
In reply to: Widgets won't drop down.Still nothing after doing all of that. I even downgraded my browser, I’m running the latest version of Chrome, Chrome 48. I’m assuming that it’s some bug in the latest update of WordPress?
Forum: Fixing WordPress
In reply to: Widgets won't drop down.no success. I can’t even click and drag the widgets around.
Forum: Reviews
In reply to: [Download Manager] Useless after updateI like WP-DL Manager just for the pure fact that you can upload files directly from your server, so that means your not limited to WP’s 2MB or whatever file size they give you only. the other download plugins SUCK! This one is the best download plugin so far, but to be honest the latest update does suck, but theres a simple fix to this, and this is how I did it. I went to this link here, wordpress.org/plugins/download-manager/developers/, and I downgraded to an older version, I uninstalled the update and installed version 2.5.97 and it works like a charm then I followed instructions from this video, 8, so I don’t get those crazy update notifications to update anymore. SIMPLE PIMPLE!
π you’re welcome.
Forum: Fixing WordPress
In reply to: Copying a site to a sublink for backup.THANK YOU!
Forum: Fixing WordPress
In reply to: Copying a site to a sublink for backup.WOW!! you’re awesome.. thanks!!
Another thing Ive written on here but no one likes to reply back to me lol
k. so I have several players of mp3s below those players I want to have some png images of a download buttons I make myself, now, people click that button and it forces said file to download to their hard drive, Ive tried with “Download Monitor” it works but I cant seem to get my own image on there its always that pesky gigantic custom css button that fills up half the screen. Is here another plugin for this you know about?
Forum: Themes and Templates
In reply to: Edit copyright FooterI’ve actually been in contact with the actual theme author, he’s coming out with a paid version next month. thats fully brandable. so anyone using the “Church” theme, you’re able to change the footer from Appearance > Customize. theres gana be a “footer” section fully customizable to your liking. and its already a child theme so no worries on creating a child for it.
Forum: Themes and Templates
In reply to: [Church] Editing footer textHELP ME PLEASE!!
Forum: Themes and Templates
In reply to: Edit copyright FooterOk. Thanks for your help, regardless. It has been an honor conversing with you folks.
Forum: Themes and Templates
In reply to: Edit copyright Footernope everything stays the same. doesn’t work, that just messes it up and puts code where its not suppose to on the theme, so if I try to change something it wont let me.. I’m just trying to change the footer, why does it have to be so hard!
Forum: Themes and Templates
In reply to: Edit copyright FooterThe “Church” theme is already a child for the theme “Omega” that came with the installation. “Church” does not have a “footer.php” file, everything I need to edit is on the Omega theme page and here is that code. now, please tell me how I’m supposed to edit this so I can add my own footer LMAO!!
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the class=site-inner div and all content after
*
* @package Omega
*/
?>
<?php omega_do_atomic( ‘after_main’ ); // omega_after_main ?></div><!– .site-inner –>
<?php omega_do_atomic( ‘before_footer’ ); // omega_before_footer ?>
<?php omega_do_atomic( ‘footer’ ); // omega_footer ?>
<?php omega_do_atomic( ‘after_footer’ ); // omega_after_footer ?></div><!– .site-container –>
<?php omega_do_atomic( ‘after’ ); // omega_after ?>
<?php wp_footer(); ?>
</body>
</html>