Search Results for 'display'

  • Author
    Search Results
  • #43349
    Zed
    Cryout Creations mastermind

    1. The sidebars display widgets. To change the contents of a sidebar you need to administer (add/remove) widgets.

    2. The “skip to content” link should only be visible to screen readers. IF you’re seeing it in the browser, there should be further issues on your site due to lack of styling (you did not provide a link so I can’t check this).

    3. We’ve changed no lists/widgets/sidebar functionality in recent updates. Such an issue may be related to (2) and lack of / broken styling.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #43330
    Zed
    Cryout Creations mastermind

    To display complex structure information in the text areas you need to either manually create the HTML markup (and styling) for that structure, or rely and use a layout plugin that provides shortcodes for it.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #43329
    Zed
    Cryout Creations mastermind

    The title and text fields are designed to display different kinds of information. You’re trying to customize a heading to look like a blockquote.

    It would be simpler to insert all your text in the text field (and format it as needed).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #43179
    Zed
    Cryout Creations mastermind

    The ‘Blog’ section appears to work now, as it displays 3 posts.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #43178
    Zed
    Cryout Creations mastermind

    That is WordPress’ placeholder content when the site has no posts available. It can be disabled by changing the general Reading options to display a static page on the homepage.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #43164

    In reply to: translate homepage

    Zed
    Cryout Creations mastermind

    Polylang allows you to define multi-language versions of pages, which will be displayed accordingly by the theme.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    Zed
    Cryout Creations mastermind

    Most of the theme’s presentation page fields support basic HTML and shortcodes. Some areas display post content (as it is defined).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #43026

    hi, maybe you can try this, from wp-admin menu : appearance-customize-additional css
    try to input (for example) like this:

    .comment-form-comment textarea {
    display: block;
    float: none;
    font-size: 12px;
    height: 5em;
    width: 50%;
    }

    #respond input {
    font-size: 12px;
    width: 50%;
    }

    save, publish and see whats different, change value if you need it

    Website: raftingbatu.id

    #42982
    Zed
    Cryout Creations mastermind

    While the theme features plenty of social icons, Ask.fm and deviantArt are not among the list of supported icons. In this case, the theme will display the default ‘link’ icon for that social item.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #42846
    This reply is private.
    #42839

    I am having a similar problem. I have some shortcode on one of the pages displayed in the text area on my landing page. On the page itself, it is fine. On the landing page, it is displaying the long code for the short code.

    The page is still very much in development.

    Website: s214819529.onlinehome.us

    #42788

    @Aniket

    try this css trick, is easy, add this in “customize – Miscellaneous – Custom Theme CSS”

    #site-title span a span:first-child {
    display: none;
    }

    it remove first letter & effect, so you must change your site identity to FFluida Flows

    hope it works

    Website: raftingbatu.id

    #42771

    Friends,

    I found the answer right here on the forum, after much research.

    I think it would be important to describe this procedure in the FAQ … Just a hint ….

    Here is the solution:

    #access {
    display: block;
    float: left;
    margin: 1px auto 0;
    width:100%;
    }
    
    #main {
    clear: both;
    padding: 0px;
    margin-top: 1px;
    } 

    Website: www.ipce.net.br

    #42757

    In reply to: Media from link

    Zed
    Cryout Creations mastermind

    Does switching to one of the Twenty themes change anything?

    What the second screenshot displays looks similar to WordPress’ new embed feature (introduced in 4.6 I believe).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #42753
    Zed
    Cryout Creations mastermind

    Fluida is designed with wide featured images in category lists. You can adjust the featured image height from the theme’s options (under Post Information > Featured Image in the customizer), but the width will always be that of the post width (which on the posts in one column layout is equal to the site general width).

    If the images your posts display were uploaded before you’ve activated Fluida on your site, you should regenerate thumbnails for WordPress to create better proportioned (wider) image crops for the theme.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #42725
    Zed
    Cryout Creations mastermind
    #header-widget-area ul.yoyo > li {
        float: left;
    }

    This will make the header widgets display in one row (if they fit in the available width).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #42724
    Zed
    Cryout Creations mastermind

    1) I thought you wanted to add extra social networks (beyond the ones already available in the theme) – this is what I remember the previous discussion was about. I wasn’t aware you wanted to display more than the theme’s maximum 5 simultaneous social icons.

    For this task you can disable the theme’s social icons and switch to using a plugin.

    2) Genericons is an icon font – meaning the icons themselves are not images but rather characters (letters) in a dedicated font. To replace them you’d need to create your own font and use it on the site for specific elements.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #42723
    Zed
    Cryout Creations mastermind

    You can do this with custom styling:

    @media (max-width: 800px) {
       #frontpage .slider-wrapper {
          display: none;
       }
    }

    You can adjust the 800px value to control which devices the styling applies to.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #42722

    In reply to: Author Bio on Archive

    Zed
    Cryout Creations mastermind

    Remove it from the author’s user information or hide it from the site with CSS:
    .archive #author-info { display: none; }


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #42706

    In reply to: Header in Homepage

    Zed
    Cryout Creations mastermind

    The header image is normally displayed on the homepage the same as on any other section of the site. Make sure you haven’t chosen to hide it in the theme’s settings (under the presentation page settings > Extra > Hide Elements)


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #42671

    Okay I’ve found it:

    article.hentry .article-inner {
    display: block;
    overflow: hidden;
    padding: 2em;
    }

    On my site I’ve set the padding to ‘0’.

    [ Copy and paste into ‘Custom Theme CSS’ on miscellaneous tab in the Customizer. ]

    • This reply was modified 8 years ago by rizomorph.
    Kay
    Cryout Creations mastermind

    Hi Axel-o,

    1. To hide the titles of the text areas you can add this to the ‘Additional CSS’ area in the Customizer:

    .lp-text-title { display: none; }

    2. You can disable the overlay by turning the header overlay opacity (under Colors > Header) to 0 but the image will still be grayed out. We’ll add a fix to this in the next theme update to remove the grayscale filter if the opacity is 0.


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #42509

    In reply to: Septera Theme

    myob9a
    Power User

    Right – after exploring somewhat further I locatd the issue with class “lp-boxes’ and it is fixed.

    The class lp-posts I now understands comes from the latest posts. Is it possible to do two things:

    • Enable turning on/off the ability to have this feature appear at the bottom of the landing page;
    • Enable the number of posts from the above feature displayed on the landing page to be set independantly of Dashboard>Settings>Reading>Blog pages show at most setting. On thge landing page I might only want to show the lastest (say) 2 posts but on category page I may want to show 10/page

    Website: reid.gafferdesigns.com.au

    #42491
    Zed
    Cryout Creations mastermind
    body #nav-below {
        display: none;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #42490
    Zed
    Cryout Creations mastermind

    You can leave the landing page to the default way of displaying posts on the homepage, and then disable the posts list from the theme’s options.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #42475
    Zed
    Cryout Creations mastermind

    Sticky posts are a notion that only matters on the homepage list of posts. These are not displayed out-of-order anywhere else.

    You may need to look for a plugin to provide such functionality.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #42471
    Zed
    Cryout Creations mastermind

    The theme can display up to 5 social profile icons/links, in any or all of the existing 6 social icons locations.

    For additional simultaneous links you can try using a plugin.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #42469

    In reply to: Futura Font vs MacOs

    Zed
    Cryout Creations mastermind

    The browser relies on system fonts to display the configured font faces. If these fonts are not available in specific operating systems, the browser will use fallback font families (which may or may not look similar to the initial font).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #42461
    Zed
    Cryout Creations mastermind

    The featured image is not displayed inside single posts or pages. If you need it visible there, you can insert the image at the beginning of the post/page content.

    The featured image as header image option can be used regardless of this.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #42459
    Zed
    Cryout Creations mastermind

    You can use custom styling:
    body.page-id-ID #access { display: none; }

    You’ll need to duplicate and replace with the proper page ID for each page in question.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 30 results - 811 through 840 (of 1,618 total)