Zed

Forum Replies Created

Viewing 30 posts - 2,731 through 2,760 (of 6,635 total)
  • Author
    Posts
  • in reply to: BuddyPress groups not displaying properly in Parabola #55967
    Zed
    Cryout Creations mastermind

    Any particular reason you’re using a top margin here?

    body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content, body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions {
        clear: none;
        margin-left: 0;
        margin-top: 225px;
        max-width: 50%;
    }

    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 can i add link to header image? #55785
    Zed
    Cryout Creations mastermind

    There is no theme functionality for that, but the task should be doable even with some custom JavaScript:

    jQuery('img.header-image').click(function() {
        var URL = "#enter-url-here";
        window.open(URL); 
    });

    and CSS to make cursor into pointer over image:

    .header-image {
       cursor: pointer;
    }

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

    Both areas use the same color option for their background color. You can customize the colophon area (footer widgets area) separate using custom CSS:

    body #colophon {
        background: blue;
    }

    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: BuddyPress groups not displaying properly in Parabola #55783
    Zed
    Cryout Creations mastermind

    Can you give us a link with the problematic section in Parabola?


    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: No Excerpt #55782
    Zed
    Cryout Creations mastermind

    The theme has 3 options controlling excerpts. Did you set the ‘Posts on Homepage’ option to excerpt?


    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 center post title and meta box #55781
    Zed
    Cryout Creations mastermind

    You can do that with CSS:

    h2.entry-title, .entry-header .entry-meta {
        text-align: center;
    }
    .entry-header .entry-meta > span {
        display: inline;
        float: 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: Blowup on landing page #55780
    Zed
    Cryout Creations mastermind

    You must be using a mobile version of Safari if you’re seeing that behaviour. We’ll get this browser inconsistency resolved in a future 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: Length of texts on landing page #55779
    Zed
    Cryout Creations mastermind

    That plugin has one line of functional code. There is nothing to update about it.
    Plugins need to be judged by the functionality they provide more than their last update date.


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

    Did you switch from excerpts to full posts or assign a specific post format to that post?


    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: demo .xlm #55777
    Zed
    Cryout Creations mastermind

    We do not currently provide starter content with our 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.
    in reply to: Cannot see header styles in admin visual editor #55748
    Zed
    Cryout Creations mastermind

    Sorry about the lack of response. We’re working on a complex expansion to Fluida which prevent us from easily releasing new updates to the theme until it’s done.
    With the 1.3.5 update we’re trying to keep some things (changes and fixes) in sync with our other themes, but the corrected editor styling didn’t yet make it in. What did make it is the ‘disable editor styling’ function (under Miscellaneous) which now works as intended and entirely disables the editor styling – consider this a workaround until we get to sorting out the editor styling 🙂


    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: Emailed posts not flagging as 'Standard' #55736
    Zed
    Cryout Creations mastermind

    Try to disable all your active plugins and see if this additional selector disappears. Then re-enable the plugins one at a time and re-check to figure out which one is adding 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: After update, my "Latest Posts" no longer displays posts #55735
    Zed
    Cryout Creations mastermind

    I see that section is a page. How were you displaying ‘latest posts’ there, through a plugin?

    Is that page’s content displayed correctly on any of the default Twenty 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.
    in reply to: Ways to display blog on homepage #55734
    Zed
    Cryout Creations mastermind

    The featured boxes location (either one of them) will display the number of posts configured from the selected category and in the configured column arrangement.

    The featured content area will display the default “homepage posts list” (that is normally found in WordPress on the homepage) which lists all posts regardless of category and the limit here is the number in WordPress’ general 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: Content home page on landing page #55733
    Zed
    Cryout Creations mastermind

    That is not a text area but a separate area which can display the static homepage or the homepage posts list.
    See our landing page tutorial to learn how the landing page works.


    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: Length of texts on landing page #55732
    Zed
    Cryout Creations mastermind

    Then don’t use it. In the past I’ve used the Page Excerpt plugin for this.


    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: Content home page on landing page #55657
    Zed
    Cryout Creations mastermind

    I’m not sure I understand what you’re referring to. The only thing out of place on your homepage is the content-less ‘Blog’ page selected to be displayed in the theme’s text area 2. Perhaps you want to disable this text area? Or set a different page in 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: Heading sizes are all the same #55656
    Zed
    Cryout Creations mastermind

    You only have one type of heading on that post – h3.


    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: Length of texts on landing page #55655
    Zed
    Cryout Creations mastermind

    If you’re referring to the icon blocks (which fetch content from pages), these also support manual excerpts (just like with posts). Manual excerpts are are not available for pages by default in WordPress but can be enabled with 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: Issue after recent update #55654
    Zed
    Cryout Creations mastermind

    @ncesareo, we’d need to be able to browse the site while the slider is active.


    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

    Can you tell us which shortcode (from which plugin) you are using so we can check this 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.
    Zed
    Cryout Creations mastermind

    I see you’ve set custom styling to make the menu fixed on mobile devices as well. You need to disable this (and let the default theme behaviour) or reserve space for it in the content (as to not overlap the slider):

    @media (max-width: 1150px) {
       .septera-landing-page #content { margin-top: 85px; }
    }

    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: Landing Page #55630
    Zed
    Cryout Creations mastermind

    The landing page is a special feature of the theme and can only have one instance (for now at least).


    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

    I’m not sure I understand the question. The mobile menu appears from the left when you tap the menu icon at the top of the site. How should the menu appear on scroll? What kind of scroll (side scroll)?


    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: Length of texts on landing page #55628
    Zed
    Cryout Creations mastermind

    All of the theme’s landing page content elements are configurable from the theme’s Landing Page options section (in the customize interface).
    Some of those elements will display excerpt content by default (icon blocks, featured boxes), but some can be adjusted to full content (icon blocks), while others always display full content (text areas and the featured page). You can use (or disable) these elements individually depending on your content 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.
    in reply to: Content home page on landing page #55627
    Zed
    Cryout Creations mastermind

    All of the theme’s landing page content elements are configurable (and also disable-able) from the theme’s Landing Page options section (in the 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: Tablet & Phone Header area issues #55626
    Zed
    Cryout Creations mastermind

    The site works now so I was able to take a look.
    There is some outputted content before the beginning <html> tag. This usually breaks responsiveness and mobile devices handling of the site. You need to figure out where that output comes from and correct it.

    Yes, Tempera works with Contact Form 7.


    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: Heading sizes are all the same #55625
    Zed
    Cryout Creations mastermind

    Do you have a particular content section to exemplify this?


    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 Images Won't Display In Headers #55624
    Zed
    Cryout Creations mastermind

    Both posts and pages support the same featured images functionality in WordPress.


    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 case in this forum? #55578
    Zed
    Cryout Creations mastermind

    We haven’t had much activity in previous themes’ Showcase sections (plus a lot of people were asking functionality questions in there) so we decided to no longer create such sub-forums for subsequent 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.
Viewing 30 posts - 2,731 through 2,760 (of 6,635 total)