Forum Replies Created
-
in reply to: Portfolio slider images blurry
Hello,
Sorry for the late reply.
I don’t see any issue here. You could increase the scaling ratio(so the image won’t get cut off) and then decrease image width with css. Just add this code into your custom css box:
.portfolio-item.overlayed img {width: 95% !important;}
If you send us your wp credentials in a private reply, I can make a test page to display you this.
Let us know.Best regards!
in reply to: Window resize effectHello,
Sorry for the late reply.
I have edited the code i gave you to this:$(window).resize(function(){ if($('.header_9').length > 0){ e.preventDefault(); } }); }I made several tests in Safari, but i do not get the sliding content effect on resize. Please check it out and let us know.
Best regards!
in reply to: Firefox & Explorer Display IssuesHello,
I edited the css cod eto this:
@-moz-document url-prefix() { .wpb_single_image .vc_single_image-wrapper { max-width: 80% !important; margin-left: 7px; display: block !important; } .page-id-133 .wpb_single_image img { max-width: 60% !important; float: left !important; } .home .wpb_single_image .vc_figure { display: block !important;} }I have checked your site in Firefox and the images look ok now. Please check and let us know.
Best regards!
in reply to: Firefox & Explorer Display IssuesHello,
Sorry for the late reply.
What screen resolution is the one in the attached images? What IE version are you accessing it? I am currently checking the column overlap. I’ll let you know asap.Best regards!
in reply to: Revolution Slider HTML h1 tag styling problemHello,
Sorry for the late reply.
If you are trying to use a font that is not previously used in the theme, then it will not show at the slider H1 text. Please go to file header.php and add the new font there (just like the other google fonts).
Let us know if you need further help.Best regards!
in reply to: Dual Nav BarHello,
Sorry but these are customization not supported by this forum. You should hire a developer to do it for you.
Best regards!
This reply has been marked as private.in reply to: Revolution slider textboxHello,
Please add this code into your custom css box:
.tp-mask-wrap{ min-width: 600px !important;}Best regards!
Hello,
By default the sticky header uses the dark version. If you want to change that, then add this code into your custom css box:
.sticky_header #logo img.light { display: block; visibility: visible;} .sticky_header #logo img.dark { display: none; visibility: hidden;} .sticky_header nav .menu > li > a {color: #f8f8f8;} .sticky_header .header_1 nav li.current-menu-item > a {color: #10b8c7;}Best regards!
in reply to: Can't get any demo data to work properlyHello,
I was able to import dummy data for the default demo. Please continue with further customization.
Note: As mentioned in my previous reply, Please do not post your credentials in other’s topics! This is not a topic you created. It has another author, therefore he has access to private replies. This means he can see your site’s credentials!
Also this is Specular theme forum. You have Tower theme installed. For future topics, please write at your theme’s specific forum!Best regards!
in reply to: Revolution slider stopsHello,
1-I didn’t encounter the issue you mention in the slider. I switched tabs several times but the slider did not stop.
2-Please add this code for the alignment of “News” and “Why choose us” elements:
.wpb_accordion.wpb_content_element.not-column-inherit { margin-top: -32px;}
3-Sorry for the inconvenience but the accordion titles do not display. We have fixed it in the latest theme update. Please download it from your Envato account.Best regards!
in reply to: finishing issuesHello,
1-To add a specific sidebar to a certain page, please go to General Options > Custom Sidebars > Pages custom sidebars. Create a sidebar for your page. Then go to Appearance > Widgets and add the widget sidebar to this page’s sidebar.
2-To change the logo used, only for the mobile/ipad version, please add this code into your custom css box:
@media (max-width: 480px){ .snap-drawer .snap-drawer-left #logo img.dark { content: url("https://homointraprendente.it/wp-content/uploads/2015/08/Logo-LOW-trasp-v2.png");} } @media (max-width: 979px){ .snap-drawer-left #logo img.dark { content: url("https://homointraprendente.it/wp-content/uploads/2015/08/Logo-LOW-trasp-v2.png"); margin-left: -302px !important; margin-top: 4px !important;} .snap-drawer #navigation nav .menu > li > a {width: 40% !important;} }3-Add this code:
@media (max-width: 1195px){ header#header #navigation { display: none;} .mobile_small_menu { display: block;} }4-Set a min-height to the blog articles in order to make them align:
.latest_blog .no_carousel .blog-item { min-height: 344px;}
Let us know.Best regards!
in reply to: Creative Dummy Data will not load properlyHello,
What issue do you have with the import? I see all pages for the creative demo have been successfully created. If you expected a large number of pages, sorry but this is it. The Creative demo is build up with only 7 pages.
Let us know if you need further help.Best regards!
in reply to: Problems with plugin Visual ComposerHello,
If you have successfully updated theme and plugin, there should not be any issue. If you can not access some pages in your wordpress installation, you may have restricted access right on the site’s files. Contact your hosting provider to make sure this is not the case.
Also performing a database repair operation can help fix the issue. Read more here.
Let us know.Best regards!
Hello,
Are you using a portfolio element in home page? Do you have pagination in it and the second page doe snot work? If this is the scenario, sorry but using portfolio pagination of Visual Composer portfolio element not in a portfolio page(like home page for example), is not possible. You will need to display all portfolio items.
to do that, please read the related article.Best regards!