Forum Replies Created
-
in reply to: Responsive Menu
Hello,
Please add this code into your custom cs sbox:
@media (max-width: 1195px){ nav.main_menu.drop_down.right { display: none;} .mobile_menu_button { display: table;} .content { top: 57px;} }Best regards!
in reply to: Responsive Layout/Contact form emailHello,
1-Responsive layout:
-Please add these lines into your custom css box (located in General Options):@media (max-width: 480px){ .header_page { background-attachment: inherit !important; background-size: contain !important; -webkit-background-size: contain !important; -moz-background-size: contain !important; } .header_page.centered { background-position: inherit; height: 170px;} #logo { left: -80px !important;} }2-What type of email are you using? Gmail or your company’s email? Please contact your host regarding it.
For the notification line, add this code into your custom css box:
.wpcf7-validation-errors, .wpcf7-mail-sent-ok {display: none;}Best regards!
in reply to: Make Email Clickable in Header & FooterHello,
Please send us the link of the page you have the email that you want link. The topic above is not very understandable but i guess you did not make it a link but either just made it translatable.
Let us know.Best regards!
in reply to: Visual Composer ProblemHello,
Sorry for the late reply.
The Tabs problem is due to the new jQuery Version ( wp-includes/js/jquery ) in WP 4.5 causes the issue. This is VC related issue, and has been fixed with new version of Visual Composer plugin.
Please get the latest theme release. It has Visual Composer 4.11.2.1 included in which this issue is solved.Best regards!
in reply to: error in "recent portfolio" visualizationHello,
Sorry for the late reply.
I added this code into the page’s custom css box:.portfolio-item.overlayed .tpl2 { max-height: 217px !important; }Is this what you needed? Let us know.
PS: you have created many topics in the wrong forum. This is Specular theme support while you have Tower installed. Please be careful to write at your theme’s support forum so we do not have misunderstanding and also it won’t mess the forum for other visitors seeking solution for their own theme.
Thank you!
in reply to: inline fields contact form 7Hello,
Sorry for the late reply.
The css class you have chosen is not the right one to add those attributes. I commented that code and added this one after it:.page-id-26 .emailform { padding-right: 0 !important; }Please check your “Chi Sono” page. Is it what you were trying to do?
Let us know.Best regards!
in reply to: Portfolio image size – 5 columnsHello,
Sorry for the late reply.
1-Some lines are commented because they are not frequently used. Uncomment the ones you want to use.
2-You have to edit the image size in the function above and then regenerate thumbnails again with a plugin, or import images again. You can also change the size of the portfolio thumbnail images, with css.
Let us know if you need help with it.Best regards!
in reply to: highligth footer menu subitemHello,
Sorry but this is not possible.
Best regards!
in reply to: Stacking issue with portfolioHello,
Sorry for the late reply.
You only need to set up a min height. Please send us a link of your portfolio page and i can send you the right code to add.Best regards!
in reply to: Demo data for revolution slidersThis reply has been marked as private.in reply to: Mega menu column widthHello,
Sorry for the late reply.
The code i send you is to be added into your custom css box. This is located in your General Options > Custom Css box. Add here all the additional css you will use to transform your site. It will be saved even if you update theme later on.Edit the code i gave you to this:
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern { border-radius: 5em; }Best regards!
-
This reply was modified 10 years, 1 month ago by
Mirela.
in reply to: Centered Logo and Navigation not centeredHello,
Glad to know you sorted it up. Let us know if you need further support.
Best regards!
in reply to: Menu IconsHello,
Sorry but theme does not have this feature by default. If you want you can add them with css or edit theme files to add it.
Please note that these are customizations not included in support service.Best regards!
in reply to: finishing issuesHello,
Please go to file includes/view/portfolio/single-container.php and find this line(look for two of this):
<?php echo esc_attr($cl_redata['single_portfolio_custom_fields'][$i]) ?>
Replace with this:
<?php echo $cl_redata['single_portfolio_custom_fields'][$i] ?>
Let us know.Best regards!
in reply to: Dropdown Menu – Show allHello,
Sorry for the late reply.
Do you mean to show as mega menu? If so, just go to Appearance > Menus, find your menu. At the menu item you want to use as mega menu column, check the “Use as mega menu” check box. Then add as many items as you want to this column.
Let us know.Best regards!
-
This reply was modified 10 years, 1 month ago by