Forum Replies Created
-
Hello,
Please go to wp-content\themes\specular\includes\core and open codeless_elements.php and replace this codeif(!empty($staff_entries) ){ foreach($staff_entries as $p){ $staff[$p->post_title] = $p->ID; } }with this
if(!empty($staff_entries) ){ foreach($staff_entries as $p){ $staff[$p->post_name] = $p->ID; } }Let us know.
Regards!in reply to: Sticky NavHello,
Please send us your credentials in a private reply to see this issue further.Regards!
in reply to: hiding "0 comment" on testimonial pagesHello,
Add this code to your custom css box at General Options..single-testimonial #comments h4 { display: none; }Let us know.
Best regards!in reply to: Sticky NavHello,
Please add !important to the code :.header_12.open .full_nav_menu { position: fixed !important; margin-top: 50px !important; }Let us know.
Best regards!in reply to: Header Title not ResponsiveHello,
Add this css code:
@media (max-width: 480px){ .header_page.centered h1 { font-size: 21px;} }Best regards!
-
This reply was modified 9 years, 10 months ago by
Ruco.
Hello,
Please go to wp-content \ themes \ specular \ specular \ vc_templates and open services_small.php. Find these lines
$output .= '<h4><a href="'.esc_url($data['link']).'">'.esc_html($title).'</a></h4>';and replace with these
if(esc_url($data['link']) && esc_url($data['link']) != '#') { $output .= '<h4><a href="'.esc_url($data['link']).'">'.esc_html($title).'</a></h4>'; } else { $output .= '<h4>'.esc_html($title).'</h4>'; }Save changes.This will remove the ‘hand’ cursor from the services that you choose to not display a link.
Best regards!-
This reply was modified 9 years, 10 months ago by
Kris.
in reply to: Problem with installationHello,
When importing dummy data, you should check the –> Check to import attachments on Import Options. You should import all demo data to display the images. (https://www.clipular.com/c/5169163930173440.png?k=–4Q-TSYqT14y1lEQMv2h6GYzz8)
Let us know.
Best regards!in reply to: Sticky / Tearaway FooterHello,
Please add this code to your custom CSS Box :#content { min-height:650px; }Best regards!
-
This reply was modified 9 years, 10 months ago by
Kris.
in reply to: Portfolio OptionsHello,
The changes you made in your site are saved in database, so they won’t lose if you replace the files. If you have made changes in your theme files, then these changes will be lost.
You only need to replace the theme files, and let us know if the issue persist.
Best regards!in reply to: PHP 7 CompatabilityHello,
Thank you for your for suggestion. We will consider that on the next updates of the theme.Best regards!
in reply to: Adding jqueryHello,
I can see the error , but we need your credentials to debug this issue further. Please send them in a private reply.Best regards!
in reply to: Please Respond to Support EmailHello,
Please go check the email, we answered you there.
Best regards!in reply to: Table with contentHello,
Price tables are a part of the elements of our theme (https://codeless.co/specular/default/?page_id=1758).
You have to install demo data first, then you can add it as a New Element of the visual composer .(https://www.awesomescreenshot.com/image/1387230/68cf74d962a602f2afcca9cba05c09b6)Best regards!
in reply to: Portfolio OptionsHello,
The problem u have it may be caused due to installation errors. Please replace your theme files once again.
Let us know.
Best regards! -
This reply was modified 9 years, 10 months ago by