Forum Replies Created
-
AuthorPosts
-
CYBERsprout
MemberIt is Monochrome Pro (I should have add Pro to the title). I've attempted to add the background: rgba(0,0,0,0.3) to a number of the backstretch divs with no luck.
Here's an example url: https://cybersprout.net/2017-chicago-wordcamp/
Thanks for your help!
CYBERsprout
MemberFound a solution from another thread. You need to change the following in the front-style.css file from:
background-attachment: fixed;
to this
background-attachment: scroll !important;
You can add a media query if you only want to target mobile.
CYBERsprout
MemberI'm seeing the same issue, too. Any solution yet?
CYBERsprout
MemberInteresting. I wasn't using that widget section so I didn't even notice. Good to hear you found a fix, too!
CYBERsprout
MemberBeaverLodge HQ. It is an extension plugin for Beaver Builder.
CYBERsprout
MemberI found the problem. It was a plugin but it was tough to diagnose because the behavior wasn't consistent. It took dozens of tests to confirm.
July 25, 2016 at 8:54 am in reply to: Add "Menu" to the side of the Hamburger Menu for Interior Pro #190169CYBERsprout
MemberThat did the trick! Thanks a ton!
CYBERsprout
MemberI gave up on trying to find the fix so I patched it up with the following:
.page-id-6 .entry-title { display: none; }
It looks like site title is supposed to be removed on the home page from the front page template here:
//* Remove After Header if ( is_active_sidebar( 'front-page-1' ) ) { remove_action( 'genesis_after_header', 'interior_open_after_header', 5 ); remove_action( 'genesis_after_header', 'interior_close_after_header', 15 ); }
CYBERsprout
MemberVictor, thanks for the response.
I have caching and minification turned off already. I also haven't touched the theme files yet.
After deactivating all plugins, that jQuery error goes away. It was from a plugin, but unfortunately, the error still remains.
April 26, 2016 at 9:58 am in reply to: Including the Parent/Child Custom Post Relationship in Breadcrumbs #184454CYBERsprout
MemberNope nothing yet. I'd still love to find an answer.
CYBERsprout
MemberPerfect! Thanks, Victor!
CYBERsprout
MemberThanks for the reply, Brad. Unfortunately, this won't work. Beaver Builder works on the frontend for a page or post.
CYBERsprout
MemberThat did the trick. What is weird is that I edited it to a smaller size and then put it back to the default to get it working as normal.
Thanks for the suggestion!
CYBERsprout
MemberI can't get it to work with '
' tag so I haven't used it. It keeps outputting like this: [php]<?php if (is_singular('wpseo_locations')) { echo "<b>Contact Details</b><br>";?> [wpseo_address id="<?php the_ID(); ?>" hide_name="1" show_state="1" show_country="0" show_phone="1" show_phone_2="0" show_fax="0" show_email="0" show_url="1"] [wpseo_map id="<?php the_ID(); ?>" width="1000" height="500" zoom="-1" map_style="roadmap" scrollable="1" draggable="1" show_route="0" show_state="0"] <?php } ?>
CYBERsprout
MemberBrad, thanks for the reply. I should mention that I'm using the Genesis Simple Hooks plugin. The code is outputting in the right place but essentially breaks when it is supposed to start pulling data based on the custom post id. Should I still be using do_shortcode()?
<?php if (is_singular('wpseo_locations')) { echo "<b>Contact Details</b><br>";?> [wpseo_address id="<?php the_ID(); ?>" hide_name="1" show_state="1" show_country="0" show_phone="1" show_phone_2="0" show_fax="0" show_email="0" show_url="1"] [wpseo_map id="<?php the_ID(); ?>" width="1000" height="500" zoom="-1" map_style="roadmap" scrollable="1" draggable="1" show_route="0" show_state="0"] <?php } ?>
Here is what it outputs:
Contact Details URL:
CYBERsprout
MemberI ended up fixing it by restoring the last backup before I deactivated the Genesis plugins. I had the same issue on another site. It is weird that deactivating and reactivating plugins would have this effect.
Thanks for the help!
CYBERsprout
Member1. I tried the Genesis Sample theme and the same issues were still present.
2. Genesis is currently at 2.1.3, which I'm guessing is the latest version since automatic updates are on.Any other suggestions?
CYBERsprout
MemberDavinder, thanks for the response. I tried deleting them and reinstalling them with no luck.
August 27, 2015 at 10:22 am in reply to: Weird Behavior for Last Widget Section | Altitude Pro #163755CYBERsprout
MemberThanks, Jackie!
August 27, 2015 at 10:14 am in reply to: Weird Behavior for Last Widget Section | Altitude Pro #163752CYBERsprout
MemberI haven't found a workaround yet. I just confirmed your suspicion by disabling the testimonial slider plugin. Do you have a suggestion?
My fallback would be to get rid of the slider and use static testimonials.
-
AuthorPosts