Search Results for 'display'

  • Author
    Search Results
  • #54856
    Zed
    Cryout Creations mastermind

    Depends on how you want to change it.
    Search results are displayed exactly in the same configuration as category and archive sections (and based on the current configuration of the theme 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.
    #54855
    Zed
    Cryout Creations mastermind

    Featured images are displayed in posts lists, but are not displayed on single post pages. In this case the desired image (with the desired sizes) can be inserted directly in the post content. Additionally, featured images can be displayed in the header on single posts (the option for this is in the theme’s Featured Image panel).

    The logo needs to be activated from the theme’s Header options 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.
    #54851
    Zed
    Cryout Creations mastermind

    You can control the meta information displayed through the theme’s options (under the Post Information panel).


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

    The theme does not have integrated functionality to display posts in 3 columns. This could be possible, but will need a certain amount of customization and extra 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.
    #54774
    verbaljam
    Power User

    Thank you for your answer. I indeed tried two plugins, ‘Category Featured Images – Extended’and ‘Categories Images’. In the admin area they work ok, but no category images are shown when I display a category page. Maybe the plugins are overruled by the Anima theme?

    Website: arnoudhugo.nl

    #54756

    Is there another CSS code to try? I tried the suggested, with no luck:

    #main .content-widget-before, .content-widget-before > section {
    margin: 0;
    }

    I also tried this one:

    #content {
    padding-top: 0!important;
    }
    .page-header {
    padding: 0;
    }

    Also tried:

    #main {
    padding-top: 0;
    }

    #content .entry-header {
    display: none;
    }

    I tried putting all of them (separately) in the custom CSS section of the customizer, and also in Nirvana’s “misc. settings” in the custom CSS section.

    I also tried to put all of these (separately) in the CSS code into the styles.css stylesheet (I know it isn’t advised to make changes here, as they can get lost with updates, but the other options didn’t seem to work.)

    Loading the code there didn’t work either.

    Website: www.freeingtomorrow.com

    #54686
    Zed
    Cryout Creations mastermind

    Your site appears to use the One Column layout. Switch to the left/right sidebar layout to display the sidebar on the side (and site info 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.
    #54678
    Zed
    Cryout Creations mastermind

    The header menu located in the top bar does not display submenu items and is not designed to be used as a main navigation replacement.
    The theme has its main navigation with submenu support in the header area, below the header image (if used).


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

    The menu needs to fit in the available space (on the right side of the site title) to be displayed there.

    I suggest you reorganize your menu so that it has less top level items.


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

    The boxes areas are designed to display content from posts. To make them display posts you’d need to customize the content queries defined in includes/landing-page.php (preferably in a child 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.
    #54516
    Zed
    Cryout Creations mastermind

    @chrisrossjones, the theme’s landing page feature is only enabled when the homepage is set to display the posts list. Setting a static homepage overrides it.


    @Theone_Joostensz
    , what are you trying to do?


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

    Hi,

    My site title text next to the logo at the top currently drops down over the feature image on phones with a small screen, for example an iphone 5. I would like to know how to reduce the size of the text so it fits at the top next to the logo, or even better how to ensure that it automatically resizes and does not display over the feature image.

    thanks,

    Adam

    Website: www.nottinghambikeworks.org.uk

    #54434

    Let me try this again.

    The size of the images isn’t the issue because all my featured images are larger than the display area.

    My site is set for a max width of 1920, and all my image widths are larger than that.

    #54424
    Zed
    Cryout Creations mastermind

    The CTA buttons are features of the static slider image area and are not displayed or connected with any text area.


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

    The theme uses WordPress’ core logo functionality to retrieve the assigned image. WordPress applies a filter on the content returned by the get_custom_logo() function – which can be used when certain pages are displayed to override the image markup.


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

    The featured image needs to be large enough (at least 75% of the configured site width) to be displayed in the header.


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

    The position the crops are performed for featured images displayed in posts lists is configurable in the theme options.
    For images already uploaded to the library you’ll need to regenerate the thumbnails if you change the crop position.


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

    The image can use images in multiple areas with various sizes so it registers 8 image sizes. However as WordPress provides not way of controlling when these image sizes are needed or not and there’s no clear way for when a particular image is displayed in particular locations / at particular sizes, the only way for everything to work is to create the images sizes for all images.

    If you’re not using specific theme functionality you can force disable specific image sizes (using custom code as there’s no option to control this) so some of the resizes are no longer created.


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

    Between text areas 3 and 4 the theme normally displays a posts list on its landing page feature (which can be disabled from the theme’s options).

    I don’t see any of the text areas currently being used on 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.
    #54392

    In reply to: Tagline doesn't work

    Zed
    Cryout Creations mastermind

    Theone, if you’re referring to the tagline displayed on top of the homepage image, that’s read once by the theme (on install) from WordPress’ general options. To change it later check the theme’s Landing Page 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.
    #53976

    How do I display a specific Text – for example the title of the Blog on the headerimage of the page?

    I am talking about insights.anchanto.com

    Website: www.anchanto.com

    #53857
    Zed
    Cryout Creations mastermind

    The theme has the ability to display up to 4 boxes per row. Increasing this value is not easy to do.


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

    Yes, standard posts are displayed according to the theme’s post information option. Post using post formats are displayed in full in our newer themes because they usually display things that are not excerpt-able.


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

    Hi Zed

    Yes I did, I found it easier to customise and get the look I wanted. However, your answer has solved the problem – I didn’t realise that my posts were automatically recategorised as ‘gallery’ posts, which I assume means as non-standard posts they were displayed in full. If I was to change them to standard posts in Anima (because I could switch theme again), would I be able to display the excerpt?

    Thanks

    Website: www.birdflyingsolo.com

    #53628
    Zed
    Cryout Creations mastermind

    @nazpaan, did you switch to Nirvana?

    If you’ve tried the same content with Anima, almost all of your posts are image posts. As the hint you’ve already found says: ‘post formats always display full posts’ – this includes ‘image’ 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.
    #53617
    Zed
    Cryout Creations mastermind

    Due to the layout of the elements moving any of these widget areas to be displayed below the content on mobile devices is very complicated. I suggest placing bulky widgets to the third widget area so they’re not displayed on mobile devices (like before) and don’t use up space before your actual content.

    Previously the theme had one widget area which was only visible on desktop (being entirely hidden on mobile devices). We’ve split that into 3 separate widget areas: two visible on all devices (one above and one below the menu) – these are generally meant for small widgets / short content and a third widget area that’s hidden on mobile devices – this is the one meant for large sidebar 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.
    #53590

    Hi

    Thanks, I’ve done this but I am still getting the full posts displaying on the home page and my category pages as well. It says ‘post formats always display full posts’ underneath the ‘standard posts on homepage’ dropdown menu which is strange. I don’t know what that means and how I can change it…?

    Website: www.birdflyingsolo.com

    #53552

    My meta information is missing…
    I’ve checked the boxes for displaying date, time and comments under meta information, but it’s still missing from my post on my front page.

    Does someone know what string/code I have to use, and where to put it(what file)? (I edit the files through FTP).

    Best regards!

    Website: www.hanspetterandreassen.no

    • This reply was modified 7 years ago by Zed.
    • This reply was modified 7 years ago by Zed. Reason: merged
    #53202

    Thank you! I thought it needed something to specify homepage only, but didn’t know what I needed to do.

    I had to put a comma between #branding and #logo and now it’s working.

    .home #branding, #logo {
        display: none;
    }
    #53152
    Zed
    Cryout Creations mastermind

    The featured icon blocks are intended to display icons (hence their name). If you need different behaviour for a specific site we can generally do that through our customization service.


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