Forum Replies Created
-
AuthorPosts
-
ZedCryout Creations mastermind
I see you’re using Parabola, not Verbosa, so I’ve moved your topic to the correct forum.
Parabola is capable of displaying a logo image instead of the site title – check its Header settings (in the theme’s settings 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.ZedCryout Creations mastermindYou didn’t answer my question. What values are the typography font options currently set to?
A screenshot of your Typography options panel would answer this best.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.October 4th, 2018 at 13:14 in reply to: How to reduce the size of the post images on the home page on mobile devices #68932ZedCryout Creations mastermindCan you provide a link to 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.ZedCryout Creations mastermindI have answered on the submenus issue in your other forum topic.
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.ZedCryout Creations mastermindThere are multiple JavaScript errors on your site. Temporarily disable all active plugins and check if the menu returns to functional order on all sections of the site, then re-enable the plugins one by one to see which one breaks the menus.
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.ZedCryout Creations mastermindSeveral things have changed between 1.4 and 1.7. Does the rest of the site work normally and only the homepage goes missing?
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.ZedCryout Creations mastermindWhile we will most likely not rewrite whole parts of the existing themes to turn them into Gutenberg-focused ones, we will make any necessary changes and improvements to correct any compatibility issues that could arise.
So far we have done some preliminary tests with the development builds of the Gutenberg plugin and we have not encountered any major issues with our themes. The few small styling issues we’ve observed we’ll correct in upcoming themes updates.
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.ZedCryout Creations mastermindUsing rgba() color values for the backgrounds usually does the trick (if all other intermediary elements are also backgroundless).
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.ZedCryout Creations mastermindYou can reduce the spacing with:
body .slider-wrapper { padding-bottom: 0; }
For the second question, I believe you’ve found some incorrect styling in Mantra. To correct it until the next update, add the following CSS:
@media (min-width: 641px) { .home #content article.post { width: 49%; margin-right: 2%; } .home #content article.post:nth-child(2n) { margin-right: 0; } }
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.ZedCryout Creations mastermindMany SEO plugins also provide the option to add your analytics or search console tags to 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.ZedCryout Creations mastermindUse a SEO 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.ZedCryout Creations mastermindEach menu items has an unique ID, which you can use in your custom styling:
#access #menu-item-X { background: blue; }
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.September 23rd, 2018 at 18:59 in reply to: blockquotes does not have font selection or even inheritance #68539ZedCryout Creations mastermindThank you for pointing this out, we’ll look into it.
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.ZedCryout Creations mastermind1. There is no space by default between the header and content in Anima. I’d need to browse the site to figure out what creates it.
2. Site width is controlled by the theme’s width options. On screens/devices smaller than the configured value the site width is 100% 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.ZedCryout Creations mastermindAny element’s color can be tweaked with CSS:
body #header-page-title .entry-title, body #header-page-title .byline { color: #fff; }
Note that we do not provide free support when our credit link is removed from our free themes.
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.ZedCryout Creations mastermindWhat happens when you submit the form on the site?
You’re saying the form works with the default theme but doesn’t with Anima.Did you do this test with the exact same form displayed in the same location from the same device at about the same time? Since that particular plugin sends the form data via email, even a small change in the email headers (like browser signature or client IP) can trigger a change in how the message is handled at the destination.
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.ZedCryout Creations mastermindCan we know the URL of the site where this happens?
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.September 23rd, 2018 at 18:37 in reply to: Is it possible to show the header image only in desktop mode + hide for mobile? #68528ZedCryout Creations mastermindThe header image cannot be disabled on mobile devices specifically through the options, but you could hide it with CSS:
@media (max-width: 1024px) { #branding img.header-image { 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.ZedCryout Creations mastermindWhen you’re having trouble anywhere in the dashboard, test by (temporarily) disabling all active plugins. If that resolves the issue, re-enable the previously active plugins one by one until the issue reappears.
If deactivating plugins doesn’t solve the issue (or is not possible) you can also test with one of the default Twenty themes to see if the issue still manifests.
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.ZedCryout Creations mastermindThe geoblocking is still in place, but I managed to see the site through a proxy.
The Google fonts enqueue does not appear to include either Raleway or Playfair, even though they are set in the site generated styling.What values are the typography font options currently set 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.ZedCryout Creations mastermind1) The shadow is there to highlight the fixed menu. You can disable it with CSS:
body #masthead #site-header-main { box-shadow: none; }
2) The logo and the menu are designed to be on the same row
3) The menu content needs to fit in the available space on the target screen sizes, before the mobile menu activates (or the mobile menu needs to be customized to activate earlier – at the point the used menu no longer fits).
4) The slide images are 1920×700; slider is set to 1920×800 (the height difference has no consequence if the images are shorter); site width is at the default 1920px.
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.September 23rd, 2018 at 15:44 in reply to: How to reduce the size of the post images on the home page on mobile devices #68512ZedCryout Creations mastermindDo you want to do that for the featured images in posts list? Or are you perhaps referring to other images displayed on the homepage when the theme’s landing page feature is 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.ZedCryout Creations mastermindThat is not possible without extensive styling 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.ZedCryout Creations mastermindDo you have a link for a post/page exhibiting this?
From what I see headings are displayed correctly in the content.
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.September 23rd, 2018 at 15:39 in reply to: woocommerce stars review system not working on fresh theme and store install #68509ZedCryout Creations mastermindTry switching the theme’s comment field option to labels.
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.September 23rd, 2018 at 15:37 in reply to: Center Align Footer Widget Content (Image, Text, …) #68508ZedCryout Creations mastermindTry this CSS:
#footer-widget-area { text-align: center; }
Make sure you clear the site cache if it doesn’t 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.ZedCryout Creations mastermindChanging the images for mobile devices is tricky to do; hiding the entire columns area is doable with a simple block of CSS:
@media (max-width: 800px) { /* you may want to adjust the devices screen width that the hiding applies to */ #front-columns { 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.ZedCryout Creations mastermindCan you provide a screenshot with the unwanted whitespace?
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.ZedCryout Creations mastermindThe link applied to the header image is generated by WordPress through its home_url() function.
To change the link you’d need to filter that function (for the entire site) or customize the theme’s tempera_title_and_description() function.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.ZedCryout Creations mastermindIf you’re using the default slider, its title size is relative to the (configurable) general text size.
To adjust it beyond that you can use CSS:body .nivo-caption h2 { font-size: 1.6em; /* default value */ }
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