-
AuthorSearch Results
-
September 23rd, 2018 at 19:32 #68542
In reply to: Fonts not working on mobile & tablets
I tried to fix the problem (=get rid of Times Roman) on mobile by using media queries for headlines:
font-family:-apple-system, BlinkMacSystemFont,
“Segoe UI”, “Roboto”, “Oxygen”,
“Ubuntu”, “Cantarell”, “Fira Sans”,
“Droid Sans”, “Helvetica Neue”, sans-serif;Maybe there is a better way to solve the problem?
Website: marjutus.media
September 23rd, 2018 at 18:43 #68531In reply to: Contact Form Not Working On Anima Theme
Zed
Cryout Creations mastermindWhat 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.September 23rd, 2018 at 15:51 #68513In reply to: Menu and Header
Zed
Cryout Creations mastermind1) 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.September 23rd, 2018 at 15:39 #68509Zed
Cryout Creations mastermindTry 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.September 23rd, 2018 at 15:35 #68507In reply to: How to disable cryout columns on mobile phone
Zed
Cryout Creations mastermindChanging 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.September 23rd, 2018 at 15:30 #68505In reply to: Changing header link
Zed
Cryout Creations mastermindThe 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.September 23rd, 2018 at 15:24 #68502In reply to: Gutenberg Image Captions
Zed
Cryout Creations mastermindLooks like Gutenberg applies some styling which doesn’t play nice with the theme’s own styling.
Try adding this custom CSS to correct that:#content .aligncenter, #content img.aligncenter, #content .alignleft, #content img.alignleft, #content .alignright, #content img.alignright { display: table; }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.September 23rd, 2018 at 15:03 #68497In reply to: Question about a year of updates
Zed
Cryout Creations mastermindSingle Plus theme purchases and Developer Club Membership have a 1 year licensing period. Once this term has passed/expired you will need to make a new purchase to continue receiving updates and support.
The purchased product(s) will continue to work regardless of the status of the license. Using our themes is not conditioned in any way to having an active subscription, however we no longer provide support, security and feature updates after the license expires.
Due to the continuously evolving state of digital goods and services, we choose not to label any of our services unlimited.
I personally believe that lifetime licenses are misleading at best. No developer can and will provide maintenance and updates forever. At most they do so for the lifetime of the product, which is usually no more than several years.Concerning the error you are encountering, please create a support ticket with more details on the steps that lead to this.
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.September 17th, 2018 at 11:32 #68316In reply to: Question about a year of updates
iaind
Power UserSo I went ahead and bought Anima Plus anyway.
I’ve just tried to put my license number in and I’m getting an “options page not found” error.
September 6th, 2018 at 19:39 #67993In reply to: Header Overlay Opacity Slider Bug…
Well, indeed it “makes the overlay color more obvious” to the extent that it obliterates the original underlying image colors!
The slider increments the opacity by 5% at a time, and even on the first 5% there is no image colors only the greyscale!
I find it hard to imagine this was the original intent for the overlay. As of 1.3.1 with the use of the overlay the only image color is that of the overlay, whereas in the prior version the overlay functioned as a color tint to the underlying image with greater intensity as the opacity increased.
In my humble view to introduce a greyscale filter which is not optional was a poor decision. It seems to me that if the “greyscale filter” was optional, as I believe it should be, then both the current and prior behaviors for the overlay could be accommodated.
So I’d be obliged if this could be a future consideration. I’ve not dug into the code at this point and have no idea as to the degree of difficulty this might pose, but it would be nice if you could let us know if this is a possibility…
September 6th, 2018 at 13:41 #67985In reply to: Remove URL/website in comments
Zed
Cryout Creations mastermindComment form content can only be controlled by overriding the entire content using WordPress’ filters (this is how the plugins do it too).
The plugin not working is most likely due to the order filters are applied. Switch the theme’s Comment Field option to labels and the plugin should start having effect.
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.September 6th, 2018 at 13:29 #67983In reply to: grayscale Slider image.
Zed
Cryout Creations mastermindSince version 1.3.1 the greyscale filter is applied on the header (and static slider image) when an overlay color is used. This makes the overlay color more obvious (even at low overlay opacity values)
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.September 6th, 2018 at 13:28 #67982In reply to: Header Overlay Opacity Slider Bug…
Zed
Cryout Creations mastermindSince version 1.3.1 the greyscale filter is applied on the header (and static slider image) when an overlay color is used. This makes the overlay color more obvious (even at low overlay opacity values)
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.September 6th, 2018 at 13:19 #67979In reply to: Multi-language front page
Zed
Cryout Creations mastermindThere is currently limited support for multi-language categories in the featured boxes with Polylang. We are looking to find the best way to extend this 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.September 6th, 2018 at 12:05 #67971In reply to: Header Image bug with WooCommerce
Zed
Cryout Creations mastermindWooCommerce applies some styling that affects the header image width. Use this custom CSS to correct that:
#bg_image { max-width: 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.September 3rd, 2018 at 08:39 #67916In reply to: Custom CSS no effect?
Thanks for the feedback!
I tried it, but it seems, that it still doesn’t has any affect.
e.g. the headline “≡ eXacthair Special | SummerCurls” on site http://web.exacthair.at/?p=2014 should be bold with CSS…
body .entry-title h1 {
font-weight: bold;
}… but it is still normal.
Maybe you can support me? Thanks!
Website: web.exacthair.at/?p=2014
August 31st, 2018 at 12:31 #67841In reply to: Featured boxes not working after last update
I have encountered the same issue on homepage after updating Fluida.
My site is in bilingual and holds 3 languages with Polylang. I have created a set categories contain 3 languages (gallery, zh-gallery, cn-gallery). Within each category, it contain 2 posts with same content but different languages.
You know, for the Featured Boxes on landing page, it only can choose one category in 1 area, so I choose the “gallery” with 2 posts in English. Originally, when I changed to other language, Featured Boxes would automatically changed to “zh-gallery” with 2 same post in Traditional Chinese. It did the same in the third language.
After updating, when I choose the “gallery” with 2 posts in English, it works well. But when I switch to Chinese, it displays all posts in Chinese version, instead of posts in “zh-gallery” category.
Fluida does not allow me to select different category in Featured Boxes tab when I change the language. Any fix?
Website: www.causewayeducation.com
August 31st, 2018 at 11:27 #67835Zed
Cryout Creations mastermindOur themes will be impacted by Gutenberg as much as any other theme in the repository.
Normally, the themes are simply responsible for displaying the content as WordPress itself delivers it (this is true at least for the repository themes which are not allowed to include any kind of plugin-like functionality).
Gutenberg will replace/take over the editing part of the content, and anything that Gutenberg will have to apply/filter on that content will happen before the theme gets to display it.
There’s also the Classic Editor plugin which you can use to delay the Gutenberg switch (which based on the reviews is not quite welcome at this time).
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 31st, 2018 at 10:59 #67828In reply to: Serious slider not working
Zed
Cryout Creations mastermindI believe we have discussed this through our support service. Did you receive my two replies?
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 31st, 2018 at 10:52 #67825In reply to: WordPress and Tempera big update (from V1.4.1)
Zed
Cryout 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.August 31st, 2018 at 10:47 #67824In reply to: Tagline Ghost in Theme Files?
Zed
Cryout 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.August 30th, 2018 at 17:33 #67813In reply to: Video Background On Frontpage
If you’re displaying a static page, then it should be no different than the rest of the singe pages you added the background on.
Excatly and it’s working fine. 🙂
If you’re displaying the posts list (or the theme’s presentation page feature which is an extension of the posts list), this behaves like a category/archive.
I’m displaying the themes presentation page, where I like to add the background-video as body.
Did you add the background video on other categories/archives? How?
Doesn’t the plugin provide a general way of setting a background video site-wide (CSS and/or script)?
No and no and this is why I need help. _:D
I’ve found the/a code on https://be-jo.net/2014/04/video-als-hintergrundbild-mit-html5-und-css/ but I don’t know, where to insert it into the code from the Parabola-Theme.
Website: www.lyeaux.de
August 21st, 2018 at 12:10 #67504Thanks Zed for you reply. It is a bit redundant that information from my point of view. Is there any way to hide all right information and make the title of the blog post fix the width of the header?
Thanks!
ClaudiaAugust 21st, 2018 at 03:26 #67499In reply to: Tagline Ghost in Theme Files?
AGirlHasNoName
Power UserHi Zed,
Thanks so much for taking a look. Yes, it’s still happening. I’ve turned off every plugin/theme except Tempera and its Cryout Serious plugin, and the tagline still appears. If you have access to an outlook/hotmail account and copy/paste the URL into a blank email then click return, you’ll see the tagline appears in the link preview. Very strange!
:0)
August 20th, 2018 at 21:16 #67498In reply to: Featured image size for blog preview
Hi Zedd – thanks again for the theme – good purchase –
Is there anyway to adjust the blog feature image? Or just keep it static?
My picture always auto-adjusts to basically only the bottom half of the picture and then goes upward to see the whole thing. I’ve tried cropping it and am very frustrated.
Or can you just take a look at my site and tell me what I am doing wrong.
Mike
http://www.merrygoadventure.com
Website: www.merrygoadventure.com
August 20th, 2018 at 21:12 #67497In reply to: Can I hide the left sidebar on posts?
Zed
Cryout 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.August 20th, 2018 at 20:49 #67492In reply to: Change Headline in postings
Zed
Cryout 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.August 20th, 2018 at 20:41 #67490In reply to: CTA #link not working in Safari/mobile Chrome
Zed
Cryout 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.August 20th, 2018 at 20:28 #67488In reply to: Site Title in Fluida
Zed
Cryout 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:00 #67483In reply to: How to change main menu animations
Zed
Cryout 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. -
AuthorSearch Results