-
AuthorSearch Results
-
May 8th, 2017 at 20:47 #44801
In reply to: Menu on home page
Under Layout I have:
Main Layout, which is set to the first option.
Site Width
Sidebar width
Stretch sidebar to edge (enable)
Magazine Layout
Margin top
Posts per page
Footer Widgets columns
Footer Widgets alignmentWhich of these is it? Have played around with the most obvious but haven’t achieved the right look.
May 8th, 2017 at 19:42 #44794In reply to: Different header for blog posts
Hi Zed,
Thanks for responding so quickly. I tried to put a featured image in the post. It’s 1200x500px which should be ok, shouldn’t it? Still it doesn’t show in the header or anywhere else. Hope you can help me on this one.
Corine
May 8th, 2017 at 18:34 #44781In reply to: Zombie Apocalypse not available
Zed
Cryout Creations mastermindThe theme’s page didn’t have the correct URLs set, thanks for pointing this out. Zombie Apocalypse has both a demo page and is available for download.
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.May 8th, 2017 at 18:07 #44773Zed
Cryout Creations mastermindThe logo identifier is
#branding #logo { }
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.May 8th, 2017 at 17:34 #44760In reply to: Mobile version is not working at all
Zed
Cryout Creations mastermindDoes the plugin handled content display correctly in a different theme (one of the Twenties)?
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.May 8th, 2017 at 11:24 #44735In reply to: Blog Posting on Presentation Page
Zed
Cryout Creations mastermindThe theme’s presentation page normally replaces the default WordPress homepage (which lists posts). It can also be configured to display a list of recent pots (the same list) or not.
Additionally, you can also create a separate page to display your posts list (this is core WordPress functionality, not theme specific).
I understand what you’re trying to achieve but there is no built-in theme functionality to filter any of these posts lists. You can, however, try to use plugins to accomplish it.
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.May 8th, 2017 at 05:18 #44718In reply to: Post thumbnails not showing up
Thanks Zed, that was the issue. I didn’t have the post excerpts selected. Thought I tried that but I guess not.
May 7th, 2017 at 15:29 #44714I have an image/logo/header that I would like to remove only for mobile.. or, at least change it so it’s smaller. I tried the code you shared here but it didn’t work (changed “site-text” to “site-logo”).
Website: companionbirds.ca
May 4th, 2017 at 22:27 #44654In 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 8 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-title
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 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 8 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 8 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. -
This reply was modified 8 years ago by
-
AuthorSearch Results