Forum Replies Created
-
AuthorPosts
-
ClintNParticipant
Awesome, I appreciate your guidance Brad!
Thank you
September 23, 2021 at 10:11 pm in reply to: Show/Hide display of a column or block on mobile device #504481ClintNParticipant
September 23, 2021 at 4:45 pm in reply to: Show/Hide display of a column or block on mobile device #504479ClintNParticipant
September 23, 2021 at 4:43 pm in reply to: Show/Hide display of a column or block on mobile device #504478ClintNParticipantI will give it a try, thank you Anita.
I hate to say it but SiteCore is the pick of the bunch to manage this, and they are based on the bootstrap grid system
ClintNParticipantVery true about the “cut & pastel” rhetoric from StudioPress & the feelings of founding customer/members, there @And_or
I ended up paying a bit more for Thrive Themes Acency as they have a statement on their “grandfathering” policy, and appear more ethical. Plus, I have heard of a number of instances of increased Google traffic after switching from Genesis to a thrive theme.
ClintNParticipantHey @ravenmaniac
I've mainly been using Beaver Themer/Builder with their beaver builder theme (no framework)
I've been investigating Sage which has a steep learning curve.
Wow Oxegen is a great find there @ravenmaniac, very reasonably priced "lifetime" package. They seem like a very reasonable community targeted crew too, much like StudioPress was originally.
ClintNParticipantHello,
I would like it noted that I am a ProPlus member of many years & feel like I have been left high and dry by the move to Genesis Pro.
As a result I have been using alternatives to the Genesis Framework with the intention of abandoning it altogether
ClintNParticipantThanks Anita,
It's a third-party theme: Epik
I'm developing it locally on my PC. I've narrowed it's occurance down to my Full-Width template code: `<?php
// Template Name: Full-width landing page
//Adds Page Content
add_action( 'genesis_before_loop', 'epik_do_fullPage_content' );
function epik_do_fullPage_content() {
echo '<div itemprop="text">' . get_post()->post_content . '</div>';
}// Remove standard loop
remove_action( 'genesis_loop', 'genesis_do_loop' );// Remove 'site-inner' from structural wrap
add_theme_support( 'genesis-structural-wraps', array( 'header', 'nav', 'subnav', 'footer-widgets', 'footer' ) );
get_header();// Runs the Genesis loop.
genesis();`May 28, 2020 at 4:04 am in reply to: Widget Genesis – Featured Page apply styling to an individual widget #498996ClintNParticipantThanks Brad
ClintNParticipantI shall give your strategy a try Christoph
ClintNParticipantTanks Christoph,
Looks like I and myself a dyslexic day of coding back there
ClintNParticipantThx Christoph works well
ClintNParticipantNice thanks
November 21, 2015 at 6:22 pm in reply to: Multiple "add actions" to support multiple widget areas #171732ClintNParticipantSweet,
I was 50% with remaining the function.
Thanks for getting me over the line
ClintNParticipantI will look at a responsive menu plugin
ClintNParticipantcheers Victor
November 6, 2015 at 5:10 am in reply to: Fontawseome no space between the icon and the menu item #170290ClintNParticipantThanks for the pointers
ClintNParticipantCheers Brad,
Was line 123,
I moved it up a bit higher to around line 70 and BAM there she was.
Thanks again I appreciate your testing & troubleshooting
ClintNParticipantThat is interesting, I do not get that screen on any of my connections.
I take it that it's the coming soon page is from that horrid Mojo Marketplace plugin, I'll take a look at why it's coming up for youClintNParticipantCool thanks BD
-
AuthorPosts