Zed

Forum Replies Created

Viewing 30 posts - 4,771 through 4,800 (of 6,631 total)
  • Author
    Posts
  • in reply to: Slider image distorted #35417
    Zed
    Cryout Creations mastermind

    You need to process your images before using them in the slider for them to have the correct sizes.
    A square cannot fit in a rectangle and at the same time fill 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.
    Zed
    Cryout Creations mastermind

    Nirvana will always display latest X from all posts on the presentation page.

    This is a requirement by the theme review guidelines that we have to follow to be accepted in the themes repository.


    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: Can header Logo cover 100% of screen beyond 1500px? #35415
    Zed
    Cryout Creations mastermind

    The header is contained within the site limits (as set in the theme settings).
    You can simulate a full width header by using a specially crafted body background image that covers the apparent full-width header.


    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: Change font-text size on PP #35414
    Zed
    Cryout Creations mastermind

    Make your custom styling more specific (try adding body at the beginning of each identifier):
    body #front-text1 h2, body #front-text2 h2, ....


    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: Mailchimp Subscription Popup #35413
    Zed
    Cryout Creations mastermind

    The CSS field is for styling only, the JS field is for JavaScript.

    What kind of code are you trying to include? HTML? PHP?


    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

    Add link bookmarks in the extra texts and link to these bookmarks from the slider.

    http://www.w3schools.com/HTML/html_links.asp


    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 Child Theme/WooCommerce Breadcrumbs #35411
    Zed
    Cryout Creations mastermind

    The template does not have a reason to contain the word “Products” in it since it does not compose/render WooCommerce’s breadcrumbs.

    You could try searching through WooCommerce’s translatable strings and forcing an English to English translation to change that word.


    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: Serif font at first, later changes to sans-serif #35410
    Zed
    Cryout Creations mastermind

    You should only access your site (and make it accessible) via a single URL – either with or without www.

    Switching between the two, while normally works, causes issues in browsers that refuse to load resources (like fonts) from other domains than the current one (www. and non-www are different domains in this context).

    https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy


    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: Custom CSS in Nirvana Theme – not working? #35409
    Zed
    Cryout Creations mastermind

    Make your CSS rules more specific:
    body #pp-texttop, body #pp-textmiddle, body #pp-textbottom, body #front-columns-box, body.home #content {


    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: An annoying, blue box appearing under slide #35407
    Zed
    Cryout Creations mastermind

    You did not specify a link to your site for us to see the annoying small blue box.


    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: Thumbnails Size #35406
    Zed
    Cryout Creations mastermind

    Thumbnails are not automatically re-generated by WordPress. After changing any thumbnail-related settings you’ll need to regenerate them (using a 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.
    in reply to: Changing text color in search bar #35405
    Zed
    Cryout Creations mastermind
    body #searchform input[type="text"] {
        background: #222;
        border-color: #555;
    }

    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 Slides are now gone #35404
    Zed
    Cryout Creations mastermind

    They might have popped up at about the same time, but the need for the settings plugin and the presentation page change are two separate matters.

    As the settings plugin is explained above, for the presentation page please see this thread.


    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: Site Description #35403
    Zed
    Cryout Creations mastermind

    Are you using this in the theme’s Custom CSS field or somewhere else?


    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: Static page with presentation page #35402
    Zed
    Cryout Creations mastermind

    Yoast’s SEO field for the homepage (this includes the default WordPress homepage that the presentation page replaces) are located separately, in the Homepage section under Titles & Metas.

    However I am not sure how this works 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: SQL Injection #35401
    Zed
    Cryout Creations mastermind

    Is this site the only thing on your hosting account or are you running multiple sites in there?
    They are all as secure as the least secure of them.

    Keeping themes and plugins updates is good, but not always enough. You need to also monitor the age of your themes/plugins? When were they last updated?


    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: Presentaion Page and Slideshow missing after update #35398
    Zed
    Cryout Creations mastermind

    Tempera previously had a bug by which it displayed the presentation page (minus some styling) even when a static page was set as the homepage.
    WordPress theme guidelines request that setting a static page takes precedence over theme settings, so we have corrected this in 1.4.0.1.

    If you have a static page set as the homepage, after the update WordPress will display that instead of the presentation page. To re-enable the presentation page, the Frontpage displays option (under Settings > Reading) need to be set to Your latest posts.

    Additionally, your Home menu item may also point to this static page (which was previously replaced by the presentation page). You will need to correct it to point to the correct home location.

    Finally, if you were previously assigning a blog page under Reading, this functionality is no longer available after returning to Latest posts. The matter can be solved by assigning the Blog page (posts list) page template to the page you want the posts list to be displayed on.

    I am closing this thread as it got too long and too confusing. If anyone is still having issues with the presentation page, please start a new thread.

    For anyone having slider issues, please start your own thread and provide a link to 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: Tempera settings no longer vissible #35397
    Zed
    Cryout Creations mastermind

    You might have missed our announcement.


    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: Settings not loading #35394
    Zed
    Cryout Creations mastermind

    Marjorie, Kathy, did you install the settings plugin?

    Ditte, yes – the plugin is designed to work with all Tempera versions and will pick the correct functionality to restore/fix depending on the combination of WordPress/theme versions 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.
    in reply to: Previewing Presentation Page #35393
    Zed
    Cryout Creations mastermind

    Brian, I have answered your support questions and explained why the presentation page (and WordPress’ default homepage) are never displayed in the list of (static) pages.


    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 not to have header and menu outlined tightly to the left #35392
    Zed
    Cryout Creations mastermind

    Your theme is configured to a width of 1980px (which is wider than most monitors out there), so you site will always expand the full width of the screen and never appear center aligned.

    Reduce this width to a more decent value (considering the screens you want your site to be best viewed on) and then it should look more like the demo (the default value is 1050px).


    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: Override style-mobile.css with child theme #35391
    Zed
    Cryout Creations mastermind

    I presume you only need to override some of the rules in that file, not the entire file.
    You can do that by writing styling more specific than the one already present.

    If you absolutely must replace the whole file, its initial call can be unhooked and a child theme replacement can be hooked in place.


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

    The columns are designed to reduce in size up to a certain point, at which they re-arrange in multiple rows. This is intended functionality, as the columns content needs to remain visible (and readable).


    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: Slider animation #35389
    Zed
    Cryout Creations mastermind

    The slider images should all be the same size (and the same size as the slider). The theme does not force their sizing in any way so if they are different sizes you will notice weird transition animations.


    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: Date and time #35388
    Zed
    Cryout Creations mastermind

    The date and time are part of the meta bar. If the bar is hidden (it has an option of its own) then none of its content is displayed either.


    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: Site has suddenly stopped being mobile friendly #35387
    Zed
    Cryout Creations mastermind

    Responsiveness works fine for me now. Did you solve this in the meantime?


    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: PHP update has broken Parabola #35386
    Zed
    Cryout Creations mastermind

    Changing the PHP version should have no effect on the theme’s appearance (at most if can cause critical errors or warnings if the code is incompatible).


    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: none of the graphics (.jpg) are showing #35385
    Zed
    Cryout Creations mastermind

    Which graphics are you referring to? The social icons?


    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 change footer #35383
    Zed
    Cryout Creations mastermind

    Fernando, I have answered in the other thread.


    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 Do I Edit The Copyright Year? #35382
    Zed
    Cryout Creations mastermind

    Look at the Custom Footer Text field in the theme settings page (under Miscellaneous).

    If you’re missing the settings page, read this announcement.


    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 - 4,771 through 4,800 (of 6,631 total)