Forum Replies Created
-
in reply to: Parallax Speed
Hello,
Can you send a screenshot of this? There is no option to change the loading speed of the parallax slider. If you are having issues with the loading speed, i recommend you install a caching plugin to make your site faster.
Let us know.
Best regards!
in reply to: Portfolio Layout for responsive mobileHello,
If you have a portfolio with 5 columns, by default in mobile it will be reordered in columns of one item. I see you already have them showing up in 5 rows of one column in mobile. See screenshot: https://pho.to/AjBAI
To change this in the form you want is a customization that requires coding and is not included in this support.
Best regards!
in reply to: WPML Specular Theme ver 2.3.3Hello,
Please send us your wp credentials in a private reply or fill in the extra information fields of your profile data. So we can give it a closer look.
Read this article for more information.
Best regards!
in reply to: Mobile menu & slider content issuesHello,
Please make sure you have enabled the mobile menu first. Go to General Options > Header Options > Show Responsive Menu Dropdown, set it ON.
Add this code into your custom css box to fix the slider text:
@media (max-width: 979px){ .codeless_slider .swiper-slide .content { right: 0 !important; }}Let us know.
Best regards!
in reply to: codeless slider not fully resonsiveHello,
The codeless slider does not have any issue on our side. So if you can, please add the slider you want us to check in a test page and send the link to us. So we can give it a closer look.
Best regards!
in reply to: codeless slider not fully resonsiveHello,
Sorry for the late reply.
The slider looks ok in the mobile. See screenshot: https://pho.to/Aj7ze
Are you sure you want to make changes to it?Best regards!
in reply to: add LinkedIn share button on articlesHello,
Please go to file \includes\view\blog\loop-index.php and find these lines:
<div class="shares_container"> <ul class="shares"> <li class="facebook"><?php echo $facebook_shares; ?><i class="moon-facebook"></i></a></li> <li class="twitter"><?php echo $twitter_shares; ?><i class="moon-twitter"></i></a></li> <li class="google"><?php echo $google_plus_shares; ?><i class="moon-google"></i></a></li> <li class="tumblr"><?php echo $tumblr_shares; ?><i class="moon-tumblr"></i></a></li> </ul>Add this additional list item to the social’s list:
<li class="linkedin"><?php echo $linkedin_shares; ?><i class="moon-linkedin"></i></a></li>Let us know.
Best regards!
-
This reply was modified 9 years ago by
Mirela.
in reply to: Swap logo and menu positions.Hello,
Add this code into your custom css box:
#logo { float: right !important; } header#header #navigation { float: left !important; } .header_tools { padding-right: 24% !important; }Best regards!
in reply to: How to add more room for team / staff bio?Hello,
Can you please send us some valid wp credentials in a private reply? So we can give it a closer look.
Best regards!
in reply to: Theme/plugin errorHello,
The “Uncaught SyntaxError: Unexpected token <” error is coming from a facebook scrip code added to the site. This is not part of theme’s original code. Either it was added as a snipped code, or from a installed plugin. See screenshot.
I suggest you disable all third party plugins first.
What theme version do you have? Please make sure to always keep theme updated.
Let us know.Best regards!
in reply to: first paragraph of text block is shiftedHello,
Sorry for the late reply.
The difference is caused by the lack of distance from the title above. I added this code into your custom css box:.wpb_content_element.block_title.section_title.inner-small_border { margin-bottom: 70px !important; }Now the text will align the same for all sections.
Please check page and let us know.Best regards!
in reply to: Visual Composer TemplatesHello,
There is no issue. With the included version (this type of license) you can add/edit/remove Visual Composer elements into a page (screenshot). But not use the pre-build templates (screenshot).
Best regards!
in reply to: Visual Composer TemplatesHello,
All the included plugins, Visual Composer too, have extended licenses. This means they can be used by any one purchasing our theme as long as they use the version included in theme folder.
But there are limitations such as, you can not update plugin on your own terms with this type of licence. Also you can use all the VC elements to create template and add content to a page. To use the pre-build templates is needed the other type of license. The personal one, not extended.The rules of the marketplace doesn’t allow us to give the plugin activation code. You can use the existing version without any problem. We update frequently all theme plugins to their latest versions in every theme release or in case when an urgent update is needed.
You are free to make the choice that best fits your needs.Best regards!
in reply to: Missing Elements in Visual ComposerHello,
To activate any of the removed Visual Composer elements, go to file includes/core/codeless_elements.php. Find the element you want to add and comment out the line that removes it. Example:
vc_remove_element("vc_single_image");->in this form, the single image is removed from VC list of elements. To add it back, comment the line to this:
//vc_remove_element("vc_single_image");Do the same for every element you want to add back.
Best regards!
in reply to: Trouble with Specular Business 2 InstallationHello,
1-Please go to file vc_templates/services_medium.php and find this line:
$output .= '<div class="icon_wrapper" style="'.$extra_st.'"><i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i></div>';Replace with this:
$output .= '<div class="icon_wrapper" style="'.$extra_st.'"><a href="'.esc_url($data['link']).'"><i class="'.esc_attr($icon).'" style="color:'.esc_attr($icon_color).';"></i></a></div>';2-I changed the separators position value to “left” and increased the width by 1px. They are visible now.
Please check your site.Note: Please open up a new ticket for other question. This ticket is already overloaded and has drifted away of it’s original issue. In order to keep a easy to browse forum, we need to have one ticket per issue.
Thank you for collaborating.Best regards!
-
This reply was modified 9 years ago by