Search Results for 'display'

  • Author
    Search Results
  • #58025

    An update to my post about tables. I discovered it is more to do with displaying the inbuilt media player to wordpress. For some reason the size can change and will change if you play a media file. I got around this by downloading a 3rd party media player.

    Website: playthesaw.co.uk/wp/sessions-2

    #57991

    Thanks for your answer !

    But I’m not sure I really get it.
    Before posting I tried to modify the page.php to remove the sidebar ( which is not needed when one is on the static front page ), and eventually I ended up removing the part that displays the content to start from scratch. But obviously it means that if I create another post, it won’t have a sidebar.

    So do you mean I have to create another $custom.php ( named something like static-page.php ) ? If yes, how do I tell WP to use static-page.php as the front page ?

    #57776

    Hi!

    I would like not to display the info when hovering over the image. How can I hide the information displayed at the left side of the image as well as the link icon?

    I haven’t found a way to do it.

    Thanks!
    Claudia

    #57750
    Zed
    Cryout Creations mastermind

    Lists inside post/page content have indentation. Outside there the lists have their styling reset (because a lot of structural elements are built with lists).

    You can add the desired indentation for lists displayed inside the theme’s landing page extra text areas with CSS:

    .lp-text ul {
        list-style: inside;
        margin-left: 1em;
    }

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

    That can be done with custom styling:

    body .slider-text-separator {
        display: none;
    }
    body .nivo-caption {
        top: 30%;
    }

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

    The meta information can be individually configured to be displayed or not. The appearance of the meta information, depending on the presence or absence of the featured image, is not configurable.


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

    The image displayed in the theme by default on the landing page (homepage), under the menu, is the static slider placeholder, which is configurable from the theme’s options under Landing Page > Slider.

    Due to a technical limitation, the sample image is not visible in the customizer panel. To replace it, simply assign a different image. To remove the sample image, assign any other image in its place and then remove 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.
    #57508
    Zed
    Cryout Creations mastermind

    I see all your pages display their featured images in the header. The posts display featured images in the posts list, but not in the header because the header images used are too small (they need to be at least 75% of the site width to be 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.
    #57504

    In reply to: Sliders mobile

    There is no issue, it just doesn’t look good. It would be helpful to give bloggers the option to choose. E.g. just display the post title on the alider image.

    #57488

    In reply to: Sliders mobile

    Zed
    Cryout Creations mastermind

    The slider caption gets repositioned under the slider images on smaller mobile devices (for readability and usability purposes).

    I do not see the issue with the slider caption text being displayed without the semi-transparent background on your site at this time.


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

    The logo and site title cannot be displayed simultaneously.


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

    In reply to: Number of extracts

    Zed
    Cryout Creations mastermind

    The number of posts (full or excerpt) displayed on the homepage and any other posts list section (archive, category, search results) is configurable in WordPress General > Reading 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.
    #57114

    Images are possibly cached on your laptop, not on your mobile, your image 3 does appear to load.
    http://jlspaint.net/wp-content/uploads/2016/08/Sliders_3.png
    however the others do not.

    This is not the same as we were experiencing, our slider did not display at all.

    #57107
    Zed
    Cryout Creations mastermind

    There is a phone icon available for the icon blocks if you wish to use it, but I believe the social menu functionality is better suited for adding your phone number on the site (beside displaying it in the content/footer/sidebar/header areas 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.
    #57106
    Zed
    Cryout Creations mastermind

    The static slider behaves as it was designed to in the theme – it attempts to display the image at the maximum acceptable height (while cropping the sides) to prevent the image from becoming an unreadable short banner the smallest of screens, throwing the caption outside the visible area.

    If you want to change the behaviour when you’re not using captions on the static slider you can use this bit of custom styling:

    body .lp-staticslider .lp-staticslider-image {
        max-width: 100%;
    }

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

    Images inside posts are displayed at the size you select/set when inserting the media in content. They also pass through Jetpacks’ Photon service – you may want to turn this off to check out if it has anything to do with the size difference.


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

    The number of posts displayed on the homepage is not independently configurable from the number of posts displayed on standard post lists (categories, archives, search results) – it is the same set in WordPress’ Reading 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.
    #57074

    Hi,
    Thanks for your reply, I had understood that you had to display the title U site to have the tag <h1>, but I am not coder, I do not know how to do it.
    I had thought about having a logo and the title of the site, but I don’t see either how to do it.
    Does it have an option in the theme to have the logo and the title of the site at the same time?
    Thank you

    #57073
    Zed
    Cryout Creations mastermind

    The H1 tag is used on the site title (if displayed). To display it part of the homepage you’d need to edit the file responsible with the homepage (normally index.php & content-index when the posts list is 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.
    #56888

    Hi Zed,

    it doesn’t appear the meta info options in Customizer affect any change on the post excerpts displayed on the main page of the theme.

    Can you expand on your previous answer? Is there anywhere else within the theme where the info is controlled?

    Thanks,

    SKO

    Website: local

    #56880
    Zed
    Cryout Creations mastermind

    Four is the maximum number of icon blocks the theme can display with built-in functionality.
    For more you’d need to customize code.


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

    We name our landing page elements ‘icon blocks’ and ‘featured boxes’. In which of these two areas are you looking to display your pages? Only icon blocks display pages – boxes use posts instead.


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

    If those sections are plain static pages, then the layout option should be available for them. Is the meta option not displayed while editing the page(s)?


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

    The slider behaves as it was designed to (since the 1.0 update) – it attempts to display the slides at their maximum height (while cropping the sides) to avoid the images becoming unreadable short slices on the narrowest of screens.

    If you want to return to the previous behaviour you can use this bit of custom styling:

    body .seriousslider-inner > .item img.item-image { 
        max-width: 100%;
    }

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

    In reply to: hentry errors

    Zed
    Cryout Creations mastermind

    Your site seems to consist mostly of pages – these don’t (normally) have the author displayed/listed anywhere and Google shouldn’t complain about such information missing. We’ll look into it.

    I’m not sure if the ‘updated’ value should be available (included in the code) for pages or not. Again, this is meta information (like the author) and pages don’t normally display metas.


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

    Hi Zed,

    I tried that with a custom CSS.
    It works and removes the header when loading the page on a smartphone.
    However, at the same time it also removes the dropdown top menu and the homebutton.
    Is there a better way to keep the topmenu?
    And would there be the possibility to display a different header picture on a mobile device, instead of just removing it?
    Or can I somehow zoom into my header, so it’s larger on mobile, and the height is not so tiny?

    Thank you,
    Best regards,
    Fabian

    #56489

    Hi again Zed- thanks for the response. Not sure if I’m doing something wrong but it seems to have a min height or width bc even if I put a smaller image for the Slider–>Static image (365 x 365) it just got blown up and stretched out. If I put a much larger image (3000 x 3000) then it displayed no problem. I kept playing with it and found that sample with your slider plugin had an image 2000 x 900 that seemed to be the ideal size b/c when I created an image near that size it displayed like I had expected. Now I have a slight gap at the top that I didn’t before with a larger image but tired of playing with it and it is good enough 😛

    #56139
    Zed
    Cryout Creations mastermind

    In the customizer panels WordPress only displays the currently visible widget areas. You need to navigate around on the site to discover the additional 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.
    #56138
    Zed
    Cryout Creations mastermind

    You could hide it with CSS:

    @media (max-width: 800px) {
       header#masthead {
           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.
    #56126
    Zed
    Cryout Creations mastermind

    Your site has multiple JavaScript errors which prevent the mobile menu from functioning properly.

    The slider behaves as it was designed (since the 1.0 update) – it attempts to display the slides at their maximum height (while cropping the sides) to prevent the images from becoming unreadable short slices on the smallest of screens.


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