Hello
Q1 – i have install the theme . and whene use 2 block 15 its look Stuck with each other
you can check the theme on my dev site http://dev.autosport.cu.cc/
Q2- in my old theme im using this plugin https://wordpress.org/plugins/custom-post-author/
and its allow me to use another author name in postes . becouse in my site i should put the prginal author name .. but in news mag the author name not change .. any advice ?
Q3 – whene im using tabbed block . i cant change the colur . its only come with black .. also how to add Title url to the tabbed ..
and thanks for this amazing theme . and i hope you help me to fix this problems .
Hi,
Sorry for delay we don’t work on weekend and somehow we missed you post!
1. This is fixed width so your block 15 from the left has not margin, padding and you can’t add it. Please try to use block 15 on entire row and not 2 blocks (like you use) and it will look much better: http://screencast.com/t/NfRlV0trq4
Result: http://screencast.com/t/SF2H6Mq2j
Or you can try to use another block instead of your left block 15.
2. Unfortunately we did not tested the plugin, so I can’t provide you a solution for this. Please try to contact plugin’s support.
3. You can change Tab title like this: http://screencast.com/t/fjFpiWPJbQc
Also for color please add an extra class to the Tab widget: http://screencast.com/t/DHVbXsfe and use it to change color for that specific tab: http://screencast.com/t/m85a3aAl0uH
.test li a{
background-color: red !important;
color: blue
}
.test h2{
background-color: red !important;
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
no prob mate.
i really need t block 15 . becouse my boss want that . so i need your help to Increase Width theme or Reduce the block Width .. or make the theme full Width to fixed it .
——
and whene i should put the code above ?
-
This reply was modified 11 years by
Lewis.
Hi,
Unfortunately the theme was initially designed at that width with an fixed grid layout and changing it would not be easy as it needs changing the width value for all elements on pages and for this you would need custom work. The newsmag theme has it’s full width 1021px.
I have tried a css solution to create a border over the image for your site: http://screencast.com/t/B27txFYaDy
.home .td-pb-span4 .td_module_mx1 .td-block14-border {
background-color: white;
display: block !important;
height: 220px;
right: -3px;
position: absolute;
width: 3px;
z-index: 1;
}
Please add css code in Theme Panel > Custom Css: http://screencast.com/t/gw9OG0KDZSx
Also please provide more detail about the tab title, if you refer to these titles: http://screencast.com/t/no5PoFgw there is no option for this and you will need custom modifications. You can get someone to help you with this as unfortunately we cannot offer custom work because we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/eQF2K0ebAj
.home .wpb_tabs .wpb_tabs_nav li {
float: right;
}
Thanks!
Hi,
Like I said above if you refer to these titles: http://screencast.com/t/no5PoFgw there is no option for this and you will need custom modifications. You can get someone to help you with this as unfortunately we cannot offer custom work because we work hard on the development, updates, fixes and support.
Thanks!