Forum Replies Created
-
in reply to: Page header overlay color css tag missing final ")"
Hello,
I get your point now. But the closing tag is not the culprit of overlay not showing up. We have tested the same situation and the overlay does display fine. Please see screenshot.
You can use this css:.overlay { height: 242px; }..to your page’s custom css box. Edit the value to your wish.
However, I will report this to the developer team. To fix for future updates.
Best regards!
in reply to: Menu not displaying correctly on mobileHello,
In the menu you can add only the pages you want. Regardless of either it is an independent page or it’s parent to some other pages. So if i understand you well, you only need to add the children to the menu.
Can i please see a link where are you trying this? So i can get a better insight of it.Note: Please consider updating your profile data. Read this article for more information.
Best regards!
in reply to: image width/sizes for Tower themeHello,
Tower theme uses the default image sizes of wordpress, such as listed here:
// Thumbnail (default 150px x 150px max)
// Medium resolution (default 300px x 300px max)
// Large resolution (default 640px x 640px max)
// Original image resolution (unmodified)The only images modified are listed in function codeless_images_sizes(). You can edit them to your wish. For more detailed information, please read this article.
Best regards!
in reply to: Woocommerce: Sitewide notice covers headerHello,
You can edit it’s layout with custom css. Just add a padding-top to the header element.
Example:.header_wrapper.header_11 { padding-top: 48px !important; }Best regards!
Hello,
Please add this code into the page’s custom css box:
@media (max-width: 480px){ .woocommerce-cart ul.products li.product.columns-2 { margin-right: 10% !important; width: 40% !important; }}Result screenshot.
Best regards!
in reply to: Different Colors for different Titles in MenuHello,
You can give another color to the menu item by using custom css code. Add it at you Custom css Box in General Options.
Sorry but these customization’s are not included in support service. Read more regarding our policy here.Best regards!
in reply to: Missing Images on iPhone 6 PlusHello,
I can’t open the link. I need credentials for it.
Please fill in the necessary information on your 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: Portfolio–Several QuestionsHello,
You do not need to edit php. What do you want to edit there?
Theme files are located in wp-content/themes/tower. You can access some of theme files throw WordPress dashboard. Just go to Appearance > Editor, and access the other ones (the ones not listed here) in the location above. But this time you will have to go there using cpanel (or a ftp connection).
You can ask your host provider fro more information.However, for each of the questions above, you do not need to edit any php file.
Add the custom css code into your custom css box, located in General Options > Custom CSS Code (screenshot).
Let us know if you need further help.Best regards!
in reply to: Unable to load some remotely hosted scriptsHello,
-Demo data:
Are you trying to import from child theme? Please make sure you are importing only while parent theme is activated. Otherwise you will get “wrong url” issues.
If the issue persists even in parent theme, then you have to check out your host requirements. Read this article for more information.-Please try to uninstall the template and reinstalled it. Also make sure you have a good internet connection. Like the warning message says, it can not be connected to the CDN.
Read more regarding it in this article. Let us know if the issue persists.Best regards!
in reply to: Page header overlay color css tag missing final ")"Hello,
Can i please see a link where is this happening? We do not get this in our side.
Note: Please consider updating your profile data. Read this article for more information.
Best regards!
in reply to: Image Header In HomepageHello,
This is strange. You do not have any errors visible but the header does not recognize the settings. I can suggest you disable all third party plugins and update theme.
In the mean time you could use this workaround: i added this code into your home page custom css box:.header_page, .header_page { height: 350px !important; opacity: 1 !important; background-color: transparent !important; background-repeat: no-repeat !important; background-size: cover !important; background-attachment: scroll !important; background-position: center center !important; background-image: url('https://blueprintcapitalonline.com/wp-content/uploads/2016/08/shutterstock_108783638.jpg') !important; }The page header is showing and is fully responsive. Please check your site.
Best regards!
Hello,
You can change the images size. Read this topic for more information.
Let us know if that’s what you need.Best regards!
in reply to: Link to text within a pageHello,
Sorry but this is not possible.
Best regards!
in reply to: Missing Images on iPhone 6 PlusHello,
Please add this code into your custom css box:
@media (max-width: 480px) { .wpb_animate_when_almost_visible { opacity: 1; }}Let us know.
Best regards!
in reply to: Portfolio–Several QuestionsHello,
1-That’s the theme’s default layout. You can switch the order by editing file single-portfolio.php.
2-That is not part of theme features. It is displayed by a third party plugin your have installed. Normally we do not give support for third party plugin. However, i will give you the css code to hide it. Add this code into your custom css box:
.portfolio_single #jp-relatedposts { display: none !important;}3-Please see this video tutorial for more information on how to set up a portfolio item.
For more video tutorials regarding theme, check out our page:https://support.codeless.co/?page_id=454-Add this code into your custom css box:
.portfolio_single p.comment-subscription-form { padding-top: 155px !important; }5-Again, this is a third party plugin you are using for shares. However ia can suggest this css code:
.portfolio_single .sd-content ul li { margin: 5px 5px 5px 0px !important;}Best regards!