Zed

Forum Replies Created

Viewing 30 posts - 3,301 through 3,330 (of 6,631 total)
  • Author
    Posts
  • 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 8 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.
    in reply to: Conflict with Download Monitor by NEVER5 #44998
    Zed
    Cryout Creations mastermind

    Disable the theme’s “Link the thumbnail to the post” option (under Featured Image Settings) to disable the images linking to posts.


    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: Presentation page missing posts #44997
    Zed
    Cryout Creations mastermind

    The two posts that would come in order and are missing appear to have differently-sized featured images.

    I recommend you try to regenerate the thumbnails for at least one of those posts in case it’s a missing image crop that’s causing the posts to not be displayed.


    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 change some Parabola settings #44996
    Zed
    Cryout Creations mastermind

    See my reply #44995.


    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: Old link stays the same even when I change it #44995
    Zed
    Cryout Creations mastermind

    As you are using a caching plugin, you might see obsolete cached site content and not the most recent changes.

    After performing changes clear the plugin’s cache.


    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,631 total)