Forum Replies Created
-
AuthorPosts
-
Zed
Cryout Creations mastermindRepository themes cannot mess with the media library (because they are not allowed to), so if you ever have any issues there, the first bet is a plugin is interfering (other causes can be disk space, file-system permissions).
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.November 26th, 2016 at 14:31 in reply to: Embed (not share) youtube video on presntation page (text area 2) #40972Zed
Cryout Creations mastermindDoes that shortcode work anywhere else (like in the content of a post or page)?
What is displayed using that shortcode in the theme?
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 border is configurable in the theme’s options (under graphic). The fade effect is not configurable.
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.November 26th, 2016 at 14:29 in reply to: I purchased Priority Support – unable to create Support Ticket #40970Zed
Cryout Creations mastermindSMCPF, please try recreating a support ticket now: https://www.cryoutcreations.eu/priority-support
It’s important what customizations your child theme includes (just the style or php files 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.Zed
Cryout Creations mastermindYou could use custom styling to remove the current-page accent in the theme:
body #access ul > li.current_page_item, body #access ul > li.current-menu-item, body #access ul > li.current_page_ancestor, body #access ul > li.current-menu-ancestor { background-color: inherit; }
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 mastermindTemporarily disable all your plugins and recheck if this issue still exists.
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.November 26th, 2016 at 14:09 in reply to: Google says no hreflang-tags – caused by code in head section? #40966Zed
Cryout Creations mastermindIt makes sure embedded videos fit on the screen on 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.Zed
Cryout Creations mastermindPolylang doesn’t always show all translateable strings. Edit the link fields from the default # to something else and the fields will appear under Strings.
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 mastermindThis will be fixed 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.November 23rd, 2016 at 16:14 in reply to: Picture Widget for the Sidebar & customizeable text for the featured icon blocks #40930Zed
Cryout Creations mastermindPages could always have different layouts than the main site one. However, we’ve migrated layout options controls from page templates to page metas in the recent updates, but the demo wasn’t yet updated to use the new meta options.
According to custom WordPress.org rules, repository themes cannot include widgets for custom content, so we could not provide something like a picture widget in the theme; but we’re thinking about collecting all ideas into a separate plugin.
Featured blocks are designed to display custom content (definable via pages). These areas have excerpt functionality (which is also default) to support auto-displayed content, but they are intended for the content to be manually set up.
We’ll fix the missing horizontal ruler 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 mastermindAlso, try to not use accented letters in filenames. Older Safari appears to have issues with this.
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 mastermindCould you mention the error or post a screenshot with 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.Zed
Cryout Creations mastermindWe will be including WooCommerce compatibility in Verbosa in a future 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 mastermindYou’ll need to customize the theme function that displays the author(s):
if (function_exists('get_coauthors')): function verbosa_posted_author() { $verbosa_meta_author = cryout_get_option( 'verbosa_meta_author' ); if ($verbosa_meta_author) { $first = true; $output = ''; foreach(get_coauthors() as $coauthor){ if(!$first){ $output .= ', '; } else { $first = false; } $output .= sprintf( '<a class="url fn n" href="%1$s" title="%2$s"' . cryout_schema_microdata('author-url', 0) . '> <em' . cryout_schema_microdata('author-name', 0) . '>%3$s</em> </a>', get_author_posts_url( $coauthor->ID ), sprintf( esc_attr( __( 'View all posts by %s', 'verbosa' ) ), $coauthor->display_name ), $coauthor->display_name ); }; echo sprintf( '<span class="author vcard"' . cryout_schema_microdata('author', 0) . '> <i class="icon-pen icon-metas" title="'.__("Author", "verbosa").'"></i> %1$s </span>', $output ); } } // verbosa_posted_author endif;
Note that I did not test this code so it may be safer to include it and test it on a dev site.
-
This reply was modified 8 years ago by
Zed. Reason: corrected a text-domain in the code
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 mastermindThank you. We’ll include it with 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 mastermindDid you try regenerating the thumbnails?
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 mastermindThat can be done with custom 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.November 23rd, 2016 at 13:38 in reply to: Options for Landing Page "Featured Icon Blocks", "Featured Boxes" & "Text Areas" #40920Zed
Cryout Creations mastermind@AnnaC: switch the blocks from excerpts to full posts (in the theme’s block options) for mark-up (such as links) to be displayed.
@gabby_yanez, the blocks feature is designed to display small bits of texts (with an icon). As such, they aren’t even meant to link to anything (this functionality was added only due to requests).
@gabby_yanez: did you set your homepage to display a static page from WordPress’ reading settings? Set that back to latest posts and then you can hide the posts from the theme’s landing page 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.Zed
Cryout Creations mastermindThe theme will use the posts’ featured image as the box image, so assign a featured image to the posts that are used in the boxes.
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 mastermindThis is corrected in the 1.2.1 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 mastermindThe 1.2.1 update ads WooCommerce compatibility.
The third issue has to do with the length of the menu and and the only workaround for now is to limit the menu’s content as to not expand more than one line.
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 mastermindWe don’t always publish the update announcements on time, but the changelog is always included in the theme’s readme.txt file.
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 mastermindFor now the only way to avoid this is to limit menu content as to not jump on two lines.
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 mastermindCreate and use a custom menu (1), (2).
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 mastermindWe’ve added WooCommerce supported in the latest 1.2.1 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 mastermindWPML and Polylang should be fully supported with the latest 1.2.1 update using their Strings features. Note that due to how the customizer works, you will need to edit theme texts from their default values before they become visible for translation in the plugins.
qTranslate X should have always worked since it uses a different way of defining translations.
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😯
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 manipulate the image gallery in any way. Test the gallery functionality with one of the default Twenty themes and also investigate if disabling plugins solves anything.
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 mastermindIt’s simpler to use an adsense plugin to add your code, instead of modifying files.
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 don’t notice anything wrong with the menu (but I also use ad and script blockers which appear to block a lot of extra content from 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. -
This reply was modified 8 years ago by
-
AuthorPosts