Forum Replies Created
-
AuthorPosts
-
BobertParticipant
I experienced the font size problem as well and posted the following on Genesis WordPress Facebook page:
BE AWARE… all users of Genesis Blocks…
There’s definitely a bug in the plugin Genesis Blocks Version 1.5.2. when used with WordPress 6.0.2.
When attempting to change font sizes for Headline or Paragraph the block text changes to this message…
“This block has encountered an error and cannot be previewed.”
If you update anyway, the font size doesn’t change and you either have to leave it at the default size, delete or replace it with an image of the text… which is what I had to do for a site that’s having a show this weekend.
I have the previous version of the plugin, but I’m not sure about deleting 1.5.2 and replacing it with 1.5.1… plus I have it on over a dozen sites.
I do hope that they fix this soon.
BobertParticipantIt seems that your solution, also fixed the front page 2 widget issue & how/where it appears as well as if I leave front page 2 widget out... the WP text editor works.
But it's great to have options!
Again... Thank You So Much!!! You Made My Day!!!!!
Bob 🙂
BobertParticipantBrad,
That worked great!!! It's not on the other pages! I have do have to bypass the front page widgets & use WP Text Editor. That should not be a problem on the home page. If I use the Front Page 2 Widget, the text appears way to far down on the page... Any thoughts? Though it's an issue.Thanks for everything!!!
BobBobertParticipantNow nothing appears & I think I know why.
The slider I made using MetaSlider I did name "slider".
But it says this:
How to Use
To display your slideshow, add the following shortcode (in orange) to your page. If adding the slideshow to your theme files, additionally include the surrounding PHP function (in gray).
<?php echo do_shortcode('
  [metaslider id="384"]
'); ?>I tried adding it in a few places, but it doesn't work. Is this the problem & if so, do you know how I can fix it? Thanks Again! Bob
BobertParticipantThanks, but it's still not working...
I added this to
Atmosphere Pro: Theme Functions (functions.php)add_filter( 'genesis_after_header', 'add_slider' );
function add_slider() {
if ( ! is_front_page() ) {
return;
}if ( function_exists( 'metaslider' ) ) {
metaslider( 'slider', 'slug' );
}
}
The short code is in the simple hooks as after header.
And the Front Page 1 Widget has nothing in it.
But the slider is still on every page.
What am I doing wrong? Here's the home page link: http://new.marydowlings.com/
Thanks!
BobBobertParticipantHi again... it's on every page & should only be on the home page. Did I do something wrong with the hook?
Thanks!
BobBobertParticipantThat Worked!! Thank you so much! I'm using MetaSlider... I guess it doesn't seem to matter which slider your using. Though if you know of a good reason I should change, please share.
Thanks Again!
Bob -
AuthorPosts