Forum Replies Created
-
AuthorPosts
-
jalodico
MemberThey are coming back slowly. I emptied the cache and now am going in and viewing each page from the admin all pages screen. This seems to bring them back.
This wasn't just on my end. Google did not see the pages when I scanned the site from the search engine console either.
jalodico
MemberThanks. I was able to make it work in the menu. Haven't figured out how to do it with a featured page widget though. Would like to display it on the home page.
jalodico
MemberSo I went back to the original genesis sample theme. Since Infinity pro removes a sidebar named .header-right, shouldn't there be .css code in Genesis for "header-right."
The closest I can find is this:
/* ## Widget Area
--------------------------------------------- */.site-header .widget-area {
float: right;
text-align: right;
width: 800px;
}Thanks,
Jim
jalodico
MemberThanks Victor. That makes sense. I thought the code would still be lingering in the Genesis .css that works with the child theme but I couldn't find it.
Jim
jalodico
MemberThanks Victor. I'm assuming that Soliloquy needs the Featured Content addon to make it work though correct?
Jim
jalodico
MemberTried a couple of sliders with Infinity Pro and they didn't seem to work. That Front Page 2 widget space is fairly highly customized. Anyone know how to custom program the featured post widget so it will rotate post content?
(I'm good at copying and pasting code)
jalodico
MemberThanks Victor. Do you know if it will handle just text? It looks like it's main focus is images.
Ideally, we want to eventually be able to curate user generated poems what will automatically go into rotation once approved by admin.
Front Page 2 widget in Infinity Pro is pretty much the styling I'm trying to obtain. The Genesis Responsive Slider didn't work in that space though. Maybe I'll try with Soliloquy Light to see if it works.
I Elegance is designed to work with Sililoquy. Maybe I'll experiment with that theme.
jalodico
MemberThanks Raj. I was able to test it and it works.
Is there a way to remove the header that shows the featured image on the individual posts? I want to show the image on the home page but not in the header of the page itself. If possible, I would like to just remove the entire entry header that disappears when you start scrolling down the page--the gray area at the top of individual posts.
Thanks again,
Jim
jalodico
MemberThe code above set it to three wide (cache didn't clear at first so please disregard comment about centering above) but the headline is still showing.
I was able to find the date and remove it (sorry but not sure how I did it) but I can't seem to figure out what is controlling the headline. Any help removing it from the home page would be appreciated.
Thanks,
Jim
jalodico
MemberSorry it took me so long to respond but thank you. That helps. How would I go about centering those two columns in the middle of the page?
Thanks again.
jalodico
MemberOne more thing - it looks like all of the comments are being published on this post:
http://www.sail1design.com/meet-us-sailing-team-sperry-top-sider-team-haegerprovancha/
I believe those are all comments being added to the top box which shows jetpack in the code.
jalodico
MemberI think I got it. I added the following at the top of the front-page.php and changed the code as suggested above:
add_filter( 'genesis_pre_get_option_site_layout', 'child_do_layout' );
function child_do_layout( $opt ) {
$opt = 'full-width-content'; // You can change this to any Genesis layout
return $opt;
}Does that make sense?
jalodico
MemberThanks Mary.
I tried that in a couple of spots but it doesn't seem to be working. In the front-page.php I replaced the force sidebar line below with the code you gave me above.
// Force content-sidebar layout setting
add_filter( 'genesis_site_layout', '__genesis_return_content_sidebar' );Instead of making it full width, it moved the sidebar to my default setting (sidebar-content) instead of removing it altogether.
Just a note, I don't want a true full screen layout. I want to keep the container so that a background image shows.
Thanks.
jalodico
MemberThat makes sense and fixed the problem.
Thank you so much for your help. You've been a lifesaver.
Jim
jalodico
MemberSure. Those images should be on an all white background. The black hover boxes are actually showing through underneath the images at the bottom of both rows.
Here's the sister site which is working properly:
If you compare the two sites you can see that something is pushing the white space above the images on the top and bottom.
jalodico
MemberThat's strange. I cleared the cache and it's not showing properly on Safari, Chrome and Firefox on my Mac. It looks like there is too much white space at the top and bottom of the container but I don't know why that would have changed.
I took a screen shot using Stitch. Link is below:
jalodico
MemberThanks so much for all of your help Tony. One last thing (and this may be unrelated)...
Somewhere in this editing the home middle widget on the home page was changed and now it isn't showing properly. The dark background which pops up when you hover over is showing at the bottom of the images. I have another matching sister site with the same images and it works fine there. Not sure how to turn it back to it shows properly.
Any suggestions?
Thanks,
Jim
jalodico
MemberThanks. I was able to remove it using the CSS code above (the entire button). Remove the "Add featured image" took away the portfolio image which is what I need to keep.
I tried changing the settings on the Genesis Portfolio Page but don't see an option for no content, only content or excerpt. Tried setting number of characters to 0 and that messed up the portfolio images.
The images are still showing a "..." under them. How to I remove that?
Thank you again for your help.
jalodico
MemberThanks Brad,
That makes sense but it didn't work. I tried removing the css via firebug but that didn't seem to do it either. I may not have had the right line though.
jalodico
MemberThanks. I'll check it out.
-
AuthorPosts