Forum Replies Created
-
AuthorPosts
-
Zed
Cryout Creations mastermindIf 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 responsiveness option is located under the theme’s
GeneralLayout Settings and is enabled by default.-
This reply was modified 8 years ago by
Zed. Reason: corrected answer
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, 2017 at 16:51 in reply to: How configure different sidebar for different page or post? #45634Zed
Cryout Creations mastermindThe sidebar cannot have different widths between different sections of the site, but you can have different sidebar layouts on specific static pages (by assigning them a different template layout than the general one).
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 freatured image crop options (that’s currently stuck on enabled) is probably the root of your problem.
You’ll be able to turn it off after the next update and regenerate the problematic thumbnails.I don’t see more space between the slider and posts that 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.Zed
Cryout Creations mastermindThe text areas do accept HTML tags. Just use <br> where you wish to add breaks or wrap your content in <p>aragraphs and apply margins/paddings to them in the 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.Zed
Cryout Creations mastermindYour widget code appears to come with its own inline styling:
.social-feed-container-2616 { width: 400px !important; ...The presence of !important in styling never helps with customizations.
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 spinning circle remaining visible instead of the slider is usually an indication of a JavaScript error on your site.
Without an URL to browse the site myself, I cannot point out where the problem could lie.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 19th, 2017 at 21:47 in reply to: remove effect of the 'site title' text (img link attached) #45283Zed
Cryout Creations mastermindThe theme now includes an option to chose the marked letter (or to disable the effect).
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 19th, 2017 at 19:53 in reply to: How to remove the "read more" link (not button) from slider excerpts #45186Zed
Cryout Creations mastermindHTML was always supported in the manual excerpts (the manual excerpt, the same as the automatically generated one, is handled by WordPress and not processed by the theme).
I cannot recreate the double button on the slides on our test site and without being able to read Hebrew I cannot understand what is being displayed on your site’s slider.
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@Shannon, you’ve configured the theme options to hide all posts meta information. This includes from search engines.
@Igor366, assign a logo to your site from WordPress’ Identity options. The publisher structured data is not enabled without this as Google requires a logo image for the publisher.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 responsiveness styling look alright, but the menu functionality (which is JavaScript based) is not working.
I can’t spot any JS errors in the browser but a plugin could be somehow interfering with it anyway.I suggest to temporarily disable all your plugins and check if the mobile menu returns to functional order. Then re-enable the plugins one by one to pinpoint which one is interfering.
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 can confirm this issue, we’ll try to get it fixed as soon as possible.
In the meantime you could use CSS to hide the site title:
#branding #site-title a { 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 mastermindYou would need to customize several theme functions to replace the header image with a slider. Most of the concerned code is located in the theme’s includes/core.php file, where plenty of the functions are pluggable (which means you can simply copy them to your child theme’s functions.php and customize their 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 mastermindThe main layout option is located there, where you found it.
The page’s layout can be set when creating/editing the page, from the meta options on the right side of the 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.Zed
Cryout Creations mastermindI am not familiar with the usage of such plugins, however the plugin can either filter the title (in which case there would be styling difficulties), or support for displaying the subtitle needs to be manually added into the theme locations where these should appear.
Which plugin are you trying to use for the task?
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 featured boxes are designed to retrieve their contents from posts, not pages.
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 does not impose any kind of styling to the widgets placed in the above/below content areas. They are generally used for ads and these most of the time are horizontal in those locations.
To use widgets in those areas you’ll need to add the necessary styling to arrange them as you wish 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 mastermindThe theme will use featured images in the header if they are at least 75% of the header are (in both width and height).
If your images are 1200px wide while the site is configured to 1920px width, they are below this threshold.
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@bsterling, the “auto-select” functionality only works if the concerned images were uploaded to the post they are displayed in. If they were uploaded directly to the media library or to a different post, they are not associated with that post (in the database) and the theme will not be able to use them.
@hansolo, this issue is resolved in the 1.3.3 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.Zed
Cryout Creations mastermindWhen the boxed layout is used content elements are limited to the configured site width, including the footer, which cannot extend beyond this limit.
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 can display either the site title (and tagline) or the logo, but not both simultaneously. You could try integrating either the logo or the description into the header background image to get them both visible.
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, 2017 at 19:19 in reply to: How to create spacing between side bar and main content? #45006Zed
Cryout Creations mastermindI see you’ve already switched to Parabola, which is better suited for this kind of layout.
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’s “Above Content” widget area normally spans the width of the content area (where the post/page text and images go) and does not include the sidebars.
I notice there are several things out of place on your site, including the sidebar that jumps below the content area (instead of being to its side). These issues appear to be caused by HTML markup errors in the content you’re using in your widgets: https://validator.w3.org/nu/?doc=https%3A%2F%2Fhttp://www.zencricket1975.com%2F
– look for the errors indicating stray, open and unclosed or closed and unopened tags as these break the layout.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 see that is no longer the case now. The slider uses the colours set in the theme’s options:
– normal bullet is a derivative (darker/lighter) from the slider’s border color
– active bullet uses the first accent colorIf 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 mastermindSorry about this, wee are aware of the problem and we’ll get it corrected in the next 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.Zed
Cryout Creations mastermind@tdp1205, what is the General Font size option currently set to on your site?
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 mastermindDisable the theme’s “Link the thumbnail to the post” option (under Featured Image Settings) to disable the images linking to 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.Zed
Cryout Creations mastermindThe two posts that would come in order and are missing appear to have differently-sized featured images.
I recommend you try to regenerate the thumbnails for at least one of those posts in case it’s a missing image crop that’s causing the posts to not be displayed.
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 mastermindSee my reply #44995.
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 mastermindAs you are using a caching plugin, you might see obsolete cached site content and not the most recent changes.
After performing changes clear the plugin’s cache.
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
-
AuthorPosts