semperaye
Forum Replies Created
-
I can’t edit this post so I’m going to close it and open another corrected question.
Forum: Plugins
In reply to: [Easy Table of Contents] Not working on AMPIt works on AMP only if BOTH AMP & Posts are selected. Is there a way to have it work on AMP only? I have the widget on my main posts so I’m trying to prevent duplicates. Thanks!
- This reply was modified 7 years, 10 months ago by semperaye. Reason: Correction - Not Resolved
Forum: Plugins
In reply to: [Easy Table of Contents] CSS Current Header SelectionHmm NVM… The 2nd code I posted worked. I think I was just having a cache issue.
Forum: Plugins
In reply to: [Easy Table of Contents] CSS Current Header SelectionIt appears the last code I posted turns the hyperlinks within the widget black all the time.
I dont want to change the a:visited all the time, I want to keep it blue, but instead of bold blue upon selection, have it turn bold black. So I guess I need to figure out what CSS is causing the bold effect so I can change the color.
Forum: Plugins
In reply to: [Easy Table of Contents] CSS Current Header SelectionHello,
Thanks for the reply. I’m having trouble getting this to work, I’m new at CSS…. here is what I’ve been trying different variations of:
#ezw_tco-2 a, a:visited { color: #323232 !important; text-decoration: none; }Also:
.ez-toc-widget-container li.active>a, a:visited { color: #323232 !important; text-decoration: none }Any ideas? Thanks!
Forum: Plugins
In reply to: [Easy Table of Contents] How remove the grey hover effect?#ezw_tco-2 .ez-toc-widget-container ul.ez-toc-list li.active::before { background-color: #00000000 !important; }Worked
Forum: Plugins
In reply to: [Easy Table of Contents] Problem Moving to Sidebarworked great ty!
Forum: Plugins
In reply to: [Easy Table of Contents] How to make the border transparent?Hi. This is what I ended up with for a fix:
#ez-toc-container { background: #F9F9F9; border: 1px solid #fff; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05); box-shadow: 0 0px 0px rgba(0,0,0,0); display: table; margin-bottom: 1em; padding: 10px; position: relative; width: auto; }The following are two I manually changed:
border: 1px solid #fff;
box-shadow: 0 0px 0px rgba(0,0,0,0);I’m sure there is a better less messy way of writing this custom css, but I’m just a beginner.
Thank you for the help!
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] No Yoast Meta DescriptionYa it just randomly started working 😛
Forum: Plugins
In reply to: [Glue for Yoast SEO & AMP] Meta tags not working on AMPIts working for me now 🙂 According to AMP for WP you don’t need this plugin. I’m not using it and it’s working for me.
Forum: Plugins
In reply to: [Glue for Yoast SEO & AMP] Meta tags not working on AMPI’d switch to AMP for WP too if I could get it to work with Yoast… hopefully someone responds to this.
Forum: Plugins
In reply to: [Glue for Yoast SEO & AMP] Meta tags not working on AMPYup. It’s not working for me either 🙁 LOL….
Forum: Themes and Templates
In reply to: [GeneratePress] Customizer: Link Visited not WorkingHi Tom, thats correct. I’ve tried in all browswers with the same issue. I will note however, that this affects only in page content, for example: sidebar links are not affected.
Forum: Fixing WordPress
In reply to: Link CSS HelpMichael,
I was able to target it with .footer-widget but there is still an issue with the normal url color setting in generate press, I guess I’ll try their forums. Thanks.