Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
tonyaiex
tagDiv Member

Hi there, Anamaria.
The plugin is active but the “Post Settings” area still doesn’t appear to our colaborators.

Should I try anything else?

tonyaiex
tagDiv Member

Hi, Bettina! Thank you.
Sending the e-mail right now 🙂

tonyaiex
tagDiv Member

Hi, Calin. We solved the errors but it didnt affect the background ad.
We did some steps, listed as below:

1. Removed all the custom css from the theme panel.
Result: background ad works but layout gets messy.

2. Deactivated all the plugins non-related to the theme.
Result: nothing changed.

3. Removed all custom ads from all the ads slots (Ads Tab / Mobile Theme Tab)
Result: nothing changed.

4. Removed all the custom JS/CSS
Result: nothing changed.

As we mentioned before, looks like this piece of css is the problem:

@media (min-width: 1180px){
.td-boxed-layout #td-outer-wrap {
width: 1071px!important;
}
.td-boxed-layout #td-outer-wrap {
position: relative;
top: 120px;
margin-bottom: 120px;
display: block;
margin: 0 auto;
}
}

Can you help us out? I can share the login credentials to our wp-admin panel.

tonyaiex
tagDiv Member

Hello, we deactivated WPBakery plugin but the background ad is not working yet.

The piece of code below seems to hold the boxed layout on it’s place but it affects the click on the background ad. Here’s the piece of code:

@media (min-width: 1180px){
.td-boxed-layout #td-outer-wrap {
width: 1071px!important;
}
.td-boxed-layout #td-outer-wrap {
position: relative;
top: 120px;
margin-bottom: 120px;
display: block;
margin: 0 auto;
}
}

and here’s the full custom css that we have on our theme panel

.td-big-grid-post .entry-title a{
color: #faf65f !important;
text-shadow: 0 1px 0 black;
}
.td_module_wrap:hover .entry-title a{
color:#B8AF00 !important;
}
.td-header-style-2 .td-header-sp-logo img {
max-height: 160px !important;
}
.td-header-style-2 .td-header-sp-logo{
height: 165px !important;
width: 142px !important;
}
.td-header-sp-recs{
width: 870px !important;
}
.td-header-rec-wrap{
margin: 31px 0 0 106px;
}
.td_block_related_posts {
margin-top: 50px;
}
.block-title > span, .block-title > a, .block-title > label, .widgettitle, .widgettitle:after, .td-trending-now-title, .td-trending-now-wrapper:hover .td-trending-now-title, .wpb_tabs li.ui-tabs-active a, .wpb_tabs li:hover a, .td-related-title .td-cur-simple-item, .woocommerce .product .products h2, .td-subcat-filter .td-subcat-dropdown:hover .td-subcat-more{
background-color: #ddd !important;
}
body{
background-color:#f5f5f5;
}
/*.td-footer-wrapper .block-title span, .td-main-content-wrap, .td-banner-wrap-full, .post{
background-color: transparent !important;
}*/

.td-container, .tdc-row, .tdc-row-composer {
margin-right: 1px;
margin-left: 1px;
}

.td-post-next-prev-content{
background-color: #fff;
padding: 15px 25px;
box-shadow: 1px 1px 2px #2F2F2F;
}
.td-post-next-prev-content span{
color: #000;
font-weight: bold;
}
.td-block-row [class*="td-block-span"]{
padding-right: 15px;
padding-left: 15px;
}
.td-block-row{
margin-left:0px !important;
margin-right:0px !important;
}
.td-post-prev-post{
margin-left: 9px;
margin-right: -16px;
}
.block-title, .td-related-title, .wpb_tabs .wpb_tabs_nav, .woocommerce div.product .woocommerce-tabs ul.tabs:before{
border-color:#000 !important;
}
.td-related-title .td-cur-simple-item:hover{
color:#B1A111;
}

@media screen and (max-width: 767px){
.td-header-rec-wrap{
margin:0;
}
.td-header-style-2 .td-header-sp-recs{
width: 100% !important;
}
}

@media (min-width: 1180px){
.td-boxed-layout #td-outer-wrap {
width: 1071px!important;
}
.td-boxed-layout #td-outer-wrap {
position: relative;
top: 120px;
margin-bottom: 120px;
display: block;
margin: 0 auto;
}
}

.td_block_wrap .block-title span{
color: #000 !important;
}
.author-box-wrap{
margin-top:30px;
}
.td-pb-article-list .td-pb-span8 .td_module_wrap img, .td_module_16 .entry-thumb{
width:73%;
}
#stickyunit {
position: fixed;
}
#r7-footer-portal-holder{
background-color: #ECEEEF;
z-index: 999999999999;
position: relative;
margin-top: 120px;
}
#ajax-load-more .td-tags li,
#ajax-load-more .td-category li,
#ajax-load-more .td-classic-facebook,
#ajax-load-more .td-classic-twitter{
padding: 0px;
}

#r7header {
background-color: #0071bc;
display: block;
height: 60px;
text-align: center;
width: 100%;
}
.alm-listing li{
padding:0px;
}

.alm-listing ol li{
margin:0px;
}

.alm-listing .td-post-content li{
margin: 0 0 0 60px;
overflow:visible;
}
.alm-listing .td-post-content ul li{
list-style: disc;
}
.alm-listing .td-post-content ol li{
list-style: decimal;
}

/*.td-affix .td-header-main-menu{
width: 1057px;
margin-left: 10px;
margin-right: -22px;
}*/

tonyaiex
tagDiv Member

We found out that this piece of code is creating the issue. When we removed it, the background ad starts to work again but the website layouts gets messed up.

@media (min-width: 1180px){
.td-boxed-layout #td-outer-wrap {
width: 1071px!important;
}
.td-boxed-layout #td-outer-wrap {
position: relative;
top: 120px;
margin-bottom: 120px;
display: block;
margin: 0 auto;
}
}

tonyaiex
tagDiv Member

Hi there! This option is already enabled and it still doesn’t work.

I tried disabling, saving and enabling it again, but that didn’t work.

Any other suggestions? We need this feature running asap.

Thanks!

tonyaiex
tagDiv Member

I’m having this issue too, and to be honest, it only started after I upgraded the theme yesterday to version 7.6.1. Before that version, a contributor could edit the Post Settings and edit fields like Subtitle, etc.

I agree with the user who started this thread when he says that contributors should be able to edit post settings, just like it was before. There’s plenty of occasions when I’ll want a user to be able to edit every single field on his post, including Post Settings, but won’t want him to publish it.

Anyways, I see there’s this workaround editing the code, but like I said, this restriction is new to me and I have been using the theme for a long time now.

Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)