Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter maelijah

    (@maelijah)

    Thank you so much James! I managed to get support from my hosting company (for once!) I was able to login and I deactivated and deleted the plugin.

    Thanks again for your help!

    Thread Starter maelijah

    (@maelijah)

    Hi James-
    Thank you so much!

    The thing though is I am not even able to log into the website. When I try to log in, that error message comes up.

    Is there another way for me to log in?Sorry for the simple questions, I am a newbie to all this. 🙂

    Thread Starter maelijah

    (@maelijah)

    Hi James:
    I managed to get into my file manager in my hosting cpanel.I also downloaded an editor and downloaded the file which was mentioned. It looks a bit different from what was recommended on the link you gave.So I am not sure how to proceed.Indeed there is nothing on line 21, do I just delete the line?

    <php
    /*
    Plugin Name: AIO WP Builder
    Plugin URI: http://allinonewpbuilder.com/
    Description: AIO WP Builder
    Author: AIO WP Builder
    Version: 1.8.8
    Author URI: http://allinonewpbuilder.com/
    */
    define('VE_DIR',dirname(__FILE__));
    define('VE_URL',plugins_url('',__FILE__));
    define('VE_CONFIG',VE_DIR.'/config');
    define('VE_CORE',VE_DIR.'/core');
    define('VE_MODULE',VE_DIR.'/modules');
    define('VE_VIEW',VE_DIR.'/view');
    define('VE_PAGE_TEMPLATE_DIR',VE_VIEW.'/page-templates');
    define('VE_VERSION','1.8.8');
    require_once VE_CORE.'/load.php';
    $ve_loader=new VE_Loader();
    $ve_loader->init()->ve_manager()->run(require VE_CONFIG.'/ve-config.php');
    maelijah

    (@maelijah)

    Hey guys…it’s me again!
    Sooo… I had managed to change the footer on the previous version of WordPress following what Mr Case had suggested! The code has now changed, and I have no idea where to change this. Here is the new code, please assist.

    <?php
    /**
    * The template for displaying the footer.
    *
    * Contains the closing of the #content div and all content after
    *
    * @package Oblique
    */
    ?>

    </div>
    </div><!– #content –>

    <div class=”svg-container footer-svg svg-block”>
    <?php oblique_svg_1(); ?>
    </div>
    <footer id=”colophon” class=”site-footer” role=”contentinfo”>
    <div class=”site-info container”>
    <?php do_action(‘oblique_footer’); ?>
    </div><!– .site-info –>
    </footer><!– #colophon –>
    </div><!– #page –>

    <?php wp_footer(); ?>

    </body>
    </html>

    Never mind…I just figured it out following what Mr Case had provided…removed everything and put my name in there and year…YAY!
    Thank you guys!

    Hi Mr Case and Salaimonsiddiq:
    Thank you both for your dialogue.

    I also came to the forum looking for info on how to remove the “proudly powered by Worpress”…and thankful, this thread has those instructions- so thank you.

    My question; After removing “powered by wordpress”, I tried to put my name and year etc…I wasn’t able to. I wrote the year, but only my name shows. How do I write the year. Sorry, I don’t write code. 🙁 Planning to learn this year.
    Thank you in advance for your response.

Viewing 6 replies - 1 through 6 (of 6 total)