Hey kristoph,
adjust the WooCommerce Plugin’s settings as needed, to show the product price.
Best regards,
Andy
how can I change the shopping cart icon into a “document icon”, both in the top right corner as well as on the buttons of product detail pages where it says “add to cart”?
Hi,
check out this: kriesi.at/support/topic/please-contribute-and-translate-enfold/
Best regards,
Andy
Hi,
don’t think this would work well, but try this code:
#scroll-top-link:before {
content: 'cliquez' !important;
}
and adjust as needed.
Best regards,
Andy
Hi,
Could you please suggest the easiest way to remove the margins of the SideBar and top 1/1 Column Layout Element (colored Blued) ,for this site :
. . . so it looks like this site: (also created in Enfold by someone else)?
Thanks,
Mike.
Hi,
hm can’t say where you’re using this code. However, use this inside of Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {
display: block;
}}
Best regards,
Andy
Hello Enfold,
I have two questions about the contact form on my website:
1. In my contact form I have multiple checkbox fiels. Is it possible to select one checkbox field by default? (So not all fields checked : https://kriesi.at/support/topic/contact-form-check-box/).
2. Is it possible to use radio buttons in the Enfold contactform?
Thanks in advance for you help.
Best regards,
Lennart
Hi, just wondered if you knew why my site’s apostrophes and some full stops were being replaced with strange symbols like †– http://walessportawards.co.uk/
Cheers,
Matt
Hi Lilo,
Try this:
<?php echo do_shortcode(“[av_productslider categories='142,85,158,173' columns='3' items='9' offset='0' sort='0' autoplay='yes' interval='5' custom_class='']“); ?>
Thanks,
Rikard
-
This reply was modified 9 years, 9 months ago by
Rikard.
Hi,
Please try adding !important rule as following
#top .social_bookmarks {
visibility: visible !important;
}
Best regards,
Yigit
Hi,
Great, glad you got it working. Please let us know if you should need any more help on the topic.
Thanks,
Rikard
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-main-nav li a:hover::after{
position:absolute;
z-index:100000;
left:-30px;
top:50%;
transform:translateY(-50%);
}
.av-main-nav li:nth-child(1) a:hover::after{
content:url('http://kriesi.at/themes/enfold-construction/files/2015/10/urban-development-36x36.jpg');
}
.av-main-nav li:nth-child(2) a:hover::after{
content:url('http://kriesi.at/themes/enfold-construction/files/2015/10/urban-development-36x36.jpg');
}
.av-main-nav li:nth-child(3) a:hover::after{
content:url('http://kriesi.at/themes/enfold-construction/files/2015/10/urban-development-36x36.jpg');
}
.av-main-nav li:nth-child(4) a:hover::after{
content:url('http://kriesi.at/themes/enfold-construction/files/2015/10/urban-development-36x36.jpg');
}
Best regards,
Vinay
hi @swotmarketing;
try with these lines of CSS code ;
.html_header_top.html_logo_center .logo { left: 53% !important;}
.logo {height: 300px !important; width: 300px !important;} (change only the size of your logo)
.avia-fullwidth-slider.avia-builder-el-0{border-top:none;margin-top: 212px !important;}
Hi,
Link removed. Let us know if you should need any more help on the topic.
Cheers!
Rikard
Hey Rikard,
thanks for your reply!
I post a link and and login to the website shop.
As mentioned the sale badge should be on top of the product picture in the upper right corner. Same for the single product….
At the single product you can see, that I started to set the sidebar (I want it on the left), but this is another thread.
Thanks again!
Jan
Hi,
Ok, we will do that next time. Please let us know if you should need any more help on the topic.
Regards,
Rikard
Hi, I’m having a similar problem. On each individual page I select ‘Don’t display the socket & footer’ and yet it STILL displays.
Also, if I do select ‘Display only socket …’, the socket size is huge. Can you please advise:
1. How to stop the footer and socket displaying on individual pages – when the select option doesn’t work
2. If I do choose to display socket, how to change the size of the socket so that it is only a narrow in height.
Cheers!
Hi,
Great, glad you got it working and thanks for sharing what went wrong. Let us know if you should need any more help on the topic.
Thanks,
Rikard
Hi Willem,
Great, glad we could help. Please let us know if you should need any more help on the topic.
Best regards,
Rikard
Hi,
I’ve tagged the topic for our german speaking moderator, please wait for his reply. Also, please check the link of the screenshot you tried to post.
Best regards,
Rikard
Hey xuamox,
Thanks for getting in touch with us again!
You can add the following CSS along with the one you added above:
#top #header .avia_mega_div > .sub-menu > li > ul {
left: 0px !important;
}
Best regards,
Jordan
Hi,
It works in the browser inspector. Please try this instead:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .slide-entry {
width: 100%;
margin-left: 0;
}
}
Make sure that the there are no missing brackets in the css media queries.
Best regards,
Ismael
Hey Vincent,
Thank you for using Enfold.
Do you want to move the sidebar to the left or right of the product summary? This link will help: https://kriesi.at/support/topic/sidebar-rechts-single-page/#post-580220
Best regards,
Ismael
Hi,
How do you want the overlay to look? You can start with this:
.av-fixed-size .av-masonry-entry .av-inner-masonry-content, .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content, .av-flex-size.av-caption-on-hover-hide .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content {
top: 0;
background: rgba(0,0,0,.5);
}
.main_color .av-masonry-entry-title.entry-title {
color: #ffffff;
}
Best regards,
Ismael
Hi!
That is the default styling. In the demo, you can see that the background of the related section is different from the top section. Please check the General Styling > Alternate content > Alternate Content background color. What is the color set there? Did you try the css code that we provided?
Cheers!
Ismael
Hello!
How can I decide the image order on the Feature Image Slider?
I’m using a Feature Image Slider which contents are different categories I have on the page. But I need that one specific category ALWAYS appear in the first slide of the Slider.
I couldn’t find the right help on the older topics .
Thanks in advance!
(sorry for my english)
Andrea
Hi,
Could you please provide a screenshot of the issue after removing the following css code?
#top .widget_nav_menu ul .sub-menu li {
padding-left: 10px!important;
}
Best regards,
Ismael