Zed

Forum Replies Created

Viewing 30 posts - 3,061 through 3,090 (of 6,635 total)
  • Author
    Posts
  • in reply to: Customization not working #51213
    Zed
    Cryout Creations mastermind

    Fluida’s landing page activation logic is reversed compared to Septera. The landing page is displayed when enabled in the theme’s option when the homepage is set to display the posts list, not a static page.
    Double check how these two options are set.


    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: Italicized Right Sidebar Widget (just one) #51210
    Zed
    Cryout Creations mastermind

    That em tag must come from somewhere. It may be in a widget that’s part of the sidebar or may come from well before that (the content itself, as the widgets are rendered after the content in the source of the page).

    If the italics are present on all site pages then the tag must be in something that’s displayed everywhere, not a single post/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.
    in reply to: fluida – still can't edit widgets #51209
    Zed
    Cryout Creations mastermind

    Please don’t start multiple topics on the same subject.

    As I have previously answered, the widgets administration screen is not something under the theme’s control. You can quickly test if this is in any way connected to the theme by temporarily switching to one of the default Twenty themes and testing the widgets administration then.

    The headings styling in the editor is indeed a bit wonky and we’ll get this corrected in the next update.

    • This reply was modified 7 years ago by Zed. Reason: fixed typo

    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: Image Mouseover Effect #51204
    Zed
    Cryout Creations mastermind

    That is possible with CSS:

    #pp-afterslider img.alignleft:hover, #pp-afterslider img.alignright:hover, #pp-afterslider img.aligncenter:hover, #pp-afterslider img.alignnone:hover, #content img.alignleft:hover, #content img.alignright:hover, #content img.aligncenter:hover, #content img.alignnone:hover, #content .wp-caption img:hover {
        opacity: 0.99;
    }

    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 Not Showing #51203
    Zed
    Cryout Creations mastermind

    Look under Appearance > Nirvana Settings > Header Settings for the theme’s option.


    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: After update menu links missing #51202
    Zed
    Cryout Creations mastermind

    We are not aware of any problems with the theme running on PHP 5.4.


    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: Show featured posts on the presentation page #51201
    Zed
    Cryout Creations mastermind

    Which posts are you referring to by “featured posts”?

    The theme’s presentation page feature can display a list of posts (most recent posts) if this area is enabled in the theme’s presentation page-related settings.
    If you have any sticky posts, they will be displayed first and not count towards the number of posts set 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: How to remove Search? text from below main navigation bar #51200
    Zed
    Cryout Creations mastermind

    The theme’s search functionality and location can be controlled from the theme’s Graphics Settings section in the theme’s settings page (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: Pagination on the front page? #51199
    Zed
    Cryout Creations mastermind

    Tempera does not display a pagination for the presentation page 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.
    in reply to: Critical Alerts? Warnings? #51198
    Zed
    Cryout Creations mastermind

    That website is not an official WordPress.org or repository-related test service.

    Also, it displays 3 things as “critical” and 3 as “warning”, not 37.
    The 3 “critical” topics are older code that was the recommended usage at the time the theme was released and has since been deprecated and replaced with different methods of defining those values (which the theme also implements).
    As such, they’re far from being anything “critical”.

    The 3 warning are totally bogus: the number of tags is only repository related and has nothing to do with the theme functionality; themes can also use as many text-domains as they want (if properly implemented), only repository themes are limited to 2 (which the theme respects); the screenshot “warning” is obviously wrong – WordPress and the repository accept both JPG and PNG screenshots.


    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: search box appears in top menu after WP update #51197
    Zed
    Cryout Creations mastermind

    We added the search box (enabled by default) several Tempera updates back.

    This feature can be controlled from the theme’s Graphics options section.


    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 margins in Parabola #51195
    Zed
    Cryout Creations mastermind

    Error 404 – Not Found

    The document you are looking for may have been removed or re-named.

    for both URLs.


    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: Restore front page #51194
    Zed
    Cryout Creations mastermind

    Unset the static page and leave WordPress’ Frontpage displays option to blog (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.
    in reply to: Footer appearance on mobile #50961
    Zed
    Cryout Creations mastermind

    At this moment most of the styling on your site is merged into a single file:
    /wp-content/cache/wpfc-minified/d8cbc23da2e694e81a0054282202c22e/1501192567index.css
    This clearly indicates CSS minification is active.

    When the theme doesn’t appear as it should and caching/minification is used first thing we always ask is to (temporarily) turn off cache and minification, as these always complicate debugging.


    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 – Pages on Main Page #50960
    Zed
    Cryout Creations mastermind

    All of the landing page elements can be administered or turned off (including the landing page itself) from the theme’s Landing Page options panel (in the Appearance > Customize interface).


    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: Footer appearance on mobile #50942
    Zed
    Cryout Creations mastermind

    The theme should work with any optimization/caching plugin as long as you don’t activate CSS minification or exclude the theme’s style from this function.

    The theme needs its style to be applied in a specific order for everything to appear correctly. The footer issue may be caused by the CSS currently being merged/minified.


    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: Replace motorbike #50941
    Zed
    Cryout Creations mastermind

    Due to the fact that WordPress provides no way to define a preset image for image options in the customizer, we had to use a workaround to include a static slider image visible on the site by default.

    To change the sample image (the one with the bike), you can set any other image in its place under the theme’s Landing Page > Slider (Static Slider) > Slider Image.
    To disable the sample image, first set any other image there and then remove 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.
    in reply to: How to remove the empty space on top #50437
    Zed
    Cryout Creations mastermind

    The header-image area (the zone below the menu) will have the height you set for the header image.


    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 get the Featured Image appear in the Header #50436
    Zed
    Cryout Creations mastermind

    The theme enforces the header image width to be at least 75% of the total site width for the image to appear in the header (when the theme option for it is enabled). Displaying smaller image results in a questionable look.


    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: Featured boxes pages not posts #50435
    Zed
    Cryout Creations mastermind

    The theme’s featured boxes are designed to grab their content from posts.

    If you want it to behave otherwise, you’ll need to customize the queries that generate the boxes.


    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 blog posts from homepage? #50433
    Zed
    Cryout Creations mastermind

    You can disable the landing page posts list (or static page) from the theme’s Landing Page > General options section.

    The Post Iinformation options control how posts are displayed throughout the site, not just the landing 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.
    in reply to: Featured Icon Blocks Display Bug #50432
    Zed
    Cryout Creations mastermind

    Your “Groupes scolaires” source page has broken markup which makes the third block part of it (affecting the layout).
    I see you’re using a panels plugin – double-check that all its shortcodes/tags are opened and closed properly in that 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.
    in reply to: Site background colour doesn't work after update #50431
    Zed
    Cryout Creations mastermind

    When the shadows are not enabled (the default) it looks weirder the old way.

    However we’re still thinking about this – might add a separate color options for individual posts 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: Date next to author #50430
    Zed
    Cryout Creations mastermind

    Try this custom CSS:

    body .entry-meta .author {
        border: none;
        float: left;
        padding: 0;
        width: auto;
    }

    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 can leave the widgets set to animated and use this custom CSS to disable the overlay:

    body .column-image-inside:hover {
        background: transparent;
    }

    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: Columns in home page don't show latest posts anymore #50427
    Zed
    Cryout Creations mastermind

    Do the new posts have featured images assigned?


    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: After update menu links missing #50426
    Zed
    Cryout Creations mastermind

    Which PHP version were you previously running on?


    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: Embeding youtube into TextArea not working #50425
    Zed
    Cryout Creations mastermind

    The text areas support shortcodes, so you will need to use shortcode plugins to embed videos there.
    These fields all get sanitized on save using WordPress’ functions so any advanced HTML or scripts will be filtered 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.
    in reply to: Logo Not Showing #50424
    Zed
    Cryout Creations mastermind

    Is the logo enabled in the theme’s header-related 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.
    Zed
    Cryout Creations mastermind

    1. If the problems are on the dashboard backend, we can only investigate them if we can also login into the dashboard.

    2. It looks like the footer-loaded scripts are all missing. If you’ve modified any theme files, restore the original copies (or make sure they do not break the wp_footer enqueueing location).

    Your site ends with a very weird bit of script:
    document.write("<img width='1' height='1' src='/?78ae0ad7=1&r="+escape(document.referrer)+"&u="+escape(document.URL)+"&rnd="+Math.random()+"' /<");
    Maybe this is the same image you see on the backend? If you do not remember adding this script, it could be an indication that your site got hacked.


    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 - 3,061 through 3,090 (of 6,635 total)