Morningmanak
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Social Stream] Weird Triangle In Top LeftResolved.
#text-2 .wp-fb-social-stream .fb-message-wrap:after{
display:none !important;
}Not sure why it appears in the first place though.
Forum: Plugins
In reply to: [Event List] Category Sub Sections DisappearedCould it be just a refresh issue because of low memory?
Maybe too many windows open so the computer glitches and the widget feels the wrath?Forum: Plugins
In reply to: [Event List] Category Sub Sections DisappearedAdding a sub-class to the main category programs and then everything diappeared other than programs.
When I retyped them in they auto appeared in the type window but none of them reappeared.Forum: Fixing WordPress
In reply to: How would I write css for a particular post page and not the othersThanks
Forum: Fixing WordPress
In reply to: Exisitng post will not remove the More tagOuch, I figured it out.
Once I had the ET Page Template Settings
turned on to Blog Style Mode everything was working.
FYIForum: Fixing WordPress
In reply to: Exisitng post will not remove the More tagstyle shop by elegant themes
Forum: Fixing WordPress
In reply to: How would I write css for a particular post page and not the othersI tried it also in two places. In a child style sheet as well as in my epanel, but no luck.
Forum: Fixing WordPress
In reply to: How would I write css for a particular post page and not the othersSo I tried the following with no success.
Here is what was in my body tag
SAFARI:
class=”page page-id-965 page-parent page-child parent-pageid-968 page-template-default safari et_includes_sidebar” or
CHROME:
class=”page page-id-965 page-parent page-child parent-pageid-968 page-template-default chrome et_includes_sidebar”I then tried it two ways just with the page id and then with the everything and nothing.
Being very new to what I am doing here is what I coded. Did I label it wrong? Every which way I try is not successful.
(1)new css: #gallery-2 img.page-id-965 { }
(2)existing css: #gallery-2 img {}
I can change the css styles in [(2)existing css], and the changes appear but it is globally and not exclusive to page id 965 as I would like in [(1)new css].
Any help appreciated, thanks in advance