-
AuthorSearch Results
-
December 2nd, 2018 at 21:07 #71060
In reply to: PolyLang Integration Issue
Zed
Cryout Creations mastermindTeele, to do that use the theme’s slider shortcode functionality combined with Polylang – this way you have two slider shortcode input fields in Polylang’s strings management screen.
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.December 2nd, 2018 at 20:46 #71057In reply to: Hide Header Image on Mobile
Zed
Cryout Creations mastermindThat can be done with CSS media queries:
@media (max-width: 800px) { body #header #bg_image { 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.November 22nd, 2018 at 21:50 #70698In reply to: How to disable cryout columns on mobile phone
naomi
Power UserHello Zed,
having the same issue, I tried using the CSS code you provided. It did not work for me. The columns stay when I minimize the browser window.
I even tried a plugin (Widget Options) to hide the column widgets in mobile mode but no success.
Kind regards,
NaomiWebsite: earth-renewing.com
November 22nd, 2018 at 15:35 #70676In reply to: PolyLang Integration Issue
This reply is private.November 17th, 2018 at 02:04 #70510In reply to: Gutenberg & Tempera
Well here are some points we discovered:
1 – Gallery doesn’t adjust photos of different sizes, not even with different number of photos, should be photos of the same size. Did you mean that with gallery issues?
2 – Doesn’t show the number of sliders, it’s on the 8 last items, shows only 3, these 3 last posts made via Gutenberg, rest is existing content. Can this be done by importing settings and messages from the real site?
3 – Implement slider via Gutenberg, does not occur in slider view, can be related to point 2?
4 – Featured image / slider comes scaled down / not scaled above the articles, with the logo through it!
5 – 3 social media buttons out of context space.
If you want screen dumps please let us know.
greetings
November 15th, 2018 at 12:48 #70472In reply to: Fonts not working on mobile & tablets
Zed
Cryout Creations mastermindI apologize for the late answer, your replies ended up being marked as spam.
It looks like the font enqueues are working correctly at this time so the fonts should work normally. I can’t test your site on mobile devices, though (due to the geo blocking rules).
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.November 15th, 2018 at 04:35 #70464In reply to: Edit contact form?
I have the same issue.
The new cookie checkbox is not enabled by default, breaking some functionality, like acknowledging the comment is moderated.
(Settings, Discussion, Show Comments Cookies Opt-in Checkbox. )After it’s turned on, people need to be asked to check the box so the form behaves correctly. I’d like to add a message accordingly.
I’ve seen a JS solution but it doidn’t work in the custom JS box. The other solutions to add text require editing the Comments.PHP. The Theme turns off access to the Editor. (I’m using Mantra)
Suggestions?
November 13th, 2018 at 15:42 #70434In reply to: Hamburger menu does not work on Chrome (Septera)
Zed
Cryout Creations mastermindI see a JavaScript error in your site, related to a variable called ‘catapultReadCookie’.
The theme requires JS to be 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.November 13th, 2018 at 15:39 #70433Zed
Cryout Creations mastermindAll menu items have unique identifiers which can be used to target them specifically with CSS. For example, for the last menu item:
#access .menu-item-2406 > a { background: #111; }
You’ll need to adjust the left/right padding customization to make the text appear center-aligned inside the items.
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.November 12th, 2018 at 17:05 #70389In reply to: Italian language
Hi Zed,
you are right! I tried to activate another theme, Twenty Seventeen, and the problem is still there. At this point I think the problem is WordPress.
I was able to solve it by inserting the apostrophes with the Symbol button instead of the keyboard.
Thanks for the support.November 12th, 2018 at 10:22 #70374In reply to: Menu alignment left, hamburger menu right
I tried yesterday with two different phones (with cleared caches) and with several browsers. Didn’t work yesterday but today the menus are suddenly in the correct positions. Maybe there waas something on the the server side which prevented the correct functioning?
Anyhow, now things seem to work.
November 11th, 2018 at 16:38 #70356In reply to: Show random posts
Hi Zed,
I have the same problem. I want also random posts on the landing page. But I really don’t know how to do “filtering the theme’s custom queries”. I know a little bit php, but advanced programming is not my thing.
Is it difficult programming Fluida with an option “show posts random” on the landing page?Best regards,
Paul
Website: pauls-fashion.ga
November 11th, 2018 at 09:32 #70345In reply to: Menu alignment left, hamburger menu right
Thanks Zed,
I suppose this should work, but it does not. I tried with Chrome & Firefox (Android). I cleared the cache. Hamburger menu still on the left side.
The menu is on the right side (css applied) when the desktop browser window is scaled down, but with the phone it stays on the left.Niko
-
This reply was modified 6 years ago by
niko_nappu.
November 10th, 2018 at 23:46 #70335In reply to: Reduce space between text areas on presentation page
Zed
Cryout Creations mastermindThe original question was about the text areas, so the custom CSS only applies to those. The presentation page has additional sections beside the text areas that can have their padding reduced:
#pp-texttop, #pp-textmiddle, #pp-textbottom, #front-columns-box, .presentation-page #content { 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.November 10th, 2018 at 23:23 #70331In reply to: Font in headlines of pages resized
Zed
Cryout Creations mastermindI cannot reproduce such an issue, and since you are using caching on the site, that may have played a role in the hiccup experienced after the update.
Be sure to clear the cache after performing updates or other changes.
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.November 10th, 2018 at 23:14 #70327Zed
Cryout Creations mastermindThe calculation includes 80px of padding between the content and sidebar (which are not a problem visually until a border is applied to one of the two elements).
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.November 10th, 2018 at 23:05 #70324In reply to: SEO Features in Septera Plus
Zed
Cryout Creations mastermindWhile our themes are SEO optimized (by using the correct markup and elements hierarchy), we do not include any SEO specific control options in either the free themes (it is not allowed by the guidelines) nor the Plus ones.
We believe that for every functionality the best available options should be used – and for SEO there are already plugins that are created specifically for the purpose.
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.November 7th, 2018 at 03:08 #70225In reply to: 1.5.5. Submenu Not Working
Desiree Bremner
Power UserI recently upgraded to Fluida plus, and I’m also having several issues. My mobile menu won’t open, my submenu won’t open (which I just removed in the meantime), and my accordion short codes won’t work (Shortcodes Ultimate Plugin). I’ve tried disabling plugins, using different browsers, with no luck. Is there anything I can do?
Website: www.benchmarkswimminglessons.com
November 6th, 2018 at 15:28 #70209In reply to: Switch Main Menu to Mobile Earlier
bmelloh
Power UserCan someone help me with having my mobile menu activated earlier than it is now? Thanks!
Website: goldstarcoaching.com
November 5th, 2018 at 13:06 #70150In reply to: woo cart icon
Zed
Cryout Creations mastermindI believe you have previously used WooCommerce-dedicated themes which were displaying cart icons.
While they support WooCommerce usage (as in they don’t break down or display broken WooCommerce site sections), our themes do not currently include deep WooCommerce integration features (like the inclusion of a dedicated cart menu or icon).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.November 3rd, 2018 at 19:18 #70102In reply to: How to enable H1 tag in Tempera home page
naomi
Power UserMy address is earth-renewing.com. I am pretty new to WordPress and am currently setting up all necessities.
November 3rd, 2018 at 18:34 #70098In reply to: How to enable H1 tag in Tempera home page
naomi
Power UserHi Wolfneo,
the Nirvana theme at least contains a header widget on the right side of the title. You could include your logo via a simple picture widget although it is not the best solution.
Finding a CSS option does not sound very sufficient since the <h1> tag is HTML and since I also would rather tend to include a picture (a logo) with HTML. Yesterday, I saw an editor to check and/or edit “at your own risk” in the design section, called “editor” something. For some reason, it is not there anymore. Otherwise I would have checked if we could find a solution there.
November 1st, 2018 at 12:55 #70027Zed
Cryout Creations mastermindYour main navigation does not fit in the available space (making it overflow below).
You need to shorten the menu (reduce the items) so that they all fit at the right side of the site title or add custom CSS to activate the mobile menu earlier (which would be weird to happen this site 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.October 19th, 2018 at 09:57 #69497In reply to: Load more button in archives
rovanov
Power UserThis reply is private.October 18th, 2018 at 23:53 #69489In reply to: Changes in the 1.5 update
Hi,
all good 🙂 The error only persisted while I had the old version of frontpage.php in my child theme directory.
I copied the new nirvana/frontpage.php to the child theme (and merged my original changes) so everything is looking great again.
While I’m here… Nirvana has to be one of the very best WordPress themes out there for tech-savvy and non-tech personnel alike. Amazing work!
Thanks, guys!
All the best from Scotland
October 18th, 2018 at 19:05 #69484In reply to: Add color scheme picker in the demo?
I see. That makes lots of sense.
I have tried a number of your themes but not Parabola, I guess this is why I misunderstood it — I thought you built the preset color picker purely for the demo.
Since the preset color schemes are part of Parabola’s configurations and not other themes, you are right that having a preset picker in other demos does not make much sense and are probably not cost-effective enough.
Thank you a lot for writing such a long and detailed response!
October 18th, 2018 at 18:40 #69483In reply to: Post filtering not working on homepage
Erica Klein-Meisenhelter
Power UserNever mind, I just realized what I was doing wrong. My error entirely – apologies! My issue’s resolved.
October 18th, 2018 at 17:00 #69473In reply to: Weird GitHub Icon…?
Zed
Cryout Creations mastermindWe have not designed the social icons included in the themes and are using them as they are.
If you’re intending to correct the Github icon for your site and are willing to share it with us, we’d be more than happy to include it in the next theme(s) update.
We use bbPress for the forum functionality and bbPress does not provide a way for regular users to delete topics/replies. If you want I can delete your topic, but we usually keep discussions for future reference.
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.October 18th, 2018 at 16:52 #69471In reply to: Add java script to footer (child theme)
Zed
Cryout Creations mastermindThe free theme has no dedicated JS field, so you’d need to use a plugin to add the code to your site. Then you’d need to format the target text in a way that lets you edit it with the companion JS.
For example, use
© 2007 - <span id="copyyear">2018</span> WebsiteName
in the text field andfunction update_copyyear(){ var d = new Date(); document.getElementById('copyyear').innerHTML( d.getFullYear() ); } update_copyyear();
for the JS.
This code is untested
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.October 18th, 2018 at 16:43 #69468In reply to: Add color scheme picker in the demo?
Zed
Cryout Creations mastermindParabola includes preset color schemes which can be activated with a single click.
Kahuna does not include such schemes so there is nothing to select in the demo. We have no longer included preset color schemes in the newer themes as we have found that not many theme users actually used them (compared to the work that went into integrating them and keeping them updated with newer theme releases) and the whole functionality required rewriting from scratch to work with the customize-based options.
The newer themes include fewer distinct color options (as we’ve grouped various elements in sets) so they are easier to customize to obtain a certain color scheme.Concerning the “showcase” subforums, we’ve found that they are only lightly used and that users also post their questions incorrectly there (and get answers very late or never, since we don’t monitor them as closely as the bugs and how-to sections).
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 6 years ago by
-
AuthorSearch Results