badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Change text content

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • #91549

    Hi amitmozar,

    We found there is a wrong syntax on the Additional CSS field that you shared. Please remove the comma sign (,) on line no 77. then check on live site after saving the change.

    Thanks

    #91567

    Hi Aylan Calletti,

    It is not the issue on closing the curly braces. The braces are closed in the right way. the Curley braces that you mentioned is for the couple of blocks for media queries.
    The actual issue is, there is a comma sign (,) on line no 77. Its the wrong syntax. For the group selector, there should not be comma sign (,) on the end selector.

    Thanks

    #91597
    amitmozar
    Participant

    Hi,

    I removed comma sign on line no 77. -> https://prnt.sc/1qbwmbz

    But, still it is not resolving the issue.

    #91612

    We found issue only from the codes on screen shot that you shared, there may be some other issues on other codes that were not included on the screen shot. Could you please share us your whole code of additional CSS field here so that we can check about the syntax issue.

    Thanks

    #91614
    amitmozar
    Participant

    body:not(.single-post) .entry-meta .cat-links {
    display: none;
    }
    .entry-meta .author {
    display: none;
    }
    .entry-meta > .date:after {
    content: “”;
    }
    .entry-meta.category-meta .cat-links a {
    margin-right: 4px;
    }
    .entry-meta.category-meta .cat-links a:before {
    content: “/ “;
    }
    .entry-meta.category-meta .cat-links a:hover:before {
    text-decoration: none;
    }
    .entry-meta.category-meta .cat-links a:first-child:before,
    .post-block .entry-meta.category-meta .cat-links a:before,
    .post-img-wrap .entry-meta.category-meta .cat-links a:before {
    display: none;
    }
    .post-wrap .post .entry-content,
    .post-wrap .hentry .entry-content {
    display: none;
    }
    .post .category-meta {
    display: none;
    }
    body,
    input,
    textarea,
    select,
    pre,
    pre code,
    code,
    caption,
    blockquote:before,
    .form-control,
    .main-navigation li ul li.menu-item-has-children > a:after,
    .main-navigation li ul li.page_item_has_children > a:after,
    .main-navigation .dropdown-menu a,
    .main-navigation li ul a,
    .entry-meta,
    .entry-meta a,
    .post-boxed .entry-content p,
    .widget ul li a,
    .entry-title a {
    color: #000000;
    }
    .form-control::-webkit-input-placeholder {
    color: #000000;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    }
    .form-control::-moz-placeholder {
    color: #000000;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    }
    .form-control:-ms-input-placeholder {
    color: #000000;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    }
    .form-control:-moz-placeholder {
    color: #000000;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    }
    .site-description,
    .entry-meta a
    {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    }

    body:not(.single-post) .entry-meta .date {
    display: none;
    }
    .info-bar .date ul li {
    font-size: 0;
    }
    .info-bar .date ul li:before {
    content: “Animation and VFX Jobs”;
    font-size: 13px;
    }
    .post-wrap .entry-meta .comments {
    display: none;
    }

    .navbar-ad-section {
    text-align: center;
    }

    @media
    (min-width: 1200px) {
    .navbar-head .col-lg-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
    }
    .navbar-ad-section {
    text-align: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 260px;
    }
    }

    #91619

    All those codes are working very well. Please check by deactivating all the external plugins that you have installed in your site also download and the install the fresh copy of the Theme again.

    Please let us know if the issue still persist.

    Thanks

    #91620
    amitmozar
    Participant

    Thanks a lot.

    I removed the plugin ‘Autoptimize’ and it’s done.

    Thanks again.

Viewing 7 posts - 16 through 22 (of 22 total)
  • You must be logged in to reply to this topic.