-
AuthorSearch Results
-
February 16th, 2021 at 18:12 #114118
In reply to: Change Font on landing page
Zed
Cryout Creations mastermindHi,
Those elements don’t have distinct options and use more general settings from the theme’s options.
If you want to customize them while overriding what’s set in the options then you’ll need to use custom styling (preferably applied without modifying any theme files).The styling depends on which specific titles (elements) you want to customize: the section titles or the actual elements (blocks/boxes) titles?
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 16th, 2021 at 17:41 #114106Zed
Cryout Creations mastermindHi @chuizi95923,
I see your purchase finalized within one day from the order date (due to additional checking PayPal performed on your order) so you now have access to the theme files.
I suggest reading our getting started tutorial for the first steps in using one of our Plus themes.
Additionally, you can now use the priority support form to get quick answers to any of your questions.—
Hi Alicia,
I believe our team answered your two messages received through the contact form with a request for additional information.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 16th, 2021 at 17:32 #114103Zed
Cryout Creations mastermindHi,
I believe we’ve been discussing about this issue through the email and you’ve managed to track it down to the Classic Editor plugin.
I find that odd since I also personally use that plugin on my own sites and I’ve never gotten the same alert. Perhaps there’s an extra plugin that’s interfering with the classic editor’s 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.February 16th, 2021 at 17:32 #114102In reply to: Adding multiple slides to an existing slider
Zed
Cryout Creations mastermindHi,
The quick multi-image functionality is a shortcut and is only available on the initial creation of the slider.
Subsequent edits are done slide-by-slide and you’ll need to add or edit the additional images/slides individually.We’ve made the plugin use the familiar WordPress editing functionality for the management to make it simpler to use. The add/edit slide screens are identical with the add/edit post or page screens, where the title field will be used as the slide caption title, the text is used as the caption text and the featured image becomes the slide (image) itself.
Sliders behave like post categories, where a slider can (and usually does) hold and display multiple slides (the equivalent of 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.February 16th, 2021 at 15:53 #114094In reply to: Offset on featured posts?
Zed
Cryout Creations mastermindHi,
I assume you are referring to the featured boxes sections (since those are the only sections that display posts and come in multiple instances).
There is no readily available option to configure such behaviour, however you can make use of the theme’s query filter to override the query responsible with retrieving the posts:$args = apply_filters( 'bravada_boxes_query_args', array( 'showposts' => $options['theme_lpboxcount' . $sid], 'cat' => cryout_localize_cat( $cat ), 'ignore_sticky_posts' => 1, 'lang' => cryout_localize_code() ), $options['theme_lpboxcat' . $sid], $sid ); $custom_query->query( $args );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 16th, 2021 at 15:49 #114093In reply to: H1 doesn’t show on Homepage
Zed
Cryout Creations mastermindHi,
The H1 tag is normally used for the site title on the homepage, since that should be the most important text there (the other presentation page fields are all optional).
Without a site URL I cannot check your particular configuration setup.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 16th, 2021 at 15:40 #114092Hello @Zed,
Yes, that is understood. The thing is that I actually replaced the image in the general site properties. But it doesn’t take it into account.February 16th, 2021 at 01:01 #114082Note that if you have a child theme that uses Mantra as the parent, and you have added ‘mantra_comment’ in your child theme’s functions to override how Mantra displays comments, you have to modify their base ‘mantra comment’ to include a new ‘case statement:
switch ( $comment->comment_type ) : case '' : case 'comment': // add this lineThis ‘bit’ me because my modified mantra_comment overrode the fix that Mantra installed to fix the bug in their original ‘mantra_comment’ function. Adding the above fixed the issue of comments not displaying in my child theme that uses Mantra as the parent – my implementation of the child theme used ‘mantra_comment’ from prior versions.
February 15th, 2021 at 19:15 #114065In reply to: Text Color in Excerpts displayed in Boxes
uisdean
Power UserThanks Zed,
I do appreciate that you took the time to answer this.
Well, I certainly appreciate that you tried with Nirvana. May I assume that this is a WordPress design (flaw)?
And, yes, I did consider using the Right Sidebar instead of the Left one. That’s purely my preference. There’s no reason otherwise.I really do not want to tweak CSS. It’s just that much more documentation and remembering details. I modified my color scheme and all is well.
Overall, I am really pleased with how Fluida has worked out.
Rejoice Always!
UisdeanFebruary 15th, 2021 at 16:25 #114047In reply to: Featured Icon blocks
Zed
Cryout Creations mastermindHi,
The title of a page is a separate field in the dashboard editor and is not included in the excerpt generation (which only uses the content).
Since you did not include a site link to check this out myself, but I assume you’re somehow also including the title in the content of the 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.February 15th, 2021 at 16:15 #114040In reply to: Child Theme Septera
Zed
Cryout Creations mastermindHi,
I am not familiar with that plugin or how it works.
The notice message, however, references a file in WordPress itself so the fault that is occurring cannot be identified just from that.
The cause may be a combination of things:-
This reply was modified 5 years ago by
Zed.
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 15th, 2021 at 16:00 #114034In reply to: Add style-editor child theme Bravada
Zed
Cryout Creations mastermindHi,
I believe we’ve worked this out through the support service.
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 15th, 2021 at 15:59 #114033In reply to: social icons next to navigation menu?
Zed
Cryout Creations mastermindHi,
Such functionality is not present in the theme because it would be very dependent on other factors that are not under the theme’s control: the lengths of the site title and/or logo (and the presence or absence of both), also the number of social icons that are used in the social menu and lastly the screen size the site is viewed on.
As a more general solution, the social icons are included in the mobile menu.
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 15th, 2021 at 15:48 #114029In reply to: RSS feed doesn’t parse h-card values correctly
Zed
Cryout Creations mastermindHi,
I am not seeing this extra span on the theme’s demo site, making me believe that on your site it might get added by a plugin.
Look into any SEO plugin you may be using.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 15th, 2021 at 15:43 #114026Zed
Cryout Creations mastermindHi,
Any static page that is assigned to the special “blog” section will have all of its content (except the title) and meta attributes (such as featured image, custom metas provided by the theme) ignored by WordPress and will use the general site properties instead.
The same happens to a static page that is assigned as the “homepage” of the site (when the theme’s landing page feature is not used).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 15th, 2021 at 15:39 #114025In reply to: Text Color in Excerpts displayed in Boxes
Zed
Cryout Creations mastermindHi,
The various color options work in sets and apply to multiple elements throughout the site (this is mostly true for more general text/background colors, links and and the two accent colors). It is not possible to have color options for each individual element (we nearly did that with Nirvana and it turned into a horrible disaster trying to set up a color scheme for the site).
The animated boxes work well with darker images since the texts are white. The overlay that appears on hover uses the first accent color so that one should be an acceptably dark shade as well (both accents are used in multiple combinations throughout the site with white texts and white backgrounds).
Beyond the available options, the appearance of elements can be further tweaked with CSS.The secondary content background color applies to the secondary (right) sidebar only – which you’re probably not using.
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 mastermindHi,
We usually release updates to correct bugs or compatibility issues. We are not aware of any incompatibilities with PHP 8.
Have you encountered any issues with using the current theme version with PHP 8?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 15th, 2021 at 15:07 #114016In reply to: Force mobile menu IOS
Zed
Cryout Creations mastermindHi,
I am not sure what you’re testing and in what conditions, but that option only applies for iOS mobile devices.
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 15th, 2021 at 14:16 #114009In reply to: How to change the order of the featured boxes
Zed
Cryout Creations mastermindHi,
To customize the order either edit the publish date to make those reflect the desired order or make use of the theme’sroseta_boxes_query_argsfilter to customize the query that retrieves the boxes content.$args = apply_filters( 'roseta_boxes_query_args', array( 'showposts' => $options['theme_lpboxcount' . $sid], 'cat' => cryout_localize_cat( $cat ), 'ignore_sticky_posts' => 1, 'lang' => cryout_localize_code() ), $options['theme_lpboxcat' . $sid], $sid ); $custom_query->query( $args );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 15th, 2021 at 14:03 #114006In reply to: Changing Theme To Fluida
Zed
Cryout Creations mastermindYou can, of course, display posts lists inside (static) pages, but the theme’s job is generally taking care of how the content looks, not where it comes from or which one it is. It is more of a task up for plugins to provide additional widgets and/or shortcodes to let you choose what content is displayed where beyond the default functionality of WordPress.
You can go along two paths for this:
– search for a plugin that lets you customize categories appearance (header/background) separately from the rest of the site and make use of WordPress’ built-in post filtering capabilities.
– search for a plugin that lets you display posts list inside pages – but since this is beyond default functionality the plugin will also be in control of the posts’ appearance 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.February 15th, 2021 at 13:39 #113999In reply to: CTA header button
Zed
Cryout Creations mastermindHi,
Are you looking to link to a specific site section (different from the landing page) or a specific location on the same page (or the third case, a combination of both).
To link to a different page, simply enter that page’s URL in the CTA link field. If you want to link to a specific location on a page (either the same or a different one) you need to use or also include the anchor link.
You can find more info about the different kinds of links and how they work in this WordPress support page:
https://wordpress.com/support/links/
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.January 27th, 2021 at 19:11 #113016In reply to: Bravada – removing search bar & “Nothing Found”
UPDATE:
Found the relevant piece of code:
if ( ‘posts’ == get_option( ‘show_on_front’ ) ) {
include( get_home_template() );
} else {Tried removing it, and it will delete the the “Nothing Found
No search results for:” text although also prevents me from adding any other text I want through the text widget.I there some piece of code you can help me with that hides only the “Nothing found…”?
January 27th, 2021 at 08:22 #112975Hello @Zed
Apologies – I did some rework to try and correct things (including deleting the blog and restarting with a different page name … which is the reason why the URL was’t available anymore).
Right now the page doesn’t hang anymore but it doesn’t display the image that I indicated in the set-up … it flips back to the default theme image for one reason or another.
Here’s the new blog page: https://entre-parentheses32.com/dernieres-nouvelles/.
As you can see it displays the default image (from “Site Identity”) although on the blog page itself I set up another one.
Thx for following up!
DavyWebsite: entre-parentheses32.com
January 27th, 2021 at 08:16 #112974In reply to: Featured boxes cannot be disabled?
Hey @plants68 do you have categories defined? In my case it just didn’t work without them.
January 26th, 2021 at 23:59 #112963In reply to: Bravada – removing search bar & “Nothing Found”
Also, how could I add some buttons like you have in your preview photo of the theme on WordPress?
January 25th, 2021 at 21:46 #112873In reply to: Disappearing page content (not posts).
Good evening.
There were some problems on my website after the last theme update. It’s about pages, not posts. Posts display properly, but pages don’t. Content disappears while pages are displayed. Also when scrolling the page.
For example: http://www.wolnykanal.pl/o-mnie/
Where can I look for a solution to my problem?
Greetings.Website: www.wolnykanal.pl
January 23rd, 2021 at 13:13 #112762In reply to: Get rid of white space between content and footer
Another useful trick, if Pencil/Edit button disturbs you previewing pages, when logged in as admin, you can hide Edit link using such css code:
.entry-meta > span {
display: none;
margin-right: 1em;
}January 20th, 2021 at 22:05 #112656In reply to: Changing Theme To Fluida
uisdean
Power UserHi Zed,
You’re wondering why I’d want to have more than one Posts Page. Here’s why:
My website is where I publish my short stories, essays and poetry. The perfect thing would be for me to have a different “look” for each category. For example, the picture in the Short Story header, the background, etc. would be different. One for stories, one for essays, and so forth.
I actually thought about having a different sub-domain for each one, but that means lots of extra maintenance, I think.
Fluida has the option in the PLUS version to have different templates for pages. I think this means that these templates make it easier to design pages like “Log In” or “About Always Rejoicing” or such. Now, this is probably a WordPress.org question, but, after reading your answer, I’m wondering if I could set up a page with a template and a widget that would display the “Poetry” category…??? The “BLOCKS” on the Landing Page do this. I’ve set up my test site with the category “Favorites” and now I can have a block on the Landing Page that displays the stories in my “Favorites” category. I really, really like that very much.
Parabola has the “Categories” widget that I use as a menu device. But the Blocks in Fluida work so much better. (BTW…it’s because Parabola has problems on the iPhones that I started searching for another theme. I’m sure you’ll fix it. But I began to realize that my design looked dated. That started me searching for the ‘perfect’ theme for me.)
I wish I could test the PLUS version, but I understand that if I download the theme and it ‘does not fit’ I can’t ‘return’ it like I would a shirt or jeans.
It looks like I will have to subscribe to the extra support, as I’m starting to produce a ton of questions.
Thanks for answering my question.
Rejoice Always!
UisdeanWebsite: www.alwaysrejoicing.com
January 18th, 2021 at 18:53 #112535Zed
Cryout Creations mastermindThe top corners being rounded and the bottom two not is something that’s not configurable as it’s included by default (being part of the theme’s visual personality).
It is automatically applied to the landing page static banner image (when one is used). It will also apply to the slider when using our Serious Slider plugin and the slider is set to use the Cryout Theme appearance style.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.January 18th, 2021 at 18:44 #112533In reply to: Buttons Not Showing
Zed
Cryout Creations mastermindThe limit between how much room there is for caption or how much of the image’s sides gets lost outside the screen is very broad and depends on many other factors: how large the caption is, how tall the slide image is, how wide the site is, what screen width is the site viewed on (the resize/crop is dynamic and adjusts according to screen size).
You can of course force specific sizes or behaviours with CSS, but both the behaviours and the CSS will vary depending on the current configuration and desired outcome.
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 5 years ago by
-
AuthorSearch Results