Forum Replies Created
-
AuthorPosts
-
June 3rd, 2017 at 17:47 in reply to: problem with menu bullets and German translation in 0.9.10 #46449
Zed
Cryout Creations mastermindThe bullets no longer colouring is a side effect of the style/markup changes performed in 0.9.10 to fix the (sub)menu arrow indicator position when submenu is open.
We are looking into the translation issue.
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.Zed
Cryout Creations mastermindAll I am seeing is the blue overlay that is designed to appear on hover. What browser/device are you seeing the ‘camera’ on?
Did you check with a different browser/device? Perhaps a browser extension is responsible for 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.Zed
Cryout Creations mastermindThe landing page’s content features are an integral part of the landing page and currently only usable there.
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.Zed
Cryout Creations mastermindCSS can be used for that:
h1.entry-title { text-align: center; }
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.Zed
Cryout Creations mastermindBeyond the theme’s options, further customizations can be performed with custom CSS. Each text area has unique identifiers to apply the CSS to.
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.Zed
Cryout Creations mastermindWe have not encountered issues with displaying pages in the text areas before, so my guess would be that it’s something related to the content your pages have. We’d need to be able to browse the site to investigate further.
Why would you want to display your ‘home’ page (the same page) in two locations on the landing page (a text area and the featured content block)?
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.Zed
Cryout Creations mastermindYou can disable displaying the name of the page from the theme’s options, under General > Structure.
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.Zed
Cryout Creations mastermindWith existing functionality, Fluida can display a maximum of 4 icon blocks.
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.Zed
Cryout Creations mastermindWith existing functionality, Fluida can display a maximum of 4 icon blocks.
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.Zed
Cryout Creations mastermindYou need to use the social menu location to define your social icons. See our tutorial:
https://www.cryoutcreations.eu/wordpress-themes/wordpress-tutorials/use-new-social-menuIf 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.Zed
Cryout Creations mastermindThe header widget area is only displayed when a header image is present (as the widget area requires a place to appear in), excluding the theme’s landing page 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.Zed
Cryout Creations mastermindWith your change the generated crops are identical if the source image is larger that 512px in width (will only differ if the source image is smaller). This makes the srcset functionality useless since all 3 image sizes are in fact the same image file.
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.Zed
Cryout Creations mastermindThe theme cannot account for any content elements one would be able to use in the markup of the site. It will handle responsiveness in most situations, but depending on the content in some scenarios additional CSS will be needed.
Also, tables are inherently non-responsive (they will take up as much space is necessary for their content to fit in, even extend beyond the limits, regardless of the available screen 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.Zed
Cryout Creations mastermindNot all colors are directly configurable (that would result in hundreds of individual options to administer). Many colors are variations (lighter and darker) from configurable ones. Due to this, not all color option combinations will work as expected.
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.June 3rd, 2017 at 16:59 in reply to: Gallery posts showing faulty "back" and "forward" links. #46434Zed
Cryout Creations mastermindYou can display the images themselves in whichever order you prefer in the content, but attachment pages (where each individual image is displayed in large) will always link to the previous and next image file in the order they were uploaded to the library in. This is how WordPress stores them and how it works.
If you need your attachment pages to work in a certain order you need to upload the files to the library in that same order.
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.Zed
Cryout Creations mastermindThis is because the new images are actually cropped to the configured height (200px), and then resized to fit the screen width, while the older images are displayed in full in a 200px tall view box (since no smaller crops are available). The different in aspect ratio (200px crop compared to original) results in the difference in appearance.
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.Zed
Cryout Creations mastermindWordPress’ featured image selection code gives priority to the width and will generally return the first thumbnail that matches (even if it is not the preferred on). This algorithm has the side effect of picking the full size image (or even another crop) when the width matches the desire value.
I’d test with an image with an original width larger than the needed value of 1200px to see if this mismatch still occurs.
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.Zed
Cryout Creations mastermindTo limit that customization to the header link, change to:
body a#linky:active { background: transparent; }
or to disable the click effect on all links (and correct the link text as well), change to:
body a:active { background: transparent; color: inherit; }
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.Zed
Cryout Creations mastermindCould you post your sites’ addresses so we can take a look?
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.Zed
Cryout Creations mastermindThe form fields text color appears to be white right now. Is that not working right?
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.Zed
Cryout Creations mastermind.sidey .widget-container { padding-bottom: 1.5em; }
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.Zed
Cryout Creations mastermindParabola has an option to control pagination in category sections (including the homepage if it displays posts list), but this option does not apply to the prev/next post links displayed below single posts. To hide that you can use CSS:
.single #nav-below { 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.Zed
Cryout Creations mastermindIt looks like the theme and the socials plugin you are using overlap some element identifiers, which cause theme styling to apply to the plugin’s elements as well. I suggest you look for and alternative plugin for this functionality or disable it temporarily.
We’ll try to adjust the theme’s styling in the next update to avoid overlapping.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.Zed
Cryout Creations mastermindYou can use custom CSS for that:
.woocommerce-Price-amount.amount { font-size: 1.2em; }
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.Zed
Cryout Creations mastermind@Dmitriy, the new images sizes that you are customizing make no difference when the filter I previously mentioned is used to disabled the ‘srcset’ functionality.
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.Zed
Cryout Creations mastermind1. The main menu is not fixed below a certain screen size to not waste up screen space.
2. A similar logic is used for the back-to-top button as well. On smaller devices it is moved into the footer of the site to avoid overlapping content and blocking screen space.
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.Zed
Cryout Creations mastermindI am not sure I understand your question. Could you tell us the URL of the site so we can take a look at what is in fact displayed in the icon blocks?
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.Zed
Cryout Creations mastermindReduce which image? And in what way?
The static slider image will be displayed at the actual size of the file.
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.Zed
Cryout Creations mastermindOur themes are not designed to be used in that way, but if you add anchors into the page content you can then link to them by crafting the correct custom menu links: http://wpfaq.org/site/anchors/
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.Zed
Cryout Creations mastermind#sfooter a::before { color: green; } #sfooter a:hover::before { color: cyan; }
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. -
AuthorPosts