-
AuthorSearch Results
-
February 28th, 2020 at 13:18 #99390
Zed
Cryout Creations mastermindThe first identifier in the apply_filters() call tells WordPress which (existing) filters to use for that call. In this case it applies the same filters as applied on excerpts to the data returned by the second argument – the get_the_excerpt( 'excerpt', $pageid ) call.
This is the code returning the excerpt of the page which you need to change to return full content instead.
WordPress has a get_the_content() function that can be used instead, but parameters will need adjusting and care should be taken for the details provided in the ‘more information’ section of that page.
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 24th, 2020 at 20:58 #99262This reply is private.February 23rd, 2020 at 12:09 #99232In reply to: White space between content and footer
Zed
Cryout Creations mastermindYou need to adjust the margin top option only.
The other one applies to the left/right content padding (which can make your text go all the way to the content edges).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 21st, 2020 at 15:11 #99146In reply to: Adding fields to a taxonomy term
Zed
Cryout Creations mastermindCategories don’t have featured image functionality in WordPress.
A plugin may hide the additional attributes to associate such an image to a category, but this custom functionality would need to (manually) be accounted for on the frontend (specifically for the method used by that particular plugin).
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 21st, 2020 at 15:05 #99144In reply to: Hide menu on page 8
Zed
Cryout Creations mastermindThose identifiers were close, but not completely correct:
.page-id-8 #access { display: none; }
should work.
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 21st, 2020 at 14:46 #99140In reply to: Can you make a video full width
Zed
Cryout Creations mastermindThe header is normally full width. Ensure that the video you are using in the header is wide enough to fill up the header (when viewed on a larger/wider display) while also fitting in the configured height (if its height is shrunk to fit, its width will also be reduced proportionally).
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 21st, 2020 at 14:44 #99138In reply to: Customize Posts Page
Zed
Cryout Creations mastermind1. The blog section displays all posts (without any filtering options).
If you only want to list specific posts, sort them in categories and link to the categories instead (and you’ll have to stop using the blog section).2. Esotera is designed with a particular visual layout. If you need a different layout, one of our other themes may be a better match.
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 21st, 2020 at 14:37 #99136In reply to: Change CTA position in header
Zed
Cryout Creations mastermindThe CTA buttons positions are not directly configurable (they can however, be tweaked with custom styling if needed).
To remove them simply leave the related CTA button fields empty in the theme options.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 21st, 2020 at 14:36 #99135In reply to: Mobile rendering essentially broken.
Zed
Cryout Creations mastermindFree support in the forum is provided as our own time and availability permits.
If you are pressured by time constraints you can use our priority support service instead.The screenshot alone is insufficient to identity the reported issue and its cause.
How did you apply a YouTube video in the header area of a page? WordPress does not provide such functionality for individual pages, it only supports video headers on the homepage.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 21st, 2020 at 12:06 #99113In reply to: Avoid Column Images from being resized
Zed
Cryout Creations mastermindThe following CSS should achieve the same result:
body .column-image img { max-height: 100%; }
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 21st, 2020 at 11:53 #99107In reply to: WordPress gallery columns not displaying correctly
Zed
Cryout Creations mastermindThe frames come from the galleries own options (as they’re added with inline styling generated at runtime).
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 21st, 2020 at 11:46 #99106Zed
Cryout Creations mastermindYou can use our themes on as many sites as you’d like, including personal or commercial websites.
For our Plus themes, the licensed sites number indicates the number of sites you can activate the automatic updates on and receive priority support for.
By site we refer to a single WordPress installation using a particular theme (the installation can be on the main domain, in a subdomain or a subfolder of a domain). We do not count staging/development copies.
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 21st, 2020 at 11:42 #99105In reply to: Text color Presentation page
Zed
Cryout Creations mastermindThe presentation page has section background color options:
https://www.cryoutcreations.eu/docs/themes-legacy/settings/color/#presentation-pageFor the text color, most content relies on the general text color option, however some elements default to a preset color. Use the following custom CSS for these:
html { color: #000; }
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 21st, 2020 at 11:31 #99102In reply to: Presentation Page Padding
Zed
Cryout Creations mastermindI am not seeing a flower image on the site at this moment.
The indicated styling applies to the presentation page’s individual sections (containers), so I’m not sure how that would affect or apply to an image.
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 21st, 2020 at 11:24 #99098In reply to: Cropped Images on Slider
Zed
Cryout Creations mastermindWhen the content of the menu no longer fits the available screen width the menu can span multiple lines (overlapping the content below). This usually happens with large menus and long site titles and the site being viewed on smaller devices.
The solution to this is to either adjust the menu and title to fit in the available space or apply custom styling to activate the mobile menu earlier (on larger screens).
The Plus edition of the theme includes an option to control this activation point.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 21st, 2020 at 11:16 #99096In reply to: Empty space under a gallery disappeared
Zed
Cryout Creations mastermindI notice there’s some inline styling applied to each gallery overriding the theme’s own styling which applies margins:
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 18th, 2020 at 05:21 #99007In reply to: Header Image – Gaps When Responsive
Scott Hutchison
Power UserThanks Luistom.
I fixed the issue.
A quick update. The issue I was having was the Esotera Theme slider. (Esotera is a responsive theme) I discovered that the slider is not fully responsive for an image that has a vertical ratio of 3 x 4.8. No matter the size of the image. I tried a 753 x 1200 image and a larger 1500 x 2389 and both didn’t scale correctly in the Esotera theme. So my solution was to change the ratio that was less vertical. 3 x 4 to be exact. It scales correctly now.
Thanks!
Scotthttp://www.Scotthutchison.com/art
Website: www.scotthutchison.com/art
January 31st, 2020 at 22:57 #98393In reply to: Configuring of static homepage doesn't work
thorla
Power UserHi Zed,
thanks for the hint, that was the problem: the hierarchical relation was missing!
Everything is fine. Just bought the Plus Theme. 😉Regards
ThorstenJanuary 29th, 2020 at 11:55 #98312In reply to: remove auto underline on hover in menu items?
StudioThijssen
Power UserThis reply is private.January 27th, 2020 at 17:50 #98231In reply to: Avoid Column Images from being resized
Hello again. I just want to let you know, that I found a solution myself. And as this issue seems to be popular, I thought I should post it and give a hint to the developers below.
To avoid images from being resized I tried the “Cryout Column”-Widgets. I found that html is allowed within these widgets. So I used html to define fixed sttributes for height and width of the image. The code looks like that:
<div style="text-align:center"><img src="the-url-of-your-image" alt="description of your image" height="218" width="218" /></div>
The width is defined by the Parabola Settings depending on how many columns are used. In may case 218px, which led to the same value for the height in the case of square images.
And the hint to the developers, which of course I appreciate a lot for bringing the great theme to the people (thanks): The field for the content is titled by “text”, so one may think that html code is not alowed. If possible you may change this to “text or html”.
Kind regards, Frank
Website: traex.de
-
This reply was modified 5 years ago by
frankonblog.
January 25th, 2020 at 15:04 #98103In reply to: One bug in the tablet view
Hi Zed,
thx for answering. No, the problem concerns an android tablet.
It is about the menu display in the horizontal position of the tablet. Neither the submenus nor the respective main pages can be opened via the name in the menu.The menu in the vertical position, which corresponds to the mobile view, works.
What’s wrong?
BB, Jay
January 24th, 2020 at 08:50 #98071In reply to: Use Different Accent Colours on Mobile Devices
myob9a
Power UserWhen on mobile devices I want to use different access colours to the main menu. I have experiment with the css styles around <nav id=”mobile-menu”> but have not cracked the code to use different accent colours. I tried the a:link etc with each of the IDs and classes in that area.
I was looking at primary accent #fff and secondary #fcf75e (or similar).
Any ideas?
Website: svpact.gafferdesigns.com.au
January 24th, 2020 at 01:26 #98064In reply to: WordPress gallery columns not displaying correctly
ah, ok, the galleries are now displayed correctly in two columns and with the correct size 🙂
Only the frame is still there. But this is not critical.Thank you very much for the assistance.
January 22nd, 2020 at 17:33 #98031In reply to: La versión móvil de Arcanum no se ve bien
Ok! Ya lo he desactivado y al parecer ahora sí que se ve muy bien en móviles! Gracias, un saludo!
Website: sakuradesign.es
January 20th, 2020 at 13:41 #97889In reply to: Not possible to give a reaction on the blog.
I’m usinf the default option of WordPress first but no result.
My blogpage look like this. When I click on the yellow thing nothin happend. My page has a lot of blogitems.
January 20th, 2020 at 09:37 #97877In reply to: Disable the Author Bio Box
andy76
Power UserThanks for the reply.
I moved the author.php file to my child theme, and removed the below code.
Unfortunately, the author bio box is still displayed after each post. To be sure I flushed the cache and tried another browser, but still the same result. 🙁
What can be the issue? Thanks// If a user has filled out their description, show a bio on their entries.
if ( get_the_author_meta( ‘description’ ) ) : ?>
<div id=”author-info”>
<div id=”author-avatar”>
<?php echo get_avatar( get_the_author_meta( ‘user_email’ ), apply_filters( ‘parabola_author_bio_avatar_size’, 60 ) ); ?>
</div><!– #author-avatar –>
<div id=”author-description”>
<?php the_archive_description( ‘<div class=”taxonomy-description”>’, ‘</div>’ ); ?>
</div><!– #author-description –>
</div><!– #entry-author-info –>
<?php endif; ?>January 19th, 2020 at 19:57 #97854In reply to: Change color of icons in featured icon blocks
Zed
Cryout Creations mastermindIn Roseta the icon blocks glyphs use the theme’s accent colors.
To customize separately, try the following CSS (prepend body if the identifiers are not specific enough for your usage):
/* glyph in normal state */ .lp-block i[class^="blicon"]::before { color: ...; } /* glyph on hover */ .lp-blocks1 .lp-block:hover i[class^="blicon"]::before { color: ...; } /* background on hover */ .lp-block i[class^="blicon"]::after { background-color: ...; }
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 19th, 2020 at 18:33 #97831Zed
Cryout Creations mastermindThe _lptext() function is responsible for retrieving the source content which will be displayed in the text area, while the _lptext_output() function handles the actual (markup) output (using the previously retrieved content).
Depending on what part of the workflow you want to alter, you’ll need to customize one, the other, or both.
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 19th, 2020 at 18:25 #97826In reply to: Responsive Page Title Text
Zed
Cryout Creations mastermindYour CSS identifiers may need to be more specific to override existing styles. For example
body #header-page-title h1.entry-title
instead of just.entry-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.January 19th, 2020 at 18:18 #97407In reply to: WordPress gallery columns not displaying correctly
Hello,
the same problem here: all galleries are now displayed in one column instead of two columns.
in addition, all gallery images now have a frame and the imagesize is not correct.
I think, the bug comes with version 5.3.Here is an example of the bug: https://www.schulze-modellbau.de/2019/11/06/gottwald-ak210-von-franz-bracht/
In this example the three first images are inserted directly (“insert media”) and the other images (“Detailfotos”) should be a galery with two columns and without frames…It would be very nice to provide an update.
Best regards
Andreas SchulzeWebsite: www.schulze-modellbau.de/2019/11/06/gottwald-ak210-von-franz-bracht
-
This reply was modified 5 years ago by
-
AuthorSearch Results