Search Results for 'display'

  • Author
    Search Results
  • #37560
    Zed
    Cryout Creations mastermind

    Erich, pages don’t display the meta bar and you appear to have no posts on your site.


    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

    If WPGlobus’ language menu relies on submenu items, that will not work in Tempera’s top menu as it does not display submenu elements. Only the main navigation (located below the header) has this feature.

    Twenty Fourteen doesn’t have a top menu – what is displayed at the top of the page is in fact its main navigation.


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

    The theme uses WordPress core functions to display the comments count.
    Disqus should filter the right function and add its own counter – I am not familiar with the plugin and I do not know if it does this or not.

    Did you use Disqus with any theme that displays the correct comments count?


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

    In reply to: Ads do not display

    Jan

    No. The add issue has been constant, sometimes they display but most times they do not. I find that the more pages i click through the more the ads start to display.
    I like the theme and use some of your other themes so i might just switch to one of the others that work great. However if there is a way to fix it I would love to get it fixed.
    Thanks!

    #37427
    Zed
    Cryout Creations mastermind

    If you don’t intend to use the main menu at all, you can hide the mobile placeholder with:

    body #nav-toggle {
        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.
    #37423
    Zed
    Cryout Creations mastermind

    toucan.photo appears to be loading http://www.toucan.photo/en through an iframe. It’s this iframe that may be interfering with your device’s responsive functionality.

    toucan.photo should be configured to redirect to the correct address, not use a workaround to display a duplicate of the site.


    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

    We’ve changed the searchform styling and it appears to affect the menu search box as well. Use this custom styling to reposition the search box:

    #access .searchform {
        display: inline-block;
        float: right;
    }

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

    The theme has independent options for how posts to be displayed on the homepage (presentation page) and category sections.


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

    In reply to: Above content Area

    Zed
    Cryout Creations mastermind

    The presentation page does not display the above/below content widget areas.


    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.
    #37397
    Morgan

    Hello,

    I would like to hide the “Archive by category” that appears when displaying all the articles from a category.

    How can I do that ?

    Thanks.

    Morgan

    #37366
    Zed
    Cryout Creations mastermind

    If you want the lightest solution, use the Text widget and type in the HTML manually – otherwise there are plenty of plugins designed to display content (including images) in widget areas.


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

    In reply to: Disable primary menu

    Zed
    Cryout Creations mastermind

    If you will not be using the main navigation, you can hide the mobile menu placeholder with:

    body #nav-toggle {
        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.
    #37359
    Zed
    Cryout Creations mastermind

    The presentation page and the blog page template don’t display the pagination. When the theme’s pagination is enabled, they display a “More Posts” button which dynamically load another page of posts below the visible one.
    When disabled, the blog page will not display anything else in place (since there is no pagination to begin with).


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

    There is no menu visible on your site at all right now (on any device/browser).

    To keep the normal menu visible on all devices and hide the mobile menu you can use this custom styling:

    body #access .menu ul:first-child { display: block; }
    body .tinynav { 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.
    #37337
    Lee Lemell

    Cleared the cache, tried with several other “fresh” browser, still same issue, no resolution yet.

    In addition, I noticed that the WooCommerce plugin product variable drop-down label text does not display.
    Please see: http://pbparrotheads.itipreview.com/product/membership-renewal/
    It is displayed as a white font on the white background (I can see the text if I highlight the text on the page, near the 2 drop-down fields)
    I have changed all the white text fonts in the color settings to see if any has any affect.
    Please advise.

    #37189
    Lee Lemell

    I have installed the Nirvana Theme in a client site. In addition, I have just updated the theme to the newest version today (Ver 1.2.4).

    Noticed an oddity – the Search button no longer has a magnifying glass symbol but an Asian symbol. (The Search feature is currently set to display in Navigation Bar).

    Please advise.
    (Of course I could revert back to previous version to temporarily resolve this.)

    #36811
    Zed
    Cryout Creations mastermind

    Displaying comments on the category page with intro raises some logistics issues: where would the comments appear? between the page content and the posts below? below the posts? (wouldn’t that be confusing them as belonging to the last post)?
    Then there’s the problem of paginations – both the posts and the comments can have paginations.


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

    In reply to: Columns in Nivana

    Zed
    Cryout Creations mastermind

    The tutorial applies to Tempera, Nirvana and Parabola (since 1.7). I have amended the content to more clearly state this (as it was initially written for Tempera only).

    If you’re using post-generated columns, the widgets are not used anymore. Make sure the posts that are displayed in the columns have featured images and that these images are larger than (or at least) the configured column size.


    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.
    #36787
    Sara

    I checked the theme’s featured image size and change it to 100×150 as you suggested and that solved the problem! I also disabled Photon since I noticed my images were displayed with less quality than the ones I uploaded (this was an old problem that I didn’t know how to fix) and now everything seems fine!

    THANK YOU VERY MUCH!!!

    #36761
    Ivan

    So I got some help with this from other sources. I managed to put some space between the menu but the vertical bars weren’t spacing correctly. A friend helped me with some CSS to get rid of those bars altogether but there’s still one vertical bar hanging out to the left of the main menu that I’d like to get rid of. Site is sdauthenticflavors.com/afc if you want to take a look at the offending bar.

    What I have in the Custom CSS is:

    li {
    display:inline-block;
    padding-right: 15px;
    padding-left: 15px;
    }

    #menu {
    margin: 21px 646px 21px 646px;
    }
    #header-container > div { text-align: center; }
    #access > .menu > ul > li > a > span {border:none !important}

    #36752
    Zed
    Cryout Creations mastermind

    Your images are used at 100×150 pixels while the theme’s featured image settings seems to be set to 250px (width).
    You are also using WordPress’/Jetpack’s Photon service (which loads images from their servers, not your own site). I’m not sure how (if?) Photon reads the theme’s image sizes.
    Disable Photon and check if the images are displayed at the right size, and if they still are not try to regenerate your thumbnails.


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

    The presentation page’s text fields and column contents support shortcodes, and the columns themselves are widgets, so you could display the search form in any of these.


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

    The text fields on the homepage (and text fields in the columns) support shortcodes, so you can display videos in them by inserting them as shortcodes (using a plugin to provide this 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.
    #36706
    Nadja

    Update: I’ve just published a new post and the problem has disappeared. The preview pictures are displayed now everywhere (http://verstehepferde.de/category/trainingstipps/). I have no idea why, but I am happy. Thanks for your time!

    #36685
    Zed
    Cryout Creations mastermind

    Tempera adds extra padding on main menu items to obtain the right appearance, and the custom menu item uses several inner elements that each get this padding.

    You can try this CSS:

    #access .ec_menu_mini_cart span {
        display: inline-block;
    
    }
    #access .ec_menu_mini_cart span span {
        padding: 0;
    }

    but it won’t look perfect, mostly because the icon container has some inline styling that shouldn’t be there.


    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.
    #36652
    Tapio Kujala

    This code is useful, thank you! Slider caption is not the best way to present recent posts, although well suited for example for displaying images.

    That reason I want to presentation page visible to only three or four columns, and completely get rid of the slider captions. I like the style of columns, but I would like to add text to content above the three or four columns. And use presentation mode landing page. How i can remove slider caption and keep the columns?

    #36640
    Zed
    Cryout Creations mastermind

    The theme does not have functionality to set different header images depending on device.
    How is your header image improperly 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.
    #36622

    In reply to: Adsense

    jan

    I see the ad scroll bar issue is now fixed with the latest update, Thanks You!
    However, Google ads seem to display randomly in the right side bar and most times don’t display at all on most pages.
    They show up in the theme customizer most of the time but in IE, Chrome, and Firefox, they rarely appear.
    Love the theme but really need the ads to show.
    Any thoughts on this issue?

    #36547

    In reply to: Meta bar lines

    Zed
    Cryout Creations mastermind

    The meta bar should disappear entirely when it’s empty – we’ll correct this in a future update.

    Until then, use this CSS to hide the meta bar everywhere:
    body .entry-meta { 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.
    #36542
    Zed
    Cryout Creations mastermind

    Depends on the desired visual presentation. If you want the news to be displayed in the slider or in the columns, those are image based so the posts need images. Try looking for a plugin that sets a default featured image (when no other exists).

    Otherwise, for text-only content you can enable displaying posts below the columns (but you’d need to control the category(es) also with a plugin if you don’t want all posts to show there).


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