-
AuthorSearch Results
-
May 4th, 2017 at 22:27 #44654
In reply to: I don´t see an image on the blogpage.
I seem to be having a similar issue. It is doubly confusing because two of the four stories have thumbnails, the other two do not. I have auto-select images enabled.
April 29th, 2017 at 20:57 #44500In reply to: Possible to show header on pages
Zed
Cryout Creations mastermindThe theme only displays the featured images in the header if these images are at least 60% (I believe) off the site’s (header) 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.April 27th, 2017 at 19:30 #44395In reply to: Multi-language front page
Zed
Cryout Creations mastermind@Simplissite, thanks for pointing out where the problem lies.
This is a good workaround, however it is plugin-specific and would leave multilanguage functionality unusable with any other plugin that works in a similar way with Polylang but uses a differently named function.
We’ll keep looking for a solution that works with all plugins and doesn’t require workarounds with specific function calls.
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.April 27th, 2017 at 19:08 #44387Zed
Cryout Creations mastermind1.3.2 changes the difference in size between post titles in single views and post titles in lists from a fixed number to a percentage so now the difference is relative to the font size used (and no longer causes issues with small font sizes).
Sorry we didn’t notice this initially.
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.April 27th, 2017 at 17:58 #44370In reply to: Restore comments on my blog page
Zed
Cryout Creations mastermindPosts and pages have the same comments controls (in their editing interface).
The “No comments label” indicated that those posts have comments enabled on them, but nobody commented on them (yet). The comment form should be visible in the single post view, at the end of the post.
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.April 25th, 2017 at 19:03 #44308In reply to: First slide reduced in size
It appears that this issue only appears in the customisation view. As my site is work in progress I havent published it yet but relied on the customisation view, the site view is working perfectly.
April 25th, 2017 at 18:31 #44307In reply to: First slide reduced in size
I am now wondering if it is a browser problem. I am working with Windows 10 and Edge. As an experiment I checked the site on a Mac using Safari and the slider displayed perfectly! If you can confirm this is a browser problem I will be relieved but this will obviously need to be sorted. Theme looks great on large Mac screen….
April 21st, 2017 at 20:55 #44207In reply to: Possible to show header on pages
Zed, thanks for your response. However, perhaps I wasn’t clear in my question. The header that I established for my site shows on my home page and on posts. The home page and blog posts have a righthand sidebar. I have the sidebar turned off on pages and on one and only one of those pages (http://puddletownreviews.com/open-giveaways-2017/) the site header is at the top. I checked that page and there is no featured image. In looking at the Featured Images feature in Customizing, I don’t see any settings that would call for the header to be on that page. I would either like to eliminate it or be able to be consistent and show it on all pages. Let me know if you have questions.
Website: puddletownreviews.com
April 21st, 2017 at 19:40 #44204In reply to: Hide comments count on presentation page
You’re right!! That works perfectly now. It doesn’t work by adding the custom CSS to the presentation page miscellaneous box, but I tried it in the Edit CSS menu in WordPress and that worked fine.
A similar issue on a phone screen, though, is the overlap of social icons in the header over the site title.
April 21st, 2017 at 18:51 #44202In reply to: Remove Mobile Header Completely
I tried that and nothing changes it.
I’m in Mantra: style-mobile.css.
I replaced this code that’s under @media (max-width: 800px)
#header-container > div { margin-top:7px; margin-left:14px; height:100%; }To
#header-container { display: none; }There are smaller displays but none of them have the header container.
I tried adding it to the custom css with no change. Tried adding it directly to the themes css.I cleared my cache for the site. Clear it for the browser on the phone.
For some reason I just can’t get rid of it for mobile.
April 21st, 2017 at 17:29 #44178In reply to: Fonts shrink on update to 1.5.0
Zed
Cryout Creations mastermindJust to keep things clear: we did not make any layout changes to the theme in the recent 1.5.x updates. The only things that did get changed appearance-wise are headings sizes and the problematic line-height. However these would at most affect text appearance, not cause layout or serious appearance problems.
We did however rearrange and move styling around, something that can cause serious layout issues when it gets combined with incorrect or incomplete caching (site ends up using some new styles and some older cached ones). This is solvable only by clearing and regenerating the cache (CDN services are a form of caching). Browsers employ their own level of caching.
Checking some of the sites URLs you included with your replies, I notice nothing obviously wrong or out of place on any of them.
Could you point out problems by explicitly describing them?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.April 21st, 2017 at 16:59 #44171In reply to: Hide comments count on presentation page
Zed
Cryout Creations mastermindThat styling applies to screen sizes narrower than 650px (apparent size). You may be using a device that uses a narrower resolution.
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.April 21st, 2017 at 16:48 #44166In reply to: Remove Mobile Header Completely
Zed
Cryout Creations mastermindThe .mobile class is added via JS, so it is not present from the first instant.
I suggest you use media queries in your css to target mobile devices:
@media (max-width: 800px) { body #header-container { 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.April 17th, 2017 at 18:50 #44047In reply to: Header and static image cut by menu
Hi tamerlaneunreal, thanks for the fast solution. Works quiet well while a better solution is on it´s way.
April 11th, 2017 at 17:04 #43881In reply to: Fonts shrink on update to 1.5.0
Hi to everyone who is still experiencing this issue.
For my site it is solved thanks to the amazing support team of WPEngine.
This hosting company is worth every $$ that they charge and much more!!WPEngine uses MaxCDN which is a great and reliable service.
I noticed that disabling CDN service solve the issue.
Enabling CDN service triggered many js and css errors on my page according to WPEngine tests.
WPEngine added some sort of a post script to my CDN which solved the issue.
Unfortunately, I do not know exactly what was that script but,
If you are using a CDN and experiencing the same issue that is what you want to look at.
BTW, finally I can say that,
The new update of Tempera is a great face lift and I really like all the changes in the theme.
It is worth the hassle of troubleshooting the issue!!Website: www.divinginzanzibar.com
-
This reply was modified 9 years ago by
davidbega.
April 9th, 2017 at 17:21 #43860In reply to: Title for posts on frontpage
Thank you for helping on Sunday!!
Sorry but I don’t get it… I tried
h3#custom-title, #front-text1 h2, #front-text2 h2, #front-text5 h2, #front-columns h2 { display: block; float: none; margin: 0px auto; font-size: 45px; line-height: 55px; clear: both; font-weight: 300; }as well as
h3#custom-title h3, #front-text1 h2, #front-text2 h2,as well as
h3#custom-title h2, #front-text1 h2, #front-text2 h2, #front-text5 h2, #front-columns h2 { display: block;as well as to separate it to
h3#custom-title h3 { display: block; float: none; margin: 0px auto; font-size: 45px; line-height: 55px; clear: both; font-weight: 300; }but the custom-title does not change for one single pixel…
In Firefox console I can adjust font-weight for h3.custom-title but it seems to belong to #pp-afterslider h3 and that is where I get stuck in CSS…
Website: www.weltangucker.de
April 9th, 2017 at 16:36 #43858In reply to: Fonts shrink on update to 1.5.0
Hi Zed,
Thanks for your responses and updates.
Working with Tempera for 4 years now, I am very much aware of adjusting Tempera settings, clearing cache and so on.
I have been updating Tempera theme for 4 years now without any issues.
Other people on this thread are experiencing the same problem for many days so cache has nothing to do with their problem.
I am willing to give my access to WordPress so you guys can have a look at my installation. There might be a problem for myself and others with the new update. Not being able to update the theme will eventually force us to change theme, which also means a total re-design of our websites.
If there is any way that you guys can have a look yourself to determine the sorce of the problem it will be a great help at least for few of us on this thread. If there is a paid service that can do that, I will be more than happy to pay for that service.
CheersWebsite: www.divinginzanzibar.com
April 9th, 2017 at 15:54 #43856In reply to: How to set a Separate Page for Blog Posts in Septera
Zed
Cryout Creations mastermindI’m sorry, my previous answer wasn’t entirely accurate as it applies to Fluida.
In Septera activating a static page on the homepage also activates the landing page feature (we were asked to implement this change during the theme repository review process).
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.April 9th, 2017 at 15:34 #43853In reply to: Title for posts on frontpage
Zed
Cryout Creations mastermindYou need to pay attention to the id/classname placement. In my example it’s a H3 and it bears the id directly, making the correct identifier
h3#custom-titleIf 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.April 8th, 2017 at 18:09 #43837In reply to: WooCommerce on Multisite : Star Ratings don't appear
Hello.. me again.. sorry I just got back to this now. Thank you for looking into it. I’ve enabled reviews and move some other stuff around.
I tested this again using the 2015 theme and it works there. I’ve still unchecked the “allow ratings on reviews” because I’d be happy to just get the reviews working.What I haven’t done is deactivating all the plugins and reactivated them. I’ll do that if you think a plugin is a conflict.
I’ve included a link to the product page.
here is what comments look like on a regular post:

And here is what it looks like on the woocommerce product page:

Thanks again for the help!
Website: www.piratejeni.com/tarot/product/help-jeni-practice
-
This reply was modified 9 years ago by
piratejeni. Reason: corrected text
April 7th, 2017 at 13:58 #43819In reply to: Styling conflict with Responsive Lightbox plugin
Thanks for your reply 🙂
Hmmm…. Honesty, this just started happening with Tempera 1.5.x. The Responsive Lightbox plugin was last updated 2 months ago. Up until Tempera 1.5.x release, everything was rendering fine with both of these website components used in conjunction. I don’t know the finer details of how this CSS works, but maybe the Tempera elements need a more specific selector/name? It seems unwieldy for me to need to add this CSS correction to all the websites where I have a similar setup, especially since it was working fine previously
Can you take a second look at this and maybe provide a fix on the Tempera theme?
Thanks,
Wayne-
This reply was modified 9 years ago by
WayneM.
April 7th, 2017 at 13:28 #43814In reply to: How to use the serious slider plugin?
Zed
Cryout Creations mastermind@erosdipietro, is the theme’s landing page feature enabled 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.April 7th, 2017 at 13:09 #43808In reply to: woocommerce 3.00 gallery
ok thank you… but which one code ? this one
`add_theme_support( ‘wc-product-gallery-zoom’ );
add_theme_support( ‘wc-product-gallery-lightbox’ );
add_theme_support( ‘wc-product-gallery-slider’ );`or maybe
wc-product-gallery-zoom wc-product-gallery-lightbox wc-product-gallery-sliderit is not really clear in there explain,
and where in fonction ? nevermind where ?
thank you for your answer,
Annie
Website: www.artisanathai.com
April 7th, 2017 at 08:37 #43791In reply to: Problem featured images after upgrading 1.3.1
webmastertv
Power UserAfter launching Force Regenerate Thumbnails again, no improvement.
In fact all featured images are enlarged on the website compared to the live view in the theme customization.I tried to select a larger image as featured image but no result.
I have not upgraded the production site with version 1.3.1.1 for the moment (still in 1.3.1).
Website: techvorace.com
April 6th, 2017 at 22:03 #43789In reply to: Fonts shrink on update to 1.5.0
This reply is private.April 5th, 2017 at 15:25 #43736In reply to: woocommerce 3.00 gallery
more…
maybe i have to give you some other linkhttps://wordpress.org/support/topic/3-0-missing-gallery-functionality/ about javascript in theme
Annie
Website: www.artisanathai.com
-
This reply was modified 9 years ago by
Annie.
April 5th, 2017 at 10:30 #43728In reply to: Title for posts on frontpage
Thanks for this answer.
I tried it with severeal snippets at several places before that line, but I can’t get the expected additional title.I have no trouble to place the additional title AFTER the region of desire but not BEFORE!
Every try to place visible HEadlines before the line I have realy no success. If I do the same after your mentioned line I can have my title below the saction.
I have really no clue what is wrong…
Could you write please your answer a little bet more defined, please?
April 3rd, 2017 at 14:24 #43688In reply to: Fonts shrink on update to 1.5.0
Hi,
It’s the same for me. I updated the theme to 1.5.1 and I deleted the css I had added to solve the issues. The text on my website still had the same problems. I then tried to change both the fonts’ size and height going to Tempera settings -> Text setting but unfortunately nothing changed. I have added the css again to temporarily solve the problem.
Website: www.italiantranslation-teaching.com
-
This reply was modified 9 years ago by
Khiky.
April 3rd, 2017 at 12:42 #43687In reply to: Fonts shrink on update to 1.5.0
Tried the update to 1.5.1
Same problem:
1. Line height does not respond to any adjustments in Tempera settings.
2. Font size does not respond to adjustments.
3. There is no margine anymore between the main page and widget area.I am back on 1.4.9 as my website is almost unreadable on 1.5.1
Website: www.divinginzanzibar.com
April 3rd, 2017 at 10:55 #43684In reply to: category page sidebar remove
Zed
Cryout Creations mastermindAll site sections (including categories) will follow the theme’s configured general layout. Only static pages can use a separate layout-specific page template.
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. -
This reply was modified 9 years ago by
-
AuthorSearch Results