Zed

Forum Replies Created

Viewing 30 posts - 1,381 through 1,410 (of 6,640 total)
  • Author
    Posts
  • in reply to: Roseta – Category page with Intro #91648
    Zed
    Cryout Creations mastermind

    You can remove the ‘Category:’ wording by editing WordPress’ translations.

    Or you can hide the whole title with a bit of CSS:

    .category .entry-title {
        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: Header Image #85761
    Zed
    Cryout Creations mastermind

    The header image is displayed if it is set in the general options. It can be hidden from specific pages and posts by using the Plus theme’s meta options.

    Its visibility can be further tweaked with custom CSS if desired – the CSS depends on the site section it should apply on:

    <section identifier> #header-image-main {
        display: none;
    }

    Keep in mind that in Roseta the header image section also holds the page/post/section title and the breadcrumbs. These would no longer be visible when the header image is hidden this way.


    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 email address in Menu bar #85760
    Zed
    Cryout Creations mastermind

    The navigation menus are core WordPress functionality and work the same regardless of the theme used (the theme only handles the visual appearance of the menus).

    You can include multiple kinds of menu items in your menus through the menu administration screen – for a link you’d most likely use the custom link feature. See our tutorial for more info:
    https://www.cryoutcreations.eu/wordpress-tutorials/how-to-use-a-custom-menu-in-your-wordpress-website


    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 resize Cover image #85759
    Zed
    Cryout Creations mastermind

    What are you using those images on the site for?

    Generally, WordPress will serve different sized copies of the same image for all browsers to use depending on their screen size, however the different sizes are generated automatically based on the internally registered image sizes.


    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: Padding under list items #85757
    Zed
    Cryout Creations mastermind

    Try to apply your styling on this identifier:
    article ol li { }


    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 more Icons (svg images) to the social media menu #85756
    Zed
    Cryout Creations mastermind

    You can see the full list of support social icons (and their manual classnames in case link doesn’t automatically match) here: https://www.cryoutcreations.eu/wordpress-tutorials/use-new-social-menu

    To add additional icons you’d need to edit the existing icon font or create your own and apply it for the needed additional links.


    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 – Category page with Intro #85755
    Zed
    Cryout Creations mastermind

    Adding it back to the free edition would risk getting our theme removed from the WordPress.org repository.

    The Plus edition already supports similar functionality by enabling the visual editor in category descriptions (and making it easier to enter the introductory text for the category).


    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 FOR ESOTERA PLUS HOME PAGE #85412
    Zed
    Cryout Creations mastermind

    For timely support requests replies, please use the dedicated priority support form. Messages received through the various contact forms are processed with different priorities.


    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 colors for Titles etc. #85408
    Zed
    Cryout Creations mastermind

    All of theme’s colors are configurable through the theme’s color options. More important elements have individual control options, others use more general options (like the two accent colors) while others use derivations (slightly lighter or slightly darker) of configured colors.

    To customize colors beyond the designed sets you’d need to use custom styling. You can use the browser’s development tools to find out the element identifiers for the CSS.

    Images responsiveness behaviour depends on the configured options (for the header and for the featured images).


    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: Set font size/pitch for post pages #85390
    Zed
    Cryout Creations mastermind

    The general font size on your site is currently set to 14px and appears to apply correctly (where you are not overriding it with inline styling). Please not that pt (points) and px (pixels) are not the same measurement unit.

    All text which is not controlled by specific options uses this value (and even those that have specific options are still relative percentages to this 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.
    in reply to: Paragraph Indentation not working #85389
    Zed
    Cryout Creations mastermind

    Thank you for pointing this out. We’ll have it fixed in the next theme 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: Add posts to a page #85388
    Zed
    Cryout Creations mastermind

    Please see the following article to learn more about how WordPress posts and pages work:

    https://en.support.wordpress.com/post-vs-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: Problems after reset #85369
    Zed
    Cryout Creations mastermind

    The landing page feature appears to be active on your site. Its configuration is done from the landing page panel in the customize interface (all the options are available, regardless of section statuses or landing page activation state).


    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 the colour of the block table background and font #85368
    Zed
    Cryout Creations mastermind

    Could you post a frontend link to the section containing a table?
    The table text should be the same color as the rest of the content, which on your site is black.


    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

    That looks like a styling side-effect (the section title normally has a margin, but the extra markup that is used there seems to transfer that margin outside the containers).
    Try this CSS:

    .page-id-111 .main .article-inner > header {
        margin-bottom: 0em;
    }

    Use a negative value if you want to reduce the padding more.


    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 sticky post title background color #85366
    Zed
    Cryout Creations mastermind

    Sticky posts use styling to make them stand out and be different from regular posts. They use generally configured colors for the titles appearance.
    Also, sticky posts are only relevant for the homepage, elsewhere their “sticky” status is not used.

    There’s no distinct setting to control the styling but that can be customized with some CSS:

    body .sticky h2.entry-title a {
        background-color: inherit;
        color: inherit;
        padding: 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 to create custom taxonomy? #85365
    Zed
    Cryout Creations mastermind

    What are you trying to achieve with this custom taxonomy?


    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: Translating the slider with Polylang #85364
    Zed
    Cryout Creations mastermind

    You can get per-language slider on the landing page if you switch from the direct slider selection to the slider shortcode field and enter the shortcode for the first (main) language. Then in Polylang’s strings you’ll be able to localize that shortcode for the other language(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: blog image resolution #85360
    Zed
    Cryout Creations mastermind

    Double check the size you’re inserting them at in the content, or the theme’s options related to image sizes (which cover featured and header images).


    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 on Esotera #85359
    Zed
    Cryout Creations mastermind

    By default the title inherits the site-wide text color option.

    On our demo we used the Featured Content plugin (available with the Plus edition) to create the source content for the text areas.
    This provides the ability to hide the standard title and include it in the content (with the possibility to style it as needed).


    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 import Demo #85358
    Zed
    Cryout Creations mastermind

    We do not provide sample content for the free edition of the theme. Also, the theme demo is running the Plus edition.


    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: Re-positioning the web site heading #85344
    Zed
    Cryout Creations mastermind

    You’re not using the site heading at the moment at all.


    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 adjust content margins #85343
    Zed
    Cryout Creations mastermind

    You can only adjust those spaces (margins, paddings) with custom styling.

    I suggest getting familiar with the browser’s development tools (Firefox / Chrome / Edge) to work out what extra CSS is needed for each of those spaces.


    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 Archive 'Entry Title' #85342
    Zed
    Cryout Creations mastermind

    Those strings are part of the translations. We have a tutorial on how such texts can be edited here:
    https://www.cryoutcreations.eu/wordpress-tutorials/editing-theme-strings-translations

    I don’t exactly remember where that string comes from, so you may find it either in the theme or in WordPress itself.


    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 mantra widget title from h3 to… #85341
    Zed
    Cryout Creations mastermind

    I don’t see a way to change the used tags using the widget_title filter (it can only be used to filter the title text, not the wrapping tags).

    The second bit of information suggests replacing the theme’s sidebars registration code entirely. You can find that code in Mantra’s mantra_widgets_init() function in includes/theme-setup.php.


    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: Portfolio & Services – Essential Content Types plugin #85340
    Zed
    Cryout Creations mastermind

    The theme does not come with or suggest the plugin named Essential Content Types. We are not familiar with that particular plugin and cannot say if its custom post types work as expected with our theme. The /service section appears to use content created with that plugin.

    The /portfolio section does use Jetpack’s portfolio post type, a plugin which we do suggest and we’ve added support for in our themes, but only with the Plus edition. We do not advertise supporting nor do we suggest Jetpack’s post types with the free edition.

    Nonetheless, the overlapping should not occur and it points to a load timing issue for image. As a workaround for it you can try to disable the masonry functionality site-wide.

    We’ll look into this to see if there’s a way to improve the masonry functionality in Roseta.


    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: Star review function is not working #85339
    Zed
    Cryout Creations mastermind

    Change the comment field option to Labels for improved support for plugins adding additional comment form fields.


    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 unresponsive on mobile #85338
    Zed
    Cryout Creations mastermind

    The featured images behaviour option controls how featured images behave in respect to responsiveness (get cropped or just resize).


    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: Remove site title text from header #85337
    Zed
    Cryout Creations mastermind

    You can control the title behaviour 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: Roseta – Category page with Intro #85336
    Zed
    Cryout Creations mastermind

    We’ve been asked to remove it during the theme review.


    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,381 through 1,410 (of 6,640 total)