Forum Replies Created
-
AuthorPosts
-
Zed
Cryout Creations mastermindYou 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.Zed
Cryout Creations mastermindThe 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.Zed
Cryout Creations mastermindThe 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-websiteIf 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 mastermindWhat 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.Zed
Cryout Creations mastermindTry 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.Zed
Cryout Creations mastermindYou 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.Zed
Cryout Creations mastermindAdding 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.Zed
Cryout Creations mastermindFor 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.Zed
Cryout Creations mastermindAll 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.Zed
Cryout Creations mastermindThe 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.Zed
Cryout Creations mastermindThank 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.Zed
Cryout Creations mastermindPlease 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.Zed
Cryout Creations mastermindThe 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.August 10th, 2019 at 15:10 in reply to: Change the colour of the block table background and font #85368Zed
Cryout Creations mastermindCould 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.August 10th, 2019 at 15:04 in reply to: Space between header/menu and page. I need to eliminate it. #85367Zed
Cryout Creations mastermindThat 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.Zed
Cryout Creations mastermindSticky 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.Zed
Cryout Creations mastermindWhat 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.Zed
Cryout Creations mastermindYou 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.Zed
Cryout Creations mastermindDouble 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.Zed
Cryout Creations mastermindBy 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.Zed
Cryout Creations mastermindWe 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.Zed
Cryout Creations mastermindYou’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.Zed
Cryout Creations mastermindYou 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.Zed
Cryout Creations mastermindThose 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-translationsI 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.Zed
Cryout Creations mastermindI 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.August 10th, 2019 at 10:35 in reply to: Portfolio & Services – Essential Content Types plugin #85340Zed
Cryout Creations mastermindThe 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.Zed
Cryout Creations mastermindChange 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.Zed
Cryout Creations mastermindThe 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.Zed
Cryout Creations mastermindYou 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.Zed
Cryout Creations mastermindWe’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. -
AuthorPosts