Infigo Software
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Spasalon] Pink StripeHI,
Issue 2 -> Go to options panel > General Tab > Custom CSS Box
Add the given code.home_tagline {color: 'your color';}
Issue 3-> These four (270×157) images are the service sections image you can add your own image using options panel HOME TAB setting.And if you want them to remove follow this..
Go to Custom CSS BOX.Add this code in box
.home_service_img{display:none;}.thumbnail > img {display:none;}
For rest of the issues…Rest Pages are not showing. It seams your permalink error.
Make them available.Forum: Themes and Templates
In reply to: [Spasalon] How to remove page sidebarhi azarrinn,
First try This.
->Go to /Theme Directory.
->Open functions.php file.
->Find the code “$content_width” and change this to 580.
Your code should be “if ( ! isset( $content_width ) ) $content_width = 580;”
->Save the changes.
Thats It.Thank’s
Forum: Themes and Templates
In reply to: [Spasalon] Pink StripeHI dwoglom,
FIRST ISSUE -> We have updated the version with this feature, using options panel setting. It will be LIVE soon.
And for Rest ISSUES ….
Your website is unavailable . Pl make it available.Then only I can send you the codes or instructions to follow.
Thank’s
Forum: Themes and Templates
In reply to: [Spasalon] Pink stripe text!Hello QuangDiep,
Thank’s for Appreciating our theme.
Every Page/Post is individual so you can set “TEXT” manually.
For more features you can try our Premium version of the theme.
Thank’s
Forum: Themes and Templates
In reply to: [Spasalon] Pink StripeHi christelpostuma,
Pl share your URL.
Forum: Themes and Templates
In reply to: [Spasalon] spa_theme_options Didnt work at allHello,
Pl be specific “What your trying to do? “
These Options “spa_theme_options” already on in the options panel settings.Thank’s
Forum: Themes and Templates
In reply to: [Spasalon] Call Us not DisplayingHello,
Pl share your URL.
Thank’sForum: Themes and Templates
In reply to: [Spasalon] Resize the "Home Top Feature"Hi heydemar,
For this Image’s HEIGHT should be not more 800px .
NOTE-* If you will fix the height of the image,using CSS it will effects on mobile screens.
Thank’sForum: Themes and Templates
In reply to: [Spasalon] Pink StripeHi melaroberge,
“It’s a good looking theme.”
Thank’s for appreciation of our work ??
You will be able to change these settings in up comming versions of the theme.
Till then If you are able to change the code
-> Locate the file index-slider.php , Find the code “<?php echo $current_options[‘call_us’]; ?>” and replace this code with “your number”.
-> Save the changes .
Pl share your URL.Thank’s
Forum: Themes and Templates
In reply to: [Spasalon] Remove the "Home Page Product Selection"Hi Heydemar,
Refer this thread for your issue
->https://www.ads-software.com/support/topic/several-problems-5?replies=23#post-5048000
Thank’sHello redsealike,
We’ve gone through your website and assuming that you want “About Us”.To show on front page. Follow the given step for this.
1)Go to your wordpress admin, Option Panel -> Home Tab
Find Custom Static Front Page, Select “NO” options in this.
Save the changes.
2)Now Go to Settigns -> Reading,
Select Radio Button for ‘A static page (select below)’
And After that Select “About Us” to display on Front-Page.You can select any page to show on front by the above method .
For More detail Refer this link
Thank’sForum: Themes and Templates
In reply to: [Spasalon] Removing Post featureHi agruenke,
1) Just Go to the option’s panel > General tab.
2) Find ‘Custom CSS BOX’ settings and add the given code in it
#comment {display: none;}
3) Save It.Note*- This will make disable the Comment section from all the pages and posts.
Thank’sForum: Themes and Templates
In reply to: [Busiprof] Remove Projects and TestimonialsHello samault,
You can simply hide these sections.
1)Just go to Option Panel > Home Page Tab. And Find “Custom CSS Box”
2) Add the given line of codes in that box
.testimonial_mn,.services_mid_mn,.recent_blog {display:none}
3) Save It.
That’s It.
Thank’sForum: Themes and Templates
In reply to: [Busiprof] embeding videoHi,
Right now theme do not support ’embed video’ using option panel setting. You can add ‘video’ in posts and pages.
Thank’sForum: Themes and Templates
In reply to: [Spasalon] How To remove READ MORE labelHi, We’ve gone through the code of your website/page and found that you have done many changes in the code of the theme . It generates ‘READ MORE’ text automatically.