Hello,
this page is not created by Ad Inserter, this is WP Posts page.
Thread Starter
arga7
(@arga7)
Hello,
to see what is happening use web inspector on those elements and try to figure out what are the differences, i.e. which styles get applied when you see unusual styles. Then we can suggest further actions.
Thread Starter
arga7
(@arga7)
I’m not expert about this.
I tried to inspect the elements use on browser and found the CSS code:
font-weight: bold;
https://prnt.sc/wzDRXfzmh_2B
https://prnt.sc/ay_2isBAlh0c
The second screenshot indicates that the font-weight: bold; property is overriden. Check what style and from which file is doing that. This style/file is very likely missing in the first screenshot.
Thread Starter
arga7
(@arga7)
sorry miss information
I compare use 2 web:
font-weight: bold;
ver. 2.8.10 on inspect the elements, there is this code
https://prnt.sc/wzDRXfzmh_2B
ver. 2.8.9 on inspect the elements no code for this
https://prnt.sc/ay_2isBAlh0c
if I rollback to ver. 2.8.9
I check on inspect the elements no code
but I try update to ver. 2.8.10 and on inspect the elements there is this code
font-weight: bold;
-
This reply was modified 1 month ago by
arga7.
Thread Starter
arga7
(@arga7)
You need to figure out what style and from which file is doing that.
net
(@krstarica)
ad-inserter/class.php modifies default button styles:
input[type=submit] {
float: right;
vertical-align: middle;
font-weight: bold;
padding: .4em 1em !important;
border: 1px solid #d3d3d3;
border-radius: 4px;
background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
color: #666;
cursor: pointer;
}
Thread Starter
arga7
(@arga7)
thanks for replay
I try modifies
result all button on all menu is back to normal
/* float: right; */
/* font-weight: bold; */
/* padding: .4em 1em !important; */
-
This reply was modified 1 month ago by
arga7.
But you need to figure out which css files apply those styles.
This is listed right of each style in the web inspector.
Same problem after “updating” Ad Inserter Plugin to 2.8.10, doesn´t happen with version 2.8.9 (had to rollback to have WordPress normal again.
@ibiza69
This info doesn’t help much to resolve the problem.
Please figure out which css files apply those styles or better, what is the difference in CSS files used and list any errors you see on the page or in the console.
In case you are unable to do this, submit a ticket here and refer to this thread.
OK, it seems I got one site where I can reproduce the issue. It’s a minor styling issue which will be fixed with the next version.
You can safely use version 2.8.9 until then.
Thanks to all who have reported the problem.