Forum Replies Created
-
AuthorPosts
-
April 1, 2018 at 4:53 pm in reply to: [Monochrome Pro] Featured Image with text not looking good as Header image #218535Luis GonzagaMember
Hi.
After a few searches on Internet, I solved my question:
1) installed Advanced Custom Fields plugin;
2) defined a background_image custom field;
3) add the following code to the single.php and replaced line 55:if (! empty(get_field('background_image'))) { $image = array( 'src' => get_field('background_image') ); } else { $image = array( 'src' => has_post_thumbnail() ? genesis_get_image( array( 'format' => 'url' ) ) : '' ); }
Thank you, Luis
Luis GonzagaMemberI think I solved the problem.
On style.css line 1170, replace "width: 200px;" with "width: 20%".
For some reason (bug?) the width of title-area is defined at 20% but when there is a header-image it is defined at 200px. This messes up with the navbar menu being centered.
/* Title Area --------------------------------------------- */ .title-area { float: left; padding-bottom: 27px; padding-top: 27px; width: 20%; } .header-image .title-area { margin-bottom: 4px; margin-top: 3px; min-height: 65px; padding:0; /* width: 200px; - commented this line, replaced by the next one and it worked */ width: 20%; }
Luis GonzagaMemberHi, I am having the same problem. I tried the of Victor Font but it did not work. You can check it at http://homeoptimizer.pt/
If I replace the header title with an image (400px x 130px) the header menu is not longer centered.
Thank you, Luis
P.S. By the way, I configured this site as the documented Infinity Pro demo setup, but for some reason I had to had p tags on Custom HTML widget so the break line appear. Shouldn't it be automatic?
August 27, 2017 at 2:23 pm in reply to: How do I replace background image on Monochrome Pro with fully responsive slider #210820Luis GonzagaMemberBrad, does your article describe how to do it?
Thank you, Luis
Luis GonzagaMemberSorry, duplicate post.
Luis GonzagaMemberHi Victor.
The only settings I used was the WP Instagram Feed widget settings as described on Wellness Pro demo set up. I did not copy the CSS as I do not own Wellness Pro theme.
Thank you, Luis
August 25, 2017 at 4:26 pm in reply to: How do I replace background image on Monochrome Pro with fully responsive slider #210768Luis GonzagaMemberHi Brad, I really enjoy your video. Is it possible that the text on top of the images slider also change for each image, and could link a different page/post?
Thank you, Luis
-
AuthorPosts