Forum Replies Created
-
in reply to: Page Header Options NOT WORKING
Hello,
Theme does not have this behavior so it must be something in your site affecting it’s scripts. I see you still have some plugins active. I deactivated them but to no avail. It could be that some of them, while active may have changed something.
Please fill in the necessary information on your extra information fields of your profile data (ftp data too). We need to investigate this further.
Read this article for more information.
Best regards!
in reply to: Portfolio Category is showing as all lowercaseHello,
That’s the default font style for the categories in portfolio grid layout. To change it please add this code into your page’s custom css box:
.portfolio-item.grayscale .project h6 { text-transform: capitalize; }To make it all in uppercase, replace
capitalizewithuppercase.Best regards!
in reply to: Change portfolio urlHello,
Please go to General Options > Portfolio Config > Portfolio Slug. Edit the slug to your wish, save changes and reset permalinks afterward.
Best regards!
in reply to: Remove breadcrumbsHello,
Yes, to remove breadcrumbs for the entire site, add this code into your custom css box:
.breadcrumbss { display: none; }To remove breadcrumbs only for certain pages (not entire site), add the same css code in the page’s custom css box.
Best regards!
in reply to: Page Titles not showing as H1Hello,
Tower theme does use
H1tags. You can check them out yourself via inspect element or just check the Visual Composer elements settings. Also you can see the page headers used for the demo pages, that are set asH1titles.
We did not test this SEO tool, but the theme is SEO ready so you do not have to worry.
To improve further the SEO of your site, please read this article.Best regards!
in reply to: Wrapping Text on Testimonial (Cycle)Hello,
Please add this code into the page’s custom css box:
@media (min-width: 768px){ .vc_col-sm-3 { width: 30%!important;} .vc_col-sm-9 { width: 70%!important;} .testimonial_cycle .item p { width: 320px !important; } .testimonial_cycle .item .param .name {width: 320px !important;} }Let us know.
Best regards!
in reply to: Change to 2 Column ‘Slideup’ style portfolio pageHello,
Please add this code into your custom css box:
.two-cols .portfolio-item { min-height: 400px !important; }The gab is a result of different image heights. See result screenshot.
Let us know.Best regards!
in reply to: Wrapping Text on Testimonial (Cycle)Hello,
I checked the testimonials in home page but i don’t see the issue. Please see this screenshot. As you see, the same text that is in the code is being displayed in the page. I don’t see any truncated text here.
Is this what you were referring to?
Let us know.Best regards!
in reply to: Page Header Options NOT WORKINGin reply to: tower codeless sliderHello,
Can you please give us a little more details?
Please fill in the necessary information on your extra information fields of your profile data. So we can give it a closer look.Read this article for more information.
Best regards!
in reply to: Specular previous versionsHello,
You can find a list of all changed throw the updates in the theme’s profile in Themeforest. And in the theme’s online documentation as well. But is not possible to get an older copy of it.
The online demo does have an old version of it, but this is all you can get.Best regards!
in reply to: Tags for portfolio itemsHello,
Sorry but tags are not available for portfolio items. Adding them requires customization that is not include din this support service.
Best regards!
in reply to: custom sidebarHello,
Please see the screenshot, marked in the circle there is a new class. The “s” html tag has wrapped the sidebar, giving it new css attributes. If you did not add this, then maybe a new plugin you have installed lately may have generated it.
I suggest you inspect your latest activities in the site, to find out the culprit.PS: Please open up new ticket for new issues. So the original topic (marked as resolved regarding the original issue) won’t loose it’s original point.
Thank you for understanding!Best regards!
in reply to: Wrapping Text on Testimonial (Cycle)Hello,
I see you have the “Comming Soon” mode on. Please send us valid login credentials so we can visualize the testimonials situation.
Note: Please consider updating your profile data. Read this article for more information.
Best regards!
in reply to: Portfolio pageHello,
Yes, you can do it by removing the link to these pages. You can do it either with custom css, or by editing theme files. I would recommend the css as it’s easier to reverse back in later times and it would not keep you from taking future theme updates.
Please send us your site’s url and let us know which of these two options do you want to perform.Best regards!