jasmeetsingh
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Website is brokenSelecting:
By default files saved are static css/js, uncheck this option if your webserver doesn’t properly handle the compression and expiry.Score of the website is low.
Unselecting it breaks the site.
Forum: Plugins
In reply to: [Autoptimize] Exclude Js from AONo Actually I wanted to check so I removed AO and used swift performance. But I still wanna revert back to AO as I like it the most.
Even when swift was not installed it wasnt working.
Is it possible for per product?
If yes then can u send me a demo link and link to buy pro product. I would like to use that..Main thing is I NEED TO SET DEFAULT VALUE PER PRODUCT..
And if its possible by doing some simple code then let me know.
- This reply was modified 5 years, 8 months ago by jasmeetsingh.
Hi @carlosmoreirapt were you able to include this time limit functionality in the updates?
It will really be a great help.Hi there,
Yes I have checked by deactivating all the plugins and also used basic theme.. But no help.Can you please guide me about how to get /wp-admin/admin-ajax.php rectified.
What I did is I have added checkout shortcode in download page itself.
So when person adds the product after 3 second the page reloads.. But the cart still shows empty. But when we open checkout page the product was added. So this clearly shows that shortcode is not working on any other page then the selected page of plugin(Like checkout , thankyou and all)
WHAT I NEED IS to show the cart page in the download page itself. But the logged out user is not able to see info which is coming by shortcode if used in any page.
Forum: Plugins
In reply to: [WooCommerce Square] Remove “Card Postal Code *”Hi there,
when I enter my location zip code the card postal code also gets updated and become same. How to solve this.and is it still not possible to remove postal code??
Forum: Themes and Templates
In reply to: [Business Leader] logo sizeAnd Do remember after changing the code.. CLEAR THE CACHE OF YOUR BROWSER.. Its Really necessary else changes may not be reflected.. ??
Forum: Themes and Templates
In reply to: [ColorMag] Site LogoAnd Do remember after changing the code.. CLEAR THE CACHE OF YOUR BROWSER.. Its Really necessary else changes may not be reflected.. ??
Forum: Themes and Templates
In reply to: [Virtue] Menu Background Colour ShopIsle ThemeAnd Do remember after changing the code.. CLEAR THE CACHE OF YOUR BROWSER.. Its Really necessary else changes may not be reflected.. ??
Forum: Themes and Templates
In reply to: [Virtue] Menu Background Colour ShopIsle ThemeHey Anjabasaric..
If you are asking about the background Color settings and are not able to change it from dashbord then here We go with the solution.. ??Follow the steps..
1. /wp-content/themes/business-leader/style.css go to this file…
2. here you have to go to 623-630 line number and you will find the following code...site-header {
background: #333333; [///PLACE WHERE THING IS TO BE CHANGED.. Use ANY COLOR YOU . WANT TO////]
z-index: 10; }
.site-header .site-branding {
padding: 1rem 3rem;
text-align: left;
float: left;
overflow: hidden; }Hope You find this helpful.
If not helpful
You can send me the link of your website.. I will try to figure it out.. ??Forum: Themes and Templates
In reply to: [ColorMag] Site LogoHey Syedmustafa..
If you are asking about the LOGO settings of the mobile then here We go with the solution.. ??Follow the steps..
1. /wp-content/themes/business-leader/style.css go to this file…
2. here you have to go to 638-650 line number and you will find the following code...site-header .site-branding .logo img {
float: left;
max-width: 100%;
max-height: 55px;
margin-right: 10px; }
@media screen and (max-width: 1024px) {
.site-header .site-branding .logo img {
width: 30px; [///PLACE WHERE THING IS TO BE CHANGED////]
padding: 2.5px 0; } }What ever size you want you can set accordingly in place of 30px.. ??
And if you are asking about the Font and color on the mobile then here We go with the solution.. ??
Follow the steps..
1. /wp-content/themes/business-leader/style.css go to this file…
2. here you have to go to 647-654 line number and you will find the following code...site-header .site-branding .site-title {
display: inline;
font-weight: 100;
font-size: 32px; [///PLACE WHERE THING IS TO BE CHANGED FOR FONT SIZE////]
font-size: 3.2rem;
clear: none;
line-height: normal;[///PLACE WHERE THING IS TO BE CHANGED FOR DISTANCE BETWEEN . THE LINES IN THE HEADER Title////]
color: white; [///PLACE WHERE THING IS TO BE CHANGED FOR FONT COLOR////]Hope You find this helpful.
If not helpful
You can send me the link of your website.. I will try to figure it out.. ??Forum: Themes and Templates
In reply to: [Business Leader] logo sizeAnd if you are asking about the Font and color on the mobile then here We go with the solution.. ??
Follow the steps..
1. /wp-content/themes/business-leader/style.css go to this file…
2. here you have to go to 647-654 line number and you will find the following code...site-header .site-branding .site-title {
display: inline;
font-weight: 100;
font-size: 32px; [///PLACE WHERE THING IS TO BE CHANGED FOR FONT SIZE////]
font-size: 3.2rem;
clear: none;
line-height: normal;[///PLACE WHERE THING IS TO BE CHANGED FOR DISTANCE BETWEEN . THE LINES IN THE HEADER Title////]
color: white; [///PLACE WHERE THING IS TO BE CHANGED FOR FONT COLOR////]Hope You find this helpful.
Forum: Themes and Templates
In reply to: [Bulan] Header Font Size Mobile VersionAnd if you are asking about the Font and color on the mobile then here We go with the solution.. ??
Follow the steps..
1. /wp-content/themes/business-leader/style.css go to this file…
2. here you have to go to 647-654 line number and you will find the following code...site-header .site-branding .site-title {
display: inline;
font-weight: 100;
font-size: 32px; [///PLACE WHERE THING IS TO BE CHANGED FOR FONT SIZE////]
font-size: 3.2rem;
clear: none;
line-height: normal;[///PLACE WHERE THING IS TO BE CHANGED FOR DISTANCE BETWEEN . THE LINES IN THE HEADER Title////]
color: white; [///PLACE WHERE THING IS TO BE CHANGED FOR FONT COLOR////]Hope You find this helpful.
Forum: Themes and Templates
In reply to: [Business Leader] logo sizeHii Abe.. ?? I thought I should generalize the solution of it.. ??
If you are asking about the LOGO settings of the mobile then here We go with the solution.. ??
Follow the steps..
1. /wp-content/themes/business-leader/style.css go to this file…
2. here you have to go to 638-650 line number and you will find the following code...site-header .site-branding .logo img {
float: left;
max-width: 100%;
max-height: 55px;
margin-right: 10px; }
@media screen and (max-width: 1024px) {
.site-header .site-branding .logo img {
width: 30px; [///PLACE WHERE THING IS TO BE CHANGED////]
padding: 2.5px 0; } }What ever size you want you can set accordingly in place of 30px.. ??
Hope this will be helpful for you..Forum: Themes and Templates
In reply to: [Bulan] Header Font Size Mobile VersionHey Franbulb..
If you are asking about the LOGO settings of the mobile then here We go with the solution.. ??Follow the steps..
1. /wp-content/themes/business-leader/style.css go to this file…
2. here you have to go to 638-650 line number and you will find the following code...site-header .site-branding .logo img {
float: left;
max-width: 100%;
max-height: 55px;
margin-right: 10px; }
@media screen and (max-width: 1024px) {
.site-header .site-branding .logo img {
width: 30px; [///PLACE WHERE THING IS TO BE CHANGED////]
padding: 2.5px 0; } }What ever size you want you can set accordingly in place of 30px.. ??
Hope this will be helpful for you..