Forum Replies Created
-
in reply to: Page Headers
Hello,
Sorry for the late reply.
Please edit the code to this:.header_page .titles h1:after {display: none !important;}
Result screenshot.Best regards!
in reply to: Background image in slider of Agency 2 doesn’t showHello,
Sorry for the late reply.
The default image is available so it has to be a issue with your access rights. Please make sure you have all necessary permissions to access all theme files and external ones.
If you send us your site’s url, we can give it a closer look.Best regards!
in reply to: Responsive Layout/Contact form emailHello,
Sorry for the late reply.
I can not edit any code in the custom css box. But i see that instead of the code i gave you for the logo:
#logo { left: -80px !important;}
you changed it to this:#logo { float: left !important;}This makes the logo go left and not centered. By adding the ‘left’ attribute you can move it until you are satisfied with the result.
For the contact form borders, please edit the above code to this:
.wpcf7-validation-errors, .wpcf7-mail-sent-ok {display: none !important;}
Let us know.Best regards!
in reply to: Responsive mobile issuesHello,
Please add this code:
@media (max-width: 480px){ .vc_empty_space { height: 145px !important;} }Best regards!
in reply to: Codeless slider issues on MobileHello,
Sorry but there is nothing i can do with this much access rights.
Please add this code into your custom css box:@media (max-width: 767px){ .codeless_slider .nav-thumbflip a.prev {display: none;} .codeless_slider .nav-thumbflip a.next {display: none;} .swiper-wrapper { height: 166px !important;} .codeless_slider .swiper-slide { background-size: contain !important; height: 166px !important; } .parallax_slider .codeless_slider_wrapper .codeless_slider_swiper { height: 166px !important; min-height: 166px !important; } }Best regards!
in reply to: doubts about slides functionHello,
-You can change the slider arrow styles with custom css. Add it into your custom css box.
-Sorry but setting a fixed text in slider like described is a customization not included in support.
-For the boxed version default height is set 500px, but you can change it with some css. Let us know how you want it and we can help you set it up.-It is not a fixed size because the site is responsive and has to resize all elements according to the dimensions of the screen it is displaying.
Best regards!
in reply to: Changing where the smooth scroll stops….Hello,
Please refer to this topic regarding this.
Let us know if you need further help.Best regards!
in reply to: Sticky Header TransitionHello,
Please go to file js/main.js and find this line:
if(top > stickyNavTop + 300 && !opened){
Edit it ti this:if(top > stickyNavTop && !opened){
Save file.Best regards!
Hello,
Sorry but the effect has not yet been added.
Best regards!
in reply to: List items not underneath each other…Hello,
These are grid items displaying in grid layout. How did you want to have them? If you want them one after another, then add this code into the page’s custom css box:
.vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {display: block;}
Let us know.Best regards!
in reply to: Big Problem with Safari BrowserHello,
Do you have smooth scroll enabled? Do you have set any id’s to row settings?
Let us know.Best regards!
in reply to: News Ticker ErrorHello,
1-Please check for the widgets in the Appearance > Widgets > Inactive Widgets, area. All of your previously created widgets should be there. Drag and drop again. This happened because the new wordpress has added id’s to widgets. So you need to reset them.
2-You have a syntax error deriving from this page: https://www.advent-im.co.uk/security-and-counter-terror-expo-sctx-see-you-there/
Did you add any custom code here?
Did you change theme files? Made any edit or added some other code? The social shares bar is not part of theme default features. Please disable Jetpack plugin and try again.
Let us know.Best regards!
in reply to: Mobile menu & widgets questionsHello,
This requires code editing that is not included in theme support. You can add this code into your custom css box:
@media only screen and (max-width: 600px) { .codeless_custom_menu_mega_menu .hasSubMenu { display: none !important; } }To hide it in mobile. A good news is that we will change the mega menu layout in mobile in the next update.
Best regards!
in reply to: Mobile menu & widgets questionsHello,
This requires code editing that is not included in theme support. You can add this code into your custom css box:
@media only screen and (max-width: 600px) { .codeless_custom_menu_mega_menu .hasSubMenu { display: none !important; } }To hide it in mobile. A good news is that we will change the mega menu layout in mobile in the next update.
Best regards!
in reply to: Visual Composer ProblemHello,
The included VC plugin is activated and you can use it well without the need of a licence number.
If you want to have the support of Visual Composer author and be able to update it independently of theme updates, you can thus buy a license by yourself. We think that this isn’t needed because the version included works perfectly and we do updates frequently but that is your choice.Best regards!