Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)
  • Thread Starter henkewe

    (@henkewe)

    So simple…
    Thanks @threadi, it worked!

    Thread Starter henkewe

    (@henkewe)

    Thank you Saša, it’s now resolved!

    Thread Starter henkewe

    (@henkewe)

    Hello!

    I’ve tried to clear all cache everywhere and I have never used Pinterest.
    The URL is: primecreationband.com

    Image below.
    Screenshot

    Thread Starter henkewe

    (@henkewe)

    Yeah, 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!

    Thread Starter henkewe

    (@henkewe)

    Forgot 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;
    }
    Thread Starter henkewe

    (@henkewe)

    You’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?

    Thread Starter henkewe

    (@henkewe)

    Ok, tried your suggestions but still the same…
    It must be something in a php file or something…

    Thread Starter henkewe

    (@henkewe)

    Hi 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?

    Thread Starter henkewe

    (@henkewe)

    Hi Nic, I sent you an email, just to let you know!

    Thread Starter henkewe

    (@henkewe)

    Thanks 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…

    Thread Starter henkewe

    (@henkewe)

    I’m using X Child Theme.

    Thread Starter henkewe

    (@henkewe)

    I 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…

    Thread Starter henkewe

    (@henkewe)

    Yeah, that’s it!
    Thank you very much for your help!

    Thread Starter henkewe

    (@henkewe)

    Hmm… Even the linked object in my posts get the underline, images and so on, I would like to have it on text only…

    Thread Starter henkewe

    (@henkewe)

    Starting 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.

Viewing 15 replies - 1 through 15 (of 18 total)