Zed

Forum Replies Created

Viewing 30 posts - 2,551 through 2,580 (of 6,635 total)
  • Author
    Posts
  • in reply to: Fix PayPal button layout issue? #57958
    Zed
    Cryout Creations mastermind

    I haven’t been around PayPal’s buttons code in a while, but from what I remember they come preformated for a particular layout/behaviour. I see several break tags on your page right now which make content jump to a new line. These breaks can be removed to tidy up the layout.

    The code also uses tables, with individual elements on separate rows. This should also be adjustable to compact things up on a single row with multiple columns.


    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.
    in reply to: Google snippet of Fluida's landing page #57957
    Zed
    Cryout Creations mastermind

    Parabola’s presentation page is an extension of the default WordPress posts list homepage. You can set its SEO attributes from the same place you’d set them for the default homepage. Yoast, for example, has these options in its general 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.
    in reply to: How to know which PHP file is the static page ? #57956
    Zed
    Cryout Creations mastermind

    In WordPress one file handles multiple usage cases. For example in Parabola page.php will render *all* static pages. The pages (and other content elements, like posts) themselves are stored by WordPress in the database, not files.

    If you’re looking to customize a single content element beyond what the dashboard editor can do ( even with additional plugins), you can use the template hierarchy map to identify which file will be used to render that particular content element:

    You normally start by copying the default handler file from the theme to your child theme and customizing it from 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.
    in reply to: Lost featured image w/ update #57948
    Zed
    Cryout Creations mastermind

    I assume you are using the theme’s ‘featured image in header’ option.

    Try to regenerate your thumbnails and check if that restores the images 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.
    in reply to: Two-column latest posts on presentation page #57946
    Zed
    Cryout Creations mastermind

    @xorpheous, if you referring to single posts using up half of the available content space (leaving empty room for a second column, like here) this is an issue we’re fixing in the upcoming update.

    Otherwise, the homepage posts list and other posts lists (categories, archives) always used the same layout simultaneously – either posts in two columns or posts in one column – excluding the sidebar.


    @pattyoss
    , it appears you’ve disabled (or never used) the magazine layout option. You’ll be able to re-enable it after the next update without it breaking the single posts layout anymore.


    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.
    in reply to: Bugs with format "quote" after update #57944
    Zed
    Cryout Creations mastermind

    Thanks for pointing this out. We’ll correct it in the upcoming update.


    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.
    in reply to: Problem with v3 update – customizations #57943
    Zed
    Cryout Creations mastermind

    I see you sorted out the code that needed updating so far.
    If you find anything not working out as expected in the theme, please do let us know.


    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.
    in reply to: Bugs wih update #57942
    Zed
    Cryout Creations mastermind

    That is part of the styling adjustments we’ve performed in this update.


    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.
    in reply to: My website is bugged with the new Mantra update. #57941
    Zed
    Cryout Creations mastermind

    Most styling problems after an update are caused by caching.
    If you’re using caching plugins try to clear the cache. On desktop browser it is also very simple to force refresh.
    Unfortunately, force refreshing on mobile browsers is not simple so you may have to wait until the cache expires for the issues to correct themselves. Test the site with a different device or browser in the meantime to see if you get the same problems.


    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.
    in reply to: My website is bugged with the new Mantra update. #57849
    Zed
    Cryout Creations mastermind

    Structural changes done in the 3.0 update are causing the magazine styling to apply to single posts as well. Use this custom CSS to fix it on your site until we correct this:

    .single #content article.post {
        width: 100%;
        margin-right: 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.
    in reply to: Direct CTA Button to other areas of landing page #57761
    Zed
    Cryout Creations mastermind

    The CTA buttons’ links are configurable in the theme’s options, in the landing page 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.
    in reply to: Mid-sized screens: primary menu on static image #57760
    Zed
    Cryout Creations mastermind

    The mobile menu activates on devices that are narrower than 800px.
    The menu content needs to fit in the available space (together with the logo/site-title) on other screen sizes.


    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.
    in reply to: Font size lp-staticslider on mobile devices #57759
    Zed
    Cryout Creations mastermind

    The static slider functionality is indeed missing responsiveness. We’ll correct this in the next theme update.
    On our demo there was some leftover styling being applied which made it behave differently.


    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.
    in reply to: No se ve la imagen destacada en la página principal del blog #57756
    Zed
    Cryout Creations mastermind

    Make sure your posts have featured images set and the appropriate options are enabled under the theme’s Featured Image 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.
    in reply to: How to adjust menu with side title and sub title? #57755
    Zed
    Cryout Creations mastermind

    That is a structural limitation of the theme design. You need to make sure your header content (title, logo, menu, social icons) fits in the available space, otherwise the menu will jump below and/or extend to multiple lines.


    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.
    in reply to: Demo contents in my new (and empty) website #57753
    Zed
    Cryout Creations mastermind

    We do not currently provide theme demo data (content and/or images) as the theme cannot include any options import functionality (per repository guidelines), required to set the theme with the necessary default options for the sample content to work.

    We are however looking for solutions to import theme options (and support demo content) in the future.


    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.
    in reply to: how to add Featured Boxes Bottom to a page #57751
    Zed
    Cryout Creations mastermind

    The featured boxes are a structural part of the theme’s landing page and currently have no way of being used elsewhere 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.
    in reply to: Bullet Points Aren't Indenting #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.
    Zed
    Cryout Creations mastermind

    The font name you’ve set for the site title is invalid. The font name should be ‘Fjalla One’, not ‘fjalla’.

    On the homepage the site title is a heading, inheriting the headings font. On other pages the title is a simple span, so the headings fonts no longer applies.


    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.
    in reply to: Social menu disappeared ! #57748
    Zed
    Cryout Creations mastermind

    Is the configured social menu still assigned to the theme’s social menu location?


    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.
    in reply to: Logo Getting Squished #57747
    Zed
    Cryout Creations mastermind

    Turn off Jetpack’s Photon service (or exclude the logo image from their caching) and check if the issue still manifests.

    We’ve frequently noticed sizing and animation issues when images are passed through the Photon cache.


    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.
    in reply to: How to have post name appear OVER featured image #57745
    Zed
    Cryout Creations mastermind

    Nirvana is not designed in a similar fashion to the examples.


    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.
    in reply to: Remove line underneath title on presentation page slider #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.
    in reply to: Nirvana Theme Not Responsive #57743
    Zed
    Cryout Creations mastermind

    Fluid design and responsiveness are different concepts:
    https://ux.stackexchange.com/questions/24406/what-is-the-exact-difference-between-fluid-and-responsive-design#24408


    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.
    in reply to: Presentation page and polylang #57742
    Zed
    Cryout Creations mastermind

    That can be done using the plugin’s Strings feature:
    https://www.cryoutcreations.eu/faq/e7-is-tempera-compatible-with-multilanguage-plugins


    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.
    in reply to: graphics in directory wp-content declared as not secure #57741
    Zed
    Cryout Creations mastermind

    Tempera does not store your URL paths, WordPress does this (in thedatabase). If you’ve moved your site (WordPress install), make sure to correctly update all URLs stored in the database the reflect the correct new one (including SSL if you’re using it):
    https://codex.wordpress.org/Moving_WordPress

    Using the correct procedure will update all entries, including those in the theme’s options.

    Tempera has backup capability – you’ll find its Export/Import functionality in its settings page, under Appearance > Tempera 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.
    in reply to: hi,the v2.2.2 have some bugs #57740
    Zed
    Cryout Creations mastermind

    1. The theme uses WordPress’ built-in wp_trim_words() function to generate the excerpt and this should work even with Asian languages. Do you have any other theme excerpt-related options enabled (like HTML excerpts)?

    2/3. Did this appear after Parabola’s 2.2.2 update? We haven’t really changed anything related to featured images or padding in this update (or any recent one for that matter).

    I see the indicated site is running Nirvana, not Parabola. Did you switch themes?


    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.
    in reply to: Septera theme input fields are there but not visible #57530
    Zed
    Cryout Creations mastermind

    There is no distinct colour option just for form elements. They use a derivative colour based on the content background.


    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.
    in reply to: Don't Understand How the Images Work #57529
    Zed
    Cryout Creations mastermind

    @king_tinac, your header image appears normal for me. What browser are you using?


    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.
    in reply to: Remove post info from featured picture overlay #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.
Viewing 30 posts - 2,551 through 2,580 (of 6,635 total)