• 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

CharlieL

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 54 total)
1 2 3 →
  • Author
    Posts
  • May 7, 2020 at 12:44 pm in reply to: Shouldn´t Atomic Blocks and Custom Post Type UI work together #498545
    CharlieL
    Participant

    Braddalton,
    Thank you for the links. I will study them in depth.

    May 7, 2020 at 4:39 am in reply to: Shouldn´t Atomic Blocks and Custom Post Type UI work together #498537
    CharlieL
    Participant

    Bradalton,
    Thank you for your suggestions. I appreciate your answer.

    The problem with the AB Post and Page Grid was that it did not show the Podcasts-category at all. It only lets through the Blog-posts category, when I changed the categories for the block.

    Does CPT relate to the Custom Post Type UI plugin, which I used? Or, do you mean the Custom Post Types plugin which I have bought in full version, but still not used?

    Would you please be so kind and elaborate a little more on the latter part of your answer. I think it is obvious to you that English isn't my native tongue. So a bit more on this would be very helpful.

    April 6, 2020 at 3:57 am in reply to: The CSS for the hero-image in Essence Pro? #497755
    CharlieL
    Participant

    Thanks herodogs inc, for the link.
    It lead me to this doc in \public_html\wp-content\themes\essence-pro\lib\header-functions
    On line 229 I found the CSS-code:
    $output = '<style type="text/css">.header-hero { background-image: linear-gradient(0deg, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0.60) 100%), url(' . esc_url( $bg_image ) . '); }</style>';

    So there were no settings in the Customizer for this.

    Problem solved.

    March 27, 2020 at 12:11 pm in reply to: Essence Pro Front Page Hero Section content does not show up #497555
    CharlieL
    Participant

    Thank you Victor,
    I did not expect Gutenberg Blocks on the front page. I am confused that I have to manage the settings for one certain part, in very different places, in the UI. After reading the instructions repeatedly, I could at last see how the settings connect.

    February 16, 2019 at 2:50 pm in reply to: Genesis compatibility with SEO plugins #489582
    CharlieL
    Participant

    Thank you, that is great info. Good to know. I also appreciate the filter-name.

    June 10, 2018 at 1:42 pm in reply to: SSL-settings for Enterprise Pro multisite #220720
    CharlieL
    Participant

    Thanks, Andrea,
    OK, I will ask my host what may cause this.

    June 8, 2018 at 12:02 pm in reply to: SSL-settings for Enterprise Pro multisite #220680
    CharlieL
    Participant

    Victor,
    Thank you for your advice. However, as far as I can see the address http://comart.se seems to be locked in some way. It is not editable.
    And I did try to change the address at the main site. Multiple times without success.

    I also tried a change in wp-config.php at define('DOMAIN_CURRENT_SITE', 'comart.se');
    But that caused the network settings to be inaccessible because the network-pages showed an error.

    Could there be a place in the PHP-files that maybe will affect the settings in back-end?

    June 8, 2018 at 6:59 am in reply to: SSL-settings for Enterprise Pro multisite #220666
    CharlieL
    Participant

    I forgot to add a screendump of the settings page that shows that the site address is greyed out and not editable:
    Network settings page for multisite

    Any other way to edit site address for SSL?

    March 2, 2018 at 8:03 am in reply to: Translation for the Milan Pro Theme by Themetry #217215
    CharlieL
    Participant

    As my translation with mo- and po-files are not working I made the hardcoded translation within the functions.php file. But there are still words that are not translated, .
    For example By, FILED UNDER, PREVIOUS POST, NEXT POST. These can not be found in the functions.php. Where are they hidden?

    March 2, 2018 at 3:16 am in reply to: Translation for the Milan Pro Theme by Themetry #217207
    CharlieL
    Participant

    Andrea,
    Thank you for directing me to the right code. But I wonder, will not an update of the theme delete any changes there?

    March 2, 2018 at 3:12 am in reply to: Translation for the Milan Pro Theme by Themetry #217206
    CharlieL
    Participant

    Victor,
    Thank you for your advice. I found the file and translated it to Swedish. I saved it as sv_se.mo and sv_se.po. These files are in the same languages-folder as milan.pot. However I can´t see that the words are translated. They are still in English.

    In the settings in backend I have choosen Swedish as language setting. And I did also clean the browser cache. But still it is in English.

    Should the files have some other namne?

    January 20, 2017 at 8:31 am in reply to: How to get a Template page visible in the Page > Template menu #199731
    CharlieL
    Participant

    Thank you, Victor Font,
    OK, then I have to look into the server or if there are any cache effects anywhere.
    Have to speak with my web host.

    Great to know this, so I am not fencing in the air.
    Then it is easy to make one's own pages, at least as long the code is GPL. 😉

    Best Regards,
    CharlieL

    January 20, 2017 at 7:46 am in reply to: How to get a Template page visible in the Page > Template menu #199723
    CharlieL
    Participant

    Hi Victor Font,
    The first lines of code are these:

    <?php
    /*
    Template Name: Landing_C2
    */
    remove_action( 'genesis_before_post_content', 'genesis_post_info' );
     
    /** Remove the entry meta in the entry header (requires HTML5 theme support) */
    remove_action( 'genesis_entry_header', 'genesis_post_info', 12 );
     
    /** uncomment line below if you are using any after post widgets */
    remove_action( 'genesis_after_post_content', 'genesis_after_post'  );

    Regards,
    CharlieL

    January 18, 2017 at 9:55 am in reply to: Enterprise Pro Home Bottom Widget do not accept lists #199614
    CharlieL
    Participant

    Thank you so much, Victor font!
    Your link explained it clearly: As I am not acquainted with how to bring the code into the Loop,
    I had to accept that no typographic styles are allowed in the import into a Widget.
    It is interesting to learn how ordinary arrangements like making a bulleted list affects the
    way one has to work in WordPress.
    That changed my view on Widgets. It seems better to avoid them.

    Regards,
    CharlieL

    December 10, 2016 at 11:13 am in reply to: Your opinion on a menu-issue #197402
    CharlieL
    Participant

    Thank you, Victor Font for your comment.
    It doesn´t seem to be a good idea to override WordPress. I guess WP-updates then may be more cumbersome for clients.

    But I will look further into this task and check if it will be possible to come close to the menu of the example site, within
    the limits that WP sets.

    Regards,
    CharlieL

    December 5, 2016 at 6:35 am in reply to: Why use both px and rem in font-size? #197042
    CharlieL
    Participant

    Thanks, Susan for the useful links! Yes, it seems to be issues with IE that causes this doubling of measures.
    There was one comment in the first link saying: "the only real reason to use (r)em is so IE users can resize
    the text?" But other comments bring a lot of confusion to which strategy to follow.

    Therefore it would have been interesting to hear the incitement for the developers of the Infinity Pro theme
    to use both measures, or maybe that´s against their policy. However, it is always better to have some deeper
    insights on the themes one is working with. It is of great value when choosing a theme for a new site.

    The tutsplus.com-link was also good. I have to read it again to fully comprehend the content. I have not used rem
    before so there are some new things to me to be used to.

    Thank you, Susan, for commenting.

    November 25, 2016 at 4:19 pm in reply to: Change size of body copy in Enterprise-Pro #196635
    CharlieL
    Participant

    Thanks Victor Font for your comment.
    OK, so then there is only the body selector to work with.
    Of some reason my change of the font-size in the style sheet didn't show up on my
    web site at my first test. Maybe there was some kind of error that I am not aware of
    so I have to retry. But I got a feeling that something will override the body tag.

    It would have been interesting to hear how the creators of this theme were reasoning
    at its planning. If it was ment that the browser should set a standard font-size or what.
    I can´t derive it from the style sheet.

    November 1, 2016 at 3:36 pm in reply to: Multiple After Entry Widgets #195610
    CharlieL
    Participant

    Andrea,
    Good point. I guess you mean Author Profile or bio for users.
    Naturally an easier way to manage it as I saw that the theme was prepared for Author Profile in the CSS.
    Thank you!

    November 1, 2016 at 1:06 pm in reply to: Multiple After Entry Widgets #195602
    CharlieL
    Participant

    Thank you carasmo.
    Yes, there are plugins for almost anything. But it can be hard to find them and choose among them.
    I will look deeper into your suggestion.

    Thanks a lot,
    CharlieL

    November 17, 2015 at 4:46 pm in reply to: Harmful link? #171363
    CharlieL
    Participant

    Thanks, so it is Instagram housing risky ads. Good to be aware of.

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

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