Zed

Forum Replies Created

Viewing 30 posts - 3,301 through 3,330 (of 6,635 total)
  • Author
    Posts
  • in reply to: Featured images disappeard #45642
    Zed
    Cryout Creations mastermind

    You mention pages – where were the featured images previously displayed on pages?

    The theme normally displays featured images in posts list (for posts), not inside their 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.
    in reply to: I can't see sentences in my pages #45641
    Zed
    Cryout Creations mastermind
    in reply to: menu overlaps content when resizing browser #45640
    Zed
    Cryout Creations mastermind

    There is no magic solution for this situation. The theme (or the browser) doesn’t have a way to guess how long the menu is and switch it to the mobile counterpart at the correct screen width.

    We’d also very much like to avoid hogging the theme down with the JavaScript necessary for such detection, so for now the workarounds are to limit the menu’s width to the screen sizes you want to support or to add custom styling to activate the mobile menu earlier.


    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 featured images after upgrading 1.3.1 #45639
    Zed
    Cryout Creations mastermind

    By special I meant in a way that we did not generally consider featured images will be displayed in. I wasn’t referring to how they are assigned.

    Most of your images are smaller than the areas they appear in. The new srcset feature will cause the images to enlarge to fill up the area on all browsers that support srcsets. Large enough images will be displayed at their normal proportions.

    There is no recommended size as the best values for your site will depend on the theme options you’ve set:
    – featured image height is directly configurable in the options;
    – featured image width is a result of the number of columns posts are displayed in, the presence (or absence) of sidebars and the configured total site width;

    Using the filter I mentioned previously will disable the srcset functionality and the images will return to their previous behaviour.


    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: Menu issues when not full screen #45638
    Zed
    Cryout Creations mastermind

    Please see
    https://www.cryoutcreations.eu/forums/t/menu-dropdown-isnt-working-on-smaller-window-size/?view=all#post-41927


    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: Can't find responsiveness setting?? #45636
    Zed
    Cryout Creations mastermind

    The responsiveness option is located under the theme’s General Layout Settings and is enabled by default.

    • This reply was modified 7 years ago by Zed. Reason: corrected answer

    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

    The sidebar cannot have different widths between different sections of the site, but you can have different sidebar layouts on specific static pages (by assigning them a different template layout than the general 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.
    in reply to: Thumbnail isn't showing correct #45633
    Zed
    Cryout Creations mastermind

    The freatured image crop options (that’s currently stuck on enabled) is probably the root of your problem.
    You’ll be able to turn it off after the next update and regenerate the problematic thumbnails.

    I don’t see more space between the slider and posts that expected.


    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: Paragraphs in Text Area #45630
    Zed
    Cryout Creations mastermind

    The text areas do accept HTML tags. Just use <br> where you wish to add breaks or wrap your content in <p>aragraphs and apply margins/paddings to them in the 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: Widget Width CSS in Mantra #45629
    Zed
    Cryout Creations mastermind

    Your widget code appears to come with its own inline styling:

    .social-feed-container-2616 {
    width: 400px !important; 
    ...

    The presence of !important in styling never helps with customizations.


    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: Mantra Theme Presentation Page #45626
    Zed
    Cryout Creations mastermind

    The spinning circle remaining visible instead of the slider is usually an indication of a JavaScript error on your site.
    Without an URL to browse the site myself, I cannot point out where the problem could lie.


    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

    The theme now includes an option to chose the marked letter (or to disable the effect).


    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

    HTML was always supported in the manual excerpts (the manual excerpt, the same as the automatically generated one, is handled by WordPress and not processed by the theme).

    I cannot recreate the double button on the slides on our test site and without being able to read Hebrew I cannot understand what is being displayed on your site’s slider.


    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 do you get rid of structured data errors? #45044
    Zed
    Cryout Creations mastermind

    @Shannon, you’ve configured the theme options to hide all posts meta information. This includes from search engines.


    @Igor366
    , assign a logo to your site from WordPress’ Identity options. The publisher structured data is not enabled without this as Google requires a logo image for the publisher.


    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: Mobile Menu doesn't work #45017
    Zed
    Cryout Creations mastermind

    The responsiveness styling look alright, but the menu functionality (which is JavaScript based) is not working.
    I can’t spot any JS errors in the browser but a plugin could be somehow interfering with it anyway.

    I suggest to temporarily disable all your plugins and check if the mobile menu returns to functional order. Then re-enable the plugins one by one to pinpoint which one is interfering.


    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: Header title not hiding after v0.9.2 #45016
    Zed
    Cryout Creations mastermind

    I can confirm this issue, we’ll try to get it fixed as soon as possible.

    In the meantime you could use CSS to hide the site title:
    #branding #site-title a { 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: Customization Header Image #45015
    Zed
    Cryout Creations mastermind

    You would need to customize several theme functions to replace the header image with a slider. Most of the concerned code is located in the theme’s includes/core.php file, where plenty of the functions are pluggable (which means you can simply copy them to your child theme’s functions.php and customize their 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: Menu on home page #45014
    Zed
    Cryout Creations mastermind

    The main layout option is located there, where you found it.

    The page’s layout can be set when creating/editing the page, from the meta options on the right side of the screen.


    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 subtitle #45013
    Zed
    Cryout Creations mastermind

    I am not familiar with the usage of such plugins, however the plugin can either filter the title (in which case there would be styling difficulties), or support for displaying the subtitle needs to be manually added into the theme locations where these should appear.

    Which plugin are you trying to use for the task?


    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 only open Posts – Want to open Pages #45012
    Zed
    Cryout Creations mastermind

    The featured boxes are designed to retrieve their contents from posts, not pages.


    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 format widgets in 'below content' area? #45011
    Zed
    Cryout Creations mastermind

    The theme does not impose any kind of styling to the widgets placed in the above/below content areas. They are generally used for ads and these most of the time are horizontal in those locations.

    To use widgets in those areas you’ll need to add the necessary styling to arrange them as you wish to.


    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: Different header for blog posts #45010
    Zed
    Cryout Creations mastermind

    The theme will use featured images in the header if they are at least 75% of the header are (in both width and height).

    If your images are 1200px wide while the site is configured to 1920px width, they are below this threshold.


    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: I don´t see an image on the blogpage. #45009
    Zed
    Cryout Creations mastermind

    @bsterling, the “auto-select” functionality only works if the concerned images were uploaded to the post they are displayed in. If they were uploaded directly to the media library or to a different post, they are not associated with that post (in the database) and the theme will not be able to use them.


    @hansolo
    , this issue is resolved in the 1.3.3 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.
    Zed
    Cryout Creations mastermind

    When the boxed layout is used content elements are limited to the configured site width, including the footer, which cannot extend beyond this limit.


    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 description to logo #45007
    Zed
    Cryout Creations mastermind

    The theme can display either the site title (and tagline) or the logo, but not both simultaneously. You could try integrating either the logo or the description into the header background image to get them both visible.


    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 already switched to Parabola, which is better suited for this kind of layout.


    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: Above Content Area horizontal instead of vertical? #45002
    Zed
    Cryout Creations mastermind

    The theme’s “Above Content” widget area normally spans the width of the content area (where the post/page text and images go) and does not include the sidebars.

    I notice there are several things out of place on your site, including the sidebar that jumps below the content area (instead of being to its side). These issues appear to be caused by HTML markup errors in the content you’re using in your widgets: https://validator.w3.org/nu/?doc=https%3A%2F%2Fhttp://www.zencricket1975.com%2F
    – look for the errors indicating stray, open and unclosed or closed and unopened tags as these break the layout.


    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: bullets colour on presentations page #45001
    Zed
    Cryout Creations mastermind

    I see that is no longer the case now. The slider uses the colours set in the theme’s options:
    – normal bullet is a derivative (darker/lighter) from the slider’s border color
    – active bullet uses the first accent color


    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 Featured Image Setting #45000
    Zed
    Cryout Creations mastermind

    Sorry about this, wee are aware of the problem and we’ll get it corrected in 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: Fonts shrink on update to 1.5.0 #44999
    Zed
    Cryout Creations mastermind

    @tdp1205, what is the General Font size option currently set to on your site?


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