Forum replies created
Hi,
Sorry, I did not receive any news from my Employer.
There are a few other bugs to fix, probably need more time.
Thank you for your patience.
Regards,
Denzel
Hi,
For Sidebar Position = none, you need to set it to Full Width = yes
For any other layout, you need to set Full Width = No
If you still required help.
Please provide WordPress login access in private reply.
I will login and try to set it up for you.
Thank you
Hi,
I have not tried the theme with WPML.
This question is best left to the Theme Author to answer you.
Thank you.
Hi,
This requires modifications to the theme code.
We do not provide assistance in modifying theme codes.
We can only provide customization that can be done using custom css.
You may want to hire a developer from http://jobs.wordpress.net/ to assist in your customization.
As a workaround, you can disable the Front Page Content Boxes from Theme Options -> Front Page Content Boxes
and then add the content_boxes shortcode underneath your content.
For example
[content_boxes layout="icon-boxed" iconcolor="" circlecolor="" circlebordercolor="" backgroundcolor="#f8f8f8"]
[content_box title="Flexible" icon="fa-wrench" image="" link="/#" linktarget="" linktext="Learn More"]Lorem ipsum dolor sit amet, consectetur adipiscing elit dolor pellentesque nibh.[/content_box]
[content_box title="Responsive" icon="fa-tablet" image="" link="/#" linktarget="" linktext="Learn More"]Donec sit amet neque accumsan turpis tempus viverra consectetur posuere.[/content_box]
[content_box last="yes" title="Retina Ready" icon="fa-magic" image="" link="/#" linktarget="" linktext="Learn More"]Nam condimentum nec mi aliquam accumsan phasellus nulla lorem gravida.[/content_box]
[/content_boxes]
Use the t4press shortcode creator button found in your WordPress content editor to assist in creating the content boxes shortcodes.
Thank you
Hi,
This requires modifications to the theme code.
We do not provide assistance in modifying theme codes.
We can only provide customization that can be done using custom css.
You may want to hire a developer from http://jobs.wordpress.net/ to assist in your customization.
Or you can find the js or css files, open them up and remove whatever content that you do not need.
Thank you
Hi,
Please hire a developer to assist in this customization.
We can only provide assistance in customization that is possible using custom css.
You would require editing theme code to add alt tag to header image HTML code, it not possible to do this using custom css.
Thank you
Hi,
This URL that you provided.
http://wowfreethemes.com/themes/evolve/
is not Evolve Plus Theme.
Thank you
Hi Justin,
Sorry, I did not receive any estimated time of completion from my employer.
Maybe he will reply to you.
Thank you
Hi,
You can add in header.php line 177 and 179
Thank you
Hi,
Since the setting does not work for you, Use the following to hide the grey bar.
.menu-back .header-widgets {
display: none !important;
}
Use the following to move the slider captions.
.carousel-caption h2, .carousel-caption p {
text-align: right;
}
#bootstrap-slider .carousel-caption {
float: right !important;
position: absolute !important;
left: 48% !important;
top: 10px !important;
width: 50% !important;
}
.carousel-caption a {
float: right !important;
}
This is how it will look like.

Saying just hire a developer doesn’t make sense – why/when did this appear and why can’t you correct the error in your own theme?
I ask you to hire a developer to add search bar in the header under the social icons.
Which is your third request. This requires modification to theme template.
Does this makes sense now?
Thank you.