Search Results for 'ie'

  • Author
    Search Results
  • #38161
    Zed
    Cryout Creations mastermind

    The device’s pixel ratio is a factor in this. Browsers take this into account when they interpret media resolution queries (a browser running on a device with 3200px resolution and a 2.5 pixel ratio will follow styling specified for 1280px).
    What size is your device’s screen? If your Windows is using a DPI setting larger than 100% that means your pixel ratio factor is larger than 1 (making your device follow CSS rules for smaller resolutions – how small depends on the pixel ratio).

    There is currently no magic solution in CSS to perfectly handle all these devices.


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

    Hello, the url was mandatory field when submitting, but seems it did not migrate.

    it is: http://www.barak-dev.cz/
    * Settings > Reading needs to be set to Latest Posts – YES
    * The theme’s Presentation Page enabled in its own settings – YES
    * make sure you are accessing the / URL (path) when viewing your site’s homepage and not a leftover /home or /homepage menu item with unknown content – YES – http://www.barak-dev.cz/

    If it would help I can create account for you to access the wp-admin UI.

    Thanks so much!
    Bara K.

    #38159
    Zed
    Cryout Creations mastermind

    The Blog Template is a page template (a type of page, not a specific page that can be added to the menu) – it shows up in the list on the right side of the screen while you’re editing a (static) page.
    It can be applied to any page to turn it into a posts list.


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

    In reply to: Speed issues

    Zed
    Cryout Creations mastermind

    CSS minification (and merging) will break Nirvana’s order in which styles are applied, causing issues.
    It can be enabled, but you need to specify which files to exclude from minification (that’s how W3TC works). Exclude the theme’s style.css, style-mobile.css and the child theme’s style.css


    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

    You may have additional plugins that mess with your authentication status (or the server is malfunctioning or incorrectly handling browser sessions/ cookies). Is the theme’s settings page the only one with issues?

    What are you trying to display on the site’s homepage? The default blog list or a static page?
    Check for and choose the desired content under Settings > Reading


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

    Do the colour codes in the fields still have the # signs or are they just the 3/6 digits?

    If the # is gone then a plugin is interfering with the theme’s colour fields in the settings 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.
    #38153
    Zed
    Cryout Creations mastermind

    Since you did not mention the site URL I cannot check what your homepage is set to display, but if Nirvana behaved the same then the general settings are not correctly set:

    • Settings > Reading needs to be set to Latest Posts
    • The theme’s Presentation Page enabled in its own settings
    • make sure you are accessing the / URL (path) when viewing your site’s homepage and not a leftover /home or /homepage menu item with unknown 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.
    #38150
    Zed
    Cryout Creations mastermind

    Style files don’t need to be copied over to the child theme. Use the @import to include them (or enqueue them with PHP) and only include the differences in the child theme’s style.css.


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

    Hello,

    yes, I did read this article.
    However I believe I have all settings correct the presentation page doesn’t display and posts display instead.

    I’ve checked all recommended settings – reading set to new posts, presentation page enabled, show posts on presentation page disabled.
    I’ve installed latest updates.
    I tried installing Nirvana, presentation page didn’t work either.
    I tried removing both templates and installing Tempera again, presentation page still doesn’t work.
    Would you please help or advise?
    Thanks a lot!

    #38044

    I know there is 2 ways to create css of the child theme :
    – create a file with only differences
    – create a copied file of the parent theme + the differences

    I choose the second way to speed up loading.

    But I just activated a few moments the parent theme to see if it worked and the magnifying glass reappeared.

    So I will change the CSS when I have more time.

    However, the problem of the hamburger persists despite the activation of the parent theme.

    #37882
    Zed
    Cryout Creations mastermind

    Fluida doesn’t (yet) include a presentation page like our other themes, so the Blog template does not have a usage scenario (if you need a different page to display your blog while assigning a static page as the homepage, that can be done with WordPress’ Reading options).

    We were also asked to remove this template during the review because the reviewer found no logic for 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.
    #37872
    Zed
    Cryout Creations mastermind

    Mobile devices have a limited viewing space. Keeping elements fixed on the screen while scrolling would diminish this space further. It is a design choice to disable the fixed status of the topbar on smaller devices.


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

    Place this in the theme’s Custom CSS field:

    body .slider-wrapper {
        margin-bottom: 0px;
    }

    Adjust the value to suit your needs.


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

    Lydia, you did not correctly set up the child theme. A child theme should only contain the changes/differences from the parent theme, not the complete copied over styling (and perhaps files?).

    Have a look at our child themes tutorial:
    http://www.cryoutcreations.eu/wordpress-themes/wordpress-tutorials/wordpress-child-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.
    Zed
    Cryout Creations mastermind

    Adjust Parabola’s content background color (currently configured to #ffffff). That options applies throughout the site, including 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.
    #37856
    alessandra

    Ciao, nel tema nirvana ho provato a inserire le 5 immagini a scorrimento , ma non riesco a visualizzarle. Dove sbaglio nelle impostazioni?
    Grazie
    Alessandra

    #37816
    saki

    Thank you so much!
    I did not check HTML of the front page some other time, it was made a good study.

    I reviewed the setting of the server and after turning ”mod_pagespeed” off, seemed to be improved.
    I look at the state for a while.
    I’m really grateful to you.

    #37787
    Zed
    Cryout Creations mastermind

    Do you image files actually have .pagespeed.ic.randomidentifier in their names?


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

    1. You (or someone else with access to the files) edited the theme’s style and made everything bold:

    /* Reset default browser CSS */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
         margin: 0;
         padding: 0;
         border: 0;
         font-size: 14px;
         vertical-align: baseline;
     font-weight:bold;   <============
    }
    /* HTML5 display-role reset for older browsers */

    2. Titles throughout the site are controlled by various theme options (under Text 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.
    #37778
    Zed
    Cryout Creations mastermind

    The theme’s social icons are meant to link to your social (network) profile. The theme does not provide publishing to social networks functionality – such functionality is supplied by plugins: Jetpack (by WordPress.com) is one.


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

    In reply to: Animated Columns

    Kerrie

    I too am having issues after the update.

    http://www.luvchihuahuas.com has not been updated to the latest Nirvana and the animated columns are working great, however on http://www.luvfrenchies.com I updated and now the text is below the image and not on top. I have tried changing the settings and I can get the columns to be static, just can’t get the text on top.

    Also, if I want it to show my latest posts it only shows 8, there is a space in the bottom right hand corner. However, if I set it to random it brings in 9 posts.

    Any help would be great.

    #37760
    Dirk

    Hi there,

    I have the same problem.

    I figured out this evil hack, you could give it a try:
    Put this code in Theme Settings / Miscellaneous / Custom Theme CSS:

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        #header-container {
            position: relative;
        }
        #branding-inside {
            padding-top: 0px;
        }
    }

    The menue then isn’t fixed anymore in IE, but centered.

    #37754
    Aaron

    Just another clue.
    When i go to Customize -> Header Structure -> Menu Style
    and choose Normal it works fine and is centre aligned with the content in IE but as soon as I go fixed and it follows you down the page it stays aligned to the left in IE as per the image above.

    Zed
    Cryout Creations mastermind

    If WPGlobus’ language menu relies on submenu items, that will not work in Tempera’s top menu as it does not display submenu elements. Only the main navigation (located below the header) has this feature.

    Twenty Fourteen doesn’t have a top menu – what is displayed at the top of the page is in fact its main navigation.


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

    In reply to: music

    Zed
    Cryout Creations mastermind

    Use a plugin that provides a shortcode for this (the theme accepts shortcodes in most of its presentation page fields) or use a header/footer widget (also provided by 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.
    #37541
    Eric

    I’m having the same issue using the Nirvana Theme. The custom logo i am using is only 270 pix wide so that it appears correct in the desktop version, but when going to a mobile device or sizing my browser to a mobile size the logo then becomes responsive thus pixilating the image. I do not have the “Force header image responsiveness” enabled. i also tried adding this code which i saw on another thread but it didn’t fix it.

    /* FIX MOBILE LOGO SIZE*/
    @media (max-width: 270px) {
    #branding, .topmenu { width:100%; }
    #bg_image {width:100%;}
    #header-container > div {height:100%;}
    }

    I can upload a logo that is bigger so when it becomes responsive it will still look good, but i only want it to be or appear as 270px X 110px on the desktop version.
    Any suggestions?

    #37521
    Ralph

    Hi, I have a similar issue. I tested Tempera 1.4.2 in my development server to build my website later and I can´t find author and time metas on content pages. As mentioned by Zed, I enabled Meta Bar: in Tempera Settings/Post Information Settings/Meta Bar Position I selected “Top” and on Show on Blog Metas and Show on Single Pages everything is checked, but when I look at the source code of the pages of the site I don´t see these metas. Is there any other setting I should change?

    I tried on a post and the metas are present. Is there a way to have it also on pages? Am trying to avoid errors in Google Webmasters Tools.

    Thank you so much for this great theme and thank you in advance for your answer

    #37510
    Aemman

    Dear support team,

    After the Nirvana update the theme settings page is not working.
    I have installed the Cryout serious theme settings plugin and it still is not working.
    I am on Chrome and have tried internet explorer too, it is still the same issue.
    I need to access the presentation slider more than anything.
    Please give further advice.

    #37493
    Zed
    Cryout Creations mastermind

    The theme’s general layout options applies to all content sections (homepage, categories, archives, pages, posts, custom post types) EXCEPT the theme’s presentation page and any (static) pages configured to use a different layout page template.

    You cannot have different layouts between categories and single posts with the existing 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.
    #37486
    Zed
    Cryout Creations mastermind

    Per WordPress theme guidelines, shortcodes are no longer allowed in themes. So we’ve moved them to the separate plugin that Lanie indicated.

    A plugin that is not in the repository can be easily installed by navigating to Plugins > Add New > Upload in the dashboard (this will avoid misplacement like when uploading via FTP or the file manager)


    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 - 1,591 through 1,620 (of 3,166 total)