Forum Replies Created
-
AuthorPosts
-
allyson9
MemberThis code just made me very happy!
$( '.front-page-1' ).height(400);Thank you Brad!
November 15, 2017 at 7:57 pm in reply to: Instagram Feed in Footer – displaying vertically instead of horizontally #213621allyson9
MemberHi Erika,
I changed the number to 2 posts and they are still stacked. Then, I had the bright idea to look in Safari and they are horizontal. So it's in Chrome that they are showing vertically. Not sure how to resolve but getting closer!
I've asked for support from the WP Instagram developer through the wordpress forum.
Thanks for the reply.
Allysonallyson9
MemberHi William,
No the problem is the same. Does the theme automatically put any image on the page at the top of the post?The two images on this page were only added below the text on the page, but one image is duplicated up top. This seems to happen on all posts and pages.
Seems quirky to me! Any suggestions
Thanks,
Allysonallyson9
MemberThanks so much Victor.
That worked except that it then made the box too big in Widget 3.
I tried 'auto' for the height but that didn't work. I've removed the change you suggested for now. But would love to have the image float on the left and the text either wrapping around it or in a column on the right.The image has a alightleft class applied but it doesn't seem to be recognized.
Suggestions are most welcome!
Thanks,
Allysonallyson9
MemberSorry, I just noticed that the first line of code changed and removed the php part when I posted the message.
This is the line of code you are looking for:<h2><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
allyson9
MemberHi everyone. I was also looking for this. The solution isn't perfect, but it's pretty easy to do...
You need to go to Plugins > Editor and then select the Genesis Responsive Slider plugin.
Open the genesis-responsive-slider/genesis-responsive-slider.php file and look for this line:
<h2>" rel="bookmark"><?php the_title(); ?></h2>Remove the a href link, making it:
<h2><?php the_title(); ?></h2>Worked for me. Not sure what will happen when the plugin updates...
allyson9
MemberI'm just pasting the link URL into fb directly. (The same issue comes up if I use a plugin's sharing function.)
Thanks Brad!allyson9
MemberThanks Brad, but what do you mean by button code?
allyson9
MemberYes, for example, with this post:
http://philipshepherd.com/blog/2014/03/22/radical-wholeness-workshop/
When I post the link to FB, I just see a badly cropped version of the header image that is actually made up of words "Bringing clarity to a chaotic world" -
AuthorPosts