grannydj
Forum Replies Created
-
Ah, ok, Thanks for the tip! Let me work my apprentice magic and see it I can get the mouse over shading right. All that -moz and linear gradient stuff is confusing to me.
Is .wdform_button button {} the only <div> I need to work with?
Forum: Plugins
In reply to: [Standout Color Boxes and Buttons] Custom Shortcode shows on pageJan- I apologize for loosing it. It is a great plugin, just wasn’t working for me and I couldn’t get any help with solving it, which is unusual. I didn’t have an attitude until I received one. Have a good one.
Forum: Themes and Templates
In reply to: [Orbit] How to move the title text to the rightnever did solve it
Hi thanks for getting back to me.
I tried your code above and the button is still blue. You can see it down by the Koupon Klipper. https://grannysclozet.com/?page_id=273
How do I make the button gray to match the other buttons? Thanks again.
Forum: Plugins
In reply to: [Standout Color Boxes and Buttons] Custom Shortcode shows on pageThe rating is justified.
Whether you know it or not, our time is just as valuable as yours. I needed help and you did not, and still have not provided the support I need to get your plugin to work on my site.
Obviously, I’m not an idiot. I’m glad my CSS work-up is working on your end. It’s not on MINE. I followed your instructions exactly. Cleared all the caches, logged out, waited and logged in again. I only have 4 plugins activated. I tried every which way and the custom shortcode will not work for me.
When I put in the shortcode like you stated above, I get nothing. It’s like I never placed it at all. I even tried different color combinations and still nothing.
Your explanation above is a cop out. There’s got to be a reason why the custom shortcode is not working and I’m not an intermediate coder. That’s why I turned to you. Repeating yourself does not help me (or anyone else) solve this problem with your plugin. Hence, the other low score.
Thank you for the no-help. I don’t know how I can make it any plainer.
I found this at the bottom of the CSS for this theme
They’re codes for blue. Can you help me fix this so the buttons are gray? Also how do I put rounded corners in?.wdform_button button {
background: #0E4D92;
cursor: pointer;
font-size: 17px;
border-radius: 4px;
min-width: 80px;
min-height: 27px;
color: #fff;
border: 2px solid #0E3F77;
margin: 5px;
box-shadow: 0px 0px 2px #c9c9c9;
font-family: Segoe UI;
}
.wdform_button button:active {
border: 2px solid #0B2D52;
background: #0E3F77;
}Forum: Themes and Templates
In reply to: [Orbit] Add an image to the headerI GOT IT! Thank you W3schools.com
Forum: Plugins
In reply to: [Custom Header Images] NO image displayedOh the site is https://grannysclozet.com/about-us/
Forum: Plugins
In reply to: [Custom Header Images] NO image displayedI have the same problem
1. I Uploaded your plugin to my plugins folder
2. I Activated itHere’s where I’m having a problem:
3. Go to settings > header images and insert image URLS
(I got one URL from my media file) how many more can I use with the plugin?Problem I’m having: You say to copy the URL to the desired position? How do I do that? If I want the image to be in between the main menu and the breadcrumbs of all pages where do I put the URL?
4. Paste the following code into your theme:
<?php if(function_exists(‘chi_display_header’)) { chi_display_header(); } ?>I placed the code at the bottom of the
wp-content > themes > orbit > header.php file.Thankyou in advance. I’m a newbie and I know some but not all
Forum: Themes and Templates
In reply to: [Corpo] Moving Main Navigation from Right to LeftNever mind, got it to move over with a -px. This set of CSS code isn’t going to work for me. Thanks anyway.
Forum: Themes and Templates
In reply to: [Corpo] Moving Main Navigation from Right to LeftOk I had the same problem so I tried this solution.
The menu is exactly where I want it (thank you)
but my logo is too far right now.
How do I get it back to the original position. Thank you for helping me.