ginothecop
Forum Replies Created
-
I solved by adding the following to custom css field in theme options;
.fusion-header-wrapper {
z-index: 9990 !important;
}add_action(‘moove_gdpr_inline_styles’,’gdpr_cookie_css_extension_zindex’,10,3);
function gdpr_cookie_css_extension_zindex( $styles, $primary, $secondary ) {
$styles .= ‘#moove_gdpr_cookie_info_bar { z-index: 99999999; }’;
$styles .= ‘.lity { z-index: 999999999; }’;
return $styles;
}I added above to functions.php it works fine for the consent bar but does not work for modal pop-up.. The modal pop-up is still under avada header
- This reply was modified 5 years, 5 months ago by ginothecop.
OK will try that thanks but how come other plugins can write to .htaccess file and this one can not? (not trying to blame just trying to understand).. I installed wordfence the other day and it wrote on to .htaccess file fine..
- This reply was modified 7 years, 3 months ago by ginothecop.
Hi Dipak,
Shared..
Please note the website root redirects users in accordance with their browser language to subfolders /en/ and /tr/
Thanks
- This reply was modified 7 years, 3 months ago by ginothecop.
It looks like GoDaddy is using GTMetrix in the background as the results seem to be the same..
Shared the website address through your website’s contact form..
Thank you
Forum: Plugins
In reply to: [Cryptocurrency Rocket Tools] CoverterI solved #1 and #3 above. (1 was my misunderstanding and 3 was css issue.
On graph side both graphs have the same label as “Volume FIAT”. The top one should be “Price FIAT” I guess?
Many thanks once again.
- This reply was modified 8 years, 4 months ago by ginothecop.
Forum: Plugins
In reply to: [Cryptocurrency Rocket Tools] CoverterOK a few bugs (or my misunderstanding) on my end.
1- When linking the graphs using the http://www.sitename.com/xxx/ syntax.. the populated link is a duplicate of the site name. e.g: http://www.sitename.com/www.sitename.com/xxx/ is the directory it is looking for.
Pls see: http://www.chainandchain.io/ccr/glnc/ for the problem.
2- Now the converter shows some files but its still not useable in my case (maybe a css problem?
Pls see: http://www.chainandchain.io/ccr/convert/
3- When populating graphs in pages separately from table, the buttons are not visible (again css issue on my end I believe) (made changes to the main css and corrected that)
Pls see: http://www.chainandchain.io/ccr/glnc/btc/
4- Very good job on admin panel and option for coloring the graphs. I hope the same options will come for graph FIAT and PERIOD buttons and for converter as well.
Keep up the great work.
- This reply was modified 8 years, 4 months ago by ginothecop.
- This reply was modified 8 years, 4 months ago by ginothecop. Reason: corrected issue #3 with overwriting the css
Forum: Plugins
In reply to: [Cryptocurrency Rocket Tools] CoverterNo problem, Merry Christmas!
Forum: Plugins
In reply to: [Cryptocurrency Rocket Tools] CoverterHi,
Tried that solution with no success.
Below is a link to the page.
http://www.chainandchain.io/ccr/convert/
And on this page the other two functions are working.