• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Bianca

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 14 posts - 21 through 34 (of 34 total)
← 1 2
  • Author
    Posts
  • November 4, 2020 at 8:30 am in reply to: Breakthrough Pro featured image overlay not working #501753
    Bianca
    Participant

    I may have found a cause but not yet a solution. If I compare the output in your html with the html output in the demo, I see that the markup of the SVG filter is slightly different. In yours I miss this bit
    <style type="text/css" media="screen"></style>
    I'm not sure if you edited this yourself or something else is happening, like maybe the server is not supporting svg.

    My knowledge in that area is not that big.


    I am a Marketing Communications specialist at Communics.

    Visit my personal website | Follow me on Twitter | Connect on LinkedIn

    November 4, 2020 at 7:54 am in reply to: Breakthrough Pro featured image overlay not working #501751
    Bianca
    Participant

    I see that the link I inserted gets blocked. It was supposed to lead you to the html source in the browser. In the meantime this has changed I see. Now line 461.

    This code:

    			<filter id="breakthrough-overlay">
    				<feColorMatrix
    				type="matrix"
    				values="0,445098 0 0 0 0
    					0 0,743137 0 0 0
    					0 0 0,958824 0 0
    					0 0 0 .9 0 "></feColorMatrix>
    			</filter>

    If you change the color in the customizer. The value should change. If it doesn't then it seems that changes are not being saved.

    An extra check you can do is to see if your php version is up to date (7.3 + recommended).


    I am a Marketing Communications specialist at Communics.

    Visit my personal website | Follow me on Twitter | Connect on LinkedIn

    November 4, 2020 at 7:46 am in reply to: Remove Fixed Header on Monochrome Pro #501750
    Bianca
    Participant
    This reply has been marked as private.
    November 4, 2020 at 5:23 am in reply to: Genesis Blocks – Fatal Error #501746
    Bianca
    Participant

    Hi Paul,
    There seems to be an update released to Genesis Blocks that addresses an error like you described.


    I am a Marketing Communications specialist at Communics.

    Visit my personal website | Follow me on Twitter | Connect on LinkedIn

    November 4, 2020 at 5:16 am in reply to: My reply on the forum got swallowed #501744
    Bianca
    Participant

    I now cut up the answer in two parts and that seems to work. Can it be that inserting multiple code snippets is leading to this, intentional or unintentional?


    I am a Marketing Communications specialist at Communics.

    Visit my personal website | Follow me on Twitter | Connect on LinkedIn

    November 4, 2020 at 5:13 am in reply to: Shifting a Block into the block above. Essence Pro #501743
    Bianca
    Participant
    .outer-column .ab-block-layout-column-inner h2{
    	padding: 30px 100px 0 100px;
    	text-align:center
    }
    
    .outer-column .ab-block-layout-column-inner p{
    	padding: 0 100px 30px 100px;
    	text-align:center
    }

    I am a Marketing Communications specialist at Communics.

    Visit my personal website | Follow me on Twitter | Connect on LinkedIn

    November 4, 2020 at 5:13 am in reply to: Shifting a Block into the block above. Essence Pro #501742
    Bianca
    Participant

    (As my previous replies dissapeared, one more attempt)
    Hi There,
    For some reason when the columns block is set to "align-full" the negative margin is not applied. When you add !important to the margin-overlay class in the front-end.css file (or customizer if you prefer) it works. It's not elegant but gets the job done. So:

    .margin-overlay {
    	margin-top: -100px!important;
    }

    For the space between the columns:

    • remove the background-color form the advanced columns block.
    • add a background-colour to the individual column block.

    Selecting the individual block can be difficult sometimes. I always use the top navigation bar (hamburger-ish dropdown somewhere on the top left)to select the correct individual block.

    • Apply the background color.
    • On the right sidebar of the editor there is a possibility to apply a class to the individual block. Add a custom class, for example "outer-column".
    • Head over to the customizer and add the following CSS

    I am a Marketing Communications specialist at Communics.

    Visit my personal website | Follow me on Twitter | Connect on LinkedIn

    November 4, 2020 at 4:21 am in reply to: Breakthrough Pro featured image overlay not working #501739
    Bianca
    Participant

    That's not suppose to happen 🙁
    Which version of the child theme are you using?
    Are the color settings saved and outputted in the html? Especially check if the value at line 729 changes when you change the color, as this is the code bit that is responsible for the overlay.

    Have you tried to disable all the plugins? I noticed in the browser inspector that there is an error frown: Uncaught (in promise) null
    Unfortunately my knowledge of that particular error is zero to none, so I can't tell if it's related.


    I am a Marketing Communications specialist at Communics.

    Visit my personal website | Follow me on Twitter | Connect on LinkedIn

    November 3, 2020 at 8:35 pm in reply to: Shifting a Block into the block above. Essence Pro #501734
    Bianca
    Participant

    Hi There,
    For some reason when the columns block is set to "align-full" the negative margin is not applied. When you add !important to the margin-overlay class in the front-end.css file (or customizer if you prefer) it works. It's not elegant but gets the job done. So:

    .margin-overlay {
    	margin-top: -100px!important;
    }

    For the space between the columns:

    • remove the background-color form the advanced columns block.
    • add a background-colour to the individual column block.

    Selecting the individual block can be difficult sometimes. I always use the top navigation bar (hamburger-ish dropdown somewhere on the top left)to select the correct individual block.

    • Apply the background color.
    • On the right sidebar of the editor there is a possibility to apply a class to the individual block. Add a custom class, for example "outer-column".
    • Head over to the customizer and add the following CSS
    .outer-column .ab-block-layout-column-inner h2{
    	padding: 30px 100px 0 100px;
    	text-align:center
    }
    
    .outer-column .ab-block-layout-column-inner p{
    	padding: 0 100px 30px 100px;
    	text-align:center
    }

    Hope this helps.


    I am a Marketing Communications specialist at Communics.

    Visit my personal website | Follow me on Twitter | Connect on LinkedIn

    November 3, 2020 at 7:13 pm in reply to: Genesis Slider on homepage or only in widget? #501731
    Bianca
    Participant

    Hi There,
    It's definitely possible to add a slider to the homepage. The best approach for this depends on what you want to slide, images, posts, testimonials etc...and if you feel comfortable with coding a bit.

    There is this one of Soliloquy and there is also Smart Slider. If you want to use the Genesis Responsive Slider outside of the standard widget area's, then this involves some extra coding.


    I am a Marketing Communications specialist at Communics.

    Visit my personal website | Follow me on Twitter | Connect on LinkedIn

    November 3, 2020 at 6:43 pm in reply to: Breakthrough Pro featured image overlay not working #501730
    Bianca
    Participant

    Hi There,
    Where did you try to change the color? Did you follow this or tried to change it somewhere else?


    I am a Marketing Communications specialist at Communics.

    Visit my personal website | Follow me on Twitter | Connect on LinkedIn

    November 3, 2020 at 5:57 pm in reply to: HELP! I'M TRYING 2 LEARN – [simple] Where to put the CSS code to work? #501729
    Bianca
    Participant

    Hi There,
    You can put the HTML bit of the code (the code between the body tags) in a HTML widget to display it in the sidebar. The CSS (the code between the style tags) can be placed in the Theme customizer's "Extra CSS". That should work.

    EDIT: Looking closer, the code will not validate. Try this instead:
    Widget HTML

    <div class="my-table">
    	
    <table>
      <tr>
      <td class="td-first"><span>Brands TRUST Music</span></td>
      </tr>
    </table>
     <table>
      <tr>
        <td class="td-second"><img title="DJ mix playlists" src="https://djcarl.com/animations/corporate-1.gif" width="110" height="90"></td>
        <td class="td-third"><img title="Emcee hosting" src="https://djcarl.com/animations/corporate-2.gif" width="110" height="90"></td>
      </tr>
      <tr>
        <td class="td-fourth"><img title="Music marketing consulting" src="https://djcarl.com/animations/corporate-3.gif" width="110" height="90"></td>
        <td class="td-fifth"><img title="Event and project management" src="https://djcarl.com/animations/corporate-4.gif"></td>
      </tr>
      </table>
      <table>
       <tr>
      <td class="td-sixth"><span>Expert DJ Carl©</span></td>
      </tr>
      </table>
    </div>

    Customizer CSS

    .my-table{
      background-color: #B0C4DE;
      width: 240px;
      border: 1px solid #4169E1;
      padding: 40px;
      margin: 40px;
    }
    
    .my-table td {
    	text-align:center;
    }
    
    .td-first,
    .td-sixth {
    	background-color:#B0C4DE;
    }
    
    .td-second,
    .td-third,
    .td-fourth,
    .td-fifth {
    	background-color:#fff;
    	border:1px solid #B0C4DE;
    }
    
    .td-first span {
    color: #000000; 
    font-family: verdana,arial; font-size: 20px;
    }

    There are several places online to learn CSS. codeacademy.com that has some great free courses. Also take a look at Mozilla https://developer.mozilla.org/en-US/docs/Learn/CSS


    I am a Marketing Communications specialist at Communics.

    Visit my personal website | Follow me on Twitter | Connect on LinkedIn

    November 3, 2020 at 5:45 pm in reply to: Remove Fixed Header on Monochrome Pro #501728
    Bianca
    Participant

    Hi There,

    You can actually remove the whole site header (the logo and navbar) by choosing the "Landing" page template in the editor. You can find this option while editing the page in the right column at the Page Attributes section.

    If you want to use CSS for this you can add this CSS to your customizer:

    .site-header {
    display:none;
    }

    This CSS removes the site header on all the pages


    I am a Marketing Communications specialist at Communics.

    Visit my personal website | Follow me on Twitter | Connect on LinkedIn

    November 3, 2020 at 5:29 pm in reply to: Get rid of corners in Navigation Pro #501727
    Bianca
    Participant

    Hi There,
    The CSS for the admin editor can be adjusted in the child theme path
    navigation-pro/lib/gutenberg/style-editor.css


    I am a Marketing Communications specialist at Communics.

    Visit my personal website | Follow me on Twitter | Connect on LinkedIn

  • Author
    Posts
Viewing 14 posts - 21 through 34 (of 34 total)
← 1 2
« Previous Page

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble