francky

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Add Articles Automatically (CODE) #42170

    francky
    Participant
    Post count: 14

    Anyone out there to help me on this?

    in reply to: Change Continue Reading text to css button / image #18394

    francky
    Participant
    Post count: 14

    Thank you Greg!

    Unfortunately that code was bringing some errors and I was lucky enough to get the following code which worked fine.

    <code>

    /** Modify the Genesis content limit read more link */
    add_filter( ‘excerpt_more’, ‘child_read_more_link’ );
    add_filter( ‘get_the_content_more_link’, ‘child_read_more_link’ );
    add_filter( ‘the_content_more_link’, ‘child_read_more_link’ );
    function child_read_more_link() {
    return ‘…<a class=”more-link” href=”‘ . get_permalink() . ‘”><img src=”image-link-here”></a>’;
    }

    </code>

    in reply to: Metro Theme Sidebar #17923

    francky
    Participant
    Post count: 14

    WoW!! PERFECT!!

    Thank you so much, SoZo!!

    in reply to: Metro – remove footer credits from website #17805

    francky
    Participant
    Post count: 14

    Simple edits plugin works fine! Thank you guys!

    in reply to: Metro – remove footer credits from website #17517

    francky
    Participant
    Post count: 14

    @anitac

    That code doesn’t work in my case. It does put the new footer in the content (at the bottom of the white wrap and not in the footer.)

    I even tried using Genesis Hook Plugin which I have been using in all my websites to change the footer but it doesn’t work at all. I wonder if there is an error in the footer code of this Metro Theme.


    francky
    Participant
    Post count: 14

    Thank you!

    Here’s the link: http://bit.ly/XIuzpL

    in reply to: MInimum Theme: Add LOGIN Widget on the front picture #8697

    francky
    Participant
    Post count: 14

    Thank you very much guys!

    I have used Carrie Dils’s http://www.carriedils.com/text-overlay-image/2306 trick and it’s working fine only that it’s not mobile responsive.

    How can I make it mobile responsive? Here’s my CSS part of the text and my link is http://bit.ly/WV95r1

    #featured-image {
    text-align: left;
    width: 100%;
    position: relative;
    z-index: 0;
    }

    .underlay {
    position: absolute;
    z-index: -999998;
    }

    .my-text {
    color: whitesmoke;
    font-family: ‘Open Sans’,sans-serif;
    font-size: 48px;
    font-weight: 700;
    font-style: italic;
    overflow: hidden;
    padding-top: 170px;
    padding-bottom: 190px;
    padding-left: 6%;
    padding-right: 6%;
    }

    .my-text p, .my-text h2 {
    color: white;
    margin-bottom: 15px;
    text-shadow: 1px 1px #CCCCCC;
    }

    in reply to: v2.0 Themes #664

    francky
    Participant
    Post count: 14

    Actually after seeing the EXECUTIVE Theme in v2.0, I thought all upgrades will have the same touch. I just couldn’t imagine seeing NEWS Theme with a touch of the latest EXECUTIVE Theme.

    When possibly will is the next the upgrades for NEWS, AGENTPRESS themes etc?

Viewing 8 posts - 1 through 8 (of 8 total)