• 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

DJ Carl

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 20 posts - 1 through 20 (of 29 total)
1 2 →
  • Author
    Posts
  • December 5, 2020 at 10:21 pm in reply to: Configuring AMP Project Contributors with Metro Pro responsive theme #502214
    DJ Carl
    Participant

    Thanks. I did see that and realized, in the end, AMP compromises UX. I will not apply to AMP.

    November 10, 2020 at 3:39 pm in reply to: How to center CSS responsive Box-Sizing #501861
    DJ Carl
    Participant

    Bianca,

    Here is a screenshot. The BOX, not the text needs to center on mobile.

    Thanks

    November 6, 2020 at 12:45 am in reply to: HELP! I'M TRYING 2 LEARN – [simple] Where to put the CSS code to work? #501799
    DJ Carl
    Participant

    It worked. Thank you, Bianca! I love the Netherlands ๐Ÿ˜‰

    November 5, 2020 at 4:21 pm in reply to: Widget sidebar CSS + HTML Color Table Box #501793
    DJ Carl
    Participant

    I'm still working on it. I get it to look good, but then, it's not responsive ;(

    November 5, 2020 at 4:20 pm in reply to: HELP! I'M TRYING 2 LEARN – [simple] Where to put the CSS code to work? #501792
    DJ Carl
    Participant

    I really appreciate your help, but the text did not center. This colored box has been an issue. It's late there, have a great night!

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

    No, the text is not centered. I used the sublime editor and w3schools CSS editor.

    Here is the screenshot

    November 5, 2020 at 12:56 am in reply to: HELP! I'M TRYING 2 LEARN – [simple] Where to put the CSS code to work? #501767
    DJ Carl
    Participant

    Thank you so much, Bianca!
    The only issue I had was the text did not center?
    "Brands TRUST Music"
    "Expert DJ Carl"

    October 26, 2020 at 11:28 pm in reply to: CSS to center colored music table for Metro Pro theme #501611
    DJ Carl
    Participant

    Oops...Here is the music page - https://djcarlcom.stage.site/hip-hop-music-2020/

    October 26, 2020 at 2:57 am in reply to: How to center images in CSS two column for mobile #501600
    DJ Carl
    Participant
    This reply has been marked as private.
    October 25, 2020 at 7:22 pm in reply to: How to center images in CSS two column for mobile #501596
    DJ Carl
    Participant

    Hi, Anita,

    Thanks for the response. Appreciate it mightly...I'm using the StudioPress Metro Pro theme. I have an old site and working on the Metro Pro theme site on a staging platform...

    If you look at the HOME PAGE - https://djcarlcom.stage.site/. The pictures are not centering on mobile...

    HELP...

    PASSWORD:
    staging_mrtbjq
    cgWcYCWTHNpY

    October 25, 2020 at 4:36 am in reply to: How to center images in CSS two column for mobile #501590
    DJ Carl
    Participant

    No problem. Trying to center images for mobile...
    https://djcarlcom.stage.site/
    staging_mrtbjq
    cgWcYCWTHNpY

    October 23, 2020 at 4:25 pm in reply to: Need help with CSS for widget sidebar for Metro Pro #501572
    DJ Carl
    Participant

    Yep. It worked through ALOT of trial and error - See Here

    I just need an editor that produces the same results as the website because initially, the code looked great in the sublime text editor and like crap on the metro pro site...

    October 23, 2020 at 2:53 pm in reply to: Need help with CSS for widget sidebar for Metro Pro #501569
    DJ Carl
    Participant

    Thank you AndyTC!

    I worked all day yesterday and this is what I did. My only issue is finding an editor that works just like the Metro Pro website. This same code had different results in "SUBLIME TEXT EDITOR" and the "W3SCHOOLS CSS EDITOR"...

    <html>
    <head>
    
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
    
    <style type="text/css" >
    .main-box{
    height:300px;
    width:300px;
    background:#B0C4DE;
    border: 1px solid #4169E1;
    }
    
    .brands {
    width:110px;
    height:90px;
    background-color: #FFFFFF;
    background-image: center;
    margin:5px;
    }
    </style>
    </head>
    <body>
    <div class="main-box"> 
      <h4 style="text-align:center; padding-top: 10px;">Brands TRUST Music</h4>
      <div class="row" style="margin-left:40px;"> 
        <div style="margin-left:-25px;"><img src="https://djcarl.com/animations/corporate-1.gif" class="brands" style="margin-left:25px;"></div>
        <div style="margin-left:25px;"><img src="https://djcarl.com/animations/corporate-2.gif" class="brands" style="margin-left:-25px;"></div>
      </div>
      <div class="row" style="margin-left:40px;"> 
        <div style="margin-left:-25px;margin-top: -15px;"><img src="https://djcarl.com/animations/corporate-3.gif" class="brands" style="margin-left:25px;"></div>
        <div style="margin-left:25px; margin-top: -15px;"><img src="https://djcarl.com/animations/corporate-4.gif" class="brands" style="margin-left:-25px;"></div>
        <div style="margin-left:30px;">
          <h4 style="text-align:center">Expert DJ Carl&copy;</h4>
        </div>
      </div>
    </div>
    </body>
    </html>
    October 6, 2020 at 8:38 pm in reply to: Metro Theme – Adding 4th Footer Widget to styles.css file #501361
    DJ Carl
    Participant

    Hey Everyone!

    How does one add the 4th column in the footer? - See screenshot

    Here is my dashboard view.

    Please advise

    October 4, 2020 at 1:39 pm in reply to: Metro Theme – Adding 4th Footer Widget to styles.css file #501327
    DJ Carl
    Participant

    Thanks, Anita!

    Yep! FTP worked ๐Ÿ˜‰

    I just need to figure out how to ADD the 4th column Footer?
    website screenshot

    Here is my dashboard view

    October 3, 2020 at 3:35 am in reply to: Metro Theme – Adding 4th Footer Widget to styles.css file #501301
    DJ Carl
    Participant

    Hi Anita,

    I got the below message when I tried to change this [https://djcarl.com/_website/functions-screenshot.jpg]

    "Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP."

    May have to get someone more experienced to mess around with this ;(

    September 20, 2020 at 1:17 pm in reply to: Best mobile plugin for old platinum child theme #501119
    DJ Carl
    Participant

    Thanks, Anita. I agree, however, I need a bandaid right now since I have 80 pages on my website.

    April 10, 2018 at 9:34 pm in reply to: Can you tell me the name of this Photo Slider? #218825
    DJ Carl
    Participant

    Thank you. Can someone else help? I "copied the picture" from a web page months ago.

    December 9, 2016 at 2:41 pm in reply to: Adding breadcrumbs to Platinum theme #197372
    DJ Carl
    Participant

    Thank you!

    December 9, 2016 at 2:15 pm in reply to: Adding breadcrumbs to Platinum theme #197368
    DJ Carl
    Participant

    Hi Victor,

    If you look at my bio page - https://djcarl.com/biography/

    You will see: Home ยป Biography ยป DJ Carl Bio

    Home is linked, but "Biography" nor "DJ Carl Bio" are linked.

    Can you tell me why?

    THANKS!

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 29 total)
1 2 →

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 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