Forum Replies Created
-
in reply to: Logo light missing
Hello,
You have pasted it wrong. It is a independent code. It should be pasted after any piece of code you have already in the custom css box, not inside it.
The correct form of the code you send is:#header{margin: 0 auto;} @media(max-width: 480px){ #logo img.dark { display: none; visibility: hidden; } #logo img.light { display: block; visibility: visible; } }Try again and let us know.
Best regards!
in reply to: cannot change testimonial speedHello,
Please go to file js/main.js and find this lines:
function testimonialsCycle(){ "use strict"; $('.testimonial_cycle').each(function(){ var $self = $(this); var container_width = $self.parents('.wpb_wrapper').first().width(); $('.item', $self).width(container_width+'px'); $self.carouFredSel({ auto: true, scroll: { items : 1, fx: 'fade' }, }); }); }Edit this line:
scroll: { items : 1, fx: 'fade' },
to this:scroll: { items : 1, fx: 'fade', duration: 8000 },
Change the duration value to your wish.Best regards!
in reply to: Icons cut off at topHello,
I don’t see any cut off icon in this page (screenshot). Did you solve your issue? Of not, send us a screenshot of what are you seeing so we can better understand.
Best regards!
in reply to: User not found in setting User account informationHello,
Can you please be more specific? What are you using for user accounts? A membership plugin? Do you mean wordpress user account? Or a forum user?
Let us know.Best regards!
in reply to: error in VC Media GridHello,
Sorry for the inconvenience. We are reviewing it and will get back to you asap.
Thank you for the patience!Best regards!
in reply to: square servicesHello,
The Services square already have a Link section for you to add the link you want. I see your services square in home page do have links assigned to them. Do you still need our help?
Let us know.Best regards!
in reply to: Breadcrumbs, Social Media IconsHello,
-To open socials in new tab. please go to file \includes\widgets\codeless_socialwidget.php and find these lines:
echo '<ul class="footer_social_icons '.esc_attr($style).'">'; if( !empty($cl_redata['facebook']) ) echo '<li class="facebook"><a href="'.esc_url($cl_redata['facebook']).'"><i class="icon-facebook"></i></a></li>'; if( !empty($cl_redata['twitter']) ) echo '<li class="twitter"><a href="'.esc_url($cl_redata['twitter']).'"><i class="icon-twitter"></i></a></li>'; if( !empty($cl_redata['flickr']) ) echo '<li class="flickr"><a href="'.esc_url($cl_redata['flickr']).'"><i class="icon-flickr"></i></a></li>'; if( !empty($cl_redata['google']) ) echo '<li class="google"><a href="'.esc_url($cl_redata['google']).'"><i class="icon-google"></i></a></li>'; if( !empty($cl_redata['dribbble']) ) echo '<li class="dribbble"><a href="'.esc_url($cl_redata['dribbble']).'"><i class="icon-dribbble"></i></a></li>'; if( !empty($cl_redata['foursquare']) ) echo '<li class="foursquare"><a href="'.esc_url($cl_redata['foursquare']).'"><i class="icon-foursquare"></i></a></li>'; if( !empty($cl_redata['linkedin']) ) echo '<li class="foursquare"><a href="'.esc_url($cl_redata['linkedin']).'"><i class="icon-linkedin"></i></a></li>'; if( !empty($cl_redata['youtube']) ) echo '<li class="youtube"><a href="'.esc_url($cl_redata['youtube']).'"><i class="icon-youtube"></i></a></li>'; if( !empty($cl_redata['email']) ) echo '<li class="email"><a href="'.esc_url($cl_redata['email']).'"><i class="icon-envelope"></i></a></li>'; if( !empty($cl_redata['instagram']) ) echo '<li class="instagram"><a href="'.esc_url($cl_redata['instagram']).'"><i class="icon-instagram"></i></a></li>'; if( !empty($cl_redata['vimeo']) ) echo '<li class="vimeo"><a href="'.esc_url($cl_redata['vimeo']).'"><i class="moon-vimeo"></i></a></li>'; echo '</ul>';replace with this:
echo '<ul class="footer_social_icons '.esc_attr($style).'">'; if( !empty($cl_redata['facebook']) ) echo '<li class="facebook"><a target="_blank" href="'.esc_url($cl_redata['facebook']).'"><i class="icon-facebook"></i></a></li>'; if( !empty($cl_redata['twitter']) ) echo '<li class="twitter"><a target="_blank" href="'.esc_url($cl_redata['twitter']).'"><i class="icon-twitter"></i></a></li>'; if( !empty($cl_redata['flickr']) ) echo '<li class="flickr"><a target="_blank" href="'.esc_url($cl_redata['flickr']).'"><i class="icon-flickr"></i></a></li>'; if( !empty($cl_redata['google']) ) echo '<li class="google"><a target="_blank" href="'.esc_url($cl_redata['google']).'"><i class="icon-google"></i></a></li>'; if( !empty($cl_redata['dribbble']) ) echo '<li class="dribbble"><a target="_blank" href="'.esc_url($cl_redata['dribbble']).'"><i class="icon-dribbble"></i></a></li>'; if( !empty($cl_redata['foursquare']) ) echo '<li class="foursquare"><a target="_blank" href="'.esc_url($cl_redata['foursquare']).'"><i class="icon-foursquare"></i></a></li>'; if( !empty($cl_redata['linkedin']) ) echo '<li class="foursquare"><a target="_blank" href="'.esc_url($cl_redata['linkedin']).'"><i class="icon-linkedin"></i></a></li>'; if( !empty($cl_redata['youtube']) ) echo '<li class="youtube"><a target="_blank" href="'.esc_url($cl_redata['youtube']).'"><i class="icon-youtube"></i></a></li>'; if( !empty($cl_redata['email']) ) echo '<li class="email"><a target="_blank" href="'.esc_url($cl_redata['email']).'"><i class="icon-envelope"></i></a></li>'; if( !empty($cl_redata['instagram']) ) echo '<li class="instagram"><a target="_blank" href="'.esc_url($cl_redata['instagram']).'"><i class="icon-instagram"></i></a></li>'; if( !empty($cl_redata['vimeo']) ) echo '<li class="vimeo"><a target="_blank" href="'.esc_url($cl_redata['vimeo']).'"><i class="moon-vimeo"></i></a></li>'; echo '</ul>';-What problem do you have with the left side of header? You can change header height in Header Options > Header Height.
Best regards!
in reply to: Blog Search BackgroundHello,
Please add this code into your custom css box:
.search-results #content { background-color: rgba(251, 251, 251, 0.98) !important; }edit the color to your wish.
Best regards!
in reply to: One Page Custom MenuHello,
Please make sure you have set up the custom links in menu items, correctly. They should be of this form: “https://www.mypage.com/#section-id3524”
If you send us your wp credentials in a private reply, we can give it a closer look.Best regards!
in reply to: Specular Menu ErrorHello,
Do you get this error for all actions? or only when trying to save menu font? This is more likely to be a server issue. You could have some corrupted files or some table in the database needs optimization. Possible solution are:
-Download a fresh copy of wordpress files and replace them (look up tutorials to make it the proper way).
-Redux framework requires PHP version > 5.5. Make sure you have the right PHP Version installed on your server. Ask your host providers about it.
– Go to your wordpress installation and make a database repair operation. Find all (and more) information here.
Note: Always make sure to have a backup of everythig!
Let us know.Best regards!
in reply to: Codeless Slider not working on iPad/TabletHello,
@Matt, i see.
Sorry for the inconvenience.
We are currently making tests for this and will include a fix in the next theme update.
We ask for your patience. Thank you!Best regards!
in reply to: Site not scrolling on tabletHello,
Sorry for the inconvenience.
We are currently making tests for this and will include a fix in the next theme update.
Thank you for the patience.Best regards!
in reply to: Header size in construction & building slidersHello,
Please add this code into your custom css box:
/*slider font size for mobile*/ @media (max-with: 480px){ .construct_div h1 {font-size:14px !important;} } /*slider font size for ipad portrait*/ @media (max-with: 979px){ .construct_div h1 {font-size:14px !important;} } /*slider font size for ipad landscape*/ @media (max-with: 1024px){ .construct_div h1 {font-size:14px !important;} }Edit the values to your wish. Let us know.
Best regards!
in reply to: Revolution Slider: activate "mouse" buttonHello Sven,
That is just a layer with image that is assigned an action on click. Please see screenshot, to understand better the configuration of that element in the demo slider in Tower Business 2 template.
Best regards!
in reply to: Blog sharing botton errorHello,
You have to deactivate your current theme, delete it (with all files) BUT be careful and better save a backup of theme files if you have made any direct changes to them. SO you do not loose them. Then upload new version from dashboard.
Read more detailed information here.Best regards!