Forum Replies Created
-
AuthorPosts
-
ATS
ParticipantHey - have you ever solved this thing with infinite scrolling? I am particularly interested in single post scrolling - full post after post. Thanks.
March 6, 2015 at 4:14 am in reply to: Metro Pro – Comments Title fucntions.php snippet breaks code #143414ATS
ParticipantThank you Victor!
ATS
ParticipantThank you , genwrock, but I don't understand what exactly i need to add to functions.php.
Which code?ATS
ParticipantThank you, braddalton
ATS
ParticipantNevermind, found the solution by adding this filter:
add_filter('excerpt_more','__return_false');
October 21, 2013 at 2:33 pm in reply to: Genesis Sample Thene – Remove Post Functions- Problem #68088ATS
ParticipantDave, thank you so much!
It solved the problem.ATS
ParticipantCreate new div class.
Put div content into Genesis Simple Hooks corresponding area.ATS
Participantbraddalton, thank you for your response.
Adding just URL is not my goal as this URL could be accessed in different ways.
The goal is to track how many clicks people made exactly on that menu button.
I'v found solution with this light weight plugin though. It does the job!
GA Nav Menus TrackingATS
Participantok, found solution by myself. the code for Simple Hooks is:
<?php
if(is_front_page() ) {
?>
<div class="after-header">
<?php dynamic_sidebar( 'after-header' ); ?>
</div>
<?php
}
?>or
<?php
if(is_home() ) {
?>
<div class="after-header">
<?php dynamic_sidebar( 'after-header' ); ?>
</div>
<?php
}
?>depending how you set up your Home page in Reading section of General Settings.
May 30, 2013 at 12:37 pm in reply to: Crystal Theme- Thumbnails on Home Page Different Sizes? #43251ATS
ParticipantYou may try go to that exact post to which this bigger thumbnail belongs, go to sidebar and click Featured image, then assign this same image as featured photo, update the post.
ATS
ParticipantThank you, dabyrom!
The problem was that there should be dozens of testimonials and it would be too time consuming to do those images. besides text on those triple images will not be text, but image.
Here is the solution I was able to come up after extensive research and numerous tries: installed Recent Posts Slider plugin, customized it a bit bit and it did the trick.
Also created posts Category and called it Testimonials. Then make the plugin call that specific category (easy in settings).
Last problem solved was to make titles, read more and thumbnails to link not to the corresponding posts but to one single testimonial page. Well, I did it with Custom URI redirect (option available underneath your admin post area). It's working solution. Right now it is here on test site http://centenocustom.com, but will be moved soon to http://www.realmenrealstyle.com
January 15, 2013 at 1:09 am in reply to: Minimum Homepage shows sidebar after upgrading to Genesis 1.9.1 #12016ATS
ParticipantThank you David, it solved the problem!
Also got a reply from support (very prompt!) describing in essence the <a href="http://www.studiopress.community/topic/genesis-update-and-older-minimum/#post-10789">same solution here</a>
-
AuthorPosts