Forum Replies Created
-
in reply to: Shop Category Title
Hello,
Please download the latest theme version, it was released yesterday and the issue is fixed.
Best regards!
in reply to: Staff picture size and linkHello,
Sorry for the late response.
Please edit eh file specular\vc_templates\staff.php (for single staff element).
Find the lines$output .= '<div class="content">'; $output .= '<h5> '.esc_html(get_the_title()).'</h5>'; $output .= '<span class="position">'.esc_attr($position).'</span>'; $output .= '<p>'.codeless_text_limit(get_the_excerpt(), 250).'</p>'; $output .= '</div>';and replace with
$output .= '<div class="content">'; $output .= '<h5><a href="'.get_permalink().'"> '.esc_html(get_the_title()).'</a></h5>'; $output .= '<span class="position">'.esc_attr($position).'</span>'; $output .= '<p>'.get_the_content().'</p>'; $output .= '</div>';Changing to
$output .= '<p>'.get_the_content().'</p>';will display all the content of the staff member.This
$output .= '<h5><a href="'.get_permalink().'"> '.esc_html(get_the_title()).'</a></h5>';will link the staff member.It’s not possible to use Visual Composer for staff page.
Best regards!
in reply to: Missing Icons in List SettingsHello,
Please download the latest theme version (released yesterday). We have fixed the list element.
Best regards!
-
This reply was modified 11 years, 5 months ago by
Ruco.
in reply to: Website not working properly on devicesHello,
I deactivated Jetpack and the responsive is ok now.
Best regards!
Hello,
@regina-brand and @Olenka101
Sorry for the late reply.
Specular is tested for Samsung Galaxy tab 7.7, 8.9, 10.1 and has no issues.
Can i please see a link of your site?Best regards!
in reply to: Import Dummy Data fails everytimeHello,
We have fixed the issue of dummy data import.
Please download the latest theme version (it was released yesterday).Where have you hosted your website?
If you install the latest theme version and you still are having problems, we can install it for you.Please try it again and let us know.
Best regards!
in reply to: Icons in Visual Composer are not displayedDon’t worry about that are only the firsts icons that don’t display because they miss. I will fix it, but you can search for an icon or you can click at the square on the bottom, parallel with the pages number, to change the page and to navigate over icons.
Thanks
in reply to: Website not working properly on devicesHello,
I can tell you for sure you must have installed something which changes the responsive view of your site.
If you can write your wp credentials in a private reply, I can give it a look.Best regards!
in reply to: Portfolio PagesHello,
You can access the themes files via FTP on your server (open your installed wordpress files).
Open the folder ‘wp-content/themes/specular/includes/view/portfolio’.About the other issue I have responded you in other topic you have opened.
Best regards!
in reply to: Clients CarouselHello,
If you follow the instructions of the above topic, then you will see in a page the portfolio items you have added, all of them (you will see all the clients).
Try it and let us know if you need further support.Best regards!
Hello,
Yes, just update or check the settings.
best regards!
in reply to: Demo slider content?Hello,
I imported the dummy data of medicine, just clicked “Install” dummy data.
Best regards!
in reply to: Acces to WordPress backend blockedHello,
What plugins have you installed?
Do you have the required access to themes files?
Can you write your site credentials in a private reply, so I can check?Best regards!
in reply to: Visual Composer and Portfolio PagesHello,
The Visual Composer can’t be used in portfolio pages. You shouldn’t add text at the portfolio page, its used to show portfolio items.
I have responded you in another topic about this.If you want to add another content than the portfolio items then create a page and add the portfolio with Visual composer element. Also you can add the content you want with visual composer, but do not select the page template as ‘Portfolio Page’.
Best regards!
in reply to: Adding a new URL parameter to the video widgetHello,
What widget have you used?
Where have you added the video?Best regards!
-
This reply was modified 11 years, 5 months ago by