Forum replies created
Hi,
Please post me the url of your webpage that shows your testimonial.
And also post me url of your images.
I will come up with the shortcode for you.
Thanks!
Denzel
Hi,
Sorry, it’s not possible. Drop caps are shortcode and does not work in post excerpt.
Thanks!
Denzel
Hi,
This is a bug with the contact template.
At the moment, please use the following in your Theme Options -> Custom CSS
.page-template-contact .entry-title {
display: none;
}
This will hide the title in contact template.
Thanks!
Denzel
Hi,
The shortcode on our demo site is as follows.
[testimonials backgroundcolor="" textcolor=""]
[testimonial name="John Doe" gender="male" company="My Company" link="" target=""]"<img class="size-thumbnail wp-image-3479 alignleft" src="http://localhost:8888/alora-demo/wp-content/uploads/2014/01/team-2-150x150.jpg" alt="" width="80" height="80" />Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consec tetur, adipisci velit, sed quia non numquam eius modi tempora incidunt utis labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minimas veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur slores amet untras vel illum qui."[/testimonial]
[testimonial name="Doe John" gender="female" company="My Company" link="" target=""]"<img class="alignleft size-thumbnail wp-image-3687" src="http://localhost:8888/alora-demo/wp-content/uploads/2014/01/team-3-150x150.jpg" alt="376957-1920x1080-1600x900" width="80" height="80" />Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consec tetur, adipisci velit, sed quia non numquam eius modi tempora incidunt utis labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minimas veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur slores amet untras vel illum qui."[/testimonial]
[/testimonials]
Notice the following
<img class="size-thumbnail wp-image-3479 alignleft" src="http://localhost:8888/alora-demo/wp-content/uploads/2014/01/team-2-150x150.jpg" alt="" width="80" height="80" />
We actually inserted the whole image as the portrait.
Thanks!
Denzel
Hi,
It’s in Theme Options -> Styling -> Color scheme of the slideshow and widgets area
Thanks!
Denzel
Hi,
You cannot wrap a shortcode within a p tag and try to justify it. The shortcode has it’s own HTML structure and using a p tag to do that is not valid HTML, style codes simply does not work this way.
The WordPress visual editor alignment button works for text only.
In your Theme Options -> Custom CSS
Please use the following codes,
.reading-box > p {
text-align: justify;
}
Screenshot of result. http://prntscr.com/7v3re6
Thanks!
Denzel
Hi,
It works for me on my iPhone, when I click on your twitter social icon from your sidebar, it takes me to your twitter page.
I have no idea why it does not work for you. It’s kind of difficult for me to do a screencast from my iPhone to show you that it works properly.
Please kindly clear your browser cache and try again.
Thanks!
Denzel
You are welcome!
Hi,
Please use the following Custom CSS code. In your Theme Options -> Custom CSS
.home .da-slider .da-img img {
height: 180px !important;
max-width: none !important;
width: 600px !important;
}
You just need to adjust the height and width px value.
Screenshot of result. http://prntscr.com/7uwuzo
Thanks!
Denzel
Hi,
The names are not the same, and it is not an issue.
It’s your server setting. Please see the pre-install requirement of our premium theme.
https://theme4press.com/docs/theme-installation-update/
Thanks!
Denzel