Forum Replies Created
-
Hello,
That’s because you are using the Codeless builder as well. To not add any cl shortcode, you have to use solely the Visual Composer builder. Go to your page and start adding elements from Visual Composer editor only.
See screenshot: https://postimg.org/image/wssl5r37f/
Let us know.Best regards!
in reply to: Cannot View Second Page of PortfolioHello,
Can you show us the structure of the permalinks? Please reset permalinks in Settings > Permalinks and try again.
Let us know.Best regards!
in reply to: Tower updateHello,
The latest theme update was in August 1, 2017. By the time of the update the version of Visual Composer was 5.2. So indeed you already have the latest included version of the plugin.
This is fully compatible and does not have any problem with theme. We are already working on a theme update for the new WordPress version and will update theme soon. With all plugins to their current version as well.You will be notified then. Let us know if you need help with the update again at the time.
Best regards!
in reply to: Configuration Item QuestionsHello,
1-To change the “Project Description” you need to edit the portfolio core files. Please go to file specular\includes\view\portfolio\single-container.php
Use Ctrl+F combination key to find the string and change it to your wish.
The line will be like this:
<h4><?php _e('Project Details', 'codeless') ?></h4>
Just change ‘Project Details’ string to your wish.
-To remove “Project Details“, add this code into your Custom Css box in General Options:.single_portfolio_container .details { display: none; }-You can shrink the image using css as well. Add this code into your Custom Css box:
.single_portfolio_container .media img { width: 85% !important; }2-Yes, you can show only the text for the blog category page, but thi swill affect the ones with featured images as well.
Please add this code into your custom css box:.category .blog-article.standard-style .media { display: none; }3-Yes, this too can be styled with css. Please add this code:
#comments { display: none; }Let us know if you need further help.
Best regards!
in reply to: Pages load slowly, show spinnerHello,
Please go to General Options > Page Transition, and set it OFF. This should remove the spinner on page load.
Let us know.Best regards!
in reply to: Outdated themeHello,
You can always download the latest theme version from your Envato account. Just go to ‘Downloads’. The latest theme version will always be available for download. Currently the latest version is 2.6.
Yes, you have a very old theme and it’s important to keep it up to date. To update theme without affecting the current theme data, please follow the steps below:
Update via FTP:-If you do not have a ftp account, then ask your host provider to help you get one. Or use the cpanel to access the files.
Step 1 – Go to “wp-content > themes” location and backup your “specular” theme folder by saving it to your computer, or you can choose to simply rename it. So you’ll have both versions installed. Your content will not be lost.
Step 2 – Retrieve the newly downloaded “specular.zip” file from your hard-drive and extract the file to get only the “specular” theme folder.
Step 3 – Drag and drop the new “specular” theme folder into “wp-content > themes” location. Choose to “Replace” the current one if you did not rename or delete it.
Step 4 – Lastly, update the included plugins! You will see in your wordpress dashboard, a notification message letting you know the plugins have a new version and need to be updated. Follow the on screen steps.If you need further help, let us know.
Best regards!
in reply to: Codeless Builder not loadHello,
Yes, we are aware of the issue and are currently working on it. An update with this fixed will be released very soon (1-2 day at max). Please look forward to it.
Best regards!
in reply to: Links in body text breakingHello,
Do you have any third party plugin installed in your site? Please deactivate all third party plugin as one of them may be affecting the links.
Let us know if the situation proceeds.Best regards!
in reply to: VC killsHello,
That’s because you are adding text in the ‘text’ tab of the editor (screenshot). This tab is used when you want to use tags to format your text. If you want the editor to recognize the ‘enter’ key action then switch to the ‘visual’ tab.
Or just use the<br>tag to break the text to a new line.
Let us know.Best regards!
in reply to: Animated Counter on SmartphoneHello,
The first screenshot was from chrome simulator, and the two following screenshots (https://postimg.org/gallery/1v6p74i64/) are from actual device. The test for these two is made from a Samsung s6 mobile.
-There isn’t any tool for that. You make changes to theme and refresh site in mobile/tablet to view the changes.
However, as you can see in the other screenshots, there is no problem for them displaying in actual mobile. You only need to improve the site speed in order for them to trigger faster.Let us know.
Best regards!
Hello,
This is styling so it will be css. The code i send you, while being added in the Custom Css box, it is safe from future theme updates.
We will certainly check this out for the next theme update, but every change will still be a css code, this time added in the style.css file instead of Custom css box.So to arrange the text alignment, please add this css too:
.vc_btn3.vc_btn3-size-lg { padding: 18px 82px !important; }Result code:
@media (max-width: 979px) { .vc_btn3.vc_btn3-block { display: -webkit-box !important;} .vc_btn3.vc_btn3-size-lg { padding: 18px 82px !important;} }And this the result screenshot: https://postimg.org/image/aaz08gukr/
Let us know.Best regards!
in reply to: Equal Height ColumnsThat’s great! Let us know if you have further questions.
Best regards!
in reply to: Animated Counter on SmartphoneHello,
I checked your site in mobile and the animated counters are working well. So are the other animated elements.
Here are some screenshots:
Counters while loading in mobile: https://postimg.org/image/mvqakgdwb/
Counters loaded for second time and other elements: https://postimg.org/gallery/1v6p74i64/Do you have any third party plugin installed in your site? Deactivate them all and check if the loading will get faster. Other methods to make your site perform faster are listed in this article: https://codeless.co/how-i-increased-more-than-70-the-speed-of-my-website/
Let us know.
Best regards!
in reply to: Video FileHello,
This is a customization you should do to the WordPress core files. Like php.ini or using the .htaccess file. Please read this related article to help you with it:
https://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/Best regards!