Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • My method would be better as it does remove the line you want. But you when you update the theme you would need to re-do it again. so you would just do what i said originally if you want to remove the line you want.

    If you look here

    https://albumjunkie.com/

    I removed it.

    Also all this doesn’t remove what you want :/

    it removes the line above the line you want….

    I made the child theme in a zip file if you want with exactly what Andrew said….

    [Redacted – Please don’t link to downloadable files, if you want to share large excerpts of code do so through PasteBin, otherwise just post the code here]

    since you said it takes you a lot of time.

    That child theme should work the css code is

    /*
     Theme Name:   Parabola
     Theme URI:    https://www.cryoutcreations.eu/parabola
     Description:  Welcome to a world of endless possibilities! Parabola awaits you with a huge assortment of theme settings that enable you to take a fully responsive, clean and elegant design to even newer heights. You can edit everything: all text and background colors, font families and sizes, site widths and layouts.
     Author:       Cryout Creations
     Author URI:   https://www.cryoutcreations.eu
     Template:     parabola
     Version:      1.0.0
     Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
     Text Domain:  parabola-child
    */
    
    @import url("../parabola/style.css");
    
    /* =Theme customization starts here
    -------------------------------------------------------------- *

    If andrew can verify thats right… than all should be good.

    Justbobbsap, ignore what I said completely and refer to Andrew Nevin’s post about the custom child theme function.

    @andrew would you be able to even create a child theme file for that file theme-functions.php in the includes folder?

    I have had trouble sometimes with the child theme not reading the “customized” files and locations.

    Also, this is NOT really suggested as it is a public free theme, you should rep the author who did make the theme for you to use at free of charge.

    Note: If you want to place different text there, leave the

    <div style=”text-align:center;padding:5px 0 2px;text-transform:uppercase;font-size:11px;”> </div>

    or just delete it and copy that ^ code up there and then replace it with your site name and 2014 copyright

    Okay, so if you have access to a FTP client or anything to edit the file on the server,

    go into the theme folder

    parabola\includes\

    Open up theme-functions.php

    https://gyazo.com/3eff6644cc762260c49f33722352f98c

    Look around lines 305-311 find the line

    <div style=”text-align:center;padding:5px 0 2px;text-transform:uppercase;font-size:11px;”>

    and delete

    <div style="text-align:center;padding:5px 0 2px;text-transform:uppercase;font-size:11px;">
    	<?php _e('Powered by','parabola')?> <a target="_blank" href="<?php echo 'https://www.cryoutcreations.eu';?>" title="<?php echo 'Parabola Theme by '.
    			'Cryout Creations';?>"><?php echo 'Paяabola' ?></a> & <a target="_blank" href="<?php echo esc_url('https://www.ads-software.com/' ); ?>"
    			title="<?php esc_attr_e('Semantic Personal Publishing Platform', 'parabola'); ?>"> <?php printf(' %s.', 'WordPress' ); ?>
    		</a>
    	</div>

    Could you link me to your webpage? And for the chmodding, I was thinking you ment how do I edit the footer.php in the wordpress admin panel, that would need to be chmodded to 666.

    You can change it by chmodding all the files you want to edit to 666

    by doing this you need to either SSH or FTP to the server, or even in cPanel or DirectAdmin it has the ability also.

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