Forum Replies Created
-
in reply to: Frozen at downloading dummy templateThis reply has been marked as private.in reply to: Import Template Dummy Content Frozen
Hello,
Did you install all included plugins as well? Please send us some wp credentials in a private reply. So we can check this close.
Let us know.
Best regards!in reply to: Hover box on mobileHello,
Do you mind sending us some wp credentials in a private reply? So we can check this. The css is tested and does work well.
Let us know.
Best regards!in reply to: Mobile Menu LayoutHello,
Add it in General Options > Custom Css box. See screenshot: https://ibb.co/h1wV881
All custom css can be added here and will not be lost in future theme updates.Best regards!
in reply to: Import Template Dummy Content FrozenHello,
Yes, please send us some wp credentials in a private reply. What demo are you trying to import?
Let us know.
Best regards!in reply to: mobile image too bigHello,
Add this css as well:
@media (max-width: 480px){ .page-id-47 .row-dynamic-el .media .type_image.alignment_center { width: 100% !important; margin-left: auto !important; }}Let us know.
Best regards!in reply to: white space above copyrightHello,
Did you manage to remove it? I checked but i can not see any space above the copyright. See screenshot: https://ibb.co/3zB1qQ5
Let me know.Best regards!
in reply to: June – no menu options in customiseHello,
Did you install all required plugins as well? Please send us some wp credentials in a private reply. So we can check this.
Best regards!
in reply to: Unable to edit / save changesHello,
Please send us some valid wp credentials in a private reply. So we can check this close. What php version are you running? Which demo did you import?
Let us know.
Best regards!in reply to: Theme Specular: add url-link to icons on homepageHello,
Please go to file specular\vc_templates\services_large.php and find this line:
if(!empty($icon)): $output .= '<div class="icon_wrapper"><span class="top"></span><span class="left"></span><span class="right"></span><span class="bottom"></span><i class="'.esc_attr($icon).'"></i></div>'; endif;Replace with this:
if(!empty($icon)): $output .= '<div class="icon_wrapper"><span class="top"></span><span class="left"></span><span class="right"></span><span class="bottom"></span><a href="'.esc_url($data['link']).'"><i class="'.esc_attr($icon).'"></i></a></div>'; endif;Let us know.
Best regards!in reply to: Empty MediaHello,
Did you update the included plugins too? If not, please update plugins as well. Is very important. See this article for more instructions:
https://support.codeless.co/?ht_kb=update-plugins-using-only-the-included-in-theme-versionLet us know if the situation persists.
Best regards!in reply to: Problem loading products after filterHello,
The max number of products per page is 8(screenshot). Did you click on the “Load More” button below?
Can you please send a link of your site? So we can test it out.Best regards!
in reply to: white bar at the bottom of every pageHello,
Are you referring to this white bar: https://ibb.co/59V3szX ?
As you can see pointed in the screenshot, the bar is generated by the “WP Autoterms” plugin you have installed. Check the plugin’s options to either remove it, or customize it.Best regards!
Hello,
The issue with controls in slider is caused by this custom code in your General > Custom Codes > Custom Css:
.cl_slider{z-index:-99999;}
Remove it, or set z-index to 0 for the controls to show up normally.PS: Please open new ticket for new questions. This ticket is assigned as resolved for it’s initial issue. It’s important to keep one ticket per issue so the forum can be easily browsed by visitors.
Best regards!