Search Results for 'ie'

  • Author
    Search Results
  • Zed
    Cryout Creations mastermind

    The first identifier in the apply_filters() call tells WordPress which (existing) filters to use for that call. In this case it applies the same filters as applied on excerpts to the data returned by the second argument – the get_the_excerpt( 'excerpt', $pageid ) call.

    This is the code returning the excerpt of the page which you need to change to return full content instead.

    WordPress has a get_the_content() function that can be used instead, but parameters will need adjusting and care should be taken for the details provided in the ‘more information’ section of that page.


    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.
    This reply is private.
    #99232
    Zed
    Cryout Creations mastermind

    You need to adjust the margin top option only.
    The other one applies to the left/right content padding (which can make your text go all the way to the content edges).


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

    Categories don’t have featured image functionality in WordPress.

    A plugin may hide the additional attributes to associate such an image to a category, but this custom functionality would need to (manually) be accounted for on the frontend (specifically for the method used by that particular plugin).


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

    In reply to: Hide menu on page 8

    Zed
    Cryout Creations mastermind

    Those identifiers were close, but not completely correct:

    .page-id-8 #access {
        display: none;
    }

    should work.


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

    The header is normally full width. Ensure that the video you are using in the header is wide enough to fill up the header (when viewed on a larger/wider display) while also fitting in the configured height (if its height is shrunk to fit, its width will also be reduced proportionally).


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

    In reply to: Customize Posts Page

    Zed
    Cryout Creations mastermind

    1. The blog section displays all posts (without any filtering options).
    If you only want to list specific posts, sort them in categories and link to the categories instead (and you’ll have to stop using the blog section).

    2. Esotera is designed with a particular visual layout. If you need a different layout, one of our other themes may be a better match.


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

    The CTA buttons positions are not directly configurable (they can however, be tweaked with custom styling if needed).
    To remove them simply leave the related CTA button fields empty in 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.
    #99135
    Zed
    Cryout Creations mastermind

    Free support in the forum is provided as our own time and availability permits.
    If you are pressured by time constraints you can use our priority support service instead.

    The screenshot alone is insufficient to identity the reported issue and its cause.
    How did you apply a YouTube video in the header area of a page? WordPress does not provide such functionality for individual pages, it only supports video headers on the homepage.


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

    The following CSS should achieve the same result:
    body .column-image img { max-height: 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.
    #99107
    Zed
    Cryout Creations mastermind

    The frames come from the galleries own options (as they’re added with inline styling generated at runtime).


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

    You can use our themes on as many sites as you’d like, including personal or commercial websites.

    For our Plus themes, the licensed sites number indicates the number of sites you can activate the automatic updates on and receive priority support for.

    By site we refer to a single WordPress installation using a particular theme (the installation can be on the main domain, in a subdomain or a subfolder of a domain). We do not count staging/development copies.


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

    The presentation page has section background color options:
    https://www.cryoutcreations.eu/docs/themes-legacy/settings/color/#presentation-page

    For the text color, most content relies on the general text color option, however some elements default to a preset color. Use the following custom CSS for these:
    html { color: #000; }


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

    I am not seeing a flower image on the site at this moment.

    The indicated styling applies to the presentation page’s individual sections (containers), so I’m not sure how that would affect or apply to an image.


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

    When the content of the menu no longer fits the available screen width the menu can span multiple lines (overlapping the content below). This usually happens with large menus and long site titles and the site being viewed on smaller devices.

    The solution to this is to either adjust the menu and title to fit in the available space or apply custom styling to activate the mobile menu earlier (on larger screens).
    The Plus edition of the theme includes an option to control this activation point.


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

    I notice there’s some inline styling applied to each gallery overriding the theme’s own styling which applies margins:


    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.
    #99007
    Scott Hutchison
    Power User

    Thanks Luistom.

    I fixed the issue.

    A quick update. The issue I was having was the Esotera Theme slider. (Esotera is a responsive theme) I discovered that the slider is not fully responsive for an image that has a vertical ratio of 3 x 4.8. No matter the size of the image. I tried a 753 x 1200 image and a larger 1500 x 2389 and both didn’t scale correctly in the Esotera theme. So my solution was to change the ratio that was less vertical. 3 x 4 to be exact. It scales correctly now.

    Thanks!
    Scott

    http://www.Scotthutchison.com/art

    Website: www.scotthutchison.com/art

    #98393
    thorla
    Power User

    Hi Zed,
    thanks for the hint, that was the problem: the hierarchical relation was missing!
    Everything is fine. Just bought the Plus Theme. 😉

    Regards
    Thorsten

    #98312
    StudioThijssen
    Power User
    This reply is private.
    #98231

    Hello again. I just want to let you know, that I found a solution myself. And as this issue seems to be popular, I thought I should post it and give a hint to the developers below.

    To avoid images from being resized I tried the “Cryout Column”-Widgets. I found that html is allowed within these widgets. So I used html to define fixed sttributes for height and width of the image. The code looks like that:

    <div style="text-align:center"><img src="the-url-of-your-image" alt="description of your image" height="218" width="218" /></div>

    The width is defined by the Parabola Settings depending on how many columns are used. In may case 218px, which led to the same value for the height in the case of square images.

    And the hint to the developers, which of course I appreciate a lot for bringing the great theme to the people (thanks): The field for the content is titled by “text”, so one may think that html code is not alowed. If possible you may change this to “text or html”.

    Kind regards, Frank

    Website: traex.de

    #98103

    Hi Zed,

    thx for answering. No, the problem concerns an android tablet.
    It is about the menu display in the horizontal position of the tablet. Neither the submenus nor the respective main pages can be opened via the name in the menu.

    The menu in the vertical position, which corresponds to the mobile view, works.

    What’s wrong?

    BB, Jay

    #98071
    myob9a
    Power User

    When on mobile devices I want to use different access colours to the main menu. I have experiment with the css styles around <nav id=”mobile-menu”> but have not cracked the code to use different accent colours. I tried the a:link etc with each of the IDs and classes in that area.

    I was looking at primary accent #fff and secondary #fcf75e (or similar).

    Any ideas?

    Website: svpact.gafferdesigns.com.au

    • This reply was modified 5 years ago by Zed. Reason: moved to correct location
    • This reply was modified 5 years ago by Zed.
    #98064

    ah, ok, the galleries are now displayed correctly in two columns and with the correct size 🙂
    Only the frame is still there. But this is not critical.

    Thank you very much for the assistance.

    #98031

    Ok! Ya lo he desactivado y al parecer ahora sí que se ve muy bien en móviles! Gracias, un saludo!

    Website: sakuradesign.es

    #97889

    I’m usinf the default option of WordPress first but no result.

    My blogpage look like this. When I click on the yellow thing nothin happend. My page has a lot of blogitems.

    reaction image

    #97877
    andy76
    Power User

    Thanks for the reply.
    I moved the author.php file to my child theme, and removed the below code.
    Unfortunately, the author bio box is still displayed after each post. To be sure I flushed the cache and tried another browser, but still the same result. 🙁
    What can be the issue? Thanks

    // If a user has filled out their description, show a bio on their entries.
    if ( get_the_author_meta( ‘description’ ) ) : ?>
    <div id=”author-info”>
    <div id=”author-avatar”>
    <?php echo get_avatar( get_the_author_meta( ‘user_email’ ), apply_filters( ‘parabola_author_bio_avatar_size’, 60 ) ); ?>
    </div><!– #author-avatar –>
    <div id=”author-description”>
    <?php the_archive_description( ‘<div class=”taxonomy-description”>’, ‘</div>’ ); ?>
    </div><!– #author-description –>
    </div><!– #entry-author-info –>
    <?php endif; ?>

    #97854
    Zed
    Cryout Creations mastermind

    In Roseta the icon blocks glyphs use the theme’s accent colors.

    To customize separately, try the following CSS (prepend body if the identifiers are not specific enough for your usage):

    /* glyph in normal state */
    .lp-block i[class^="blicon"]::before {
        color: ...;
    }
    /* glyph on hover */
    .lp-blocks1 .lp-block:hover i[class^="blicon"]::before {
        color: ...;
    }
    
    /* background on hover */
    .lp-block i[class^="blicon"]::after {
        background-color: ...;
    }

    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 _lptext() function is responsible for retrieving the source content which will be displayed in the text area, while the _lptext_output() function handles the actual (markup) output (using the previously retrieved content).

    Depending on what part of the workflow you want to alter, you’ll need to customize one, the other, or both.


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

    Your CSS identifiers may need to be more specific to override existing styles. For example
    body #header-page-title h1.entry-title instead of just .entry-title.


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

    Hello,
    the same problem here: all galleries are now displayed in one column instead of two columns.
    in addition, all gallery images now have a frame and the imagesize is not correct.
    I think, the bug comes with version 5.3.

    Here is an example of the bug: https://www.schulze-modellbau.de/2019/11/06/gottwald-ak210-von-franz-bracht/
    In this example the three first images are inserted directly (“insert media”) and the other images (“Detailfotos”) should be a galery with two columns and without frames…

    It would be very nice to provide an update.
    Best regards
    Andreas Schulze

    Website: www.schulze-modellbau.de/2019/11/06/gottwald-ak210-von-franz-bracht

Viewing 30 results - 571 through 600 (of 3,208 total)