Forum Replies Created
-
in reply to: Hover over image
Hello,
You can do it with some custom css. Add the code into your custom css box. If you want a different image for each element, it will be a little difficult. Sorry but this is a personal customization and as such is not included in support service.
Read more about support policy here: https://support.codeless.co/?page_id=4207.Best regards!
in reply to: Add icons set(s) / change colors for Circle iconsHello,
1-To change the color of primary, content link, headings..etc just click on the color box in the color palette and select the color you want to use. Or add the color value in hexadecimal at the color field. See screenshot: https://pho.to/Abund
2-A good developer will be able to extend the available icons to service small icons too. It just requires some work but it’s not impossible.
Best regards!
Hello,
No, this can not be achieved by using solely custom css. You have to edit theme files. The responsible files of portfolio are in folder: tower\includes\view\portfolio
For example, in file loop-grid.php this is the line that generates the category filter bar:
<div class="portfolio-item mix <?php echo esc_attr($sort_classes) ?> <?php echo esc_attr($extra_class) ?> <?php echo esc_attr($style) ?>" data-id="<?php echo esc_attr(get_the_ID()) ?>">Best regards!
Hello,
Please try adding this code itno your custom css box:
.recent_portfolio .portfolio_slider { max-height: 300px !important; }Let us know.
Best regards!
Hello,
Please contact your host provider. This is a server issue. Show them the screenshot i send you (https://share.pho.to/Abh9n). Your client’s installation may not have the same access rights as your installation. It does not matter that they are on the same hosting company. It could be that they are on different hosting plans (example: shared hosting / dedicated hosting).
-Read more about necessary access rights for wordpress directories and files here: https://codex.wordpress.org/Changing_File_Permissions
Let us know.Best regards!
in reply to: Loading foreverHello,
Theme is tested with the latest wordpress and does not have any issue. What plugin are you using to create the calendar? Most probably it is not very compatible with theme. I suggest you disable it first and try again the image loading. When did this started to happen? Did you change any of the theme files? Or installed any new third party plugin?
Let us know.Best regards!
in reply to: Visual Composer elementsHello,
Yes, Visual Composer is a plugin included in theme package. One of the most important to build the site’s content with ease and quality. It is created by wpbakery. Follow this link to the plugin’s official site: https://vc.wpbakery.com/ .
Watch these video tutorial’s to understand more how it is installed and used in the Specular theme. The “Install Theme and Dummy Data” video explains the plugin installment.
Let us know if you have any further questions.Best regards!
in reply to: Menu not responsive drops down instead of reducingHello,
Please add this code into your custom css box:
@media (min-width: 980px) and (max-width: 1170px){ nav .menu > li { padding-right: 9px !important; padding-left: 9px !important; } nav .menu > li > a { font-size: 13px !important;} }Let us know.
Best regards!
in reply to: Custom fields Parameters not visibleHello,
The custom fields will appear only below the “Project Details” title. While the “Project Description” title will show up the description text added in post editor. To add more custom fields, go to Specular > Portfolio Config (screenshot).
To edit the custom fields of a portfolio item, go to the item’s Single Portfolio Options > Custom Fields (screenshot)Watch this video tutorial to understand better how to set up a portfolio item: https://www.youtube.com/watch?v=dpS6ldRLZSg
Best regards!
in reply to: Content WidthHello,
This happens because the css class targeted is present in all pages as well. To make it point only to the blog’s content, edit the above code to this:
.blog #content { width: 685px; margin: auto; }Or add the code into the blog’s page custom css box. See screenshot: https://pho.to/AbuPq
Best regards!
in reply to: Visual composer does not work in Tower templateHello,
You can not activate Visual Composer with the theme’s product license. Please see this video tutorial to understand how to install Visual Composer.
-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. You can not update it on your own terms with this type of licence.
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. So they are always fully compatible with the current theme version.If you want to buy a license by yourself this is allowed, but we thought that this isn’t needed because the version included works perfectly.
You are free to make the choice that best fits your needs.Best regards!
in reply to: Portfolio Categories Not WorkingHello,
Yes, you are right. The change of slugs to names caused the filter to not recognize the categories anymore and therefore displaying an empty result. Sorry but there isn’t another way of removing the hyphens apart from this.
If you feel this is an important changes, then please suggest it here: https://support.codeless.co/?forum=suggest-us-features
So our developers will consider to add it in future updates.Best regards!
in reply to: page header imaesHello,
Where are you making the change? In the page settings or theme general options? To save the changes, look for the “Save” button at the top-right or bottom-right corner.
See screenshot:https://pho.to/AbuLaLet us know.
Best regards!
in reply to: Anchors – Menu is hiding contentHello,
You can reduce the padding to 25px and add this code too:
.section-style { padding-top: 0 !important; padding-bottom: 0 !important; }Let us know.
Best regards!