-
AuthorSearch Results
-
March 19th, 2020 at 14:47 #100215
In reply to: Sidebar-Widget links wrong colour
Okay, therefore I was right. I tried all options, but I didn’t find a solution for this issue. Thank you very much for the fast reply and the keep on the good work 🙂
March 18th, 2020 at 19:29 #100193In reply to: how to remove squared element in the title
Zed
Cryout Creations mastermindThe theme has the option to select which letter that effect applies to (or disable it), but not its appearance.
You can try the following CSS to make the background square round:
#site-title span a span:nth-child(1) { border-radius: 100px; }If you’ve adjusted the position of the marked letter, you’ll need to edit 1 to the correct number.
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 18th, 2020 at 19:20 #100190In reply to: Empty space under a gallery disappeared
Zed
Cryout Creations mastermindInline styling usually indicates it is generated at runtime, normally from configurable options. Check if the interface you use to set up the galleries provide you with controls for the margins 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.March 18th, 2020 at 19:17 #100189In reply to: Social Media Icons
Zed
Cryout Creations mastermind@simone369, I believe you are looking at the wrong documentation.
Nirvana’s documentation (specifically the socials section) is available at:
https://www.cryoutcreations.eu/docs/themes-legacy/settings/social/The theme’s settings page is in the dashboard, no the Customize interface.
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 18th, 2020 at 19:09 #100187In reply to: Add “&display: swap” to the google fonts request
Zed
Cryout Creations mastermindYou can also try using the Google font identifier field to define the font name and append
&display=swapto that name.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 18th, 2020 at 18:45 #100174In reply to: How to reduce space between menu items (Esotera)
Zed
Cryout Creations mastermindMenu items left/right padding:
body #access a { padding-left: 1em; padding-right: 1em; }The menu height is shared with the logo and the sidebar menu toggler, so these would all need adjusting at once. The menu’s height also applies to the fixed menu.
You can reduce the submenu items height with:
#access ul.sub-menu a { line-height: 2.5; }Adjust the values as desired.
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 18th, 2020 at 18:33 #100172In reply to: Two column landing page
Zed
Cryout Creations mastermindSome landing page elements described in the documentation do not apply to Verbosa (you can see which themes specific information applies to by the presence of the theme indicators on the right side of the titles – Verbosa uses [VE]).
Verbosa’s Posts Layout option is located in its Layout options panel.
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 18th, 2020 at 18:03 #100162In reply to: Codex Plus download link
Zed
Cryout Creations mastermindCodex is a child theme of the free edition of Roseta.
Roseta Plus already includes its style and appearance as one of its available color schemes, selectable from the corresponding option.This also applies to the other themes that also have child themes (Fluida-Liquido and Esotera-Arcanum).
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 18th, 2020 at 17:56 #100159In reply to: Sidebar-Widget links wrong colour
Zed
Cryout Creations mastermindI think you found a fault in the theme, as the sidebar link color options are no longer applied.
We’ll look into this and correct the issue in the next theme update.Thank you for pointing out the 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.March 16th, 2020 at 10:36 #100009In reply to: Issue with the website link and Instagram/Pinterest.
I have the same problem. It must be a bug in the theme. I am using Esotera. Same exact problem. The featured image doesn’t show in the header when the link is clicked in social media apps on a mobile device. It shows on all other browsers and platforms as far as I know. It does not show the image if you click from instagram, facebook, pinterest, from mobile on their in app browser.
UPDATE: I tried it from an android device and it worked fine. It seems to be a problem only from the apps in iOS.
Its a big issue for me, since this will be a blog site and most people will click from social media posts on their phone.
Please lmk if you found a solution!
Website: thelovebetweenus.com
-
This reply was modified 6 years ago by
drealeialoha.
-
This reply was modified 6 years ago by
drealeialoha.
-
This reply was modified 6 years ago by
drealeialoha.
March 14th, 2020 at 18:51 #99966In reply to: Social Media Icons
Hello, I tried to follow the instruction about the social icons. I want to delete the twitter icon on my website, but I can’ t find the place to do that.
I discovered that I have no Appearance > Customize > General > Social Icons. The General is missing in the menu. How can that be? How to resolve?Website: sebastiaan-trainingcoaching.nl
February 28th, 2020 at 17:39 #99399In reply to: White space between content and footer
hedesigns
Power UserThank you so much! I appreciate your patience and persistence.
February 28th, 2020 at 15:09 #99398In reply to: Category title
Dear all,
I’m doing a job and have a doubt that I would like to share with you looking for some help.
I have to remove the “pretitle” so that the titles only show the “title” and not the “category: title” or “archive: title”.
I have tried several solutions and so far cannot resolve this issue. I wonder if anyone has any information to help me.
Thanks!
February 28th, 2020 at 13:18 #99390Zed
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
-
This reply was modified 6 years ago by
-
AuthorSearch Results
