Spiracle Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Krystal] Display Site Title and TaglineHi @banan70
Try this CSS:
header .logo {
width: 40%;
}.top-menu.navbar {
width: 55%;
}Copy & Paste above css into Appearance -> Customize -> Additional CSS
Best Regards
Forum: Themes and Templates
In reply to: [Krystal] Undo theme updateHi @redda_joppe
Please open a support ticket here :
https://support.spiraclethemes.com/forums/forum/free-wordpress-themes-help/krystal-theme-help/Best Regards
Forum: Themes and Templates
In reply to: [Krystal] Undo theme updateHi @redda_joppe
Thanks for reaching out
You need to install the plugin called WP Rollback first ie (https://wordpress.org/plugins/wp-rollback/)
Once installed, go to Appearance -> Themes and click on Krystal theme details and then click on button Rollback. Check screenshot below
NOTE: Take the backup of your website before proceeding.
Best Regards
Forum: Everything else WordPress
In reply to: Slack Invitation HelpHi Andrew,
Yes but its link is expired now. I even send an email to slackinvitehelp@wordpress.org with my details regarding this
Forum: Reviews
In reply to: [Krystal] Very ImpressedHi April,
Thank you for this awesome review. 🙂
Best Regards
Forum: Themes and Templates
In reply to: [Prasoon] The Testimonial section runs too fast for my contentHello @doodledave
You need to edit testimonial-style2-section-widget.php file. You can find the file at theme root -> inc -> widgets -> testimonial-style2-section-widget.php
Once you find this file open this file in any text editor and find line no 62 ie
<div id=”text-carousel” class=”carousel slide” data-ride=”carousel”>
You need to add an attribute to this line data-interval=”5000″ For eg
<div id=”text-carousel” class=”carousel slide” data-ride=”carousel” data-interval=”5000″>. The time is in ms. Increase or decrease the number according to your need
Regards
SpiraclethemesForum: Themes and Templates
In reply to: [Somalite] TranslationHello @wangoliver,
Yes Somalite is translation ready theme 🙂 You can use any plugin to translate this theme
Regards
SpiraclethemesForum: Reviews
In reply to: [Somalite] Great Theme and ServiceThank you @khoahuynh010188 🙂
Glad you like our theme and our servicesRegards
SpiraclethemesForum: Themes and Templates
In reply to: [Prasoon] Cannot add Widgets in themeHello Souvik,
There is no shortcode in the site. Are you sure your shortcode is correct and it’s a theme issue? Please check this shortcode using another theme in test site.
Regards
SpiraclethemesForum: Themes and Templates
In reply to: [Prasoon] Cannot add Widgets in themeHello Souvik,
Please paste the site url. Please also check pasting this shortcode in default Text Widget. If pasting in default Text Widget does not show the slider then you need to check your shortcode again.
Regards
SpiraclethemesForum: Themes and Templates
In reply to: [Prasoon] Cannot add Widgets in themeHello Souvik,
Why don’t you try this using HTML. You can easily divide a page using bootstrap (https://getbootstrap.com/) grid tags to easily divide your page into columns. Prasoon theme uses bootstrap framework, so any bootstrap elements can be easily used.
You can use this html, for example, to divide into 2 columns. (https://getbootstrap.com/docs/3.3/css/)
<div class=”col-md-6″>
<!– Your content –>
</div>
<div class=”col-md-6″>
<!– Your content –>
</divPaste this and add your content
Let me know if this helps
Regards
Spiraclethemes- This reply was modified 8 years, 9 months ago by Spiracle Themes.
Forum: Themes and Templates
In reply to: [Prasoon] How To Add Slider in About SectionHello Souvik,
There are plenty of slider plugins in wordpress repository. Point is you just have to check if it provides a shortcode to embed. Just do a search and you will find many.
Regards
SpiraclethemesForum: Themes and Templates
In reply to: [Prasoon] Please Suggest a supported plugin for video galleryHello Souvik,
We do not recommend this gallery plugin as we haven’t tested it but you can try as this provides a shortcode which you can paste in widget. You can try others also
https://wordpress.org/plugins/gallery-video/
How to Add
1) Go to Appearance->Customize->Widgets->Business Template
2) Click on Add a Widget button
3) Select default WordPress Text Widget
4) Paste the shortcode provided by plugin
5) Save & PublishRegards
SpiraclethemesForum: Themes and Templates
In reply to: [Prasoon] How To Add Slider in About SectionHello Souvik,
Yes you can add a slider. You need to find a plugin for that. Any good slider plugin would do that. You just need to copy paste the shortcode the slider provide to the content section and it will show up the slider
Regards
SpiraclethemesForum: Themes and Templates
In reply to: [Prasoon] Minimize Menu Spacing (How To)Hello Souvik(@adventuretalesofall),
Thanks for contacting support
Use the CSS below to minimize spacing. You can play around with the values to get perfect spacing. The padding-bottom is used for spacing between the dropdown and the menu while the padding-top is used for spacing from the top
@media only screen and (min-width: 768px) and (max-width: 2560px) {
.nav > li {
padding-top: 20px;
padding-bottom: 10px;}
}How to Add CSS
Go to Appearance -> Customize-> Additional CSS and paste this css and saveRegards
Spiraclethemes