• Resolved EFFETTI

    (@effetti)


    … how and where can i easily remove footer attributes that i don’t want to show ?…

    ~ the left hand side of the footer here:

    http://www.effetti.co

    shows “Proudly powered by WordPress | Theme: Edin by WordPress.com.”… and, while i don’t mind providing some link-backs and attribution, i would like to do it in a different way.

    thanks in advance, best – db

Viewing 15 replies - 1 through 15 (of 16 total)
  • Hi there!

    Use this CSS in your theme’s custom css or child theme’s style.css . You can read about child themes here.

    .site-info {
      display:  none;
    }

    I hope that helps!

    Luke the Daft Duke

    Thread Starter EFFETTI

    (@effetti)

    … hi, Luke; i appreciate your note, and link, thank you 😉 !!!… i reviewed the documentation in the link you provided…

    ~ however, i can’t seem to locate anything that even remotely looks like the area mentioned in the documentation on, or in my dashboard… what am i missing ?…

    ~ new to WP, which i forgot to mention specifically in this ( 1 of 3 ) post, sorry ;( !!! – db

    Hi there!

    In order to create your child theme you need FTP access or through Cpanel. You can’t do it directly through the WordPress Admin dashboard.

    However, you can view the template files inside the dashboard by going to

    Appearance -> Editor

    I hope that helps!

    Luke the Daft Duke

    Thread Starter EFFETTI

    (@effetti)

    … hi, Luke; it does help a bit, thank you 😉 !!… assuming i figure out how to successfully access the site through FTP, or CPanel, i would need some sort of “editor” to work with the file structure and code… correct ??… any suggestions on a “Best” editor ?… i am using a less than 1 year old Macbook Pro to work from. – db

    Filezilla or Cyberduck are great FTP clients.

    Sublime Text or Text Mate are good text editors.

    But, if you get into your Cpanel you can do everything from there without the need for extra software.

    Check out this tutorial.

    Good luck! 🙂

    Thread Starter EFFETTI

    (@effetti)

    … ah, great, thank yoU 😉 !!!… will definitely check out your tutorial… the site i am working on is hosted at RackSpace, so, i’ll get in touch with them to see about Cpanel access to the site… thanks again 😉 !!! – db

    daftduke – thanks for providing that snippet to hide the footer credits.

    However, you can view the template files inside the dashboard by going to

    Appearance -> Editor

    I don’t recommend that you edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated, and you’ll lose all your changes.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    As an alternative, you could install a standalone custom CSS plugin.

    If you decide to go the more advanced child-theme route – usually only needed if you have more than just CSS changes to make, such as tweaks to template files – here are some guides:

    http://codex.wordpress.org/Child_Themes
    http://op111.net/53/

    Thread Starter EFFETTI

    (@effetti)

    … hi, Kathryn; i appreciate the note, thank you 😉 !!!…

    ~ in installing Jet Pack, as you suggested, Jet Pack is requesting that i authorize a connection between:

    “EFFETTI + Jet Pack + WordPress.com”

    … this concerns me because there are also specific user names referenced, which are related to two different accounts: 1 hosted thru wordpress.com, and 1 thru wordpress.org that is hosted at RackSpace… the latter one is the one i am working with here… i don’t really want to connect the two different accounts… the two choices in the pop up window are “Authorize Jet Pack” and “Deny”…

    ~ again, i don’t really want to connect these two different accounts, but i am not sure what i am missing and would like to make the right choice the first time… would / could you please advise 😉 !! ? – db

    Many of the most powerful modules in Jetpack require a connection between your site and WordPress.com. If you want access to them, you’ll need to connect a WordPress.com account to the site. If you prefer not to connect your existing WordPress.com account, you can always create a new one, using another email address, for exclusive use with this site.

    You’ll find more info about how Jetpack works here: http://jetpack.me/

    Getting Started with Jetpack: http://jetpack.me/support/getting-started-with-jetpack/

    Thread Starter EFFETTI

    (@effetti)

    Hi, Kathryn;

    Back after setting up a new email address and new WordPress.com account. I like how Jetpack knew almost instantly that there was a new account to connect to, and had already selected that account as the account of choice for the connection.

    I am now off and running in terms of having the ability ( but not yet the competency 😉 to use Jetpack to enhance the look and feel of my site, thank you… yikes… now the real work begins 😉 !!! – db

    Glad you’re set, have fun with your customization!

    Thread Starter EFFETTI

    (@effetti)

    thanks, Kathryn; i will try to keep that in mind… this is where i am definitely in the weeds in regard to my skill ;/…

    ~ would you like me to make this a resolved issue ? – db

    Sure, I marked this as resolved.

    Hope you have fun learning new WordPress skills! It can be overwhelming at first but it’s a great sense of accomplishment every time you learn something new, so I hope you enjoy it as much as I do. 🙂

    Thread Starter EFFETTI

    (@effetti)

    Hi, Kathryn;

    Appreciate your note, and kind words of encouragement, thank you !!!

    Honestly, I am struggling with choosing how deep to go here. I made the mistake of accepting an upgrade request to Jetpack 3.2 and lost functionality of 3.1.1 in the process. I was enjoying some of the features, but hadn’t even gotten to modifying the footer yet. The bigger issue, for me, is that I much prefer problem sets that have to do with humans, or 3 dimensional physical objects over problems viewed on a screen.

    This “democratized” tool set is a very interesting concept due to the different levels of capability, time and interest that different people have. Everyone is far from being the same. The concept of broad availability is simple, but making it actually work is the hard part, AND a lot of work.

    Thanks goodness you are who you are, you do what you do, AND you like it… thanks again 😉 !!! !!! – db

    Hi Kathryn,

    Have been trying to get my site running with Edin theme. With al lot of help from you and others on the net I managed a great deal. Still not succesfull in changing the line at the bottom of the site.

    Sure I want to give Edin theme and WordPress some credits, but I don’t like the current text.

    Have installed JetPack, but cannot figure out how and where to change the text. Could you please give me or point me to a step by step manual? Thanks!

    Kind regards, Hugo

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Removing "Footer Links"…’ is closed to new replies.