-
AuthorSearch Results
-
November 28th, 2016 at 19:22 #41009
lvholmes
Power UserFor anyone else having this question, I’ve solved it by adding the widget “Image Slider” to the Above Content Area. The slider then appears on every page and post, which I did not want. I added the widget “Widget Logic” which when enabled adds a text field to each widget which you can use to configure where the widget appears on your site. You have to be able to write a wp filter, which I cannot do, but the developer supplied the filter to have the widget appear only on the home page: is_home()
November 28th, 2016 at 10:52 #41004In reply to: woocommerce + fluida
single product page and shop page – still does not display correctly, I tried to create woocommerce.php but still problem
November 27th, 2016 at 19:47 #40992In reply to: WooCommerce on Multisite : Star Ratings don't appear
I just removed the reviews option from the site. I wanted to move forward with working on it…. if anyone has a work around or knows how to tweak the CSS, I look forward to your reply.
TIANovember 27th, 2016 at 14:37 #40990This reply is private.November 26th, 2016 at 19:27 #40984This reply is private.November 26th, 2016 at 14:45 #40973In reply to: Localization Bug
Yes, I believe Polylang shows the same string only once too. But believe it or not, it took me some time to understand this. When I did, I entered links in the respective fields BEFORE going to the Polylang Settings. The way around it would be for Cryout to use “#1”, “#2” & “#3” as placeholders by default instead of just “#” for the links. This way, we wouldn’t have to guess.
November 26th, 2016 at 14:08 #40965In reply to: Localization Bug
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.November 23rd, 2016 at 14:03 #40924In reply to: Integrating Co-Authors Plus Plugin with Verbosa
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.November 23rd, 2016 at 12:10 #40894In reply to: Localization Bug
Zed
Cryout Creations mastermindI’m not sure I understand the issue.
The slider has a target link field which appears in Polylang’s strings administration as a separate input for each language.
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 17th, 2016 at 11:35 #40809In reply to: What's new in 1.2.0
Found it in the plugin:
== Changelog ==
= 1.2.0 =
* Added title and description fields to blocks and boxes
* Redesigned the mobile menu
* Added landing page ‘more posts’ button
* Added ‘disable’ option for landing page boxes
* Fixed landing page boxes and blocks clear responsiveness
* Checked articles animation to ‘fade’
* Removed page templates – use the new pages meta layout option
* Changed several icons used in the theme
* Changed icons pack for the landing page icon blocks; slightly redesigned the icon blocks
* Centered landing page text areas
* Updated translation file
* Changed default static slider image
* Fixed incomplete breadcrumbs visible on static homepageNovember 14th, 2016 at 22:55 #40742I had already tried to insert a link with the text, but this doesn’t transfer to the small bit of text pulled through to the landing page under the icon block…I can’t find a way to do this. I’d be perfectly happy with it if the text was link-able…
November 14th, 2016 at 17:51 #40725In reply to: Presentation page Mantra
Zed
Cryout Creations mastermindMantra’s presentation page text fields support shortcodes – you’ll need to use a search shortcode plugin and place its shortcode in one of the text fields.
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 left bottom side already includes a custom text location (which we’ve been forced to leave blank during the theme review) – which can be defined under Customize > General > Structure > Custom footer text.
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 14th, 2016 at 14:35 #40713Just wondered if an administrator could reply to this? I really want to continue to use the theme which is great, but it feels like my landing page is broken without the icon boxes being clickable links and don’t want to put potential new clients off through frustration!
November 14th, 2016 at 03:08 #40706In reply to: Post hiding from Visitors
I just copy and paste
body.home .pagination_container {
display: none;
}this to theme’s Custom CSS field right ?
November 13th, 2016 at 22:35 #40702In reply to: Display of sidebar on mobile version
No other replies ? We had to use WPTouch but (i) it’s a pity and (ii) it’s yet not convenient.
November 13th, 2016 at 16:51 #40685In reply to: Post hiding from Visitors
Zed
Cryout Creations mastermindCustom styling should be placed in the theme’s Custom CSS field (in the settings) or in a CSS plugin of our choice.
Don’t edit files unless you know what you are doing.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 13th, 2016 at 15:53 #40681In reply to: Featured icon display issues
sir_jamalot
Power UserI have cleared all history and cache across my devices (2 PCs running chrome & edge, 2 android running Chrome), but still no icons. I even installed and tried Firefox, but every time I am still not getting the icons.
November 12th, 2016 at 16:25 #40665In reply to: Featured Icon Blocks
tonyg
Power UserI love the featured icon boxes, but I (and many others) need to have them link to a page. I have tried adding links to the content, but that doesn’t work.
Is there a work around that you could suggest, until you add this feature?
thanks
Tony
November 9th, 2016 at 23:34 #40621It looks like a static WordPress homepage always uses the standard template – no matter which template is specified
November 9th, 2016 at 17:36 #40614In reply to: Formatting broken in Chrome
I just checked and the three buttons at the bottom are vertical, not horizontal. I understand that they are supposed to rearrange on screen width, but that’s not happening on my screen in Chrome for some reason (or my boss’).
This has not always been the case, leading me to believe something happened in an update, or possibly a mismatch because of the fact I created a child of the theme?
The buttons are 308×200. The slider dimensions in Parabola Settings which essentially sets the width for the whole page is 1050 — should be plenty of room for the three buttons. When I resize the width of the page or the width of the buttons, they don’t rearrange to a single line.
November 9th, 2016 at 14:16 #40603Zed
Cryout Creations mastermindWhat browser did your friend use on Ubuntu?
And do you use a caching plugin? He may have been seeing an older cached version of the 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.November 8th, 2016 at 22:51 #40567In reply to: Update trouble in 1.1.3
Zed
Cryout Creations mastermindSorry about this. A broken file (due to an incomplete file transfer) managed to sneak through in the 1.1.3 update archive.
We’ve already released 1.1.4 to correct this. If you haven’t updated or restored an older version to recover the site, you can now update to 1.1.4.If your site is still malfunctioning due to the 1.1.3 update, unfortunately the fix isn’t too simple: you’ll need to get into WordPress’ folder/file structure (using the hosting account’s file manager or a FTP client), look for the fluida folder in wp-content/themes/ and rename (or delete) it.
This will make WordPress switch to the default theme, restoring the whole site to working order. Now you can reinstall Fluida (the settings are kept).If you’re comfortable with file management, uploading fluida/admin/main.php from 1.1.4 over the one present in your site will suffice.
PS: I’ve separated this discussion as the original thread is unrelated.
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 4th, 2016 at 12:54 #40444In reply to: Widget before content showing double
Hello,
same problem for me. I tried to delete it and do it from start again, but still the same bug. For now, I deleted the content (Slider with video in full width).I totally agree with the new options turned off by default when updating to the latest version otherwise it’s quite confusing and can really messed up the layout.
Any solution for the “content before” bug showing twice ?
Best regards,
Johann
October 30th, 2016 at 16:42 #40329In reply to: Custom Menu Colour css for certain pages?
Zed
Cryout Creations mastermindEach menu element has a unique identifier (ID and classname) which makes it possible to write custom styling for each one of them.
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 30th, 2016 at 16:35 #40323In reply to: How to connect a call to order service?
Zed
Cryout Creations mastermindThat code will not work in the theme’s Custom JS field (at least not in its current form).
As it is meant to display content, you need to place it in a content area – like a Text widget.
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 24th, 2016 at 11:27 #40054In reply to: How to superpose image on the Frontpage slider
Thank you for your answer. I found my solution by putting a background-image on nivo-caption.
Now the problem is that when the screen is too small, the background-image goes under the slide.
As you can see here if you reduce your windows size : clickDo you know a solution ?
Thank you 🙂October 24th, 2016 at 11:16 #40051Zed
Cryout Creations mastermindFor window border detection and automatic submenu placement to avoid offscreen appearance scripting is required.
However, the menu is designed to be as light as possible (in browser resource usage) and as such it has almost no scripting applied to it.To avoid submenus appearing offscreen I can only suggest to either rearrange your submenus or try to keep the submenu labels length at a minimum.
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 22nd, 2016 at 12:17 #40027In reply to: wp-admin/nav-menus.php is locked, not worked well
Hello friends finally, is not a problem of the theme, it is a problem of my computer, thank you very much and sorry for the inconvenience.
A greeting.October 20th, 2016 at 21:48 #40007In reply to: Excerpts not displaying on post category page?
I am also having problems with full posts showing even though I have selected excerpts.
I am also having problems with shortcode being displayed in the post preview on the main page.
I hope there is an answer to this problem soon.
-
This reply was modified 8 years ago by
-
AuthorSearch Results