Search Results for 'display'

  • Author
    Search Results
  • #34246
    WayneM

    This works… Just add to custom css in Tempera misc. settings:

    @media (max-width: 650px) { #topbar {display:none;}}

    #34213
    Zed
    Cryout Creations mastermind

    If the other pages are in fact (static) pages, you can use the theme’s featured image as header image option and define featured images (with the proper size) for the other pages which will be displayed in the header area.

    Otherwise, you may be able to find a plugin to help you do this with categories/posts as well.


    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.
    #34193
    Patty

    Sorry if this posts twice.

    I’m having a similar problem. I have posts to be displayed on presentation page turned off (but set to 20 regardless)

    I have Presentation page columns set to Specific Posts.

    I have 12 IDs in the box, all separated by commas.

    The page will only show 10, no matter what I do.

    #34192
    Patty

    A very similar problem here.

    I’m manually listing the posts I want on the presentation page and it will only show 10, no matter how many post IDs I copy into the field.

    I have “show posts on presentation page” disabled, but I’ve set the number to be displayed to 20 regardless.

    Under “presentation page columns” I have “specific posts” selected, and have so far entered 12 codes.

    Previously, I had Latest in category selected, and it gave me the option to give a number of posts I wanted. But this option puts the posts in the wrong order. The option where I have to find and enter the individual post ID does not have a box where I can change how many posts I want displayed.

    #34137
    Zed
    Cryout Creations mastermind

    The homepage can be uniquely identified with body.home. As a result, you can append this to any custom styling rule to only make it apply on the homepage:
    body.home #my-container { 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.
    #34128
    Zed
    Cryout Creations mastermind

    I see no trace of that functionality in the source of the page, so it is not the case of a styling issue.

    Is the rating correctly displayed on one of the default Twenty themes?


    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.
    #34097
    Zed
    Cryout Creations mastermind

    Mike, are you displaying your posts full or as excerpts?

    The theme will display the featured images only with excerpts.


    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.
    #34091
    Zed
    Cryout Creations mastermind

    That is not possible currently.

    Posts displayed on magazine layout should be controlled to have as similar length (height) as possible to avoid large white spaces between them.


    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.
    #34088
    Zed
    Cryout Creations mastermind

    The theme has 4 footer widget areas. You can display widgets in either all of theme (and they will be displayed horizontally) or in just some (and then multiple widgets in the same area will be stacked).

    On mobile devices the widget areas automatically re-align in two then one column (so they fit on the screen).


    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.
    #34085
    Zed
    Cryout Creations mastermind

    Is the gallery correctly displayed on one of the default Twenty themes?


    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.
    #34038
    Zed
    Cryout Creations mastermind

    This file cannot be easily overridden in the child theme.

    However, you can simply override generated colours using more specific custom styling, like:

    body .coldisplay1 .column-image-inside { background: rgba(64,64,64,0.3); }
    body .coldisplay1 .column-image-inside:hover { background: rgba(64,64,64,0); }

    I don’t know the exact colour you are using so I’ve used 64,64,64. Replace with your own colour.


    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.
    #34033

    In reply to: Full-width page

    Zed
    Cryout Creations mastermind

    The theme’s existent “One Column (no sidebar)” page template should work for this scenario.

    If a page using this template displays empty sidebars, make sure that in case you are using a caching plugin you keep CSS minification disabled in 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.
    #34014
    Zed
    Cryout Creations mastermind

    Comment-related plugin usually hook their content to the comment form labels (which Tempera hides for aesthetic reasons).
    body #respond label { display: initial; }
    will restore them.


    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.
    #33912

    In reply to: logo location

    Zed
    Cryout Creations mastermind

    You are currently using the logo to display the logo, not the header image.
    The center option applies to the header image. To center the logo (or title/description), use
    #header-container > div { text-align: center; }

    The theme will not display both logo and title at once.


    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.
    #33899
    Zed
    Cryout Creations mastermind

    Gilles, the presentation page should not display a pagination but the “read more posts” button. I’m not sure how you’re getting the pagination…

    David, I see more than 5 posts on your homepage now.


    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.
    #33896
    Zed
    Cryout Creations mastermind

    If you’re referring to the theme’s extra text fields that display on the homepage, those do not feature any kind of advanced editor (for now) so you’ll have to type in the HTML code directly (if you’re not familiar with HTML, you could write your text in a new post or page, switch to the Source View mode of the editor and copy the code from there; but the end result will not look identical to what you see in the editor)


    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

    The theme can either display your logo or the site’s title & tagline.
    Displaying both simultaneously is currently not a feature, however a workaround is to use the header background image (place your logo in a large image that covers the entire header area and set it in the site) and then set the header content to site title&description (but move that slightly to the right so it doesn’t overlap the logo that’s in the background).

    This workaround will not play nicely on mobile devices, though (the header image get resized a lot).


    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.
    #33893

    In reply to: Photos too Big

    Zed
    Cryout Creations mastermind

    Your images are loaded at the exact size they are displayed at, so there is no wasted extra size on them.

    You do have a lot of images on that page, but I don’t believe they amount to that much bandwidth usage.

    You could consider switching to a different package or host if your current one has limits that no longer suffice for your site/content.


    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.
    #33891
    Zed
    Cryout Creations mastermind

    jQuery(…).slider still points to a JavaScript issue.

    jQuery is part of WordPress core and should just work, unless something else is unloading/overlapping/overloading it.

    Without access to the problematic dashboard I cannot give you any direct solutions, but my approach to this kind of issues is:

    • always double-check everything (that the plugins are all disabled, that everything is updated, that the browser is displaying the up-to-date site and there is no caching involved)
    • browse through the sourcecode of the site looking for any occurrences of the “jQuery” words (specifically related to external .js files); check whether these are part of WordPress or loaded from plugins/theme/remote URLs.

    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.
    #33838
    Rick H

    The problem is not on the front page, although full posts are displayed on the front page.

    The problem is on a ‘page’ that has links to media content. If I add another media content item to the page, all of the HREFs are deleted on Publish.

    Again, this has happened with the last one (or two) updates. It was OK back in the first part of September.

    …Rick…

    #33832
    Gilles

    Thanks !

    I understand.

    Problem is : pagination does not work :/
    When I click on the second page the same posts are displayed, even if I have more post !

    Also, is it possible to choose another “more post” style Like on this website :

    #33818
    Zed
    Cryout Creations mastermind

    The frontpage.php file containes all the sections displayed. To re-order them you’d need to move their responsive blocks of code around.


    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.
    #33813
    Zed
    Cryout Creations mastermind

    The number of posts to be displayed on the homepage when using the presentation page is configurable in the theme’s settings, in the Presentation Page section.


    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.
    #33811
    Zed
    Cryout Creations mastermind

    Could you give a link to a page/post displaying 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.
    #33806
    Zed
    Cryout Creations mastermind

    Tracia, what browser/device are you seeing this on? Cause it displays fine for me.

    If you caching plugin has a CSS minification feature, turn it off.


    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.
    #33805
    Zed
    Cryout Creations mastermind

    Displaying the site via an IFRAME might be the cause of this issue.
    You should consider moving the site to the target address and not run it masked from http://www.razzmatazz.se/itautomation/


    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.
    #33800
    Zed
    Cryout Creations mastermind

    Are you displaying excerpts or full posts on the front page?
    When excerpts are used, all HTML content is automatically stripped by WordPress and the text is trimmed to a limited number of words.

    Switch to full posts (look in the Post Excerpt in theme settings)


    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.
    #33734
    John

    That was it! Thankyou!

    My primary browser is Firefox, currently at version 4.03.

    In Safari, the display is OK, and is inline with the associated check box, instead of dropping to the line below.

    Here’s a screenshot of the area in Safari

    The selection does indeed function when using Firefox

    Excellent themes and outstanding support! Thanks again

    Cheers

    #33591

    In reply to: Blog page with Paging

    Zed
    Cryout Creations mastermind

    Do you want to change the number of posts per page displayed in “Blog”?
    That’s the general limit set in WordPress, under Settings > Reading.

    Also, skip step 2. Doing that will make WordPress force display posts at that address/page ignoring the page template completely (and bypassing several theme settings). Using the blog page template is sufficient to make the page act as WordPress’ standard blog page.


    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.
    #33552

    In reply to: Title in the caroussel

    Zed
    Cryout Creations mastermind

    If you use post-generated slides, you can hide the titles/texts with CSS:

    body .nivo-caption {
        display: none !important;
    }

    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 - 1,111 through 1,140 (of 1,618 total)