Forum Replies Created
-
AuthorPosts
-
Anyone out there to help me on this?
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>
WoW!! PERFECT!!
Thank you so much, SoZo!!
Simple edits plugin works fine! Thank you guys!
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.
January 26, 2013 at 6:23 pm in reply to: NEWS Theme: Footer Widgets & "After Content Ad" Responsiveness #15212Thank you!
Here’s the link: http://bit.ly/XIuzpL
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;
}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?
-
AuthorPosts