CAWD
Forum Replies Created
-
Forum: Plugins
In reply to: [My YouTube Channel] Your Plugin Video shows on some pagesPROBLEM SOLVED!
One of our other users added the widget on those pages and left your credentials in the widget information, overwriting our stuff. It’s all good.
Thanks!
Forum: Plugins
In reply to: [Easy Modal] Modal window not appearing when link is clickedThat did it! I didn’t even notice they were using such an old version. I can’t wait to get in here and update this site.
Thanks!
Forum: Plugins
In reply to: [Easy Modal] Modal window not appearing when link is clickedMy bad, I meant that the vanilla install was of the Easy Modal, not the WP. That WP for that one is crazy.. I don’t know who set it up but there’s random crap everywhere! I digress.
I purged the cache from the CDN and my local browser and got nothing. I even turned everything from CloudFlare off on that site and still didn’t load. Was there another cache issue that I missed?
Thanks
Forum: Themes and Templates
In reply to: Rounded corners on widget bottoms?What Andrew said – use firebug or if you’re on Chrome you can right-click and choose ‘inspect element’. Use this to identify the element that you want to modify then just add the border radius to that css selector.
Forum: Themes and Templates
In reply to: Best way to set up this nav? (screenshot of design attached)Thank you both for your suggestions. I will research them tomorrow and see what I can see. $12 is not a problem ??
Thanks again!
Forum: Themes and Templates
In reply to: Novice! I need to remove everything and start againThere’s a delete button that’s in red font that I just used to delete it from a test site of mine. If that’s not working for you then you’ll need to log in to your site via FTP and manually remove it.
Forum: Themes and Templates
In reply to: [origin] [Plugin: origin] Resizing single-thumbnail imagePlugin link didn’t seem to exist. Is it possible that you’ll need to reupload the file since it’s already been resized to the 310px specific size? Or is that code just changing the size it’s supposed to be displayed at?
Forum: Themes and Templates
In reply to: Novice! I need to remove everything and start againI think you can just delete the current theme that you messed up and then upload the new one. If you’re logged into your dashboard, I think you can automatically add the theme without needed a FTP program.
Forum: Themes and Templates
In reply to: Cannot find where to edit this…Do you have access to a program like Dreamweaver where you can do a search for text within the code? If not, you can use a program like GrepWin to search files in a folder for the words you are looking for. That way you can search for something and maybe find the file tucked away in a folder somewhere that you didn’t think to look? It’s an option at the least.
Forum: Themes and Templates
In reply to: [Twenty Eleven] [Theme: Twenty Eleven] Post Title Too LargeI don’t know much about that theme in particular but I may be able to help you. Are there any settings in the dashboard that allow you to control the styles of the theme that you may have changed? Have you changed any code recently? The post title in that theme uses the <h1> tag and has a class of ‘entry-title’. That may help you narrow down where it got changed at.
Forum: Themes and Templates
In reply to: Rounded corners on widget bottoms?Can you provide a link to what you’re working on? That might help.
Otherwise, you can use CSS to style the corners using the border-radius selector:
border-bottom-right-radius:2em;
border-bottom-left-radius:2em;This won’t work in older versions of IE or FF though. Here’s more info on the w3schools site: https://www.w3schools.com/cssref/css3_pr_border-radius.asp
Forum: Themes and Templates
In reply to: Novice! I need to remove everything and start againYou can reinstall it from here:
https://www.ads-software.com/extend/themes/twentyelevenForum: Themes and Templates
In reply to: Cannot find where to edit this…I can’t imagine it would be anywhere but in the sidebar.php or the functions.php file.. Hard to tell without being able to poke around myself.