Digital experiences for all disciplines
Forum Replies Created
-
-
Hi
Please try and turn off any plugins you have installed as they may be causing the issue.
Have you customised the theme in any way? You may need to reinstall WooCommerce.
– Kyle
Please can you send me the link so that I can look into this issue for you.
Not sure what could be causing this.
– Kyle
Please can you send me the link so that I can look into this for you.
– Kyle
Hi Carlos
This must be a z-index issue, I will inform Ed about this.
For now please could you send me the link to your website so that I can provide you with some css to display this correctly.
– Kyle
You may have the color of the social icons set to the same color as the background therefore they may look like they are not there. Please check this or send me the link to your website.
– Kyle
This is because in your Child Theme styles.css file you have this:
.page-heading.fancy-heading { background-attachment: local; background-color:#343538 !Important; background-position: center center !important; -moz-background-size: cover; -webkit-background-size: cover; background-size: cover; background-repeat: no-repeat!important; background-position-x: 0!important; text-align: center; padding-top: 120px; padding-bottom: 120px; display: none; }
As you can see you have an important on the background color.
– Kyle
This is because you have only uploaded the logo in the custom admin logo field.
Go to Theme Options > Header Options and upload your logo here
– Kyle
Hi Costin
Until we fix this issue, I have added an extra class to the parallax element so that it does not display the text.
– Kyle
Please can you provide me with a link so that I can help fix the issue
– Kyle
Did you manage to resolve this?
Looks fine to me.
– Kyle
Hi Mark
1. You can remove the related projects section for all portfolio items by adding this custom css:
.related-projects { display: none; }
2. You can change the heading to Related Services by using a child theme. Open up the single-portfolio.php file and on line 526 you can change this code
<h3 class="spb-heading"><span><?php _e("Related Projects", "swiftframework"); ?></span></h3>
to
<h3 class="spb-heading"><span><?php _e("Related Services", "swiftframework"); ?></span></h3>
Then save this file in your child theme folder. This way when you update Dante the change will not be overwritten.
– Kyle
Hi Costin
I’ve fixed the issue. It was because you had not closed one of your properties further up the css.
– Kyle
Would you mind sharing your login details via private reply?
I will take a look at it for you.
– Kyle
Apologies
Try adding this to your custom css:
#base-promo.footer-promo-arrow:hover, #base-promo.footer-promo-text:hover { background-color: #0092BF !important; }
Obviously replace the hex value with the colour that you wish.
– Kyle
I can not see the promo bar on this link? Do you have the promo bar turned on?
Yes this is something we will consider adding in a future update
– Kyle
-