Search Results for 'ie'

  • Author
    Search Results
  • #67482

    In reply to: How to do?

    Zed
    Cryout Creations mastermind

    In posts lists (categories, archives, search results), the post (or results) titles link to the single post (page) sections. This is the way WordPress works.


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

    In reply to: How to use Montserrat

    Zed
    Cryout Creations mastermind

    It appears that you’ve found an issue present in the latest theme update which makes the Google Font identifier fields non-functional. We’ll correct it as soon as possible with a new release.

    Thanks for pointing this out.


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

    Thank you. You helped me a lot. But how can I change the color of the headline when I click on the post? Take a look here: http://www.ttcmoedrath.de/wordpress/?p=7316

    I tried to change the color of the headline “Online-Anmeldung für Kreismeisterschaften”

    In addition, I have the problem that the first post above something is cut off when the menu is divided into 2 lines.

    If the screen is not wide enough in the following post above something is cut off.

    Website: www.ttc-moedrath.de

    #67287

    Thank you for your answer. What I would like to do is achieve what you described in the second part of your comment. But when I try what you suggest no images are displayed at all. How can I set that parameter to 0 and still see pictures?

    Thanks a lot for the help

    #67283
    Zed
    Cryout Creations mastermind

    The image files are no longer available.

    The header titles feature is not currently available on WooCommerce sections (where the theme revers to the standard titles/breadcrumbs layout).
    We’ve looked into implementing this, but WooCommerce does not provide the necessary function calls to retrieve the correct section title and breadcrumbs structure outside the main 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.
    #67282
    Zed
    Cryout Creations mastermind

    It really depends on the images. The theme will try to generate crops at the appropriate size (configured height and calculated width – dependent on site width and posts columns count). The cropping position is also configurable (to try to position the viewpoint on the more relevant part of the images)

    If you are not satisfied with how the crops turn out, you can disable cropping entirely by setting the featured image height to 0. This will make the theme display the images as they are (only shrinking them to fit the 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.
    #67275
    Zed
    Cryout Creations mastermind

    The theme does not collect any kind of data nor does it monitor what visitors view or click on the frontend (repository themes are not allowed to include such functionality, as this would be considered plugin territory anyway and is not accepted by the guidelines).

    Any information entered in the settings fields is simply displayed as-is on the site frontend.


    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

    Sorry for the late reply!

    Here is a test installation of my current website:
    http://antoncp.bplaced.net/wp/australien/

    As you can see the link for the next post is in the middle of the page instead of the right side.

    Any ideas how to fix it is really appreciate.

    (Anima and WordPress are up to date: anima 1.2.3, wordpress 4.9.8)

    #66981
    Zed
    Cryout Creations mastermind

    The theme is designed with a menu appearance where all menu items fit in the allotted space. If this does not happen, then the menu will overflow on top of the header image / slider image (depending on the site section viewed).

    The solutions are to either rearrange the menu so that all the items fit in the available space at the desired site width or use custom styling to activate the mobile menu earlier (when the menu no longer fits).

    Our plus themes have a built-in option to control this mobile menu 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.
    #66969
    Zed
    Cryout Creations mastermind

    A “related posts” feature can also be provided by a plugin which you’re using (like Jetpack).

    In that case any configuration options for that feature are part of the plugin and out of the theme’s control.

    The menu issue is not related and we believe to have fixed it in the 1.5.6 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.
    #66960
    Zed
    Cryout Creations mastermind

    Create a theme settings export and search for & in the file. That should point out any HTML entities that might still be present in the fields.


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

    I changed it… I modified content-page.php

    I added this

    <!– .entry-meta –>

    After the_title();

    I don’t know if there is a better option.

    Thanks.

    #66783

    I previously had replaced all nbsp with & nbsp ; and that seemed to have resolved the issue. After not having to update the nirvana settings for a while i recently had to again and once again i had the same issue.

    Service unavailable
    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

    I really don’t get it, i checked all entities again but nothing seems to work.

    Website: www.recordsound.nl

    #66740
    Wirth
    Power User

    Thanks, JacquesCe, for wading through my poorly written post. It must have been very late at night when I wrote it. And thanks for the update. I shall be patient.

    #66735
    JacquesCe
    Power User

    I am also experiencing exactly the same in Chrome, Edge and IE both : sub-menu taking two or more clicks to open. This happen on my 2 sites using Fluida : http://www.jeunes-lettres.org and http://www.ebookhi.com
    Fluida used is the last update
    It is a big problem because both sites are not usable by my users which think that my sites are not operatings.
    I have tried to clear all datas on every browser (including cache and cookies etc…), but no positiv effect on the bug.

    Website: www.jeunes-lettres.org

    #66607
    Bettina
    Power User

    @zed: thanks but unfortunately all I get is the checkbox, no text: http://kaengurukinder.com/wie-kinder-vorurteile-erlernen

    I am using it with WP GDPR compliance.

    Pls assist.

    Website: www.kaengurukinder.com

    Zed
    Cryout Creations mastermind

    The Id of the icon blocks section changed to #lp-blocks-1.

    We’ve also adjusted the slider appearance to follow the theme’s static slider image design (limited width and rounded upper corners).
    If you prefer the full-width view, you can use CSS to restore it:

    body .lp-dynamic-slider {
        max-width: 100%;
        padding: 0;
    }
    body .seriousslider-inner {
        border-radius: 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.
    #66450
    Zed
    Cryout Creations mastermind

    The general font options control the text properties site-wide. Some elements have individual control options, but everything else is controlled by this option.

    The theme adjusts the text size on mobile devices, but the adjusting is done starting from the configured font sizes (using a too large value will result in larger text on mobile as well).

    You can use custom CSS to style post/page content only:
    body .entry-excerpt, body .entry-content { font-size: ...; }

    Note that this will override responsiveness 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.
    #66443
    Zed
    Cryout Creations mastermind

    Which IE version are you seeing that in?


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

    The theme has multiple options controlling text color. The general text color applies to the entire site text, but other option control more specific elements.

    Check that you are not looking at text that is controlled by a separate option. As an indication, post/page content text should always follow the general text 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.
    #65912

    In reply to: Footer

    Zed
    Cryout Creations mastermind

    The text in the footer is defined in the theme’s Custom Footer Text field (in the settings).
    Make sure the companion settings plugin is installed for the settings page to be functional.


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

    In reply to: Smilies

    I managed to correct the problem. ^^
    I added this line of code in comments.php
    <?php if ( function_exists(cs_print_smilies) ) {cs_print_smilies();} ?>

    #65627

    In reply to: Gallery ?

    Hi,
    The update Tempera 1.7.0 has the code for Gallery ?

    The website (below) must use the plugin “Photo gallery by 10web – Responsive photo gallery “.
    https://rinekedejong.nl/mythologie/

    The person had asked the question on the forum of WordPress.org
    https://wordpress.org/support/topic/mijn-galleries-zijn-niet-meer-actief/

    Thank you

    #65589

    In reply to: Show random posts

    Zed
    Cryout Creations mastermind

    Nirvana (and the other older themes) are capable of displaying random posts in their presentation page slider and columns areas.

    The newer themes can display posts in the new landing page featured boxes sections, but the posts are sorted based on their publication date (latest first). This order can be customized by filtering the theme’s custom queries handling these sections.


    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 theme has always worked this way, you might just have never applied post formats to your posts before.

    While editing the post, you’ll find the format selector on the right column.


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

    The themes are filtering WordPress’ form fields. You might need to use a later priority (11+) to make your code apply after the theme’s own filters are processed.


    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.

    I’ve checked on MacOS via Safari, and the problem is the same.

    From Chrome on the Mac, here are the developer options errors:

    JQMIGRATE: Migrate is installed, version 1.4.1
    themes.php?page=nirvana-page:1 The SSL certificate used to load resources from https://www.paypalobjects.com will be distrusted in M70. Once distrusted, users will be prevented from loading these resources. See https://g.co/chrome/symantecpkicerts for more information.
    admin.js?ver=1.4.5:219 Uncaught TypeError: jQuery(…).accordion is not a function
    at HTMLDocument.<anonymous> (admin.js?ver=1.4.5:219)
    at i (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,utils,jquery-ui-sortable,farbtastic,underscore,backbo&load[]=ne,wp-util,wp-backbone,media-models,moxiejs,plupload,wp-plupload&ver=4.9.6:2)
    at Object.fireWith [as resolveWith] (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,utils,jquery-ui-sortable,farbtastic,underscore,backbo&load[]=ne,wp-util,wp-backbone,media-models,moxiejs,plupload,wp-plupload&ver=4.9.6:2)
    at Function.ready (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,utils,jquery-ui-sortable,farbtastic,underscore,backbo&load[]=ne,wp-util,wp-backbone,media-models,moxiejs,plupload,wp-plupload&ver=4.9.6:2)
    at HTMLDocument.K (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,utils,jquery-ui-sortable,farbtastic,underscore,backbo&load[]=ne,wp-util,wp-backbone,media-models,moxiejs,plupload,wp-plupload&ver=4.9.6:2)

    #65506

    I am also experiencing exactly the same in Chrome – sub-menu taking two or more clicks to open and the submenu items close and reopen when clicking.

    Website: simonepedacos.com/wp

    #65503

    In reply to: Continue reading

    Thanks.
    I tried what you said; and the right screen didn’t appear. That was the problem.
    I solved it by installing the “Cryout serious theme settings” plugin.

    So, the problem is solved, and by the way, the “lorem ipsum” described in another post also.

    Thanks.

    #65446

    @Zed: “Fluida Plus has the mobile menu activation point value configurable.’
    if i would upgrade to Fluida Plus would it upgrade my child theme too or would i have to start over? I have no problem starting over if i can achieve full responsiveness and an actual mobile version of my site. I however would like to achieve the same looks.

    ‘@atajungs: you edited theme files and broke the code, resulting in malfunctioning layout and footer’

    @Zed
    I am working on the site right now. Can you please explain what i need to fix? I Have some plugins installed, one of which is WP touch after i couldn’t get this theme to work a proper responsiveness. However, the WPTouch that worked yesterday and is now no longer working.

    Thank you for your input

Viewing 30 results - 811 through 840 (of 3,166 total)