Forum Replies Created
-
AuthorPosts
-
ZedCryout Creations mastermind
WordPress / the theme’s menu does not have such functionality. You may need to look for a custom menu plugin that implements such support.
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.ZedCryout Creations mastermindThe spacing is part of the theme’s design, however I see you are no longer using the landing page.
If you change your mind and reactivate the landing page, you can reduce the spacing with:
#pp-texttop, #pp-textmiddle, #pp-textbottom { padding-top: 20px; padding-bottom: 20px; }
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.ZedCryout Creations mastermindYou can see all theme changes since 1.4.1 here (a Diff viewer or Notepad++ will format the content better).
The biggest change will not be the theme update, but the WordPress update (depending on the plugins you use and their compatibility status).
I suggest making each update individually and checking if the site works after as before. And make sure you create a complete backup beforehand.
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.ZedCryout Creations mastermindI do not use Hotmail, but Hotmail might have cached a previous embed request.
Try with a slightly different URL (appending something like ?test should be sufficient).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.ZedCryout Creations mastermindIf you’re referring to CSS ID, the presentation page is an extension of the homepage and can always be targeted with
.home ...
. For plugins targeting the homepage is equivalent.If you’re referring to a post/page ID number, the presentation is not a post/page and doesn’t have such a number.
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.ZedCryout Creations mastermindThe example code is for plain HTML sites. On WordPress things are a bit more complicated. Having the HTML structure split among different files you’d need to edit multiple files and also add checks/conditions to limit the video to the homepage only.
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.ZedCryout Creations mastermindTry making your custom styling more specific:
body .entry-title h1 {
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.ZedCryout Creations mastermindIn Kahuna, the general layout applies to all site sections, EXCEPT individual pages which have a distinct layout set on them.
In Kahuna Plus, individual posts can have a distinct layout applied as well.Moving the layout of the theme is not something that can be done through the available options (or even with just custom 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.ZedCryout Creations mastermind@mynick, describe in what way they don’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.August 20th, 2018 at 21:06 in reply to: How to show published date for blog posts under featured box lists? #67495ZedCryout Creations mastermindFeatured boxes (and icon blocks) are special purpose sections of the landing page and are not designed to display meta information (such as the publish date).
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 20th, 2018 at 21:05 in reply to: How to hide title after Home icon and Blog link in header #67494ZedCryout Creations mastermindThe current section (be it post, page or some other section) is always included in the breadcrumbs.
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.ZedCryout Creations mastermindMake sure you clear the cache after changing the value to 0 (as some generated styling is updated by this change).
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.ZedCryout Creations mastermindI see custom menu used to color the H1 heading:
h1 { color: #3c219e; ...
Normally, the post/page titles are controlled by the theme’s headings color option.The theme is designed with a menu appearance where all menu items fit in the allotted space. If this does not happen, then the menu will overflow on top of the header image / slider image (depending on the site section viewed) or content.
For best behaviour you need to rearrange your menu so that all the items fit in the available space between the site title and the socials (at the configured site width and before the mobile menu is activated). As an alternative solution, custom CSS can be applied to activate the mobile menu earlier.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.ZedCryout Creations mastermindThe upcoming Septera Plus will definitely be closest to Septera 🙂
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.ZedCryout Creations mastermindIf at least a pixel of the #lp-post container is in the viewport, the scrolling functionality no longer initiates.
You can disable the scrolling effect from the theme’s Miscellaneous options to let the browser’s default behaviour trigger.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.ZedCryout Creations mastermindYes, the theme uses CSS generated based on the theme option to style the chosen character.
To apply the same effect to two letters, you’ll need to duplicate the styling being applied to
#site-title span a span:nth-child(_) {
for the second position.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 20th, 2018 at 20:23 in reply to: Presentation Page Slider missbehaving in Chrome mobilephone browser #67487ZedCryout Creations mastermindWe know the specific slider we integrated in the theme has issues handling image files served by Jetpack’s Photon service because if fails to supply some needed sizing data at the correct moment.
You might be able to replace the built-in slider with a separate one that doesn’t have this limitation. The theme supports easy slider replacement in the 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.ZedCryout Creations mastermindThat is the theme’s top menu navigation area, which is part of the top bar functionality (which needs to be activated for the top menu to 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.ZedCryout Creations mastermindI cannot find that particular string on your site and in the embedding data.
http://iframely.com/debug?uri=http%3A%2F%2Fzfkingbolt.com%2FIs that still happening?
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 20th, 2018 at 20:02 in reply to: How to prevent header and header widget from reloading when changing pages #67484ZedCryout Creations mastermindFor that you’d need to use a one-page site or load your entire site through an IFRAME inside a wrapper holding the player (but this will prevent the browser from displaying the correct section URL).
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.ZedCryout Creations mastermindIn Mantra menu animations are achieved with JS. Look in resources/js/frontend.js for
/* Menu animation */
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.ZedCryout Creations mastermindIn posts lists (categories, archives, search results), the post (or results) titles link to the single post (page) sections. This is the way WordPress works.
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.ZedCryout Creations mastermindIt appears that you’ve found an issue present in the latest theme update which makes the Google Font identifier fields non-functional. We’ll correct it as soon as possible with a new release.
Thanks for pointing this out.
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.ZedCryout Creations mastermindThe theme’s Post/Page Titles option (under Typography > Content) controls the post title size (relative to the general text size).
Concerning the color, post titles do not have a distinct control option and use the general site text color value.
Options not applying instantly may be due to caching.
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 13th, 2018 at 14:05 in reply to: Possible to use header title functionality on woocommerce? #67283ZedCryout Creations mastermindThe image files are no longer available.
The header titles feature is not currently available on WooCommerce sections (where the theme revers to the standard titles/breadcrumbs layout).
We’ve looked into implementing this, but WooCommerce does not provide the necessary function calls to retrieve the correct section title and breadcrumbs structure outside the main content block.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.ZedCryout Creations mastermindIt really depends on the images. The theme will try to generate crops at the appropriate size (configured height and calculated width – dependent on site width and posts columns count). The cropping position is also configurable (to try to position the viewpoint on the more relevant part of the images)
If you are not satisfied with how the crops turn out, you can disable cropping entirely by setting the featured image height to 0. This will make the theme display the images as they are (only shrinking them to fit the width).
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 13th, 2018 at 13:48 in reply to: Single Post Prev/Next Navigation link not correct displayed #67281ZedCryout Creations mastermindPlease use this CSS to correct that until the next theme update:
#nav-below > div { min-height: 1em; }
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.ZedCryout Creations mastermindTry to temporarily disable all active plugins and check if the color selectors become functional.
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.ZedCryout Creations mastermindIf you wish to display an image (be it the featured image or any other) on specific single posts, you can include the image directly at the beginning of the posts themselves.
You might be able to find a plugin which provides the functionality of displaying the featured image via a shortcode, but it sounds to me a more complex solution than simply inserting the images in the content.
Repository themes are not allowed by the guidelines to include shortcode functionality.
There is no Septera Plus theme yet.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.ZedCryout Creations mastermind@vasskion I notice the custom CSS is commented out now and the logo is displayed correctly on mobile devices. Are you still having issues?
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