Forum Replies Created
-
in reply to: Skills Line Chart
Hello,
What version of visual composer do you have?
About the skills bar, sorry but this is not possible. By default the percentage values are calculated by the original formula with a total of 100%. Also what you shown is a chart, which is different from the skill bar.Best regards!
in reply to: Links to tabs or accordion or rowHello,
Sorry this is not possible for the tabs. As for the accordions, they will send you to the specified tab, but it can not be opened by default.
Best regards!
in reply to: Row padding & marginsHello,
@nico_draaisma, Sorry for the late reply.
You have an outdated Visual Composer. Please update plugin and let us know if the issue persists.Best regards!
in reply to: Import demo content failedHello,
It seems to me that you already imported the dummy data. Activate required plugins (must install WPBakery Visual Composer) and continue with further customization’s. Let us know if you need help.
Best regards!
in reply to: Codeless slider not work in chrome e safariHello,
Sorry for the late reply.
I can not login, it redirects to a ‘404 Not Found’ page. Please check it. If you are getting this too, you may need to rename .htaccess file in order to login again. Then rename it back again when it’s all solved.
Let us know.Best regards!
in reply to: Bug with the menue (newest version)This reply has been marked as private.in reply to: Visual Composer and Slider not coming on Home pageHello,
This is strange. Please send us your wp credentials in a private reply. So we can check this further.
Best regards!
in reply to: Small Icons with Contact Info in HeaderHello,
As i answered you here, i can’t login with these credentials. However, if you can, you can do the replacement above yourself.
Best regards!
in reply to: Sticky NavigationHello,
Please contact your host. I can’t login with these credentials.
Best regards!
in reply to: Serve scaled imagesHello,
Sorry for the late reply.
In your functions.php file you can see these lines of code:function codeless_images_sizes(){ add_image_size( 'port3', 600, 600, true ); add_image_size( 'port3_grayscale', 627, 470, true ); add_image_size( 'port2', 460, 275, true ); add_image_size( 'port2_grayscale', 940, 470, true ); add_image_size( 'port4', 600, 600, true ); add_image_size( 'blog', 825, 340, true ); add_image_size( 'alternate_blog', 440, 195, true ); add_image_size( 'alternate_blog_side', 355, 235, true ); add_image_size( 'blog_grid', 350, 350, true ); add_image_size( 'staff', 400, 270, true ); add_image_size( 'staff_full', 500, 340, true ); }Here you can edit or add the default image size cropping. Example, the images of two column grayscale portfolio will automatically be cropped to 940 x 470px as set in this line:
add_image_size( 'port2_grayscale', 940, 470, true );Change the values to your need, or add more types if you want. Make sure to import images again after editing and run a plugin to recreate thumbnails.
Let us know if you need help.Best regards!
in reply to: Header title problemHello,
Sorry for the late reply.
I checked your site and truthfully i did not see any difference with my Specular copy, for the page header not to show in portfolio items. There must be some css added after, that is interfering with it. However, i added this code:/* page header */ .header_page, .header_page { color: #050505 !important; height: 72px !important; background-color: #EAE5E5 !important; } .header_page .container { height: 100% !important; } .header_page h1 { line-height: 73px !important; }into your custom css box. This is the result, screenshot.
Best regards!
in reply to: COLOR GALLERYHello,
Please add these lines into your custom css box:
.portfolio-item.overlayed .tpl2 .bg { background-color: #f28014; }Best regards!
in reply to: Visual Composer \"Update\" not WorkingHello,
Please make sure you do have enough right to make changes to the files. What version of Visual Composer do you have? If you can, post your wp credentials in a private reply. So we can check it.
Best regards!
Hello,
The values of width and height that these images have in mobile is an unused ever! I added this code into your custom css box:
@media (max-width:767px){ .swiper-wrapper { width: 375px !important; }} @media (max-width:1024px){ .portfolio-item.grayscale img{ width: 1024px !important; } }and the result is this: screenshot. But you may want to check your site as it’s possible for the theme to give these values. One of the plugins installed may be interfering with theme code.
Best regards!
-
This reply was modified 11 years ago by
Mirela.
in reply to: Header title problemHello,
This is what i see from the link: image. There are no breadcrumbs here. And it seems they are not even set up to show. Please check again and let us know.
Best regards!
-
This reply was modified 11 years ago by