Search Results for 'display'

  • Author
    Search Results
  • #48907

    Usa a plugin to add category to pages, assign to pages the category you want to be displayed in featured box.

    Et voilà!

    😉

    #48825
    Zed
    Cryout Creations mastermind

    The theme has a built-in option to hide page titles.

    The space you want to remove is mostly part of the above content widget area (which you use to display the banner image). You can reduce its margins with:

    #main .content-widget-before, .content-widget-before > section {
        margin: 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.
    #48819
    Zed
    Cryout Creations mastermind

    The theme will make the header area as tall as configured in the options. You are currently displaying a 250px tall image in an 120px tall area. You might want to adjust that value.


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

    In reply to: Editor Theme

    smordue
    Power User

    The Post Editor within WP. It was using the same css, fonts, heading, etc as the theme, until I updated the theme, now the post editor is acting strange and does not display properly

    #48807
    Zed
    Cryout Creations mastermind

    It looks like something more serious is happening:
    Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0

    Several refreshes later the site appears to partially load, ending in a
    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 788977 bytes) in [...]/html/bohemian/wp-includes/wp-db.php on line 3024
    so it looks like you’re hitting the server’s memory limit for your site. Ask for a limit increase from the hosting provider or disable some of your extensions (plugins) to reduce memory usage.


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

    The way in which the theme behaves since the 0.9.2 update is how we intend it to work. Previously the theme would display the images at their original size in an area always set at the configured height (cropping the bottom part if the images did not fit).
    Since the update the theme will generate proper sized crops for various screen sizes (so the browsers can load a smaller image, not the full sized one).
    If you don’t like this, use the filter described in the 0.9.2 release announcement to disable the srcset functionality (and return to the previous behaviour).


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

    Oh, you were referring to the default (placeholder) grey images that are displayed in the boxes when there are no featured images set. Sorry for missing 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.
    #48118
    Zed
    Cryout Creations mastermind

    If all your posts that you want displayed there are in the same category you can create a custom
    category-ID.php file in a child theme (copy of the default category.php file), and customize it to load a different content template, let’s say:
    get_template_part( 'content-featuredgallery' );
    You can further customize the structure of this ‘category’ page.

    Then copy the theme’s content/content.php file to the child theme as child-theme/content-featuredgallery.php and customize its content to only display the elements you want visible.


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

    I compared this behaviour to a testwebsite and took the source to find more information about this problem. Maybe someone can help me out on this.

    Wrong!!! Website that displays the posttumbnail wrong
    <img
    class=”post-featured-image”
    alt=”Benimar”
    itemprop=”url”
    src=”https://i1.wp.com/moontenerife.com/wp-content/uploads/2017/06/IMG_0178.jpg?resize=800%2C500&#8243;

    srcset=”https://i1.wp.com/moontenerife.com/wp-content/uploads/2017/06/IMG_0178.jpg?fit=718%2C500 718w, https://i1.wp.com/moontenerife.com/wp-content/uploads/2017/06/IMG_0178.jpg?resize=1320%2C500 1320w, https://i1.wp.com/moontenerife.com/wp-content/uploads/2017/06/IMG_0178.jpg?resize=800%2C500 800w, https://i1.wp.com/moontenerife.com/wp-content/uploads/2017/06/IMG_0178.jpg?resize=512%2C500 512w”

    sizes=”(max-width: 800px) 100vw,(max-width: 1152px) 50vw, 449px”
    >

    Correct Website that displays the post tumbnail correct
    <img
    class=”post-featured-image”
    alt=”Compostela Beach Golf Club”
    itemprop=”url”
    src=”/wp-content/uploads/2017/06/compostela1.jpg”
    srcset=”/wp-content/uploads/2017/06/compostela1.jpg 450w, /wp-content/uploads/2017/06/compostela1.jpg 450w, /wp-content/uploads/2017/06/compostela1.jpg 450w, /wp-content/uploads/2017/06/compostela1.jpg 450w”

    sizes=”(max-width: 800px) 100vw,(max-width: 1152px) 50vw, 449px”
    >

    I also found out that if I resize my window to the smallest width (or view on a smartphone)
    The image is displayed correctly.

    Website: moontenerife.com

    • This reply was modified 7 years ago by Maurice.
    #47168
    Zed
    Cryout Creations mastermind

    On the landing page the image you are seeing is not the header image but in fact a sample placeholder for the static slider functionality. Due to customizer limitation, this image is not displayed under the theme’s Landing Page > Slider settings, but it can be changed by settings a different image there or removed by setting any image in its place and then removing 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.
    #47166

    In reply to: menu

    Zed
    Cryout Creations mastermind

    You can do that with CSS:
    #access h3.widget-title { 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.
    #47154
    Zed
    Cryout Creations mastermind

    Pages do not appear among posts on the landing page. Different sections on the theme’s landing page display different content elements (text areas use pages, the rest of the areas use posts). You can select what to display in various locations (or disable) 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.
    #47150

    In reply to: Text areas blank

    Zed
    Cryout Creations mastermind

    The theme can display various bits of content on its Landing Page feature (based on the selections you make in the theme’s options). At the same time, all of these content bits are accessible directly on your site outside of the Landing Page, depending on how you link to them in your menu or otherwise.


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

    1. Use a custom menu that only includes the menu items that you want displayed.

    2. The static slider caption is responsive, but it is also relative to the general font size as configured in the theme. When this is set to a larger value responsiveness will be less obvious (or even entirely unobservable).


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

    When one column is displayed, it will have the width configured in the theme settings. When both sidebars are used, they share this value and each get half of the configured 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.
    #47096
    Zed
    Cryout Creations mastermind

    The theme displays feature images for posts lists (including the search results) when excerpts are enabled in the its 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.
    #46488

    Add in custom css:

    p.continue-reading-button {
    display: none;
    }

    #46484
    p.continue-reading-button {
    display: none;
    }
    #46443

    In reply to: Text areas blank

    Zed
    Cryout Creations mastermind

    We have not encountered issues with displaying pages in the text areas before, so my guess would be that it’s something related to the content your pages have. We’d need to be able to browse the site to investigate further.

    Why would you want to display your ‘home’ page (the same page) in two locations on the landing page (a text area and the featured content block)?


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

    You can disable displaying the name of the page from the theme’s options, under General > Structure.


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

    With existing functionality, Fluida can display a maximum of 4 icon blocks.


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

    With existing functionality, Fluida can display a maximum of 4 icon blocks.


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

    The header widget area is only displayed when a header image is present (as the widget area requires a place to appear in), excluding the theme’s landing page feature.


    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

    You can display the images themselves in whichever order you prefer in the content, but attachment pages (where each individual image is displayed in large) will always link to the previous and next image file in the order they were uploaded to the library in. This is how WordPress stores them and how it works.

    If you need your attachment pages to work in a certain order you need to upload the files to the library in that same order.


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

    This is because the new images are actually cropped to the configured height (200px), and then resized to fit the screen width, while the older images are displayed in full in a 200px tall view box (since no smaller crops are available). The different in aspect ratio (200px crop compared to original) results in the difference in appearance.


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

    Parabola has an option to control pagination in category sections (including the homepage if it displays posts list), but this option does not apply to the prev/next post links displayed below single posts. To hide that you can use CSS:

    .single #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.
    #46379

    In reply to: Featured image issue

    @Zed, why should I disable the scrset filter if I can fix it? With my solution images are adaptive and displayed correctly.

    #45947
    Zed
    Cryout Creations mastermind

    I am not sure I understand your question. Could you tell us the URL of the site so we can take a look at what is in fact displayed in the icon blocks?


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

    Reduce which image? And in what way?

    The static slider image will be displayed at the actual size of the file.


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

    In reply to: Columns not linking

    Zed
    Cryout Creations mastermind

    When the columns use the hover animation, the captions partially overlap the column link. The column title also links to the post, but your site seems to not display the titles.


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