-
AuthorSearch Results
-
October 4th, 2018 at 12:48 #68923
In reply to: Custom CSS no effect?
Zed
Cryout 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.September 17th, 2018 at 11:32 #68316In reply to: Question about a year of updates
iaind
Power UserSo I went ahead and bought Anima Plus anyway.
I’ve just tried to put my license number in and I’m getting an “options page not found” error.
August 30th, 2018 at 17:33 #67813In reply to: Video Background On Frontpage
If you’re displaying a static page, then it should be no different than the rest of the singe pages you added the background on.
Excatly and it’s working fine. 🙂
If you’re displaying the posts list (or the theme’s presentation page feature which is an extension of the posts list), this behaves like a category/archive.
I’m displaying the themes presentation page, where I like to add the background-video as body.
Did you add the background video on other categories/archives? How?
Doesn’t the plugin provide a general way of setting a background video site-wide (CSS and/or script)?
No and no and this is why I need help. _:D
I’ve found the/a code on https://be-jo.net/2014/04/video-als-hintergrundbild-mit-html5-und-css/ but I don’t know, where to insert it into the code from the Parabola-Theme.
Website: www.lyeaux.de
August 20th, 2018 at 19:53 #67481In reply to: How to use Montserrat
Zed
Cryout Creations mastermindIt appears that you’ve found an issue present in the latest theme update which makes the Google Font identifier fields non-functional. We’ll correct it as soon as possible with a new release.
Thanks for pointing this out.
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.July 22nd, 2018 at 17:58 #66446In reply to: How to fix Images that have disappeared
Zed
Cryout Creations mastermindWhere should the missing images be found in the content?
I see the prizes showcase image and the six rabbits below.
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.July 14th, 2018 at 16:24 #65922In reply to: Page not loaded when klick on image (woocommerce)
Zed
Cryout Creations mastermindIt looks like you’ve found a bug in the theme. We’ll get it fixed in the next theme update.
In the meantime, to correct the issue on your site, edit the nirvana/woocommerce.php file and replace line 10 with:
if (($nirvanas['nirvana_frontpage']=="Enable") && is_front_page() && 'posts' == get_option( 'show_on_front' )): get_template_part( 'frontpage' );
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.July 11th, 2018 at 17:11 #65808In reply to: Woocommerce – remove header image
I found out meanwhile that if your image size goes over a certain amount Kahuna will pick it up and use as a header. I’ve resized it meanwhile.
June 28th, 2018 at 03:52 #65368In reply to: Trouble changing fonts
Thanks Steve…I found a div called “wpb_wrapper”, and it seems to have a couple of fonts loaded for it. I’m going to try and track that down.
I believe the original designer paid for the child theme…the child theme is called “Fluida No Link”. Is it really possible that the child theme needs updating?
June 21st, 2018 at 15:58 #65194In reply to: 1.5.5. Submenu Not Working
Hello,
I think I found a temporary solution until the next theme update that will fix the issue. At least it seems to be working on my site. Try it for yourself and see if it works for you too:
Open the following file: ‘./wordpress/wp-content/themes/fluida/resources/js/frontend.js’
In function ‘fluida_menu_animate()’ (line 66) go to line 88. The code should look like this:jQuery('#access ul').find('a').on( 'focus blur', function() { jQuery( this ).parents( '.menu-item, .page_item' ).toggleClass( 'menu-hover' ); });
Comment these 3 lines (88, 89, 90), delete browser cache and reload the page.
Hope this temporary fix will help for you too!
Best Regards,
Vasil Krastev-
This reply was modified 7 years ago by
vasskion.
June 14th, 2018 at 01:47 #64935In reply to: How to set logo in top left corner
Found it!
Its set in the “Header” options 🙂June 13th, 2018 at 12:13 #64908In reply to: cookie notice and septera 1.2.4
Listopad
Power UserTested Cookie Notification Plugins:
Cookie Law Bar, Cookie Notice Bar, Cookie Notify, Easy Cookie Law, Eu Cookie Notice, GDPR Cookie Consent, Cookie Consent, Сookie-notice.All plugins with the theme Septera text are not present, only the “Ok” buttons are visible.
The possible reason is:
In the browser, FireFox looked at the source code of the page in the Septera theme. Errors found:
1. The target tag </div> is detected, but there are open items
2. Found the homeless end tag </footer>
3. End tag </body> detected, but there are unclosed itemsThe syntax in the theme files is probably broken.
I suggest to apply the theme-check plugin, which showed many errors in the theme files.
June 11th, 2018 at 10:22 #64836In reply to: Vertical caption align
Thank you for your reply. Unfortunately the code isn’t working, unless I’ve been pasting it in the wrong place (main css file for Septera template – “LP Responisieness” section since a similar code can be found there).
I think it would be more user frendly if you could find the “vertical align” option simply in the slider’s option panel. Code changing isn’t very efficient way for addjusting since any new update can wipe out all the changes.
GreetingsJune 10th, 2018 at 20:43 #64832In reply to: Setting Featured Images for Category Archives
OIC, TY!
I found this cool plugin for setting an image:
https://wordpress.org/plugins/wpcustom-category-image/But, obviously, the theme doesn’t know you set it.
So, with a theme like Kahuna, then, all Category & Archive pages will just have the image you used for Landing Page Static Image Slider? Like this one:
https://mediciuniversity.co.uk/department/provosts-letter/
TY!
June 3rd, 2018 at 17:05 #64482In reply to: How to change the margins of the site bar?
rovanov
Power UserHi,
Tanks for reply. I meant the space between the content and the sidebar.But I think I’ve found it thanks Mozilla’s inspector in the style.css under
/* Left/right padding for content */
#primary {
padding-left: 0;
padding-right: 3%;
}#secondary {
padding-right: 0;
padding-left: 3%;You have made a beautiful theme with Kahuna again!
Thank You!
June 3rd, 2018 at 12:44 #64446In reply to: Removing old CSS overides
Oops forgot to say I found it! I had the test site and the proper site on the same domain but different folders but for some reason it was reading the options on the actual site which it had stored because I had the theme installed but not running…
So might be a good idea to tell everyone if you are trying it out on a test site remove the theme from the actual site… it might read those files as well 🙂
If that makes sense 🙂
Thanks for all your help
May 27th, 2018 at 14:09 #64144In reply to: Sidebar, Header Image Bugs
primal.logic
Power UserI have a problem with the header being cut in half horizontally. I used Vaultpress to restore a previous version of my site (prior to Mantra update) and found the problem was resolved – so definitely a bug in the theme.
When can we expect the bug fixes that address this? I like this theme and it would be very disappointing – and a pain in the arse – to change themes.
Thanks.
Website: www.cultureofhealth.com.au
May 14th, 2018 at 19:51 #63673In reply to: Translation
Hi,
Well maybe I could contribute to a french version.
I’ve found the file kahuna.pot and I’m working on a translation. I try a first file po et mo with a few translations but I don’t see the modification on my site.
Can you help ?Thanks
AnneMay 14th, 2018 at 14:00 #63661In reply to: Presentation Page broken after Permalinks change
gdutson
Power UserWhen I said I am getting not found error I mean that it loads a page but on the page it says
Not Found
Apologies, but the page you requested could not be found. Perhaps searching will help.It shows my menu and posts but no presentation slider etc.
Any fixes or troubleshooting tips would be greatly appreciated.
Thanks.
May 5th, 2018 at 11:23 #63345In reply to: Continue reading
Good Morning.
I found only one place to select the option (and it was OK before the new version).
I am working in French; the option is selected in reglages/lecture; then “Pour chaque article d’un flux, fournir” I choose “Le texte complet”.Website: www.jepicore.steinhofer.fr
May 2nd, 2018 at 03:10 #63179In reply to: Latest Update damaged child theme
I agree with the above post. My child theme is now inoperable. I receive the following error:
“Fatal error: Call to undefined function cryout_sanitize_tnl() in /home1/consultease/public_html/wp-content/themes/kahuna/admin/options.php on line 85”
When I navigated to the file, I first noticed that my child theme located in “wpcontent/themes” file structure now has a .hold extension. It reads: /wpcontent/themes/kahuna-child.hold
What happened there?
Also, when I finally navigated to “/home1/consultease/public_html/wp-content/themes/kahuna/admin/options.php on line 85” I found the following:
kahuna line 85:
‘info_sections’ => array(
‘cryoutspecial-about-theme’ => array(
‘title’ => __( ‘About’, ‘cryout’ ) . ‘ ‘ . cryout_sanitize_tnl(_CRYOUT_THEME_NAME),
‘desc’ => ‘<br>’,
),
HELP!
Website: consulteasellc.com
-
This reply was modified 7 years ago by
simpson1331.
-
This reply was modified 7 years ago by
simpson1331.
April 9th, 2018 at 00:34 #62155In reply to: Nirvana Featured Image Size
On further research, I found out that Nirvana only displays featured images as thumbnails in the post excerpt, not in the main post. I thought this would be a problem, but it turns out that displaying my image in the main post is just a matter of inserting it. WordPress nicely sizes the image to appear within the content area. I have it on good, sighted authority (my beautiful wife) that the theme does a very nice job wrapping the post excerpt around the thumbnail, so there’s that, and that’s awesome.
I sure appreciate your time, Zed. Thank you.
Website: theblindkind.com
hi,
On an article in French, as I am French, I found this for galleries.
https://wpchannel.com/wordpress/tutoriels-wordpress/support-galeries-wordpress-html5/
– A well-coded theme must have the following line of code for effective support of image galleries:
add_theme_support('html5', array('gallery'));
The presence of this line will have the effect of using the
figure
tag. In case of absence, WordPress will usedl
anddt
tags and will add inline the following code tip:<style type='text/css'> #gallery-1 { margin: auto; } #gallery-1 .gallery-item { float: left; margin-top: 10px; text-align: center; width: 33%; } #gallery-1 img { border: 2px solid #cfcfcf; } #gallery-1 .gallery-caption { margin-left: 0; } /* see gallery_shortcode() in wp-includes/media.php */ </style>
In other words, it is not very optimal! If you develop your own themes, respect these good practices but if you pick up a premium theme you can simply filter the whole to disable adding CSS inline with:
/* Removing Default WordPress Syles for Galleries */ add_filter('use_default_gallery_style', '__return_false');
For my part, here is the CSS code that I included in my basic theme:
.gallery { margin: 0 -1.1666667% 1.75em; } .gallery-item { display: inline-block; max-width: 33.33%; padding: 0 1.1400652% 2.2801304%; text-align: center; vertical-align: top; width: 100%; } .gallery-item a { display: inline-block; } .gallery-columns-1 .gallery-item { max-width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-icon img { margin: 0 auto; } .gallery-caption { color: #686868; display: block; font-size: 13px; font-size: 0.8125rem; font-style: italic; line-height: 1.6153846154; padding-top: 0.5384615385em; } .gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; }
I pointed out to the author of the Post, that he was missing
. Gallery-Columns-3. Gallery-Item
In its code for style. css
But maybe it can help.Website: gallery,%20style.cs
March 27th, 2018 at 21:54 #61627In reply to: Nirvana – featured image as header
ok, found it by myself. Hope this is of help for those who run into the same f*****g issue: You have to
1. deactivate the header picture in customizer (“header-image”)
2. publish
3. Re-insert a headerHi,
I looked in the file “style. css ” From Twenty Fourteen, I found some code for the galleries.
I added the code in “style. css ” in the theme parabola
I just edit for 3 columns, instead of 33.33%, I put 30%
Here’s codeCode CSS
/* Gallery Columns */ .gallery-item { max-width: 25%; } .gallery-columns-1 .gallery-item { max-width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33%; } .gallery-columns-4 .gallery-item { max-width: 25%; }
With this code in all your themes, more galleries problems.
This is the result
http://er.v.free.fr/index.php/ant-man-l-homme-foumiThese are the default values like H1, H2, H3,..
https://www.w3schools.com/cssref/css_default_values.asp
or
https://www.w3schools.com/tags/tag_hn.aspProblem solved, thank you for your help
February 28th, 2018 at 03:45 #60327kvalentk
Power UserThank you for replying, Keymaster. The problem that remained after I solved initial stuff by adding /#primary was with category pages, where you don’t set the Read More link manually. So every time the user selects one of these (for example at http://settingForth.pub > Help Me Write > Self-Help > category page display) the page reloads, goes to the top, and all that displays is the image.
I have found a workaround that I’m implementing now. It’s a plugin called Collapse-o-Matic that initially loads the entirety of each page/post, but with a specified portion hiddne. The user then clicks to display the hidden portion, and no reload takes place. This may cause a category page to load less quickly, so I’ll need to specify that fewer posts load, but that’s easy.
If there is a solution to this problem that I can make work on a category page, this will save me the trouble of having to open almost 100 posts and manually specify the portion of each that is to be hidden.
I would think that the solution to this should be included in an upgrade to Kahuna; it does seem an obvious need.
Thanks.
February 27th, 2018 at 23:30 #60320Zed
Cryout Creations mastermindThe theme already supports in-page links (since this is something the browser and HTML standards specify and not theme-dependent). You need to use content links in your menu items (and a custom menu, as you found out) for these to work, like
#my-custom-link
to point to an anchor defined in the content:[...] <a id="my-custom-link"> </a> [...]
or any other tag with an unique id associated to it:
[...] <h3 id="my-custom-link">Section Title</h3> [...]
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 26th, 2018 at 21:56 #60236kvalentk
Power UserI found a plugin that seems to be working, but it is slow so far–or perhaps I should say I’ve not found a way to speed it up yet. The plugin is “Page scroll to id.” It requires that every menu item be set as a custom link. If anyone on this forum knows how to speed it up, please let me know, and thanks.
Website: settingForth.pub
-
This reply was modified 7 years ago by
kvalentk.
February 22nd, 2018 at 17:48 #60119In reply to: Removing theme's images
Thank you… but I found that those images only displayed when the theme was previewed. After publishing, they disappeared, so the issue is resolved. Thanks again.
February 15th, 2018 at 22:17 #59880In reply to: Search field appears instead of Slider
I found out…
It was of course a plugin, Scripts-To-Footer, who made the slider disappear. But the search box is still there.
Trond
Website: www.gulden.org/james
February 13th, 2018 at 15:24 #59791In reply to: Table In Page for cell phone viewing
Found an answer, sorry for the simplistic request.
I added class-“responsive” to the <table>, <table class=”responsive”>. And the following code to the additional CSS
@media only screen and (max-width: 840px) {
table.responsive {
margin-bottom: 0;
overflow: hidden;
overflow-x: scroll;
display: block;
white-space: nowrap;
}
} -
This reply was modified 7 years ago by
-
AuthorSearch Results