-
AuthorSearch Results
-
May 21st, 2018 at 15:51 #63986
In reply to: Header sizes still too big
I had been using them in my previous posts, as they were what looked right before the theme was altered. Now, I’d have to go back to change them all – just for the look, besides the SEO. But even so – the only barely usable headings are h2 and h3 – both of which are also too big. H4 is useless to me, as it’s described as All Caps, which I hate.
Where may I go to change these settings? I tried entering them where they SHOULD be, in the specialized css area, but nothing changes in my posts.
I hesitate to use the old version, which I know is available, because eventually WordPress will complain that it’s not compliant with new tech and threats.
Please provide more information, so that going forward I can alter H2, h3 and h4. Thank you.
Website: www.aym4training.com
May 21st, 2018 at 01:52 #63966In reply to: Adding blog author photo
Michael Walden
Power UserAh, so it is tied into Gravatar. Too bad. Would be a nice feature to have without having to depend on Gravatar.
May 20th, 2018 at 22:07 #63961In reply to: Featured Icon Blocks — List of Icons?
Zed
Cryout Creations mastermindThe icon preview do not currently work in some browsers (due to HTML support limitations).
We have not made a list of those icons explicitly visible anywhere (there will be one in the to-be-done documentation).
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 20th, 2018 at 21:46 #63943In reply to: Not English Font Problems
Zed
Cryout Creations mastermindUsing a font identifier in the field that is not present in the Google fonts means that font will only be used/visible on devices that have it locally installed.
Featured boxes use the general font for the text and the headings font for the 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.May 20th, 2018 at 21:26 #63919In reply to: Site Title Bug
Zed
Cryout Creations mastermind@Mxthieu: I assume you’re referring to the header titles feature (displayed below the menu), as you are not using the site title in the header (next to the logo).
If the header title doesn’t fit in the available space (with your set header image), switch the header image from contained to cropped (as this will make it keep its height on mobile devices), or disable the header titles feature.
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 20th, 2018 at 21:15 #63918In reply to: cookie notice and septera 1.2.4
trias
Power UserI´m using “cookie notice” by dfactory, 1.2.42.
Itactive now, but I tried another plugin, and it worked / didn
t work the same wayMay 20th, 2018 at 21:06 #63916In reply to: cookie notice and septera 1.2.4
Zed
Cryout Creations mastermindWhich cookies notification plugin are you using? Is the notification active now?
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 20th, 2018 at 20:59 #63912In reply to: Cookies Policy Notification
Zed
Cryout Creations mastermindIf you’re referring to the bottom-right notice about cookies displayed by our site, that’s custom made code that hasn’t quite made it into a full-fledged plugin (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.May 20th, 2018 at 20:51 #63908Zed
Cryout Creations mastermindThere doesn’t seems to be anything wrong with that code.
Switch the theme’s option to use form labels instead of placeholders if you’re adding extra fields to the comment form.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 14th, 2018 at 14:00 #63661In reply to: Presentation Page broken after Permalinks change
gdutson
Power UserWhen I said I am getting not found error I mean that it loads a page but on the page it says
Not Found
Apologies, but the page you requested could not be found. Perhaps searching will help.It shows my menu and posts but no presentation slider etc.
Any fixes or troubleshooting tips would be greatly appreciated.
Thanks.
Hi,
Do you add the codes to your themes for the galleries?
So have galleries optimized for your themes./* Removing Default WordPress Syles for Galleries */ add_filter('use_default_gallery_style', '__return_false');
And
.gallery { margin: 0 -1.1666667% 1.75em; } .gallery-item { display: inline-block; max-width: 33.33%; padding: 0 1.1400652% 2.2801304%; text-align: center; vertical-align: top; width: 100%; } .gallery-item a { display: inline-block; } .gallery-columns-1 .gallery-item { max-width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-icon img { margin: 0 auto; } .gallery-caption { color: #686868; display: block; font-size: 13px; font-size: 0.8125rem; font-style: italic; line-height: 1.6153846154; padding-top: 0.5384615385em; } .gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; }
Thank you
May 11th, 2018 at 11:03 #63556In reply to: Site Title Bug
Hello,
I have a similar problem and have already posted it here: https://www.cryoutcreations.eu/forums/t/site-title-bug-on-mobile-version
I kind of solved my issue by adding the following code into the Custom CSS field in the theme settings:
@media only screen and (max-width: 800px) and (min-width: 451px) {
/* Site Title and Text on mobile */
#site-text {
font-size: 16px;
display: inline-block;
}
}
@media only screen and (max-width: 450px) {
/* Site Title and Text on mobile */
#site-text {
font-size: 15px;
width: 190px;
display: inline-block;
}
}Be careful though because the different devices have different screen size of their browsers and you will probably have to define some more lines like these for different resolution sets.
Best Regards,
Vasil KrastevWebsite: mweekend.net
May 10th, 2018 at 10:36 #63506Yes. I use HTML with italic format and it is reflected perfectly in the excerpts of the vision by categories (blog style), but not in the same excerpts of the lp-boxes, in the landing page.
May 7th, 2018 at 17:15 #63407In reply to: lorem ipsum
I think that before, there was: “JE PICORE | Fièrement propulsé par Mantra & WordPress”; ans it is remaining.
And there is now, up to that: “Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla massa diam, tempus a finibus et, euismod nec arcu. Praesent ultrices massa at molestie facilisis.” And I think this was not written before.
I didnot find, and I still donot find where to go to modify the footer.Website: www.jepicore.steinhofer.fr
May 6th, 2018 at 13:58 #63364In reply to: How to show featured image in article?
Zed
Cryout Creations mastermindThe theme does not display featured images on the single article view. For that section the image can be inserted directly in the content (at the desired location).
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 4th, 2018 at 20:41 #63319In reply to: change the color of the mobile submenu arrow symbol
Zed
Cryout Creations mastermindThe theme has a distinct option for the submenus text color, which also applies to the submenu arrows.
I am not sure I understand your second question.
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 4th, 2018 at 20:31 #63314In reply to: Featured boxes not working after last update
Zed
Cryout Creations mastermindI cannot reproduce such an issue in the 1.5.3.2 release.
Check if the category you are selecting doesn’t have any subcategories that also have posts (which would be used in the boxes as well).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 4th, 2018 at 13:39 #63285In reply to: Cryout Column Widgets – changes do not save
Zed
Cryout Creations mastermindThank you for pointing out this nuisance. I believe it was brought by a change in the widgets behaviour in WordPress itself by a recent update. We’ll look into it and fix it in the next theme update.
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 4th, 2018 at 12:35 #63281In reply to: What includes developer club?
Zed
Cryout Creations mastermindThe Developer Club membership includes access to our current (and future) Plus themes, priority support service for all our themes and link removal for all themes as well.
All these features are provided for one year (support, Plus themes and updates), after which you’d need to renew to continue having access.
Link removal, once applied to your site, remains effective regardless of your Developer Club membership status.
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 4th, 2018 at 12:33 #63280In reply to: Continue reading
Zed
Cryout Creations mastermindThe theme has distinct excerpt options for the homepage and posts lists (categories/archives). Are both options set to display full posts?
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 3rd, 2018 at 20:55 #63247In reply to: Responsive text/font size within slider
I added media queries to custom CSS — it’s doing a decent job of making the slider responsive and allowing it to be readable (and clickable) on smaller screens. I can probably move forward with that approach unless there’s a better/preferred method you may know of.
Thanks.
April 28th, 2018 at 17:15 #63075In reply to: Cryout Column Widgets – changes do not save
Wirth
Power UserI have just figured out that changing any field other than replacing the image does activate the SAVE button. For instance, if I cut the link and paste it back in. Until just now i have rarely used the Title and Text, and i have not had to change any of them.
so, the issue of the SAVE button not being activated by making a change ONLY to the image is the issue.
You may or may not consider that a bug. if you do, i guess i would put it near the bottom of the list.
April 24th, 2018 at 12:31 #62905In reply to: Multi-language front page
Hello,
Thank you for your work and beautiful Fluida theme. I have tried the above php code, but I still cannot translate featured icons in the Landing page. I do not use Polylang, but Wp Globus plugin.Website: www.lakes.it
April 20th, 2018 at 19:05 #62807In reply to: Site not responsive
I now even tried to reset the theme to factory defaults, but this did not change anything either.
April 19th, 2018 at 16:09 #62758In reply to: Header disappeared after upgrading to 1.4.4
OK, something had happened to the .htaccess on the site, very strange. It’s now back to how it was yesterday, and the header image is still gone. Maybe now it’s easier for you to check. 🙂
April 19th, 2018 at 15:24 #62756In reply to: Menu Items: Click Twice to Work
At the moment I’m not experiencing that behavior anymore. I experienced it frequently in the fall as well, but hopefully it will stay fixed. (Have you ever had anyone else experience this behavior with Parabola?) Thank you!
April 19th, 2018 at 14:24 #62755Thanks Zed, I need some more help, I’m new to php.
I tried to copy the code you gave me but my text doesn’t appear on the footer. Can you confirm that the file where I need to add this is core.php or is it another one? And also, do I just need to copy this or do I have to recall it also somewhere else?
Thanks again,
JApril 19th, 2018 at 13:41 #62750In reply to: Header disappeared after upgrading to 1.4.4
Hey. Yes something must have happened. The issues today weren’t there yesterday, but surely are depending on the same thing. Unknown what. I have contacted the hosting provider to see if they have anything. I haven’t tried a different theme yet, as of a few hours ago I can’t even log in anymore. “403 forbidden. Access forbidden to the requested page: loosgruvan.se/wp-login.php (port 80)”
April 19th, 2018 at 13:20 #62742In reply to: Will I lose things if I update?
Zed
Cryout Creations mastermindWe include changelog information in the theme’s readme.txt file and on individual update announcements on our site.
If you wanna get down and dirty you can get a full changes list on WordPress.org Trac:
https://themes.trac.wordpress.org/changeset?old_path=tempera/1.4.8&new_path=tempera/1.6.2
You’ll have use the “view diffs” link for each individual file as the theme is too large for the changes to be displayed in a single list.Depending on the customizations you’ve implemented the update could go from not having to do anything to having to adjust most of the styling customizations.
Note that Tempera 1.5 is a major update and implements quite a few visual tweaks and changes.If you’ve made any changes directly to the theme files (not through a child theme), such changes would be lost on every update.
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 19th, 2018 at 13:10 #62740In reply to: Menu Items: Click Twice to Work
Zed
Cryout Creations mastermindI cannot reproduce this behavior on your site at this moment. Are you still experiencing 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. -
AuthorSearch Results