Forum Replies Created
-
Welcome!
in reply to: Text doesn’t appear in slideHi,
Add padding-top to the heading to align the heading to the middle of the screen. Check the sample page.Thanks,
Hi,
Please share the FTP/Cpanel Credentials (username, password) using the private reply as well. It’s necessary to get things back if something bad happens with your site.Thanks,
in reply to: Text doesn’t appear in slideHi,
I’ve created a dummy slider on the Sample page. The animation on headings is working on my end. Please check and let me know. Here’s the link to the Sample Page:Delete the old font/heading and try to re-add them on the slides in Codeless Slider.
Thanks,
Hi,
To find the root cause, It’s necessary to provide us admin-level access to your site. It’s important because we’ve to test whether it’s a plugin that causing the issue or there’s a setting that’s causing the issue.Also, we’ve noticed that you’re actively making changes to your site. We recommend you, don’t make changes to your site until we let you know.
Thanks,
in reply to: Codeless Slider Issues on Mobile & ButtonsHi,
To find the root cause, It’s necessary to provide us admin-level access to your site. It’s important because we’ve to test whether it’s a plugin that causing the issue or there’s a setting that’s causing the issue.Also, we’ve noticed that you’re actively making changes to your site. We recommend you, don’t make changes to your site until we let you know.
Thanks,
in reply to: Menu Links don’t workHi,
You can make the homepage size shorter by adding the below code in the customizer:@media (max-width: 480px){ .home_bar{ height: 88vh /* Adjust the value according to need */; } html, body{ overflow: hidden; } }For the background video, either the video will cover the whole width or will play with its full width.
You can try to make a separate row just for the background video on the mobile device. We hope you’ll get the desired results.
Thanks,
in reply to: Placeholder textHi,
The text is embedded in the Codeless June theme. Currently, there’s no option available in the Codeless June theme. If you wanna change/modify the text you’ve to go through the theme core files.Thanks,
in reply to: Menu Links don’t workGlad to hear that :)
is there anything i can help you?Sorry, Please share website url or link where you are facing the issue.
Thanks,
in reply to: Text doesn’t appear in slideHi,
Please check and let me know.Thanks,
in reply to: Latest Secular version breaks the siteHi,
I’ve gone through all pages of your site(linked in the menu) and was unable to find any of the broken code errors. Currently, your homepage displaying pretty fine on my end.Please make sure that your site’s server PHP version should be 7. x. Also, you can try deactivating all the third-party plugins and activating them one by one if the issue still persists.
You can also use one of these methods on your end to find the root cause.
Thanks,
in reply to: Text doesn’t appear in slideHi,
Please share your website URL, wp-admin, and FTP info (Username and password) and send me “using private reply”.Thanks,
in reply to: Several questions about Photography themeHi,
– Thin Gray Lines
– Mobile Menu EmptyPlease add the following code in:
WP-Admin Dashboard > Appearance > Customize > General > Custom Codes > Custom CSS.cl-row .bg-layer{ background-color: #000 !important; } .cl-mobile-menu nav>ul>li{ opacity: 1 !important; }– Increase the Sidebar width
The width of the header/sidebar on the left is preferred size for this type of layout. However, you can change the sidebar width by adding the following code in the customizer(path is mentioned above)@media (min-width: 992px) .header_container { width: 285px; /* Change width of sidebar */ } }– Only two social icons display on the Mobile device
There’re only two social icons displayed because for all social icons the layout will be messy and condensed. The logic to display the first two social icons is to make sure the layout of the header should be clear and focused.– Add links to social icons
You can add links to social buttons simply through
WP-Admin Dashboard > Appearance > Customize > Hover over the social icons > Click on SOCIAL ICONS > Add/Remove links and social buttons > Publish > Done.– Empty Space below the logo
The space below the logo depends upon the content below it. The more the menu items the lesser will be space below and above the menu.
Thanks,
Hi,
Please try downgrading the Elementor version to 3.4.8 from 3.6.x. It might be due to the conflict between the Elementor version and Co-widgets Elementor Plugin.Thanks,