Forum Replies Created
-
in reply to: Header on portfolio items
Hello,
I can see the white space only in the home page, between “Portfolio” title and slider. If you want this to affect only this page, then add the code to the page’s custom css box (screenshot).
Best regards!
in reply to: sidebar single productHello,
Can i see a link where are you having this? What shopping plugin are you using?
Best regards!
in reply to: When Contact form is sent weird designHello,
That can be fixed with a little css. I added this code into your custom css box:
div.wpcf7-mail-sent-ok { height: 30px !important; margin-top: 629px !important; } div.wpcf7-validation-errors { height: 54px !important; margin-top: 683px !important; }Please check your site. It is ok now.
Best regards!
in reply to: Slider stops empty when out of viewHello,
I can’t see the issue you are talking about. I tested these situations in your site and the slider did not stopped.
Best regards!
in reply to: Problems with displaying the portfolioHello,
I opened the portfolio page from the home and it still displayed all items. Please check your internet connection ,clear cache or try accessing it from a different computer.
Let us know.Best regards!
in reply to: Weird Header when window is smallHello,
I think there was a misunderstanding. Do you not want the top navigation bar in responsive? If so, then go to your custom css box, find these lines:
.top_nav .container .row-fluid .span6:nth-child(2) { width: 70%; float: right; } .top_nav .container .row-fluid .span6 { width: 25%; }Comment them or delete them. Then, find this line:
/*.top_nav {display: none;}*/Edit it to this:top_nav {display: none;}
Save changes.Best regards!
in reply to: Background ImageHello,
It is not possible to add an image to page background using theme options.You have to set it up via css. Please add this code into your custom cs box:
#content { background-repeat:no-repeat; background-size:cover; background-attachment:fixed; background-position:center top; background-image:url('https://codeless.co/tower/default/wp-content/uploads/2015/05/black-white-compressed.jpg'); }Edit image url, to the one you will use.
Best regards!
in reply to: Header on portfolio itemsHello,
Please add this code:
.codeless_separator span.separator { height: 10px !important; }Best regards!
in reply to: VC ProblemsHello,
Please download the latest update from your Envato account. It is already online.
Best regards!
in reply to: featured images on portfolio itemsin reply to: Menu ProblemHello,
Please add this code into your custom css box:
@media (max-width: 1100px) and (min-width: 981px){ nav .menu > li { margin-right: 0 !important; margin-left: 0 !important; }}Let us know.
Best regards!
in reply to: Setting Up Tower Agency DemoHello,
I am sorry you are feeling frustrated, we are doing our best to assist all our customers. Because each one of you is important and needs support asap. But i also need to remind you that some of your requests are styling customizations that are not covered by this support. Please read more about it here.
I your previous replies you wrote: “2-Have the homepage only have a sideshow .. I want a look very similar to the full width portfolio”, that look is created by making the slider fullwidth.
If you want to keep working this our theme, then please open up a new ticket with your questions (this is getting quite long and can lead to misunderstanding) and we can guide you. Else, contact Envato for the refund.Best regards!
Hello,
Sorry but it still redirect me to google search.
Best regards!
in reply to: Responsive Menu/HeaderHello,
Please see this image with the explanation of the css code. (You can learn more about responsive default sizes here) From what screen size did you capture the screenshot you send me? What device? I have tested your site in all iphone 4, iphone 5, ipad screens and i don’t get this issue.
What do you mean by “theme is wrong about the size of the screen”? The mobile/tablet sizes are predefined in bootstrap css styles. We have successfully tested theme with many devices.Best regards!
in reply to: Testimonials Carousel HeightHello,
Glad to know it’s ok now.
Best regards!