Forum Replies Created
-
in reply to: Favicon responsive menu e responsive modeThis reply has been marked as private.in reply to: Staff behavior
Hello,
What style are you using for staff? Please send us your site’s url so we can give it a closer look.
Best regards!
in reply to: downloading demo filesHello,
You can find them in folder: includes\dummy_data\demos
Best regards!
in reply to: Favicon responsive menu e responsive modeHello,
I still can not access dashboard, please see screenshot.
-The white space, is not a space, is an element that is not being displayed. But since it is there, it does take space.
Add this code into your custom css box, to make it appear:@media (max-width: 480px){ .wpb_animate_when_almost_visible { opacity: 1; }}Result: https://postimg.org/image/i09zf93on/
-Responsive menu uploading first, is normal for this menu style you have chosen.
-Sorry but i don’t get the black line when i open your site from mobile. See screenshot.
Did you manage to fix it?
Let us know.Best regards!
in reply to: Onepage Menu linksHello,
Sorry for the late reply.
I have forwarded your topic to our developers. We will get back to you shortly.
Thank you for the patience.Best regards!
in reply to: Blog medium imageHello,
I already replied you here: https://support.codeless.co/forums/topic/blog-style-is-missing/
Please do not duplicate topics. It won’t make us reply faster. We reply to topics acording to their arrival time, the oldest first. So replying on and on to your own topic or creating new ones will only increase the response time.
Please read more regarding our support policy here.Best regards!
in reply to: vc composer accordion options missingHello,
The ‘open tab’ option is present. Please read carefully my previous reply. Here is the screenshot i send you, displaying the location of the option: https://postimg.org/image/8w8eav1i9/
You were looking for it in the wrong place.The Tabs element has all neccessary options. If you want to add more, you could do it yourself or hire a developer.
This is a service not included in support.
Please read more regarding our support policy here.Best regards!
in reply to: Blog Style is missingHello,
The blog medium image uses Alternate style, with sidebar.
Best regards!
Hello,
Since the images are not all the same height, even when they are resized to fit the portfolio dimensions, they won’t be all the same. So you need to set a min height.
A added this code into your custom css box:.home .five-cols .portfolio-item { min-height: 220px !important; }If you would go and change the number of columns, then just edit the value until the empty row is gone (it should be the height of the highest portfolio item image).
Best regards!
in reply to: Sub Sub-Menu AlignmentHello,
I don’t see any issue with this sub-sub-menu item. They are supposed to position one after the other, just like the first sub-menu items. If you are seeing this: screenshot, then it’s all ok.
If not, send us a screenshot of it. So we can understand better.Best regards!
in reply to: Codeless Slider is hiding my dropdown menuHello,
Can you send us some valid credentials to open the site? I can’t check it in coming soon mode. Send them in a private reply. So only you and support admins can see them.
Best regards!
in reply to: Favicon responsive menu e responsive modeHello,
I can not login with these credentials. However, please add this code into your custom css box:
@media (max-width: 480px){ .top_wrapper { padding-top: 90px !important;} .codeless_slider .swiper-slide .content p { text-align: center !important;} .codeless_slider .swiper-slide .content h1 { text-align: center !important;} }-Can you please show us where is the white line? I don’t see it.
Let us know.Best regards!
in reply to: Page title clipped on mobileHello,
This can be fixed with a little css. Please send us your site’s url. We can give you the precise code to use.
Best regards!
in reply to: Staff behaviorHello,
There are three scenarios for this case:
1-You can go to the staff profile by clicking on the staff name.
2-To show more text in the little description, go to file vc_templates/staff.php and find this line:
$output .= '<p>'.codeless_text_limit(get_the_excerpt(), 25).'</p>';
increase the value 25 to your wish. It will display more words.
3-Display more text by just clicking on the staff member, while in the same page, is a customization that requires more code editing.
This is personal preference and is not included in support service.Best regards!
in reply to: Page header background image on Chrome/SafariHello,
The page header settings (image/ color overlay / page title font color..etc) do not have any issue displaying the same in all, Firefox, Safari and Chrome.
What theme version do you have? Please make sure to have the latest one first (vs 1.8.1 ). Please open inspect element from chrome, for us. Do you see any notice/error in console?
For the screenshots, you can upload them online and send us the link. You could use Postimage.org or Share.Photo.
However the best would be for us to be able to check it out ourselves. If the site is in an online server, please send us some login data in a private reply, so we cna give it a closer look.
Don’t worry your data is safe with us!Best regards!