Forum Replies Created
-
AuthorPosts
-
March 9, 2020 at 4:39 pm in reply to: Featured Image is not shown in category and deactivated Meta data is still shown #1191566
Hi,
1. Try adding this CSS code:
#top .slide-meta { display: none; }2. We’ll have to check on this further.
3. Add this CSS code:
.avia-content-slider .slide-image, .avia-content-slider .slide-image img { border-radius: 0 !important; }Best regards,
NikkoHi D,
Can you try adding this CSS code:
@media only screen and (max-width:767px) { #top .my-footer { display: block; } #top .my-footer > div { width: 50% !important; display: block !important; float: left; text-align: left; padding: 8px 16px; } #top .my-footer > div:first-child { text-align: right; } #top .my-footer > div:last-child { margin-left: 0 !important; width: 100% !important; } #footer #custom_html-2 { padding-bottom: 60px; } }Best regards,
NikkoHi mclweb,
We apologize for the delayed response.
I tried the login but it doesn’t work.
The answer to your issue is most likely changing the z-index value.Best regards,
NikkoHi carlrobinson,
Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:
#top .woocommerce.columns-2 li.product { width: 47%; margin-right: 6%; }Best regards,
NikkoHi RMcKee,
We apologize for the delayed response.
I have checked your site and the table works properly on my end.
Can you give us a screenshot showing the issue?Best regards,
NikkoHi tlkingsland,
I just checked your site I could not see the issue on my end.
How can we reproduce the issue, I tried to do some little modifications (and remove it afterwards) and I could save the page properly.Best regards,
NikkoMarch 6, 2020 at 7:43 am in reply to: exclude the current post item from the masonry element #1190767Hi Alice,
Thanks for giving us admin access.
After checking it the code works fine but it only works in single portfolio pages as defined in your condition and has verified this to be working on the link in private content.
Can you try to change this part:if(is_singular('portfolio')) {to:
if( is_single() ) {Best regards,
NikkoMarch 6, 2020 at 5:54 am in reply to: Featured Image is not shown in category and deactivated Meta data is still shown #1190741Hi znello,
1. Can you give us a link to the page that shows that? so we can try to inspect the page and see why the code is not working as you mentioned. You can post it in private content if you want.
2. Can you remember what version of Enfold was that? I’ll try to check in the archive and try to review it.
3. Same as #1Best regards,
NikkoHi maximustravel,
Thanks for confirming, please try to ask for Woocommerce support since it’s most likely the issue with the Woocommerce Bookings.
They should be able to help you with it or if its a bug in their plugin they could create a fix for it.Best regards,
NikkoHi Alan,
There are 2 masonries you can use.
The first one is Masonry under Content Elements, its content is based on categories selected.
The second one is Masonry Gallery under Media Elements, its content is what you manually put inside it.
Hope the answer is satisfactory.Best regards,
NikkoMarch 4, 2020 at 9:28 am in reply to: exclude the current post item from the masonry element #1189973Hi Alice,
Can you give us atleast a link of the page that has the issue? so we can inspect further.
Best regards,
NikkoMarch 4, 2020 at 9:26 am in reply to: Masonry Gallery doesnt show the caption from the backend. #1189971Hi shalenie,
We’re glad that you found the option that resolves the issue :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Eugeniadms,
Can you try adding this CSS code as well:
@media only screen and (max-width:767px) { #top #wrap_all #header { position: fixed !important; } }Best regards,
NikkoHi maximustravel,
Can you try to deactivate the Enfold theme and use a default theme like Twenty-twenty?
Then try to check if the issue still persists.
Let us know your feedback.Best regards,
NikkoHey sthubertus,
We apologize for the delayed response.
The Image Sizes for Blog (depending on what blog layout you use) is already pre-defined for it to have a consistent look, the only part where you can control image sizes is when you add an Image element in the content or inside a Text Block.Best regards,
NikkoHi Bruno ,
Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:
.page-id-691 #welcome { margin-bottom: -1px; }Best regards,
NikkoHi Jeepkid99,
Thanks for providing the screenshot, it seems to fit well on my screen and I didn’t see the issue, but if I try to resize my screen I could see the issue, however, this is coming from screen-o-matic.
I have provided a proof in the screenshot (link in private content).
Another proof is to check the link in the iframe and open it in a new tab (link in private content) then try to resize the browser, you should see the black background.Best regards,
NikkoMarch 4, 2020 at 6:16 am in reply to: Featured Image is not shown in category and deactivated Meta data is still shown #1189900Hi znello,
We apologize for the delayed response, here’s how you can remove the Author and Date in the Category, just go to Enfold > General Styling > Quick CSS, then add this CSS code:
#top.category .post-meta-infos { display: none !important; }As for creating new post The Panel where to choose a Post type doesn’t appear any more…
I can’t seem to find this, can you give us a screenshot?As for the 3rd question, Victoria has already pointed out the answer.
The reason why the featured image was not showing because Blog Layout is set to Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page) (we have already reported this as a bug), for now just use the solution posted by Victoria, when that is done, to remove the rounded corners, just add this CSS code in Quick CSS:#top .big-preview img { border-radius: 0 !important; }Hope it helps.
Best regards,
NikkoHi Cloudypro,
I have reported this issue to our dev and a hook will be added in the upcoming version of Enfold.
Please go to wp-content > themes > enfold > functions-enfold.php line 246-400 (erase this) and replace with: https://pastebin.com/cbPHMHJi
Then go to wp-content > themes > enfold > config-woocommerce > config.php, erase all content inside it and replace with: https://pastebin.com/5wAYbCUK
And on your child theme’s functions.php add this code: https://github.com/KriesiMedia/enfold-library/blob/master/actions%20and%20filters/Search/avf_ajax_search_woocommerce_params.php
Hope this helps.Best regards,
NikkoHi cohetete,
Please remove the code I gave, then replace it with:
#top .thumbnail_container .rating_container { display: none !important; } #top .inner_product_header .star-rating { display: block; float: none; margin-left: auto; margin-right: auto; }and this code at the bottom of your child theme’s functions.php:
If you aren’t using a child theme yet, you can download and find the instructions here: https://kriesi.at/documentation/enfold/child-theme/remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_rating', 5 ); add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_rating', 15 );Best regards,
NikkoHi volmering,
Unfortunately, we don’t have an option to add z-index.
The workaround that we can offer is to add a Custom CSS Class to a Color Section, for example you can have a class of my-section then on another Color Section you put a class of my-section2, after that go to Enfold > General Styling > Quick CSS, then add these CSS code:.my-section { z-index: 50; } .my-section2 { z-index: 45; }Hope this helps.
Best regards,
NikkoHi cohetete,
Can you try to add this CSS code in Quick CSS, located in Enfold > General Styling:
#top .thumbnail_container .rating_container { position: static; margin-left: 0; opacity: 1; }Best regards,
NikkoMarch 2, 2020 at 4:27 am in reply to: Cookie Consent Message Bar pops up every time I reload the page #1189308Hi mosaic,
I’ll ask my colleagues to check on this, they might have ideas since I already ran out of ideas.
Best regards,
NikkoHi Playsystem,
Can you try to disable debugging on your site? so it hides the warnings.
You can do this by changing this code in your wp-config.php file (located in the root folder of your site or public_html):define( 'WP_DEBUG', true);replace with:
define( 'WP_DEBUG', false );Hope it helps.
Best regards,
NikkoHi Cloudypro,
Can you try the solution Ismael posted on this thread: https://kriesi.at/support/topic/out-of-stock-products-showing-up-in-search/
Hope it helps.Cheers!
NikkoHi Ricardo,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Steven,
Just spell it as is for now.
It’s clearly a wrong spelling in english but that’s the correct spelling of the function.
Thanks for noticing it, We’ll report it to our dev team. :)Best regards,
Nikko-
This reply was modified 5 years, 11 months ago by
Nikko.
Hi ricoliest,
We’re glad that we could help :)
Can you try adding this CSS code as well:#top #av-burger-menu-ul { padding-top: 0 !important; }Best regards,
NikkoHi kumharas,
Yes, first you’ll need to use a child (skip this if you already have one): https://kriesi.at/documentation/enfold/child-theme/
Next copy single.php from enfold to your child theme.
Edit single.php (child theme) and on top of this code (line 40):get_template_part( 'includes/loop', 'index' );add this:
echo do_shortcode(‘[enfold_breadcrumbs]’);
Hope this helps :)Best regards,
NikkoFebruary 28, 2020 at 5:47 am in reply to: Custom CSS to use short separator with different styles #1188716Hi Bruno,
We apologize for the delay.
You can do that by applying the class to a Color Section or any Column in the layout elements.
The CSS you put is correct the only missing requirement is to add Blu2c335d to the Custom CSS Class in the Color Section/Columns.
Hope this helps :)Best regards,
Nikko -
This reply was modified 5 years, 11 months ago by
-
AuthorPosts
