-
AuthorSearch Results
-
October 29th, 2017 at 00:04 #55356
In reply to: Video For Featured Image
Zed
Cryout Creations mastermindWordPress’ built-in video header functionality is already supported in Fluida, however this feature only applies to the homepage (same as in the default Twenty themes) when a static page or the default posts list is used (as the header image/video area is not displayed on the theme’s landing page feature).
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 28th, 2017 at 23:44 #55346In reply to: i686 continued support??
Zed
Cryout Creations mastermindThis is a forum dedicated to our WordPress theme named Parabola.
I believe you’re looking for Parabola Linux’s site, which you can find here: https://www.parabola.nu/
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 28th, 2017 at 23:42 #55345In reply to: How to get rid of Author info on all posts
Zed
Cryout Creations mastermindAuthor info is displayed when author has something defined in its biography field (in the profile 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.October 28th, 2017 at 21:37 #55341In reply to: Change the size of headings
well,
I found this piece of code in custom-styles.php file
<?php $font_root = 2.6; // headings font size root for ( $i = 1; $i <= 6; $i++ ) { $size = round( ( $font_root - ( 0.27 * $i ) ) * ( preg_replace( "/[^\d]/", "", esc_html( $anima_fheadingssize ) ) / 100), 5 ); ?> h<?php echo $i ?> { font-size: <?php echo $size ?>em; } <?php } //for ?>
Changing 0.27 to 0.32 does the trick, but it is not a good solution as it will be wiped after a theme update…
Any suggestions?
October 28th, 2017 at 14:29 #55336In reply to: Hide Previous Post\Next Post in Posts
Hi Zed,
I’ve tried but it doesn’t work.
I update the style.css writing the code above.
Thank you.Website: www.bedandbreakfastitalia.info
October 28th, 2017 at 13:42 #55333In reply to: Add New Post background is Content background color
Tried clearing the cache and but still the text editor is black, the color of the Content Background in Nirvana Settings. I tried changing the color in Nirvana Setting and it takes on whatever color I choose for the Content Background in the text editor. Maybe this is as intended?
-
This reply was modified 7 years ago by
chrisr. Reason: I thouht clearing the cache worked, but it didn't
October 26th, 2017 at 17:49 #55269In reply to: Settings non-clickable
Hello again,
I just tried deactivating the plugin “AMP for WP – Accelerated Mobile Pages for WordPress” and it did the trick, Parabola Settings is working again as before. I believe there’s some kind of conflict between the two plugins, unfortunately!October 22nd, 2017 at 22:43 #55144In reply to: Create a dropdown menu to the left side
Dear Zed, I finally created a simple and tiny CSS script for my childtheme’s style.css setting the whole sub-menu only a bit to the left:
.sub-menu {
left: -40px;
}This way I keep some longer menu entries ‘within the screen’ of smaller computers resolution, just before the menu would toggle to ‘tablet menu view’ with the ‘list menu’ appearance. No JavaScript needed and no ‘destruction’ of the theme, I think.
Again thank you very much for this fantastic theme and your fast and serious support!
October 22nd, 2017 at 18:24 #55132In reply to: Change the font size of Menu / Sub-Menu
Zed
Cryout Creations mastermindYou want the menu text bigger overall or just taller?
#access ul li a span { }
applies to all menu items, while#access ul ul li a span { }
applies to submenu items.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, 2017 at 18:19 #55131In reply to: Create a dropdown menu to the left side
Zed
Cryout Creations mastermindThe theme is designed with efficiency and speed in mind and relies almost entirely on CSS for the menu’s functionality (employing almost no JavaScript code for it). As such it does not include any additional JS code for edge detection.
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, 2017 at 16:47 #55124In reply to: Feature Boxes – Content
Zed
Cryout Creations mastermindFeatured boxes are designed to retrieve their content from posts (and link back to the source posts).
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, 2017 at 16:08 #55119In reply to: Social Icons won't display.
Hi
When I tried, I diabled each plugin in turn. But no, I didnt clear the cache each time. I will try again but with doing that and see what happens.
Will let you know.
Thanks
IanOctober 16th, 2017 at 14:56 #54950In reply to: Featured Image for category-archive pages?
verbaljam
Power UserHi Zed, thank you for your patience. 😉
The only install instructions that come with ‘Category Featured Images Extended’ for instance, are:Install and activate the plugin
DE-ACTIVATE CATEGORY FEATURED IMAGES IF ACTIVATED
Go to “Posts/Categories”
Edit a category
Set the category featured image
Go to “Settings/Category Featured Images Extended” to set fallback options.The instruction to deactivate featured images puzzles me, because activation of featured images is why I installed the plugin in the first place. And I can’t even find the place where to do this.
Of course I don’t expect you to give support on this particular plugin(s), but I’m wondering why they are not working with your Anima theme. I also had problems with adding custom fields plugins. Does a theme need some extra features for that?
And why does the plugin seems to work in the backend and not in the frontend?Website: arnoudhugo.nl
October 16th, 2017 at 08:01 #54877In reply to: Different font size for mobile version?
It is still readable as such, but with the page this is currently referring to a larger font would make it less tiresome to read in the mobile version. We tried finding the settings for this, but couldn’t make them out?
October 15th, 2017 at 17:46 #54868In reply to: Featured Image for category-archive pages?
Zed
Cryout Creations mastermindSince such functionality does not exist by default, it really depends on how those plugins achieve displaying the category’s featured image.
Don’t they come with some kind of instructions for what modifications are necessary?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 15th, 2017 at 17:45 #54867In reply to: Updating the Anima theme
Zed
Cryout Creations mastermindTheme options (those set in the customizer panels, including the Additional CSS field) are kept between updates.
You only need to be careful if you’ve manually performed files modifications as these would be lost.
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 15th, 2017 at 14:57 #54857In reply to: Help with Padding? Maybe?
Zed
Cryout Creations mastermind@FreeingTomorrow, the styling I gave applies to Septera.
What are you trying to customize in Nirvana?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 15th, 2017 at 13:33 #54853In reply to: Opacity of background images in the homepage
Zed
Cryout Creations mastermindWhat styling did you try to use?
identifier { opacity: value; }
should work, you may just need to use the specific enough identifier to make the styling apply.You can add a cookie policy popup with plugins.
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 11th, 2017 at 11:59 #54774In reply to: Featured Image for category-archive pages?
verbaljam
Power UserThank you for your answer. I indeed tried two plugins, ‘Category Featured Images – Extended’and ‘Categories Images’. In the admin area they work ok, but no category images are shown when I display a category page. Maybe the plugins are overruled by the Anima theme?
Website: arnoudhugo.nl
October 11th, 2017 at 03:17 #54756In reply to: Help with Padding? Maybe?
Is there another CSS code to try? I tried the suggested, with no luck:
#main .content-widget-before, .content-widget-before > section {
margin: 0;
}I also tried this one:
#content {
padding-top: 0!important;
}
.page-header {
padding: 0;
}Also tried:
#main {
padding-top: 0;
}#content .entry-header {
display: none;
}I tried putting all of them (separately) in the custom CSS section of the customizer, and also in Nirvana’s “misc. settings” in the custom CSS section.
I also tried to put all of these (separately) in the CSS code into the styles.css stylesheet (I know it isn’t advised to make changes here, as they can get lost with updates, but the other options didn’t seem to work.)
Loading the code there didn’t work either.
Website: www.freeingtomorrow.com
October 10th, 2017 at 16:12 #54732In reply to: Brown Bar in Header Disappeared
Thanks for your answer. It would be an easy fix, but there was no header image applied. I even tried applying one that was shorter so that the color would show through as expected and no go. I was not involved in the initial setup of this site, so I can’t say what was done initially. If I turn the top bar back on, then the brown bar reappears as it was before.
However, your suggestion did lead me to a solution. Why fight to show something under the header when I can just use the image to accomplish the same thing? So I saved a header image with the bar at the bottom. Thanks for your help, even if it wasn’t what you suggested, it led to a solution and that’s all that matters. 🙂
October 8th, 2017 at 17:25 #54696In reply to: Featured Image for category-archive pages?
Zed
Cryout Creations mastermindWordPress does not include functionality to assign featured images to categories, but this might be possible using plugins.
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 8th, 2017 at 14:34 #54680In reply to: Display Custom Fields on Meta Bar
Zed
Cryout Creations mastermindIf you’re using a custom post type, you will need to write the custom template files (based on base ones) that render them with the desired taxonomies visible.
If you’re adding taxonomies to default posts, you’ll need to customize the base templates rendering posts directly – the code for this is split between the template files (archive, single, so on) and the functionality files (includes/*.php)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 1st, 2017 at 21:06 #54518In reply to: Pages on fluida_lpboxes
Zed
Cryout Creations mastermindThe boxes areas are designed to display content from posts. To make them display posts you’d need to customize the content queries defined in includes/landing-page.php (preferably in a child 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.September 28th, 2017 at 07:27 #54450In reply to: Social Icons won't display.
Hi Zed,
Thanks for getting back to me.
Yes, the Jetpack settings are set to allow people to share the posts etc.
I am trying to get the social icons on the left side of the screen and in the topbar. Have tried that from within the theme settings. Yes, titles and links all set.
It was working prevuiusly. In truth, I cannot honestly say at what point it stopped. Figured I could find the issue by disabling the plugins one at a time… but nothing came up.
Any ideas?
Many Thanks.
September 26th, 2017 at 19:31 #54427In reply to: Header image — save thema settings
Zed
Cryout Creations mastermindHeader images in Anima don’t link to anything.
Also, during the review into the themes repository we were asked to remove the import/export options functionality from our newer 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.September 26th, 2017 at 19:20 #54423In reply to: Change logo on selected pages & posts
Zed
Cryout Creations mastermindThe theme uses WordPress’ core logo functionality to retrieve the assigned image. WordPress applies a filter on the content returned by the get_custom_logo() function – which can be used when certain pages are displayed to override the image markup.
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 26th, 2017 at 17:53 #54408In reply to: Bug after messing around with W3 Total Cache
Zed
Cryout Creations mastermindThe top line indicates that the menu item points (links) to the page/post/section currently being viewed.
Both the home item and the news one both link to the homepage, so they are both active when on the homepage.Change the news menu item to link to something else, or turn it into a placeholder without a link.
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 26th, 2017 at 17:34 #54401In reply to: Accent Color #2
Zed
Cryout Creations mastermindCustom styling should generally be placed in the theme’s Custom CSS field or in WordPress’ Additional CSS field.
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 26th, 2017 at 14:26 #54385In reply to: Multi-language front page
Zed
Cryout Creations mastermindHello everyone!
We’re giving a kick at solving the problem with landing page content not retrieving the correct language titles/texts with Polylang (and WPML). Things are working fine in our setup but we’d like some real life testing with genuine multi-language sites before pushing this change in all our themes.
We’re doing these tests in our Kahuna theme first so we don’t break properly working sites using the other themes if there are still hiccups. If anyone is willing to do some trial runs, you can grab a copy from the repository.
If you can’t or don’t want to switch themes, a preview in the customizer should be sufficient to check if the correct language is used in the featured blocks, boxes and text areas.
Please let us know how things work out – implementing this in all our themes depends on your feedback.
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 7 years ago by
-
AuthorSearch Results