Zed

Forum Replies Created

Viewing 30 posts - 811 through 840 (of 6,629 total)
  • Author
    Posts
  • in reply to: Sub-menu for Footer menu #107728
    Zed
    Cryout Creations mastermind

    The footer menu location is not designed to support submenus. The main navigation is the only one supporting submenu dropdowns.


    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 view big gap between header and content #107726
    Zed
    Cryout Creations mastermind

    I notice an entirely different color scheme is used in the site currently and in the screenshot. Did you change the configuration in the meantime or is the screenshot of a different site.

    I see you are currently using a GIF image in the header. How was the header configured in that screenshot?


    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: Background image cut off #107725
    Zed
    Cryout Creations mastermind

    The display mode is dependent on the aspect ratio of the used image in comparison to the area it is displayed in. The image is almost square while it needs to be displayed in a wide rectangle (the screen), leading to vertical cropping.

    I suggest using an image with a similar aspect ratio as the area it is displayed in.


    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: Roseta (Free) Layout Bug #107724
    Zed
    Cryout Creations mastermind

    The theme’s landing page is a special purpose section that does not follow any of the layout options as it never has any sidebar(s).


    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 “Entries Feed” from meta #107723
    Zed
    Cryout Creations mastermind

    If you use WordPress’ default Meta widget, that comes with a set of links that are not configurable. To control what links are visible you’ll need to look for an alternative widget or write your own.

    You can also recreate the layout using a custom menu and the built-in menu widget.


    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 and WP 5.5 #107722
    Zed
    Cryout Creations mastermind

    We’ve just released a Mantra update which corrects a little hiccup caused by a change in WordPress 5.5, so we expect the theme to get along with this WordPress release just fine.

    You should, however, expect surprises if you use plugins on your site as there were important JavaScript related changes in 5.5 that affected multiple plugins (some of which have released compatibility updates in the meantime).


    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: Name page VS Title Page VS Text banner #107721
    Zed
    Cryout Creations mastermind

    If you need to display different texts for a particular page in its title location and menu item, you can do that by using a custom menu, which removes the limitation of the menu item using the same text as the page title.

    If instead you would want to display different texts in the page’s title location and in the browser title (for example), this task you can do using a SEO plugin capable of filtering/overriding the titles.


    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: break header on two pieces #107719
    Zed
    Cryout Creations mastermind

    In Fluida the header layout is made up of the site title/logo/description (on the left side) and the main navigation and header socials (on the right). These two can unite if their content is long enough.
    Below follows the header image, which can also hold the header widget area.

    This layout is a structural particularity of the theme and cannot be changed without extensive code and styling changes.


    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 cant be removed #107718
    Zed
    Cryout Creations mastermind

    If you have not created nor assigned any specific menus, the theme will display WordPress’ default auto-generated pages menu in its main navigation area.
    If you don’t a menu there, create an empty custom menu and assign it to that location.


    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 Bullet Point Graphic From Pros/Cons Plugin? #107717
    Zed
    Cryout Creations mastermind

    The theme’s bullets can be controlled (and disabled) site-wide from its settings.
    If you only want to disable the bullets on specific content that can be done with custom styling.
    To provide you with the needed CSS I would need to browse the site where these double bullets are 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.
    in reply to: Change font-size of H1/H2 #107714
    Zed
    Cryout Creations mastermind

    Of course you can override styling, but you need to ensure your custom styling is more specific than existing one.

    As a solution that works (almost) every time, copy the exact identifier that currently applies last (from the browser’s developer console) and prepend body to that identifier to make it slightly more specific.


    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: Tighten up Landing Page sections #107711
    Zed
    Cryout Creations mastermind

    That styling covers both inner spacing (padding) and outer spacing (margins).


    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

    Updating the theme is not dependent on it being the active theme.
    You should be able to update Tempera while one the Twenty themes is active instead, if updating works then.


    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 font-size of H1/H2 #107406
    Zed
    Cryout Creations mastermind

    In Nirvana the heading font sizes are configurable (relative to the general site font size) through the theme’s settings – look for the Typography settings:
    https://www.cryoutcreations.eu/docs/themes-legacy/settings/text/#headings-font


    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 Search Icon? #107402
    Zed
    Cryout Creations mastermind

    1. The theme includes multiple looking class icons in its bundled icons set, unfortunately it does not include any binocular icons. You can see a list of available icons here:
    https://demos.cryoutcreations.eu/wp/esotera/wp-content/themes/esotera-plus/plus/resources/shortcodes/icons.php

    You can make the icon bold with CSS:
    .icon-search2::before { font-weight: 900; }

    2. You can also try adding the “Search” text next to the icon, but this text will not use the site’s configured font and may look slightly out of place:

    .icon-search2::before {
        content: "\e0a8  Search"; /* 2 spaces between the code and Search */
        margin-right: 2em;
        /* color: #color-code; */
    }

    3. The color depends on the overall configuration of the site. I have added the color customization in the CSS above, you’d need to fill in the right color code and uncomment the line to activate 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: Tighten up Landing Page sections #107401
    Zed
    Cryout Creations mastermind

    You can adjust the vertical spacing for all the landing page sections with some custom CSS:

    .esotera-landing-page .lp-blocks-inside,
    .esotera-landing-page .lp-boxes-inside,
    .esotera-landing-page .lp-text-inside,
    .esotera-landing-page .lp-posts-inside,
    .esotera-landing-page .lp-page-inside,
    .esotera-landing-page .lp-section-header,
    .esotera-landing-page .content-widget {
        padding-top: 2em;
        padding-bottom: 2em;
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .esotera-landing-page .lp-section-header {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    You can adjust the values as needed (they default to 5em for margins and 3em for paddings).


    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: Tags showing on post and in excerpt. #107400
    Zed
    Cryout Creations mastermind

    Please update Mantra to the current 3.3.0 and check if that still 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

    In Nirvana, the text on the columns appears on hover on desktop browsers and below the images on smaller mobile devices.
    If you want the text to always be visible, you can change the appearance mode to static from 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: Full width image on home page (not top slider) #107397
    Zed
    Cryout Creations mastermind

    The landing page text areas use the featured image associated to the source page for their background. You can use this functionality by ensuring the page you assigned to that text area has a featured image set.


    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 the following custom CSS:

    body .nivo-caption > h3 {
        text-transform: 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: Reset theme settings “Do not display again” doesn’t work #107388
    Zed
    Cryout Creations mastermind

    Hi Steve,

    That line is a dev line intended to be used to force the nag theme mod to a specific value.
    Having it commented out (with either value) is the normal state as the theme mod is handled by other code.

    If you are still running WordPress 5.5 on the site try updating to 5.5.1 and check if the nag disable link still fails to work – with that line of code in its default state (as there were some dashboard nonce checking issues in 5.5).


    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 Copyright Date #107387
    Zed
    Cryout Creations mastermind

    You did not provide a site link for me to check, so I can only guess that the text is located in the theme’s custom footer text field, configurable through the 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: Slider and galleries missing after 5.5.1 update #107386
    Zed
    Cryout Creations mastermind

    The site has a JavaScript error related to the ‘nice navigation’ plugin (most likely due to changes brought by WordPress 5.5). This can affect a lot of functionality, including the slider.

    Check if that plugin has a compatibility update or if the author is working on one, or look for alternatives.


    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 display social icons #107383
    Zed
    Cryout Creations mastermind

    @Sonia, we have a dedicated tutorial on how to use the socials menu functionality in our themes:

    https://www.cryoutcreations.eu/wordpress-tutorials/use-new-social-menu


    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 overlapping on mobile #107382
    Zed
    Cryout Creations mastermind

    The theme uses Masonry (a Javascript library) to arrange the posts in lists in a brick style layout.
    If you use lazy loading (or some other loading optimizations techniques) on your site, Masonry can end up applying its layout before everything is loaded and not take the final sizes into account.

    We’ve made Masonry apply at the very end of page rendering, but some optimization plugins can interfere with this. Try temporarily disabling such optimizations to check if they’re connected to the issue or disable Masonry in the theme.


    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: Homepage excerpt bug #107381
    Zed
    Cryout Creations mastermind

    I am not seeing this duplicate time right now on your site, so I assume you solved the problem in the meantime.

    The meta information displayed by the theme is configurable in the options. If you see duplicate instances of the same meta, with one of the instances not controlled by the options that separate instance might get added by plugins or custom code.


    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: Comment Reply button location #107217
    Zed
    Cryout Creations mastermind

    Hi David,

    The position of the individual “Reply” buttons is a design choice and in-line with the comment author and meta information.

    The markup for that button (it being part of the comments meta and header container) makes it difficult to move below the comment content. You can try the following CSS to relocate it inside the comment text container, making it more visually connected to that particular comment:

    body .comment .reply {
        top: 2.7em;
        right: 1.5em;
    }

    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 caption font size #107142
    Zed
    Cryout Creations mastermind

    @Desa818: are you configuring the widget font options?


    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: Telegram icon #107141
    Zed
    Cryout Creations mastermind

    The classes that Font Awesome uses on its icons are not present or used in the theme.

    If you’re using an entirely different font (where all glyphs have different codes), you’ll need to customize the content attribute manually to the correct code for each icon.


    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: Shortcodes on Presentation Page #107116
    Zed
    Cryout Creations mastermind

    Your replies were saved, but because of containing code they got flagged for manual review.

    The value of the action parameter action="https://belaviva.com/" indicates that the form will always submit to the homepage. This is the same on both embedding locations, and the search form works as intended in both cases (confirmed by the presence of the search form parameters in the URL).

    On standard pages the plugin is able to override the output and display its own content (the search results), however on the homepage it cannot do this as the theme’s own landing page feature takes precedence.


    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 - 811 through 840 (of 6,629 total)