Zed

Forum Replies Created

Viewing 30 posts - 3,991 through 4,020 (of 6,644 total)
  • Author
    Posts
  • in reply to: Disable Featured Boxes on Landing Page #40592
    Zed
    Cryout Creations mastermind

    Depends on which posts you are referring to.

    The “Posts: Enabled/Disabled” located in the Settings tab refers to the posts list at the end of the landing page.
    To turn off the post boxes set the number of boxes to zero.


    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 image also appearing as header #40591
    Zed
    Cryout Creations mastermind

    The featured image is used as a header image when the image file is large enough and the Featured Image in Header option is enabled in the theme’s 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: Yet another homescreen problem after disabling landing #40590
    Zed
    Cryout Creations mastermind

    If you use a static page with a custom layout on your homepage, edit this page and set the new meta layout option to the desired value (and turn off the page template).

    I see no reason for the header image to have been lost due to the update – WordPress saves this on a per-theme basis and the only thing to cause its loss would have required the theme to change its (folder) name.


    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: Problem with homescreen #40588
    Zed
    Cryout Creations mastermind

    We’ve had the landing page as a planned feature of the theme since day one and we finalized it in the 1.0 update.
    If not needed, it can easily be disabled from the theme’s options (like in all our themes that come with a 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: Problem with mobile view #40587
    Zed
    Cryout Creations mastermind

    If you’re using some kind of caching plugin, check that its CSS minification feature is turned off.


    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: Mainmenu should be justified to the width of the website #40585
    Zed
    Cryout Creations mastermind

    That CSS bit only works on flex elements, so you’d need to use:

    #access > .menu > ul {
       display: flex;
       justify-content: space-between;
    }

    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: Add script to HTML #40584
    Zed
    Cryout Creations mastermind

    WordPress is not a standard HTML site so there’s no easy way of simply ‘adding HTML’ to it.
    I recommend using plugins for such 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.
    in reply to: Toggle Menu max-width #40583
    Zed
    Cryout Creations mastermind

    The responsiveness toggle points are inside the theme’s style-mobile.css file and they’re not easily editable (as any changes done to any theme files are lost on the next 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.
    in reply to: Cry-out Theme Settings Nirvana 1.2.3 #40582
    Zed
    Cryout Creations mastermind

    It depends on the control panel and file manager access your hosting account provides.
    WordPress provides some documentation: https://codex.wordpress.org/Changing_File_Permissions


    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: Not outstanding image appears #40581
    Zed
    Cryout Creations mastermind

    Could you rephrase your question, please? 🙂


    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 doesn't appears on smartphone #40580
    Zed
    Cryout Creations mastermind

    I see no title nor logo on a desktop browser either. What is the theme’s header content option set to on your site?
    The logo is only visible when the option is set to Logo.


    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: Slide show doesn't work #40579
    Zed
    Cryout Creations mastermind

    Settings a static page as the homepage will override the theme’s presentation page (where the slider is).
    To use the presentation page set your WordPress to display posts on 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.
    in reply to: Updated, display not working, settings page blank #40578
    Zed
    Cryout Creations mastermind

    There is no reason for the settings page to be blank if the Serious Settings plugin is still installed and active. The same plugin is used for the theme’s settings page even in newer updates.

    Some issues that may be seen on the frontpage could be caused by browser caching and are usually solved by force refreshing the browser.


    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: Formatting broken in Chrome #40576
    Zed
    Cryout Creations mastermind

    I see nothing out of the ordinary going on with your website at this moment (even in Chrome).

    The columns are designed to rearrange depending on device screen width, so you’ll see them two and even one per row as the screen gets smaller.


    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: Post hiding from Visitors #40575
    Zed
    Cryout Creations mastermind

    You could hide the pagination on the homepage with custom styling:

    body.home .pagination_container {
        display: none;
    }

    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: Update trouble in 1.1.3 #40567
    Zed
    Cryout Creations mastermind

    Sorry about this. A broken file (due to an incomplete file transfer) managed to sneak through in the 1.1.3 update archive.
    We’ve already released 1.1.4 to correct this. If you haven’t updated or restored an older version to recover the site, you can now update to 1.1.4.

    If your site is still malfunctioning due to the 1.1.3 update, unfortunately the fix isn’t too simple: you’ll need to get into WordPress’ folder/file structure (using the hosting account’s file manager or a FTP client), look for the fluida folder in wp-content/themes/ and rename (or delete) it.
    This will make WordPress switch to the default theme, restoring the whole site to working order. Now you can reinstall Fluida (the settings are kept).

    If you’re comfortable with file management, uploading fluida/admin/main.php from 1.1.4 over the one present in your site will suffice.

    PS: I’ve separated this discussion as the original thread is unrelated.


    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: update trouble #40463
    Zed
    Cryout Creations mastermind

    @estellarosa: the landing page can be disabled from the theme’s settings.


    @DannyL
    : are you using the category page with intro template on the homepage or some other page on the site?


    @joan627
    : I see you’ve managed to disable the theme’s landing page in the meantime.

    For anyone having styling issues after updating to 1.1, also try to perform a force refresh in your browser to rule out caching problems.


    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: update trouble #40415
    Zed
    Cryout Creations mastermind

    Hi all!
    To help us track down the issue, could you tell us which WordPress and PHP versions your sites are running? (if you have this information)


    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: svg header functionality #40336
    Zed
    Cryout Creations mastermind

    Fluida has no customization widget. The functionality you are using to set the header image is core WordPress functionality. For SVGs to work there, support needs to be added into WordPress.

    See here for more information.


    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: Responsiveness #40335
    Zed
    Cryout Creations mastermind

    The responsive styling is built into the theme and is not configurable or disable-able.


    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: Control which category(ies) display on the home/main page #40334
    Zed
    Cryout Creations mastermind

    You can do that 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: Traduction française #40333
    Zed
    Cryout Creations mastermind

    “Continue reading” is a text in the theme’s options, so it’s configurable there.
    “Search” is part of the theme translation, as can be seen here.


    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: Unable to swap header images #40332
    Zed
    Cryout Creations mastermind

    In what way is the header image selector not functioning? At what step does it not work?

    Did you check if the header image functionality is working with a different theme that supports header images?


    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: Unable to find the footer file/section #40331
    Zed
    Cryout Creations mastermind

    You can edit that information from the theme’s options, under Customize > General > Structure > Custom Footer Text.


    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: Color menu item change #40330
    Zed
    Cryout Creations mastermind

    Use custom styling like:

    li#menu-item-175 a {
        background-color: #880000;
    }

    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 Menu Colour css for certain pages? #40329
    Zed
    Cryout Creations mastermind

    Each menu element has a unique identifier (ID and classname) which makes it possible to write custom styling for each one of them.


    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/Where to find Home page source file in FTP #40328
    Zed
    Cryout Creations mastermind

    There is no homepage file. Content is dynamically generated based on options and database content, and various files handle multiple items of content.

    The H1 tag is used by Nirvana on the site title – enable this to enable the tag.


    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 smiley row from page footer #40327
    Zed
    Cryout Creations mastermind

    That’s Jetpack’s smiley.


    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: Cry-out Theme Settings Nirvana 1.2.3 #40326
    Zed
    Cryout Creations mastermind

    The error
    Could not create directory. /nfs/c09/h04/mnt/127269/domains/walcon.co.uk/html/wp-content/plugins/cryout-theme-settings/
    indicates your site has incorrect permissions on the folder structure (WordPress cannot create new folders/files) or the quota is full.


    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: sub-menu on some pages – help pleas! #40324
    Zed
    Cryout Creations mastermind

    I see nothing different between the three indicated pages – they all display the submenu when hovering the Angebot menu item.


    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,991 through 4,020 (of 6,644 total)