roamingk
Forum Replies Created
-
I unistalled the caching program an hour ago and reinstalled it. That seems to have fixed the issue with the inline styling.
I now just added the following to test on button one…on the first slider, to the main css, but it does not seem to be applying the styling
a.maxbutton-1 { text-decoration: none; color: #ffffff; font-family: Arial; font-size: 15px; font-style: normal; font-weight: bold; padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px; background-color: #000000; background: linear-gradient(rgba(0, 0, 0, 1) 45%, rgba(48, 48, 48, 1)); background: -moz-linear-gradient(rgba(0, 0, 0, 1) 45%, rgba(48, 48, 48, 1)); background: -o-linear-gradient(rgba(0, 0, 0, 1) 45%, rgba(48, 48, 48, 1)); background: -webkit-gradient(linear, left top, left bottom, color-stop(.45, rgba(0, 0, 0, 1)), color-stop(1, rgba(48, 48, 48, 1))); border-style: solid; border-width: 1px; border-color: #3b3b3b; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; text-shadow: -1px -1px 0px #618926; box-shadow: 0px 0px 2px #333333; -pie-background: linear-gradient(rgba(0, 0, 0, 1) 45%, rgba(48, 48, 48, 1)); position: relative; behavior: url(“https://www.gayparis4u.com/wp-content/plugins/maxbuttons/pie/PIE.htc”); } a.maxbutton-1:visited { text-decoration: none; color: #ffffff; } a.maxbutton-1:hover { text-decoration: none; color: #ffffff; background-color: #303030; background: linear-gradient(rgba(48, 48, 48, 1) 45%, rgba(0, 0, 0, 1)); background: -moz-linear-gradient(rgba(48, 48, 48, 1) 45%, rgba(0, 0, 0, 1)); background: -o-linear-gradient(rgba(48, 48, 48, 1) 45%, rgba(0, 0, 0, 1)); background: -webkit-gradient(linear, left top, left bottom, color-stop(.45, rgba(48, 48, 48, 1)), color-stop(1, rgba(0, 0, 0, 1))); border-color: #3b3b3b; text-shadow: -1px -1px 0px #12295d; box-shadow: 0px 0px 2px #333333; -pie-background: linear-gradient(rgba(48, 48, 48, 1) 45%, rgba(0, 0, 0, 1)); position: relative; behavior: url(“https://www.gayparis4u.com/wp-content/plugins/maxbuttons/pie/PIE.htc”); }
Ok I waited 24 hours. cleared the cache completely, moved the css to the main css page..clicked the option for the css to load externally, and still the buttons load inline…very odd.
I also deactivated and reactivated the plugin to see if that would fix it but no joy.
Hello, Thanks .. I did not see that option until you mentioned it. I have clicked use external css as an option and copied the code into the main css file.
I cleared cached pages etc.. but the code is still on the page as if its inline..
HI Marcus,
Its working because I reverted back to a previous version, not the latest one.
Yes, I went back to the default theme..and activated just the two plugins. There is definitely a conflict. I reverted back to the previous version of Events Manager and there is no problem. It appears to be with the latest release.
Ok I added the following to the functions file of headway in a child theme.
add_action('init', 'my_custom_init'); function my_custom_init() { add_post_type_support( 'event', 'headway-seo' ); }
This loads the SEO panel when I am adding an event using the event manager now.
Just so people have an answer.
Ok Headway say the following:
Showing Headway SEO Options for Custom Posts
If you add custom post types by editing the functions.php file and you want the Headway SEO meta box to appear when editing your custom posts, add “headway-seo” to the supported parameters:
‘supports’ => array( ‘title’, ‘editor’, ‘author’, ‘thumbnail’, ‘excerpt’, ‘comments’, ‘headway-seo’)
I get this, but where do I put this in for the “Events Manager”.
K
It works in custom post types…
It just does not appear when I go to “add an event”.
angelo_nwl .. I don’t want to add a plugin as the funcionality is already built into headway… so I am not sure what you mean when you say
“add custom post type ‘event’ in your “headway-seo”.”
Could you clarify?
KForum: Fixing WordPress
In reply to: [Plugin: WordPress Popular Posts] Issue with timthumbAny ideas?
Forum: Fixing WordPress
In reply to: Posts yield 404 error – but visible on home pageOk, I did as you said.. went into permalinks, clicked save again.. and it worked. Its strange though, I didnt upgrade any plugin or anything… Thanks for the advice.