-
AuthorSearch Results
-
March 26th, 2018 at 19:37 #61359
In reply to: Not English Font Problems
Thank you very much for your reply!
I am trying to use ‘Futura’ font. It turned out that only text which use ‘General Font’ theme settings is broken.I tried your suggestion as: Futura&subset=cyrillic,cyrillic-ext
But it did not work… Then I select ‘Open Sans’ from the theme recommended fonts. This looks most similar to ‘Futura’ so I could leave it this way.Still if you know how to make the ‘Futura’ font work I will be very grateful!
Thank you,
Vasil KrastevMarch 26th, 2018 at 18:17 #61358Sorry, but I could not think, that it for general settings important is.
I wrote now it below in field Website URL.
Website: dowego.ru
March 26th, 2018 at 17:05 #61357In reply to: "This plugin does not have a valid header" error
Hi Zed,
Thanks for your reply.
I have tried to install the plugin directly from the WordPress repository, but when I do, I see the header error. I am not sure why. There may be an issue with my WordPress files. I am not sure.
Ah, you’re right. It does say “minimum.” Thank you for clarifying!
Please let me know if you have any suggestions.
Thank you again.March 26th, 2018 at 14:22 #61341In reply to: Not English Font Problems
Zed
Cryout Creations mastermindIf you’re using Google Fonts (the suggested ones are), by default the theme does not attempt load any other character sets beside latin to save up on bandwidth.
For Cyrillic support I recommend manually entering the font name in the identifier field (in the theme’s fonts options) and include the charset. Example:
Roboto&subset=cyrillic,cyrillic-extIf 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.March 26th, 2018 at 13:29 #61323In reply to: How to enable H1 tag in Tempera home page
Zed
Cryout Creations mastermindThe post title in a single post section uses the H1 tag.
Post titles in a posts list (which the homepage is) use the H2 tag. On the homepage the H1 tag is used only by the site title (which natura-medioambiental.com does not display).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.March 26th, 2018 at 13:27 #61322In reply to: H1, H2, H3 … how to change the font size
Zed
Cryout Creations mastermindThe headings font size is configurable in the theme options, but there is only one setting which applies to all headings (as they have synchronized sizes).
If you want to customize particular headings, use CSS:
h2 { font-size: ... } h4 { font-size: ... }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.March 26th, 2018 at 12:54 #61311Zed
Cryout Creations mastermindThe theme displays the assigned featured image in lists (categories, archives, search results).
For the single views (single post or single page), images can be inserted directly in the content (at the desired location and with the wanted size).
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.Hi,
Pardon An error by the codes of the theme twenty Fourteen but twenty Seventeen, sorry./* Gallery Columns */ .gallery-item { max-width: 25%; } .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%; }You have to adapt the code to your code
** * 5.4 Galleries * ---------------------------------------------------------------------------- */ .gallery { margin-bottom: 20px; margin-left: -4px; } .gallery-item { float: left; margin: 0 4px 4px 0; overflow: hidden; position: relative; } .gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail, .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail { display: table; margin: 0 auto 20px; } .gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item { text-align: center; } .gallery-columns-4 .gallery-item { max-width: 23%; max-width: calc(25% - 4px); } .gallery-columns-5 .gallery-item { max-width: 19%; max-width: calc(20% - 4px); } .gallery-columns-6 .gallery-item { max-width: 15%; max-width: calc(16.7% - 4px); } .gallery-columns-7 .gallery-item { max-width: 13%; max-width: calc(14.28% - 4px); } .gallery-columns-8 .gallery-item { max-width: 11%; max-width: calc(12.5% - 4px); } .gallery-columns-9 .gallery-item { max-width: 9%; max-width: calc(11.1% - 4px); } .gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) { margin-right: 0; } .gallery-icon { line-height: 0; } .gallery-caption { position: absolute; bottom: 0; left: 0; font-size: .9em; color: #fff; text-align: left; line-height: 1.3; background-color: rgba(0, 0, 0, 0.7); margin: 0; max-height: 50%; opacity: 0; padding: 2px 8px; width: 100%; cursor: default; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease; } .gallery-item:hover .gallery-caption { opacity: 1; } .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; }Thank you
Hi,
I looked in the file “style. css ” From Twenty Fourteen, I found some code for the galleries.
I added the code in “style. css ” in the theme parabola
I just edit for 3 columns, instead of 33.33%, I put 30%
Here’s codeCode CSS
/* Gallery Columns */ .gallery-item { max-width: 25%; } .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%; }With this code in all your themes, more galleries problems.
This is the result
http://er.v.free.fr/index.php/ant-man-l-homme-foumiThese are the default values like H1, H2, H3,..
https://www.w3schools.com/cssref/css_default_values.asp
or
https://www.w3schools.com/tags/tag_hn.aspProblem solved, thank you for your help
March 15th, 2018 at 17:24 #60959In reply to: "This plugin does not have a valid header" error
Also, I see that the recommended version of the plugin on the Appearance> Nirvana Plugins page is the 0.5.1 version, not the current version of the plugin, 0.5.9. I also have tried to install that version, without success.
March 14th, 2018 at 08:58 #60911In reply to: Sidebars showing below content
Hi – I’ve updated to 3.0.4 and it’s working fine now! I’m not sure why but the one change I made was to put in a functions.php with the newly-recommended enqueueing style so perhaps this was it (I’m sure I tried that earlier but… ah well!).
Thanks for your help!
March 12th, 2018 at 12:23 #60819In reply to: WooCommerce categories in Featured Boxes
@Zed
New version 1.2.0 still doesn’t support categories and products of WooCommerce. Can you please give some advice for issue resolution?March 10th, 2018 at 11:55 #60764In reply to: Headline Banner Distorts in Some Browsers
myob9a
Power UserTried this on another site with different content with the same result.
This issue is now the only thing holding back a ‘go-live’ update to the site.
March 9th, 2018 at 16:26 #60711In reply to: Search Bar not showing
Sorry, I’m stupid. I didn’t create a menu at all so obviously the search field couldn’t appear.
Topic closed.March 7th, 2018 at 23:48 #60655In reply to: Headline Banner Distorts in Some Browsers
myob9a
Power UserNearly did the trick, but the image top (say 80px) is at the bottom of the image. See url. I have no additional CSS code that modifies the classes you have used.
It distorts also in Firefox with that change.
Thoughts
March 7th, 2018 at 15:50 #60634In reply to: How to enable H1 tag in Tempera home page
Hi,
https://www.natura-medioambiental.com/la-sobrepoblacion-y-el-medio-ambiente-desafios-ante-el-cambio-climatico/
The title is well in H1 !But there’s no H1
https://www.natura-medioambiental.com/
He put a image or a logo, from the shot of H1March 7th, 2018 at 14:57 #60615In reply to: Make dropdown menu button not clickable
Zed
Cryout Creations mastermindSee our custom menu tutorial:
https://www.cryoutcreations.eu/wordpress-tutorials/how-to-use-a-custom-menu-in-your-wordpress-websiteAfter adding the menu item with # in its link field it, edit it once more and delete the # leaving the field empty. This will remove the link entirely.
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.March 7th, 2018 at 14:02 #60594In reply to: Video Background On Frontpage
Zed
Cryout Creations mastermindDepending on what you’re currently displaying on the homepage, that would be simple or not.
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.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. 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)?
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.March 5th, 2018 at 21:14 #60511In reply to: Sidebars showing below content
heinenmja
Power UserThis reply is private.March 5th, 2018 at 09:47 #60486In reply to: Can't see SUBMENU on Website
This reply is private.March 3rd, 2018 at 19:22 #60431In reply to: About Mobile Sidebar Responsiveness
Hey alaba is this still working for you? I deleted my W3 cache and it seemed to work at first but now it’s doing it again.
Sometimes it doesn’t though. But if you refresh the page it usually doesn’t work. Have you experienced any of this?
March 3rd, 2018 at 03:24 #60408In reply to: How to enable H1 tag in Tempera home page
Hi, sorry for my lack of skills in this field, I’m just a writer.
I have noticed about the titles of my posts are H2. In order to have better results in SEO I need to have the Title post H1 by default. I have more than a thousand entries.
Please, give me a hand in a very easy language please?
Thanks a lot,
Marcelo
Website: www.natura-medioambiental.com
February 28th, 2018 at 22:05 #60349This reply is private.February 28th, 2018 at 21:35 #60348In reply to: Fluida Woocommerce integration
This reply is private.February 27th, 2018 at 23:22 #60317Zed
Cryout Creations mastermindFor best visual results, the menu items need to fit in the available space on the target screen sizes (and before the mobile menu is activated). If the menu items are too many for the screen, they will overflow and extend beyond one row.
Due to the complexity of the header there’s no magic fix for this yet. The solutions are to either limit the number of items to make the menu fit in one line (at least on the target screen size and larger) or activate the mobile menu earlier – when the menu no longer fits (using 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.February 27th, 2018 at 19:53 #60284In reply to: Problem with menu hover header image
Zed
Cryout Creations mastermindFor best visual results, the menu items need to fit in the available space on the target screen sizes (and before the mobile menu is activated). If the menu items are too many for the screen, they will overflowand extend beyond one row.
Due to the complexity of the header there’s no magic solution for this yet. The solutions are to either limit the number of items to make the menu fit in one line (at least on the target screen size and larger) or activate the mobile menu earlier – when the menu no longer fits (using 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.February 27th, 2018 at 19:01 #60279In reply to: Make dropdown menu button not clickable
Zed
Cryout Creations mastermindUse a custom menu, add a custom menu item to it and leave the URL field empty for that menu item.
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.February 27th, 2018 at 18:35 #60274In reply to: Fluida Woocommerce integration
Zed
Cryout Creations mastermind@ncesareo, that seems to be caused by some styling change in a recent WooCommerce update which combines with the theme’s styling applied on inputs in a bad way.
Use this CSS to reduce the padding on the quantity input:
.woocommerce .quantity .qty { padding: .7em .4em; }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.February 27th, 2018 at 18:01 #60270In reply to: Mobile responsiveness
Zed
Cryout Creations mastermind@simons, you’re adding inline styling to the images, making them float left (so the text wraps around). This applies to all devices.
You have to disable the floating for mobile devices for the images/text to be better aligned on small screens, for example:
@media (max-width: 640px) { #pp-afterslider .ppbox img { float: none !important; margin: 0 auto; padding: 0 !important; display: block; } }
@Mezzent, same CSS can work for you 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.February 27th, 2018 at 14:19 #60266In reply to: Hiding Table Borders
Zed
Cryout Creations mastermindThe layout of the theme is not achieved with tables. The borders you are seeing around the content and sidebars are not table borders (so that option has no effect on them).
Those borders and their color is controlled by the theme’s third accent color option (together with other theme 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. -
AuthorSearch Results