Sunday, April 16, 2017
Reduce Header Size Shop Isle wordpress Theme
In the "big title section" shop isle theme set the section height 1780 px. You can reduce this size manually.
Go to Wp-content > Themes > assets > css > style.css
Line No. 2436 >
.home-section {
position: relative;
z-index: 0;
width: 100%;
background-color: #fff;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
insert this code in .home section properties.
max-height:455px; ( or what you need)
Now code look alike :
.home-section {
position: relative;
z-index: 0;
width: 100%;
max-height:455px;
background-color: #fff;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
😀
Tuesday, April 11, 2017
Illustrator did not close Properly error Solution
Go to portable app folder >> Data.
In this folder there is configuration file named "PortableApp.ComLauncherRuntimeData" see the picture below:
Change status running to stopped.
then go to plugin directory: C:\user\Appdata\local\temp\nspFa19.tpm
There is a .ini file named Runtimedata fig.2
open this file with text editor
and change status running to stopped.
Restart your app.
Done
Monday, April 10, 2017
Adobe illustrator CS6 Portable error code 1 (Solution)
Adobe illustrator CS6
Please Uninstall/re-install application
Error Code1
Solution:
Simply go to Portable Illustrator's folder > then
Delete the following folders
1. App
2. Data
3. Other
Then Unpack again Portable Illustrator form his zip file.
Done!
Friday, April 7, 2017
opencart Invalid File Type! Error Solution
In opencart when you want to install an extension or module some time opencart generate an error
Invalid File Type!
Solution
extract all extension files then go to admin >> extension manager>> and select .ocmod file.
Done!!
Subscribe to:
Posts (Atom)
How to download High resolution Photo from Getty Images !! very easy
1.Find image you want to download from getty images. 2. At the image click on </embed> button A new popup window,ll appear with im...
-
An unexpected Shutdown of system or program may cause this error specially with portable apps. Go to portable app folder >> Da...
-
Adobe illustrator CS6 Please Uninstall/re-install application Error Code1 Solution: Simply go to Portable Illustrator's folder...
-
What is Greenshot? Greenshot is a light-weight screenshot software tool for Windows with the following key features: 1. Quickly create ...