orbofdarkness
Forum Replies Created
-
Hi there,
Yes it got solved by the following CSS
body .gform_wrapper .button.gform_button_select_files { height: 39px; background-color:#464e0a; color:#ffffff; }
For Hover –
body .gform_wrapper input[type=submit]:hover, body .gform_wrapper input[type=button]:hover, body .gform_wrapper input[type=reset]:hover { background-color: #ffffff; border-color: #000000; color: #000000; }
- This reply was modified 5 years, 8 months ago by orbofdarkness.
Forum: Plugins
In reply to: [Team Slider and Team Grid Showcase plus Team Carousel] Image SizeHi Anoop,
Thanks a lot for the help. The Front Side Looks fine. However, when I click on it when the popup opens the images are still looking zoomed in. Can that also be fixed? Kindly check screenshot.
https://www.awesomescreenshot.com/image/3798426/9ebefde92b8ccd9784f56cbf398fa7d6
Thanks,
Prasenjit.Forum: Plugins
In reply to: [Refresh Post Page WUD] Auto Refresh Page Only onceHi Danny,
I tried putting this in my Theme’s Header.php file but it didn’t work. I tried the following code in the particular page using Visual Composer’s JS element which does refresh it once. but is it possible to make the refreshes more than once can we set it to 3-4 times as well?
<script type=’text/javascript’>
(function()
{
if( window.localStorage )
{
if( !localStorage.getItem( ‘firstLoad’ ) )
{
localStorage[ ‘firstLoad’ ] = true;
window.location.reload();
}
else
localStorage.removeItem( ‘firstLoad’ );
}
})();</script>
In your code, I can see the value as -1. What if we could use this code and add -3 so will the age refresh 3 times?
Forum: Plugins
In reply to: [Refresh Post Page WUD] Auto Refresh Page Only onceHi Danny,
Actually, we are facing an issue with the google maps on that page. The page, when loaded the first time, doesn’t load the map entirely but after refresh, it loads properly. So we wanted to load the page once after maybe 1 second and that’s it.
Thanks,
Prasenjit.Hi there,
It is working now. I guess it was some problem from my End. Thanks.
Hi Everyone,
Sorry for the mess…The cost feature was changing just that to see the effect you have to check the main appointment form. I was checking the changes in the dashboard instead. Don’t worry people if the dashboard still shows the Dollar sign. Just input any cost value & if yu have diabled the cost feature in the editor it will not show on the apointment form.:)
Orb
Hi There,
I am unable to make any changes to the cost feature. I tried both changing the currency as well as disabling the cost option. Please help me.