henkewe
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Dropdown menu does not drop downSo simple…
Thanks @threadi, it worked!Thank you Saša, it’s now resolved!
Hello!
I’ve tried to clear all cache everywhere and I have never used Pinterest.
The URL is: primecreationband.comImage below.
ScreenshotForum: Themes and Templates
In reply to: Can't get rid of border around my linksYeah, this one solved it:
a:focus { outline: none !important; }Couldn’t find the file where this was located:
a:focus {
outline: 5px auto #ff2a13;
outline-offset: -1px;
}So I just put the solving css line in the theme’s custom field.
Thanks paulwpxp!Forum: Themes and Templates
In reply to: Can't get rid of border around my linksForgot to mention that I’m using a child theme and this is the style.css:
/* Theme Name: X – Child Theme Theme URI: http://theme.co/x/ Author: Themeco Author URI: http://theme.co/ Description: Make all of your modifications to X in this child theme. Version: 1.0.0 Template: x */ /* -------- HEADER -------- */ .x-logobar { background-color: transparent !important; border: none !important; } .x-brand img { position: absolute; top: -60px; } /* -------- NAVIGATION -------- */ .x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a { box-shadow: none !important; } .x-boxed-layout-active .site { background: url("http://primecreationband.com/wp-content/uploads/2015/04/Background_Paper_header.jpg"); background-size: 100%; background-position: center top; } .x-navbar { background: url("http://primecreationband.com/wp-content/uploads/2015/04/leather-stripe-tile.jpg"); background-size: auto 100%; border: none; margin-bottom: 60px; box-shadow: 0px 5px 20px #000; } @media screen and (max-width: 980px) { .x-navbar { background: url("http://primecreationband.com/wp-content/uploads/2015/04/Leather-tile.jpg"); background-size: auto 150px; border: none; margin-bottom: 60px; box-shadow: 0px 5px 20px #000; } } .x-btn-navbar { margin-top:15px !important; } .x-btn-navbar.collapsed { background-color: #000 !important; color: #27231e !important; } .x-btn-navbar.collapsed:hover { color: #beb9a9 !important; background-color: #27231e !important; } .x-navbar .mobile .x-nav { margin: 80px 0 !important; } .x-nav li { padding-right:20px; } /* -------- CONTENT -------- */ .x-container.offset { margin-top:0px; } body { background-size: 100%; } .entry-wrap table a, .entry-wrap table a:visited, .entry-wrap table a:active { text-decoration: none; border-bottom: 1px dotted; } /* -------- EVENTS -------- */ .p-meta { display: none; } /* -------- POSTS -------- */ a.entry-thumb:hover img { opacity: 1; filter: alpha(opacity=100); zoom: 1; } .entry-thumb:before { background-color:none; content: ""; display:none; } .entry-thumb { max-height: 600px; overflow: hidden; } .date { margin-top:20px; } @media screen and (max-width: 980px) { .entry-thumb { max-height: 600px; } } @media screen and (max-width: 700px) { .entry-thumb { max-height: 400px; } } .entry-featured a:hover { opacity: 0.9; } /* -------- WIDGETS -------- */ .widget ul, .entry-wrap, .desktop .sub-menu { background: url("http://primecreationband.com/wp-content/uploads/2015/04/Leather-tile.jpg"); background-size: 150px; } .floating-social-icon { width: 38px; box-shadow: 0px 0px 5px #000; border-radius: 24px; margin: 5px; } .social-icon-field { text-align: left; width: 100%; } @media screen and (max-width: 980px) { .social-icon-field { text-align: center; } } .hentry a { border-bottom: 1px solid #75674e; color: #75674e; } .hentry a:hover { border-bottom: 1px solid #beb9a9; color: #beb9a9; text-decoration: none; }Forum: Themes and Templates
In reply to: Can't get rid of border around my linksYou’re right!
I tried both Chrome and IE and no problem with any of them so I guess must be a Firefox related problem then since that’s what I’m using.
Hmm, how to fix that?
Forum: Themes and Templates
In reply to: Header image goneOk, tried your suggestions but still the same…
It must be something in a php file or something…Forum: Themes and Templates
In reply to: Header image goneHi Andrew!
If I deactivate puging and the reactivate again everything will go back to what they were before deactivating? I mean I don’t loose anything by deactivating?
Forum: Themes and Templates
In reply to: Show date and time on postsHi Nic, I sent you an email, just to let you know!
Forum: Themes and Templates
In reply to: Show date and time on postsThanks Nicholas!
Can I please get your email address.
To be able to post a question on the X forum I need to register an account and to do that I need the purchase code for X, but I don’t have that code since i’m not the creator of my WordPress site, the webdesigner probably have the code but I can’t get hold of him at the moment…Forum: Themes and Templates
In reply to: Show date and time on postsI’m using X Child Theme.
Forum: Themes and Templates
In reply to: Show date and time on postsI can’t find an option to add date and time to my posts in the theme…
I’m clueless here!
I have enabled Post Meta in my theme and tried to customize the file that had the “get_the_date” line but no luck…Forum: Themes and Templates
In reply to: Add underline to links in postsYeah, that’s it!
Thank you very much for your help!Forum: Themes and Templates
In reply to: Add underline to links in postsHmm… Even the linked object in my posts get the underline, images and so on, I would like to have it on text only…
Forum: Themes and Templates
In reply to: Add underline to links in postsStarting to get it to work now, thanks! But now all of my linked objects gets the underline, I only want the underline in my posts. Not in the header, footer and sidebar.