Search Results for 'display'

  • Author
    Search Results
  • Zed
    Cryout Creations mastermind

    You can hide them with CSS:

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

    As you are not using text on your columns, as of version 1.3 you need to type in at least some spaces in the text fields for the Read More buttons to be displayed.


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

    Make sure your posts are set to be displayed as excerpts (at least on the homepage). The options are under the Post Information 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.
    #33424
    Zed
    Cryout Creations mastermind

    Support for custom widgets in the columns is still experimental.

    Add this custom CSS to better handle the twitter widget:

    @media (max-width: 800px) {
      #front-columns #pi_simpletwittertweets-2 {
        display: inline-block;
        width: 47%;
      }
    }
    @media (max-width: 480px) {
      #front-columns #pi_simpletwittertweets-2 {
        margin: 10px 10%;
        width: 80%;
      }
    }

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

    Each page has a title field when you write it in the dashboard. That exact title will be displayed in the browser’s tab title 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.
    #33265

    In reply to: Lost menus

    Zed
    Cryout Creations mastermind

    As I have answered via email, the menu is part of and is administered by WordPress itself, not the theme. The theme is only responsible with displaying it.

    If your menu items get lost after you press the Save Menu button in the dashboard, you may be hitting a server variables count limit. This article has useful information into the matter.


    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.
    #33242
    mike

    Found it! You can choose to display HTML Tags in the excerpt view. This solves my problem.
    Want to have line breaks in the excerpt view? Now you can with <br>

    #33239
    mike

    Hi,
    i have many posts using the “code” tags. But they do no format the text properly in the post excerpt view. If i open the full post using “Read more” the code is displayed properly as it should using the code tag. How can i fix this?

    Thanks
    mike

    #33234
    Zed
    Cryout Creations mastermind

    That was in fact an error messing up the meta information display which we’ve fixed in 1.3.2.


    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.
    #33180
    wayfarer

    Updating Tempera shouldn’t erase any of your layout settings. This is from the Tempera FAQ page:

    D. Updates

    ▶ D1. Are my hard-worked settings kept during an update?

    Theme settings (together with the Custom CSS and Custom JS field contents) are kept during updates.
    File modifications (changes to style.css, to theme files or newly added files) in the theme folder are lost on update (this is default WordPress behaviour).

    Consider using the custom CSS / JS fields or resorting to child themes for your extra customizations.

    Important note: Since you can never have enough backups – and just to be on the safe side – use the Export Settings button (in theme settings) to save a complete backup of all theme settings before updating.

    Updating your theme is quite simple. In your WordPress dashboard, go to Appearance > Themes. Any themes that have updates available will display an alert banner. Click on the theme you want to upgrade and click on “update now.”

    Just remember to backup your site before you attempt to update it.

    ~ Wayfarer

    #33158
    Zed
    Cryout Creations mastermind

    What URL is your plugins page taking you to when it displays the 404 error?


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

    In reply to: Cryout Widget Columns

    Zed
    Cryout Creations mastermind

    MacQ, in the 1.3.0 update we rewrote the column functionality (to be in sync with Nirvana’s code). Now, if the columns don’t have any text entered, the read more buttons are not displayed either. Type in at least a space.


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

    That’s a bit more complicated to add. Plus, the header image alt attribute is not that important since the header area can have the title / logo displayed (with information).


    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.
    #33130
    Dani

    Hello again
    i mean i would like the “slider pictures” on all sites… – not only displayed on the presentation page. If you have any ideas for me?
    Thank you and greetings Dani

    #32533
    Ron

    I have the same problem. Updated the Tempera template, and now date and category are displaying twice.

    #32482

    In reply to: Cryout Widget Columns

    Zed
    Cryout Creations mastermind

    You are using HTML on your column titles which causes code markup errors with the latest update (in which the image alt attribute displays the column title for SEO/accessibility purposes).


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

    I see the columns display the read more buttons at this moment while using the latest theme update.
    Did you solve 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.
    Zed
    Cryout Creations mastermind

    The alt attribute displays the slide title starting with 1.3.0


    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.
    #32433
    Karina

    I can’t edit anything in my page, undo the theme update, etc and my page is no longer displaying! Please fix or share a fix ASAP.

    Parse error: syntax error, unexpected ‘:’ in D:\Hosting\2636178\html\egcamp\wp-content\themes\tempera\includes\widgets.php on line 108

    #32332
    Zed
    Cryout Creations mastermind

    What you are describing is controlled by the Photo Frames option (also present in the presentation page settings, after the one you’ve already tried out).

    The Column Display option controls how the column content is displayed only, does not apply to the frames/skews.


    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.
    David Calderwood

    I too found that there is an error in the mobile CSS file that is causing the header logo to display incorrectly in mobile devices between 650px and 1350px media size. There is a missing media size, so I have created the code and added it to the Custom CSS and this corrects the logo size to display correctly on larger tablets and small laptops. This code is not perfect, but will get things displaying correctly. Add it to your Cusomt CSS in the Miscellanious tab:

    /* FIX MOBILE LOGO SIZE*/
    @media (max-width: 1650px) {
       #branding, .topmenu { width:100%; }
       #bg_image {width:100%;}
       #header-container > div {height:100%;}
    } 
    #32137
    Emilio

    Mike Thanks
    This is what I did.
    Activate Related posts in Jet Pack Dashboard
    Then in Admin Dashboard, went to \Settings\Reading\Related Posts as you suggested (I was at a loss because I couldn’t find it since i hadn’t activated it in Jetpack first).

    Now just have to figure out how to display a preset image if post has no featured image.

    Nirvana Rocks I love it!

    Now it works great!

    Thanks again!

    #32122
    MikevZ

    I believe the presentation page will actually boost your site’s Google ranking due to its dynamic character if you regularly post.

    You could use a SEO plugin like Yoast to configure how your homepage and other pages display in Google’s results.

    #32118
    Kennedy

    I really need to know this too. Using the Tempera theme and google searches are not displaying as they should (i.e. with site name, followed by menu items). Love the theme but this would be a tragedy if there’s no solution to this!

    #32073
    Zed
    Cryout Creations mastermind

    Your featured images thumbnails are smaller than the size they are displayed at.

    Try a thumbnail regeneration plugin to make sure WordPress has the exact thumbnail size the theme is currently configured to use.


    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.
    #32050
    Connie

    I put a link in the cryout column link field but there is not link displayed on the page so it’s not showing up at all.

    #32040
    JoAnn Jordan

    Ditto this comment. Except for the home page, all pages and posts display with a header and a white page on a mobile phone. I LOVE this theme. Please resolve this issue.

    #32016
    Tim Henderson

    I have a similar problem. The slider works perfectly on a desktop browser but on my phone it during the transition loads each image twice, one stretched to twice the height and one correctly displayed on top of it. This is causing the other content to be pushed down. I have tried using both chrome and Firefox on android and the same thing is happening. I have cropped all of the images to the same size as the slider.I used this theme on a previous website and this was the only issue I had with it. I ended up not using presentation page in the end which was a shame as I quite like it.

    #31989
    Zed
    Cryout Creations mastermind

    The column images are not currently links. On desktop browsers they have the dark overlay that acts as a link, but this overlay is not displayed on mobile devices. Here only titles and texts are links, but you are not seeing these because they are white text on white background.

    The images will become links in a future update. Until then, you should correct the colours problem.


    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

    By default the theme displays featured images next to post excerpts.
    Did you set a featured image for that post or just inserted the image inside the post?


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