Forum Replies Created
-
AuthorPosts
-
PC888
ParticipantHey alexweb1, you will need to add the .margin-overlay styling to the various break points in your media queries if you want it to overlap on smaller screen sizes. Perhaps try -75px at (max-width: 860px) and adjust the overlap to suit each breakpoint.
front-end.css is located in /lib/gutenberg/
PC888
ParticipantWhen you click on the AB Posts Block, look in the right hand settings menu for 'Advanced'; click on this and you'll see that the block is given the class of 'margin-overlay'.
In front-end.css ~ line 66 you'll find the following -
.margin-overlay {
margin-top: -100px;
}You can either remove the class from the block or modify/remove the css.
Paul
PC888
ParticipantThanks Victor, if it's a known result, then it should be noted in the "Pre-installation Setup" instructions.
IMPORTANT NOTE: If you will be using WooCommerce, you must activate the WooCommerce plugin before activating the Genesis Connect for WooCommerce plugin.
There's no mention of completing the "Setup Wizard" before going ahead to load demo content, configure the theme, widgets, menus etc. WooCommerce integration is way down the list after all of this work is done.
I'll send a message to support and recommend an update to the instructions.
Paul
PC888
ParticipantAlso, in case anyone else is having issues with blank pages, it seems that WooCommerce or Genesis-Connect-WooCommerce is causing this problem.
When setting up the theme I installed and activated both plugins, but chose to do the 5 minute WooCommerce setup later. Out of curiosity (and probably a little desperation), I decided to complete the 5 minute setup. Bingo, now the pages all display as expected.
Anyone care to comment?PC888
ParticipantThanks Victor, I have debug enabled on purpose.
Turns out that the WordPress-Importer plugin is using the deprecated function.
PC888
ParticipantI just created a brand new site on my local machine (Desktop Server) with the same setup; Genesis 2.4.2, WP 4.7, and Infinity Pro 1.0.0. Installed the required plugins, all fresh downloads. Imported the XML file as instructed using the WordPress Importer.
I get a PHP error message, the same message a dozen times -
Notice: wp_get_http is deprecated since version 4.4.0! Use WP_Http instead. In /Users/pc/documents/websites/www.infinity.dev/wp-includes/functions.php on line 3783
I took a screenshot but I can't see how to attach it.
I ignored the warning and proceeded to follow the setup instructions; same issues as reported above.
PC888
ParticipantFurther to this, even when I create a new page with the default template and fill it with random text, publish it, then visit the page, it's blank.
Even the "Sample" page appears blank when visited. It shows the site title (LH Top), and the RH sidebar (Search, Recent Posts, Recent Comments, Archives, Categories, Meta). This is despite the radio button 'Default Layout set in Theme Settings' - being Checked and the default set in Genesis/Theme Settings being set to 'Full Width'.
-
AuthorPosts