Forum Replies Created
-
in reply to: Unwanted text on list
Hello,
Glad you have solved the issue. Let us know if you need further help.
Best regards!
in reply to: Problem with latest from blogHello,
Sorry for the late response. Please can you write your wp credentials in a private reply? I will check it and fix it.
Best regards!
in reply to: Chrome website problemsHello Maja,
I can see the social icons on header https://www.clipular.com/c/6332865609465856.png?k=IYVg44c2MyBO61ZYz3mF_OHaorQ and footer too.
Please add this css code to fix the widget on 1024px width screens:
@media (max-width: 1100px) and (min-width: 981px){ .header_6 .header_widgetized { top: -27%;} }Best regards!
in reply to: Chrome website problemsHello,
I can see the social widget on top header and footer.
It looks like you have a virus. Please take a look at this screenshot
https://postimg.org/image/xh79or991/
There are some suspicious urls.Best regards!
-
This reply was modified 11 years, 4 months ago by
Ruco.
in reply to: Can\’t use Visual Composer Front-End (front office)Hello,
Please can you write your credentials in a private reply, or send to [email protected]?
Best regards!
in reply to: Social shareHello,
Sorry for the inconvenience, please edit the file specular\includes\view\blog\loop-index.php
Replace the line:
$tumblr_shares = '<a href="https://www.tumblr.com/share/link?url='.esc_url(get_permalink()).'&name='.get_the_title().'&description='.get_the_content().'" target="_blank">';with this one:
$tumblr_shares = '<a href="https://www.tumblr.com/share/link?url='.esc_url(get_permalink()).'&name='.get_the_title().'&description='.str_replace('"',"'",get_the_content()).'" target="_blank">';It’s repeated twice on the file.
We will fix it on the next theme update.
Best regards!
in reply to: How to Make Codeless Slider be Responsive?This reply has been marked as private.in reply to: Codeless slider fontsHello,
Are you using fontpress plugin for codeless slider fonts? Which font are you using? Can you show us your site url?
Maybe that font doesn’t support these special characters.
Best regards!
in reply to: Menu hover styleHello,
Select header simple style, the first header style. Let us know if it still doesn’t work.
Best regards!
in reply to: Portfolio Frontpage viewHello,
The items are displayed that way at the bottom because they are different sized, so there are empty spaces, try to change some image sizes.
You can order portfolio items with any ‘custom post type order plugin’. Its very easy to order them with drag and drop.
Best regards!
in reply to: Responsive HeadersHello,
I fixed it. Checked it on iphone and it looks good. Please give it a look and let me know.
There is an issue with the video on the footer on responsive, there is a blank space at the right side because the video size is 560px (you have added the video with iframe).
Try to make it smaller or add it by using different element.
Best regards!
in reply to: Background and Google ChromeHello,
Sorry for the inconvenience. Please update the theme and if possible write your site credentials in a private reply. I need to check your settings and will fix the responsive issues.
Best regards!
in reply to: Demo Content Not WorkingHello,
Please make sure you have the latest theme version, we have fixed the import progress bar issue.
If you still have issues, please can you write your site credentials in a private reply so I can check?Best regards!
Hello,
What theme version do you have? Please make sure you have the latest theme version, vs. 1.2.6.
Best regards!
Hello,
If you want to create new shortcodes you must edit the files:
specular\includes\core\shortcodes\mce\editor_plugin.js
specular\includes\register\register_shortcodes.php
specular\includes\core\shortcodes\sc – add another .js file for your shortcode.Best regards!
-
This reply was modified 11 years, 4 months ago by