Title: ginothecop's Replies | WordPress.org

---

# ginothecop

  [  ](https://wordpress.org/support/users/ginothecop/)

 *   [Profile](https://wordpress.org/support/users/ginothecop/)
 *   [Topics Started](https://wordpress.org/support/users/ginothecop/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ginothecop/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ginothecop/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ginothecop/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ginothecop/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ginothecop/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GDPR Cookie Compliance - Cookie Banner, Cookie Consent, Cookie Notice for CCPA, EU Cookie Law] Avada Header Override](https://wordpress.org/support/topic/avada-header-override/)
 *  Thread Starter [ginothecop](https://wordpress.org/support/users/ginothecop/)
 * (@ginothecop)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/avada-header-override/#post-13762522)
 * I solved by adding the following to custom css field in theme options;
 * .fusion-header-wrapper {
    z-index: 9990 !important; }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GDPR Cookie Compliance - Cookie Banner, Cookie Consent, Cookie Notice for CCPA, EU Cookie Law] Avada Header Override](https://wordpress.org/support/topic/avada-header-override/)
 *  Thread Starter [ginothecop](https://wordpress.org/support/users/ginothecop/)
 * (@ginothecop)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/avada-header-override/#post-13759971)
 * 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](https://wordpress.org/support/users/ginothecop/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Performance Score Booster – Optimize Speed, Enable Cache & Page Preload] Leverage Browser Caching Score](https://wordpress.org/support/topic/leverage-browser-caching-score/)
 *  Thread Starter [ginothecop](https://wordpress.org/support/users/ginothecop/)
 * (@ginothecop)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/leverage-browser-caching-score/#post-11142391)
 * 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](https://wordpress.org/support/users/ginothecop/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Performance Score Booster – Optimize Speed, Enable Cache & Page Preload] Leverage Browser Caching Score](https://wordpress.org/support/topic/leverage-browser-caching-score/)
 *  Thread Starter [ginothecop](https://wordpress.org/support/users/ginothecop/)
 * (@ginothecop)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/leverage-browser-caching-score/#post-11138709)
 * 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](https://wordpress.org/support/users/ginothecop/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Performance Score Booster – Optimize Speed, Enable Cache & Page Preload] Leverage Browser Caching Score](https://wordpress.org/support/topic/leverage-browser-caching-score/)
 *  Thread Starter [ginothecop](https://wordpress.org/support/users/ginothecop/)
 * (@ginothecop)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/leverage-browser-caching-score/#post-11137931)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cryptocurrency Rocket Tools] Coverter](https://wordpress.org/support/topic/coverter/)
 *  Thread Starter [ginothecop](https://wordpress.org/support/users/ginothecop/)
 * (@ginothecop)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/coverter/#post-9816288)
 * I 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](https://wordpress.org/support/users/ginothecop/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cryptocurrency Rocket Tools] Coverter](https://wordpress.org/support/topic/coverter/)
 *  Thread Starter [ginothecop](https://wordpress.org/support/users/ginothecop/)
 * (@ginothecop)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/coverter/#post-9816168)
 * OK a few bugs (or my misunderstanding) on my end.
 * 1- When linking the graphs using the [http://www.sitename.com/xxx/](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/](http://www.sitename.com/www.sitename.com/xxx/)
   is the directory it is looking for.
 * Pls see: [http://www.chainandchain.io/ccr/glnc/](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/](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/](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](https://wordpress.org/support/users/ginothecop/).
    -  This reply was modified 8 years, 4 months ago by [ginothecop](https://wordpress.org/support/users/ginothecop/).
      Reason: corrected issue #3 with overwriting the css
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cryptocurrency Rocket Tools] Coverter](https://wordpress.org/support/topic/coverter/)
 *  Thread Starter [ginothecop](https://wordpress.org/support/users/ginothecop/)
 * (@ginothecop)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/coverter/#post-9811427)
 * No problem, Merry Christmas!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cryptocurrency Rocket Tools] Coverter](https://wordpress.org/support/topic/coverter/)
 *  Thread Starter [ginothecop](https://wordpress.org/support/users/ginothecop/)
 * (@ginothecop)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/coverter/#post-9811411)
 * Hi,
 * Tried that solution with no success.
 * Below is a link to the page.
 * [http://www.chainandchain.io/ccr/convert/](http://www.chainandchain.io/ccr/convert/)
 * And on this page the other two functions are working.
 * [http://www.chainandchain.io/ccr/glnc/](http://www.chainandchain.io/ccr/glnc/)

Viewing 9 replies - 1 through 9 (of 9 total)