Forum replies created
Hi,
I used the tabs shortcode from demo content as an example.
Both are suppose to work.
If you prefer the other. You can use the following example.
[t4p_tabs layout="horizontal" justified="yes" backgroundcolor="" inactivecolor="" class="" id=""]
[t4p_tab title="Title <i class='fa fa-twitter'></i>"]Tab Content[/t4p_tab]
[t4p_tab title="Title 2 <i class='fa fa-facebook'></i>"]Tab Content 2[/t4p_tab]
[t4p_tab title="Title 3 <i class='fa fa-vimeo'></i>"]Tab Content 3[/t4p_tab]
[/t4p_tabs]
Thank you
Hi,
Please post your WordPress login access in private reply.
I will take a look for you.
Thank you
Hi,
Please use this working example.
<img width="145" height="126" usemap="#planetmap" alt="Planets" src="http://www.w3schools.com/tags/planets.gif">
<map name="planetmap">
<area href="https://en.wikipedia.org/wiki/Sun" alt="Sun" coords="0,0,82,126" shape="rect">
<area href="https://en.wikipedia.org/wiki/Mercury_%28element%29" alt="Mercury" coords="90,58,3" shape="circle">
<area href="https://en.wikipedia.org/wiki/Venus" alt="Venus" coords="120,58,8" shape="circle">
</map>
Thank you
Hi,
Please use the following.
.t4p-social-network-icon{
transition:none !important;
}
Thank you
Hi,
Please use Appearance -> Theme Options -> Blog -> Pagination Type
Do not use Appearance -> Customize preview. A few settings there are not working.
Thank you
I found your working website link in your other thread.
https://www.thelostplaces.net/
Adjusting your font-size will make them look aligned.
Please use the following in Theme Options -> Custom CSS
.sticky #nav ul li {
font-size: 1.11em !important;
}

Thank you
Hi,
The position of your readmore button depends on your amount of content.
Therefore you can provide a minimum content height and your buttons will align
.home .entry-content {
min-height: 460px !important;
}
Thank you
Hi,
Sorry, not possible to revert to old Bootstrap Slider design.
It’s also not possible to center the captions, they have different HTML structure now.
You can use the following to remove caption title and content background.
.carousel-caption h2 {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.carousel-caption p {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
Thank you
Hi,
It may be possible to shift the alignment of your sticky post header.
It’s not possible to make it 100% identical.
The URL you provide does not load a WordPress site.
Thank you
Hi,
Please use the following example.
Thank you