Forum Replies Created
-
AuthorPosts
-
Hi mooshonov,
Try using this, let us know if this helps.
.avia-button, .single_add_to_cart_button, .woocommerce-page .button { font-size: 18px !important; } #sub_menu1 { z-index: 301; } .avia_pricing_minimal td, .avia_pricing_minimal th { font-size: 20px; } #scroll-top-link { right: auto !important; left: 50px!important; } #top div .product_on_sale .inner_product_header { padding-left: 47px !important; padding-right: 15px !important; } #top #main .single-product-main-image .onsale { right: auto; } .av_header_transparency #header_main .main_menu ul:first-child > li > a { color: #fff; } .page-id-8105 .entry-content-wrapper select option { background-color: black; } span.minitext { display: none !important; } #top .price span { font-size:26px !important; } .woocommerce td { font-size: 16px; } h2.woocommerce-loop-product__title { font-size:22px !important; } @media only screen and (max-width: 767px) { .responsive #top .logo{ width: 100% !important; } .responsive #top .logo a { float: left; padding-right: 100px; padding-top: 0; } } @media only screen and (min-width: 480px) and (max-width: 990px) { #top .no_margin.av_two_fifth { padding: 20px 30px !important; } } @media only screen and (max-width: 479px) { #top .no_margin.av_two_fifth, #top .no_margin.av_three_fifth { width: 100%; } #top .no_margin.av_two_fifth { padding: 30px !important; } .flex_cell { display: block; } }
Best regards,
NikkoDecember 6, 2018 at 2:17 pm in reply to: Using documentation to add code for subtext to right of logo, I get an error #1041660Hi gatehealing,
I apologize for the delayed response.
You can create a new thread and just point us to it, so it’s easier for us to find, since there are lot of queries.
If you have multiple questions, it’s best to separate them per thread.Best regards,
NikkoHi stanbrid,
The best approach to do this is via child theme, then override/replace enfold’s header.
Create 3 columns, the 2 columns left and right has width of 45% and center is 10%.
I think that’s just it, though it’s simple but it’ll take some time to do :(Best regards,
NikkoHi pddcoms,
I think that will be a lot of work.
You’ll probably need to check for all the css like grid.css, base.css, layout.css, etc and look for the media queries.
If it contains max-width replace it’s values for example (any value as long as it’s lesser than 1350px):@media only screen and (max-width: 989px) {
to:
@media only screen and (max-width: 1350px) {
then if you find min-width (any value) for example:
@media only screen and (min-width: 990px){
replace it with:
@media only screen and (min-width: 1351px){
Hope this helps.
Best regards,
NikkoHi Ed,
I’m not really sure why that has happened.
If you have enabled error logging maybe there’s some lead to what has caused the issue you’re referring.
Anyway, we are glad that your website is all good now.Best regards,
NikkoHi Lise,
I think that won’t work, I looked for 36px by 36px image sizes and found out that it was “widget” image size.
Try adding this code at the bottom of functions.php:add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 ); function enfold_customization_modify_thumb_size( $size ) { $size['widget'] = array('width'=>100, 'height'=>75); return $size; }
after adding this code, try to re-upload your image.
Best regards,
NikkoHi Thomas,
I see, I tried some css tweaks however it would take a lot of time to make it responsive.
We will report this to our developers, however I don’t think it will be fixed soon since our devs are currently busy with Gutenberg and the release of WordPress 5.
For the meantime I’ll suggest on using on third party plugins for this feature, we sincerely apologize for the inconvenience.Best regards,
NikkoHi vollstark,
Thanks for understanding :)
All the best for you too.
Thanks again for using Enfold and have a wonderful day ahead!Best regards,
NikkoHi Gene,
I’m not really sure though why that is happening on your end.
I have a screenshot on how it looks on my (link in private content)
The 2nd link, I used some lines to make sure that it is actually equal.Best regards,
NikkoHi vollstark,
If just using css, I don’t think it’s possible to filter it.
Probably with jquery or javascript but that would take some time and outside the scope of our support :(Best regards,
NikkoHi brancheconsult,
I’ll be closing this then :)
Thanks again for using Enfold and have a great day!Best regards,
NikkoDecember 4, 2018 at 9:32 pm in reply to: Using documentation to add code for subtext to right of logo, I get an error #1040964Hi gatehealing,
Thanks for providing the screenshot, css codes aren’t accepted in php files.
The one you showed is functions.php file, please remove the css code there, and go to the WP Dashboard, then go to Enfold > General Styling > Quick CSS and place your css code there. :)Best regards,
NikkoHi Magnus,
Glad that we could help. :)
Feel free to create a new thread if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHey Gene,
I have checked it on my end using Chrome and Windows 10, it uses same width and height 80x80px.
What browser and OS (operating system, like windows, mac, etc) are you using to check this?Best regards,
NikkoDecember 4, 2018 at 9:24 pm in reply to: Can't get the grid from Shop Demo the same dimensions #1040959Hi KevinWijnbergen,
It’s blurry because the column has 476px width 170px height while the image uses 300px and 188px in height, the image is forced to stretch thus making it look blurry.
When you insert a background image make sure that you choose the right image size, you’ll see it here: https://imgur.com/a/WeO5lAL
Hope it helps.Best regards,
NikkoHi Pilar,
It’s probably due to some caching.
Just let us know if it happens again.
We’ll leave this thread open.Best regards,
NikkoHi lisettetol,
You should find it inside the head tag.
You can just right click on the site then select view source, then find (ctrl + f) and find the script and you should see it easily :)Best regards,
NikkoHey jscarlett,
Can you try to replace the double quotes on your Quick CSS, their showing as “ instead of ” and if I check it on the frontend it shows as some symbols and causes it to not work properly.
If that doesn’t help, try to disable CSS file merging and compression temporarily in Enfold > Performance.
Hope this helps.Best regards,
NikkoHi Pas7o,
Thanks for understanding.
This is only temporary due to the changes in Envato’s API.Best regards,
NikkoHi williamslyd,
Try adding this css code in Quick CSS, located in Enfold > General Styling:
#overlapping-content .av_one_half.avia-builder-el-7 { position: relative; z-index: 10; }
Best regards,
NikkoHi Adelante19,
Glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi mooshonov,
Make sure to properly indent your css code, this way it’s easier to read and debug if there are issues.
then you can group the code if it has similar properties, for example this code:.avia_pricing_minimal td { font-size: 20px; } .avia_pricing_minimal th { font-size: 20px; }
can be written as:
.avia_pricing_minimal td, .avia_pricing_minimal th { font-size: 20px; }
then you can merge the media queries for example there are multiple:
@media only screen and (max-width: 479px) { //some css code here }
you can have just one of that and just insert the content.
It would also be good to have your media queries at the bottom.
Best regards,
NikkoHi Magnus,
You can find the link in private content.
Hope it helps.Best regards,
NikkoHi bobjonesdesigns,
Glad that we could help. :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Snerp,
I see, just let us know then.
I’ll keep this thread open, so you can post again, if the issue isn’t fixed on the next update.Best regards,
NikkoDecember 4, 2018 at 8:36 pm in reply to: .widget:first-child how to manage it without CSS code #1040922Hi Luca,
Can you give us a link? if that happens in the demo, you can provide us a link to that.
If you don’t want to expose the link to your site, just post it in private content, so it’s only visible to the moderators.Best regards,
NikkoHi Molius,
Glad to hear that :)
I’ll be closing this thread then.
Thanks for using Enfold and have a great day!Best regards,
NikkoDecember 4, 2018 at 8:33 pm in reply to: Using documentation to add code for subtext to right of logo, I get an error #1040919Hey gatehealing,
The css seems correct.
Can you give us a screenshot or a link which shows this error?Best regards,
NikkoHey leviticus,
Try to edit it in enfold > includes > loop-index.php (line 370):
<p class="entry-content" <?php avia_markup_helper(array('context' => 'entry_content')); ?>><?php _e('Sorry, no posts matched your criteria', 'avia_framework'); ?></p>
You can override this in a child theme, just create an includes folder and add loop-index.php file.
Hope this helps.Best regards,
NikkoDecember 4, 2018 at 8:28 pm in reply to: upgrading PHP on WP Engine from 5.6 to 7.2 causes 500 fatal error on some pages #1040915Hi kylerollins,
Glad that it’s fixed :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts