Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Forum: Fixing WordPress
    In reply to: Table Footer
    Thread Starter driux

    (@driux)

    Sorry for the triple posting I can’t edit my previous posts. Here’s the code incase anyone wants to check it out

    <td class="centered-cell">
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tr valign="top">
    <td width="100%" height="20"></td></tr>
    
    <tr valign="top" bgcolor="#F6F5EB">
    <td>
    
    <table width="910" align="center" border="0" cellpadding="0" cellspacing="0" bgcolor="#F6F5EB">
    <tr valign="top">
    <td width="910" height="20">
    </td>
    </tr>
    
    <tr valign="top">
    <td width="910" height="90">
    <table width="910" align="center" border="0" cellpadding="0" cellspacing="0" bgcolor="#F6F5EB">
    <tr valign="top" width="910">
    
    <td width="185" height="90">
    <br>
    	<center><a href="https://kingdomhearts.be/#"><img src="https://kingdomhearts.be/wp-content/uploads/2018/05/Sora_3_Art_KHII.png" border="0"></a></center>
    	
    
    </td>
    
    <td width="1" height="90" bgcolor="#A09671">
    </td>
    
    <td width="520" height="90">
    <br><div class="footer-style">
    &copy; 2018 KH JUNKIES. All Rights Reserved. <br>
    KINGDOM HEARTS artwork, characters, merchandise, <br>and music is copyrighted to Square Enix and Disney. We are in no way affilaited with Square-Enix.
    </div>
    <td width="1" height="90" bgcolor="#A09671">
    </td>
    <td width="293" height="90">
    <br><div class="footer-indent">
    <a href="https://www.facebook.com/khjunkies/"><img src="https://kingdomhearts.be/wp-content/uploads/2018/05/iconmonstr-facebook-4-48-1.png" border="0"></a>	
    <a href="https://twitter.com/khjunkies"><img src="https://kingdomhearts.be/wp-content/uploads/2018/05/iconmonstr-twitter-4-48.png" border="0"></a>
    <a href="https://www.instagram.com/khjunkies/"><img src="https://kingdomhearts.be/wp-content/uploads/2018/05/iconmonstr-instagram-14-48.png" border="0"></a>
    <a href="https://www.youtube.com/channel/UCuDrREQcu6e6QKwSDiIgkXA?view_as=subscriber"><img src="https://kingdomhearts.be/wp-content/uploads/2018/05/iconmonstr-youtube-4-48.png" border="0"></a>
    </div>
    </td>
    </tr></table>
    
    </td>
    </tr>
    
    <tr valign="top">
    <td width="910" height="20">
    </td>
    </tr>
    
    </td>
    </tr>
    </table>
    Forum: Fixing WordPress
    In reply to: Table Footer
    Thread Starter driux

    (@driux)

    That plug in does not seem to work correctly for me. I implemented footers on my theme to enable the the plugin and it’s fairly basic footer addition with not much customization which I need it to have.

    • This reply was modified 6 years, 5 months ago by driux.
    Forum: Fixing WordPress
    In reply to: Table Footer
    Thread Starter driux

    (@driux)

    Yes I meant <table> sorry I should’ve clarified. You know what that plugin might do the trick instead of me messing with the actual footer I’ll give it a try!

    Thread Starter driux

    (@driux)

    PS: I know its the margin but I cannot change it on the CSS I’m trying to figure out what rule is overriding it! I should also say it does what I want it to do in the ADDITIONAL CSS section, however, i would like this to directly come from my child’s theme stylesheet.

    Sorry for double posting this was suppose to be on my first post don’t know how to this happened, I did hit the edit link.

    • This reply was modified 6 years, 7 months ago by driux.
    • This reply was modified 6 years, 7 months ago by driux.
    Thread Starter driux

    (@driux)

    Oh I know that it’s just that temeplate looks off even if it’s not responsive shouldn’t it show the desktop version on mobile exactly the same as if you were to view it on a computer. If not it’s cool I’ll find ways to make it work. Just wanted to let you all know!

    Thread Starter driux

    (@driux)

    Hmmm i guess I could look into unfiltered html I always heard it could lead to some security breach. Perhaps, I’m not putting my tags in the correct area. Thanks for that bit of info it’s something to mull over.

    You’ll have to play around with this code to get exactly what you want but use this: (add it to your additional css in customize)

    @media screen and (min-width: 61.5625em) {
    body:not(.search-results) article:not(.type-page) .entry-footer
    {
    float: none;
    margin-top: 1.5em;
    width: 100%;
    }
    .single .byline, .full-size-link,
    body.group-blog:not(.search-results) .byline,
    body:not(.search-results) .entry-format,
    body:not(.search-results) .cat-links,
    body:not(.search-results) .tags-links,
    body:not(.search-results) article:not(.sticky) .posted-on,
    body:not(.search-results) article:not(.type-page) .comments-link,
    body:not(.search-results) article:not(.type-page) .entry-footer .edit-link
    {
    display: inline;
    }
    body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after
    {
    display: inline;
    }
    body:not(.search-results) article:not(.type-page) .entry-content
    {
    float: none;
    width: 100%;
    }
    body:not(.search-results) article:not(.type-page) .entry-footer .avatar
    {
    display: inline;
    margin: auto 0.3em 1em auto;
    width: 27px;
    }

    Hmm and you already added the links to your menu and they won’t appear or have you not done that yet? Perhaps you could take a screenshot of customize menu to have a better idea.

    Are you trying to add social media links? I see the menu button at the top, but no links once I click it. Did you add your social links to the menu. It was a bit tricky I still don’t understand why he process is the way it is to add social media links.

    Forum: Fixing WordPress
    In reply to: Header/Logo Dilema
    Thread Starter driux

    (@driux)

    EDIT: I see your talking about the navigation menu that shows on the preview for twenty-sixteen when I previewed it on my site (which I had already started to edit with another theme) the top menu was not present.

    The menu at the top right corner of the heather is for social media links it appears on the mobile version but not the desktop version, that’s why there’s a big empty space. I only want my social media buttons to appear on the footer on the right corner.

    I wasn’t trying to use a plugin but ended up using SiteOrigin CSS which I used to implement this:

    .site-header {
    padding-top: 1em;
    }

    It would not update on the additional CSS customization feat, or on the editor itself. If SiteOrigin did not work I would have tried to edit the CSS via my web provider. The reason I’m against using a plugin is because when WordPress continues to update its versions these plugins may stop working (it’s my guess). I still would like to remove the menu at the top of the page but I was finally able to edit the padding so I can live with it for now.

    • This reply was modified 6 years, 11 months ago by driux.
Viewing 10 replies - 1 through 10 (of 10 total)