Hey flowerjovia!
Please add the following:
#top #wrap_all .all_colors h2 { font-size: 20px !important; }
And it will do fix your issues.
Thank you
Regards,
Basilis
Hi ftt123,
Please refer to this thread for a possible solution. Other than that you might want to hire a freelancer to do this customization for you.
If you need further assistance please let us know.
Best regards,
Victoria
No worries guys – I sorted it with the use of columns on the color section. Topic closed.
Hi,
Please provide mobile screens of the other sections with images. I see them on the desktop, but on mobile they are completely removed.
Best regards,
Jordan Shannon
No, the other sections also contain pictures, you can see it on desktop.
These pictures should not be visible on mobile either.
Hi,
Please see the following and let me know if this solution works for you:
https://kriesi.at/support/topic/disable-image-generation-in-17-different-sizes/#post-527765
Best regards,
Jordan Shannon
Hi,
Thanks I just wanted to confirm the kind of slider you implemented. Please reference the following link:
https://kriesi.at/support/topic/controlling-the-height-of-a-layerslider-using-a-media-query/
Best regards,
Jordan Shannon
Hi bibbitybop,
Do you still need help with this issue? I see the cart icon on desktop and mobile.
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
You can’t add a negative value on a padding.
Please add the following to quick css as well:
.avia-fullwidth-portfolio .sort_width_container{
padding-top:0px!important;
padding-bottom:0px!important;
}
Best regards,
Jordan Shannon
Hi,
I am trying to limit the next/previous post arrows which appear on all posts to only move to the next post within the relevant category. I have followed the instructions here: https://kriesi.at/support/topic/can-i-use-the-navigation-arrows-for-each-category-not-all/ using this code:
add_filter('avia_post_nav_categories', 'use_same_category_filter');
function use_same_category_filter($same_category)
{
$same_category = true;
return $same_category;
}
Unfortunately its having no effect. Is this code still good?
I did remove the top now and set bottom to 0px
but still a little to much white space.
when i make it -10px it goes wrong
Hey steviger,
This reply might have an idea for you.
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
From the looks of the screen it looks like you didn’t reduce the bottom padding at all. In the code above just remove the reference to the top padding.
Best regards,
Jordan Shannon
Hi Jordan,
Thanks, almost ok
See screenshot, the red circle, that is the white space i mean and must be less, with your code also the title goes to top.
Hi there,
A client of mine wants to have direct outbound links to external websites in the excerpt of the posts in masonry grid. I found this thread: https://kriesi.at/support/topic/enfold-theme-how-to-add-custom-link-masonry-excerpt/
but that doesn’t work for me.
Any ideas on how to solve this?
Best regards,
Steven
Hi,
For the first screen you can add the following to quick css and adjust as you need it:
.page-id-27 main.template-page.content{
padding-top: 10px!important;
padding-bottom: 10px!important;
}
For the second screen you can add the following to quick css and adjust as you need it:
.page-id-258 main.template-page.content{
padding-top: 10px!important;
padding-bottom: 10px!important;
}
Best regards,
Jordan Shannon
Hey pmwarman,
Please refer to the following thread for a solution that should help you accomplish this:
https://kriesi.at/support/topic/replace-mobile-menu-hamburger-icon-with-png/
Best regards,
Jordan Shannon
thanks,
see screenshot, the top menu in the topheader now also have the images
And what about with for the images ?
is it possible to make a css code specially for every menu item ?
so i can photoshop the different images with the correct width.
Hi,
Your both codes are missing a closing curly brackets. It should be as following
#top .av_header_glassy.av_header_transparency #header_main {
background-color: rgba(34, 34, 34, 0.6);
border-color: rgba(245, 255, 255, 0.2);
border-bottom-width: 2px;
border-top-color: transparent;
}
@media only screen and (max-width: 767px) {
.av_header_transparency #advanced_menu_toggle {
background-color: #ffffff;
color: #a90d0d;
border-color: #a90d0d;
}}
Best regards,
Yigit
Hi, after updating, both enfold and woo commerce are the latest.
the biggest and the most important feature that woo commerce announced
New gallery on single product pages with better mobile support, using PhotoSwipe and Zoom. Declare support with add_theme_support() – wc-product-gallery-zoom, wc-product-gallery-lightbox, wc-product-gallery-slider
the above function is working at all, everything works just the same in the single shop page no matter in mobile or desktop
except breaks lot of things
Font size getting bigger and text is align center ( shop page)
reviews disappear: pending
Hi BPC,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
li.menu-item a {
background: url(https://megapoint.nl/wp-content/uploads/2017/04/button_home.png) top left no-repeat;
background-size: cover;
}
If you need further assistance please let us know.
Best regards,
Victoria
hi!
I already found a solution to enable custom fields for portfolio items.
https://kriesi.at/support/topic/portfolio-items-custom-fields/
How can I implement this solution into my Child Theme?
Hi,
Is it appearing in the entire background, or just the top section in white? Perhaps we have miscommunication.
Best regards,
Jordan Shannon
Hey Franby,
If you are not using Layer Slider and you have access to FTP, you can deactivate Layer Slider. Here is how to do it.
Hopefully, this will help to get you access back to admin part.
Best regards,
Victoria
Thanks for the response! I appreciate you! I have tried the code listed here: https://kriesi.at/support/topic/menu-descriptions/
I actually want it to look like the example the OP had on that link.
However, when I try, it breaks everything – adding that class listed fubars my functions.php file.
I have included website details and access to my site & FTP if you want to take a stab at it please! Thank you!!
Hey triplexxxx,
Please refer to this thread for a possible solution.
If you need further assistance please let us know.
Best regards,
Victoria
Hi.
This script works, but on all the pages:
html_header_top.html_header_topbar_active.html_header_sticky #top #main {
padding-top: 90px!important;
}
However, I want the script to work only on the home page. But, when I use the following script, it does not work:
body.home. html_header_top.html_header_topbar_active.html_header_sticky #top #main {
padding-top: 90px!important;
}
Hi,
use this code inside Quick CSS field:
form.avia_ajax_form.av-form-labels-visible.avia-builder-el-40.el_before_av_textblock.avia-builder-el-first {
position: relative;
top: -130px;
border: 1px white solid;
background: white;
}
Best regards,
Andy
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 480px) {
.responsive #top .av-masonry-entry {
width: 100% !important;
}}
Best regards,
Yigit
Hi laptophobo,
Do you need any more help with this issue or the css above solves your problem?
Best regards,
Victoria