Forum Replies Created
-
AuthorPosts
-
December 22, 2017 at 2:16 pm in reply to: Academy Pro: How DO I remove the Border box around video and images #214752DTHkellyMember
You need to change the CSS. Using Firefox, if you right click you can select "Inspect Element" to see the CSS.
I suggest a help ticket. In the meantime, here's my amateur answer:
The CSS creating the box - it's a 4px border
.hero-section-column.right::before { border: 4px solid #e22c2f;
0px or delete the line
June 4, 2015 at 7:00 am in reply to: Using Dynamic Website Builder by Cobalt Apps on a Studio Press Theme #154841DTHkellyMemberHi Sharon:
Dynamik is a Genesis ChildTheme. Genesis Extender is a plugin that works with Genesis ChildThemes and has many of the Dynamik features (but Extender is not the equivalent of Design Palette Pro).Free option:
CSS Hero is compatible with Genesis ChildThemes:
http://www.csshero.org/DTHkellyMemberHave a look at Beaver Builder:
DTHkellyMemberI had a similar problem with Magazine Pro and Event Maker. Here's the solution for Event Maker:
https://wordpress.org/support/topic/replace-em-wrapper-for-genesis-childthemesDTHkellyMemberLooks like: https://wordpress.org/plugins/event-organiser/
DTHkellyMemberYou need a page template. Here's an example:
GistIf you add a body-class) you can use CSS targetting the body class for edge-to-edge.
Lots of reference for this using Beaver Builder (not Visual Composer).
http://dynamikbeaver.com/blog/how-to-use-beaver-builder-with-dynamik-website-builder-part-1/https://www.wpbeaverbuilder.com/support/q/bb-and-genesis-for-landing-pages/#post-7552
DTHkellyMemberSome reference:
https://wordpress.org/plugins/multi-rating/May 20, 2015 at 5:17 am in reply to: Add Genesis Archive Settings to 3rd party Custom Post Type #152873DTHkellyMemberThank you - that worked for the back end!
DTHkellyMemberThis is a premium tutorial:
Single and Archive templates for Custom Post Type in Genesis
DTHkellyMemberYour
'
are curved. For the actual code they should be straight.add_post_type_support( 'resources', 'genesis-layouts' );
DTHkellyMemberThis is CSS, so you can use a free plugin like https://wordpress.org/plugins/simple-custom-css/ to add CSS to your ChildTheme.
Otherwise, offline using http://notepad-plus-plus.org/, open the magazine pro zip file, open style.css. Find line line 1693 and line 1768 and make the changes. Save. Upload to your site via cPanel or FTP. wp-content > themes>magazine-pro. it will over-write the existing style.css file.
DTHkellyMemberLanding page templates remove navigation from
genesis();
`Offline, using http://notepad-plus-plus.org/
if you open the theme zip file, open the landing page template, you should findremove_action( 'genesis_after_header', 'genesis_do_nav' );
`If you uncomment the removal
//remove_action( 'genesis_after_header', 'genesis_do_nav' );
Navigation should appear on pages using the landing page template.StudioPress has code snippets for navigation:
Genesis Hook reference:
April 18, 2015 at 7:39 am in reply to: Integrating WooThemes Sensei with Genesis ChildThemes #148341DTHkellyMemberWith Woo, adding post type support may have to be separated:
add_post_type_support( 'lesson', 'genesis-layouts' ); add_post_type_support( 'course', 'genesis-layouts' );
April 18, 2015 at 7:06 am in reply to: Integrating WooThemes Sensei with Genesis ChildThemes #148336DTHkellyMemberSuggestion: line 33, replace
get_sidebar();
with
genesis_after_content();
To change the course or lesson layout when editing a course or lesson, in functions.php add:
// Add Sensei cpt support for Genesis layouts (sidebar, full-width, etc) - add_post_type_support( 'course', 'lesson', 'genesis-layouts' );
DTHkellyMemberThese are feminine themes:
https://prettydarncute.com/Plus they offer a flat fee to set up your site (24 hours).
DTHkellyMemberNot sure why the plugin isn't visible - I use it on all my Genesis sites.
Some reference:
http://www.carriedils.com/genesis-framework-php/Includes order that hooks load:
DTHkellyMemberDTHkellyMemberThis is a new post from a premium plugin re: customizing Minimum Pro. Just FYI.
http://www.csshero.org/css-hero-a-game-changer-for-the-genesis-framework/DTHkellyMemberGreat!
Because this is your thread, you can mark it resolved at the upper left (dropdown menu).
-
AuthorPosts