Search Results for 'ie'

  • Author
    Search Results
  • #38387

    If you view the source you can see that there are a number of bullet list that are not displaying.

    #38284

    Indeed, I have the plugin “WP deferred javaScript” that, once turned off, allowing the icon to work again.

    It was to speed up loading of my website, but I see (via GTmetrix) that there are other priorities that I can do nothing, because it concerns basic images of tempera theme for the majority.

    Thank you.

    #38259
    Zed
    Cryout Creations mastermind

    Which theme? Zombie Apocalypse? It can be installed directly from your WordPress dashboard.

    If you absolutely want to download it, you can find it in the official themes repository:
    https://wordpress.org/themes/zombie-apocalypse/


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

    If you have previously purchased premium support, order the free Premium Support Access Retrieval and include any information relevant to the premium support purchase so we can locate it – then use the priority support form to get in touch with our support service.

    I will need a bit more specific information about your questions (also, a website URL would be very helpful).


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

    In reply to: eliminate a category

    Zed
    Cryout Creations mastermind

    Categories are found under Posts > Categories in the dashboard – also, categories don’t get listed in WordPress’ automatically generated menu. You should create a custom menu (see link in my signature) to properly control your menu’s 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.
    #38179

    Hello, so the issue was caused by WP Menu Cart plugin.
    After I deactivated the plugin the presentation page works! Should’ve thought about this earlier.

    Thank you for support, please close this thread.

    garycascio
    Power User

    Thanks for the response, Zed. In the meantime, I got with a programming friend of mine and we figured it out. Somehow, I had repeated a “/Word_Press” in the url for the header file in the index.php file. It’s working fine now.

    #38173

    Thanks for your reply. In this case slider is disabled and removing the gap between menu item and column layer is the target to achieve which is still open. Any help will be highly appreciated. Please check this link SmartphoneCafe

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

Viewing 30 results - 1,561 through 1,590 (of 3,144 total)