Forum Replies Created
-
in reply to: Contact form 7 issue
Hello,
I fixed it. I commented out a line of code in your custom css box that was overwriting this. See screenshots of how it looks now in mobile and desktop: https://postimg.org/image/n0m4didpx/
https://postimg.org/image/ayqqjihdx/Let us know.
Best regards!
in reply to: Contact form 7 issueHey,
Do you have any caching plugin installed? Please clear cache and refresh page. If you still can not see changes, send us some valid wp credentials in a private reply. So i can give it a closer look.
Best regards!
in reply to: Folio Layout problemsHello,
I suppose you are referring to the ‘placeholder’ item. I removed the dummy portfolio item and now both views (front page and backend) look the same.
Best regards!
in reply to: Website looks bad on mobileHello,
Yes, the js_composer is the name of the folder WP Bakery Visual Composer plugin creates in the wp-content/plugins folder of your wordpress installation.
Best regards!
in reply to: Custom link on images not workingin reply to: Scrolling through the portfolioHello,
The portfolio has the filter option that you have already chosen to display (screenshot). Are you referring to show only the selected category images to display in the lightbox?
Sorry this is not possible for now. I will refer this to the developers so we can try to add this feature in future updates.Best regards!
in reply to: Tip page idleHello,
Are you referring to the loading page before the Codeless Builder opens up? Yes, this is a know case if you have an older Codeless Builder plugin running or not enough memory allocated to wp.
Can you please give us some more details on your system? What theme version and CB plugin are you running? What PHP version and WordPress?
If you want, you can send us some valid wp credentials in a private reply. So we can check it out.Let us know.
Best regards!
in reply to: Responsive issuesHello,
I added this code into your custom css box:
@media (max-width: 480px){ .wpb_animate_when_almost_visible { opacity: 1 !important; }}I also fixed some errors in the custom css added in the homepage’s custom css box. Mostly missing brackets. I tested it in mobile and the text shows up just fine now. Please clear cache and refresh page.
Let us know.Best regards!
in reply to: Folio Layout problemsHello,
-Can you please be more specific? What is wrong in the builder?
-In file \includes\codeless_builder\shortcodes\cl_page_header.php i edited this line:
$output .= '<li class="active"><a href="'.esc_url(get_permalink()).'">'.esc_attr($title).'</a></li>';to this:
$output .= '<li class="active"><a href="'.esc_url(get_permalink()).'">'.$title.'</a></li>';
Please check the ‘Services’ page now.Let us know.
Best regards!
in reply to: Some minor adjustment helpHello,
In these pages too, the tags under the portfolio items are already being hidden by the previous code. See screenshot: https://postimg.org/image/c1x2pxd7p/
Are you not getting this? If not, please clear cache and refresh page.Let us know.
Best regards!
in reply to: Contact form 7 issueHello,
Please add this code into your custom css box:
@media (max-width: 480px){ div.wpcf7-validation-errors { margin-top: 1182px !important; }}This should be the result: https://postimg.org/image/vjmo8u3ut/
You could also replace this block:
div.wpcf7-validation-errors { border: none !important; } div.wpcf7-response-output { margin: 9em 9.5em !important; }With this:
div.wpcf7-validation-errors { margin-top: 106% !important; }Let us know.
Best regards!
in reply to: Scrolling through the portfolioHello,
I changed the number of portfolio items per page to 12. Please check your homepage. It’s ok now. See screen recording:
https://drive.google.com/file/d/1H5uGF1HHPOAxuu8xUIy0Q-Z-1UDgWkyz/view
Let me know.Best regards!
in reply to: delete single new slider inside codless sliderHello,
I edited this block:
/** * Initialize Lightbox Elements * @since 1.0.0 */ CL_FRONT.itemILightBox = function(){ "use strict"; var el = $( '.entry-lightbox, .cl_media .lightbox' ); if( el.length > 0 ){ CL_FRONT.components.LightBox( el ); } }To this:
/** * Initialize Lightbox Elements * @since 1.0.0 */ CL_FRONT.itemILightBox = function(){ "use strict"; var el = $( '.entry-lightbox, .portfolio_item .entry-link.lightbox, .cl_media .lightbox' ); if( el.length > 0 ){ CL_FRONT.components.LightBox( el ); } }Please download these files: https://jmp.sh/0UaB8yF
And overwrite the ones you have in folie/js folder. The lightbox should be ok now. We have tested it on our side and it has no issues.
Let us know how it goes.Best regards!
in reply to: Self-Hosted VideosThis reply has been marked as private.in reply to: Website looks bad on mobileThis reply has been marked as private.