Zed

Forum Replies Created

Viewing 30 posts - 1,831 through 1,860 (of 6,629 total)
  • Author
    Posts
  • in reply to: Add image to header #68935
    Zed
    Cryout Creations mastermind

    I see you’re using Parabola, not Verbosa, so I’ve moved your topic to the correct forum.

    Parabola is capable of displaying a logo image instead of the site title – check its Header settings (in the theme’s settings 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: Fonts not working on mobile & tablets #68933
    Zed
    Cryout Creations mastermind

    You didn’t answer my question. What values are the typography font options currently set to?
    A screenshot of your Typography options panel would answer this best.


    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 provide a link to 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: Menu and Header #68931
    Zed
    Cryout Creations mastermind

    I have answered on the submenus issue in your other forum topic.


    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: Submenus don't work #68930
    Zed
    Cryout Creations mastermind

    There are multiple JavaScript errors on your site. Temporarily disable all active plugins and check if the menu returns to functional order on all sections of the site, then re-enable the plugins one by one to see which one breaks the menus.


    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 UPDATE 1.4 to 1.7 #68929
    Zed
    Cryout Creations mastermind

    Several things have changed between 1.4 and 1.7. Does the rest of the site work normally and only the homepage goes missing?


    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: Testing for Gutenberg #68928
    Zed
    Cryout Creations mastermind

    While we will most likely not rewrite whole parts of the existing themes to turn them into Gutenberg-focused ones, we will make any necessary changes and improvements to correct any compatibility issues that could arise.

    So far we have done some preliminary tests with the development builds of the Gutenberg plugin and we have not encountered any major issues with our themes. The few small styling issues we’ve observed we’ll correct in upcoming themes updates.


    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: Transparent background for menu #68927
    Zed
    Cryout Creations mastermind

    Using rgba() color values for the backgrounds usually does the trick (if all other intermediary elements are also backgroundless).


    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 CSS no effect? #68923
    Zed
    Cryout Creations mastermind

    You can reduce the spacing with:

    body .slider-wrapper {
        padding-bottom: 0;
    }

    For the second question, I believe you’ve found some incorrect styling in Mantra. To correct it until the next update, add the following CSS:

    @media (min-width: 641px) {
    .home #content article.post {
        width: 49%;
        margin-right: 2%;
    }
    .home #content article.post:nth-child(2n) {
        margin-right: 0;
    } }

    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 adsense code in the header? #68921
    Zed
    Cryout Creations mastermind

    Many SEO plugins also provide the option to add your analytics or search console tags to 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: how do I add keyword on the cover #68920
    Zed
    Cryout Creations mastermind

    Use a SEO 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: Mantra Different color on each tab #68919
    Zed
    Cryout Creations mastermind

    Each menu items has an unique ID, which you can use in your custom styling:

    #access #menu-item-X {
        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: blockquotes does not have font selection or even inheritance #68539
    Zed
    Cryout Creations mastermind

    Thank you for pointing this out, we’ll look into 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: empty space between header and page content #68536
    Zed
    Cryout Creations mastermind

    1. There is no space by default between the header and content in Anima. I’d need to browse the site to figure out what creates it.

    2. Site width is controlled by the theme’s width options. On screens/devices smaller than the configured value the site width is 100% 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: Dance header text color #68535
    Zed
    Cryout Creations mastermind

    Any element’s color can be tweaked with CSS:

    body #header-page-title .entry-title, 
    body #header-page-title .byline {
        color: #fff;
    }

    Note that we do not provide free support when our credit link is removed from our free 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: Contact Form Not Working On Anima Theme #68531
    Zed
    Cryout Creations mastermind

    What happens when you submit the form on the site?
    You’re saying the form works with the default theme but doesn’t with Anima.

    Did you do this test with the exact same form displayed in the same location from the same device at about the same time? Since that particular plugin sends the form data via email, even a small change in the email headers (like browser signature or client IP) can trigger a change in how the message is handled at the destination.


    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: Static Slider is not adjust on mobile #68529
    Zed
    Cryout Creations mastermind

    Can we know the URL of the site where this happens?


    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 header image cannot be disabled on mobile devices specifically through the options, but you could hide it with CSS:

    @media (max-width: 1024px) {
       #branding img.header-image { 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: Theme customizing does not work anymore #68527
    Zed
    Cryout Creations mastermind

    When you’re having trouble anywhere in the dashboard, test by (temporarily) disabling all active plugins. If that resolves the issue, re-enable the previously active plugins one by one until the issue reappears.

    If deactivating plugins doesn’t solve the issue (or is not possible) you can also test with one of the default Twenty themes to see if the issue still manifests.


    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 not working on mobile & tablets #68526
    Zed
    Cryout Creations mastermind

    The geoblocking is still in place, but I managed to see the site through a proxy.
    The Google fonts enqueue does not appear to include either Raleway or Playfair, even though they are set in the site generated styling.

    What values are the typography font options currently set 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: Menu and Header #68513
    Zed
    Cryout Creations mastermind

    1) The shadow is there to highlight the fixed menu. You can disable it with CSS:
    body #masthead #site-header-main { box-shadow: none; }

    2) The logo and the menu are designed to be on the same row

    3) The menu content needs to fit in the available space on the target screen sizes, before the mobile menu activates (or the mobile menu needs to be customized to activate earlier – at the point the used menu no longer fits).

    4) The slide images are 1920×700; slider is set to 1920×800 (the height difference has no consequence if the images are shorter); site width is at the default 1920px.


    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

    Do you want to do that for the featured images in posts list? Or are you perhaps referring to other images displayed on the homepage when the theme’s landing page feature is used.


    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 the size of the main post? #68511
    Zed
    Cryout Creations mastermind

    That is not possible without extensive styling 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: Hedings Don't Show Within WordPress #68510
    Zed
    Cryout Creations mastermind

    Do you have a link for a post/page exhibiting this?

    From what I see headings are displayed correctly in the 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.
    Zed
    Cryout Creations mastermind

    Try switching the theme’s comment field option to labels.


    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: Center Align Footer Widget Content (Image, Text, …) #68508
    Zed
    Cryout Creations mastermind

    Try this CSS:

    #footer-widget-area {
        text-align: center;
    }

    Make sure you clear the site cache if it doesn’t work.


    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 disable cryout columns on mobile phone #68507
    Zed
    Cryout Creations mastermind

    Changing the images for mobile devices is tricky to do; hiding the entire columns area is doable with a simple block of CSS:

    @media (max-width: 800px) { /* you may want to adjust the devices screen width that the hiding applies to */
       #front-columns {
           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: Whitespace below header image in mobile layouts #68506
    Zed
    Cryout Creations mastermind

    Can you provide a screenshot with the unwanted whitespace?


    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: Changing header link #68505
    Zed
    Cryout Creations mastermind

    The link applied to the header image is generated by WordPress through its home_url() function.
    To change the link you’d need to filter that function (for the entire site) or customize the theme’s tempera_title_and_description() function.


    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: Change Slides Title size #68503
    Zed
    Cryout Creations mastermind

    If you’re using the default slider, its title size is relative to the (configurable) general text size.
    To adjust it beyond that you can use CSS:

    body .nivo-caption h2 {
       font-size: 1.6em; /* default value */
    }

    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 - 1,831 through 1,860 (of 6,629 total)