Forum Replies Created
-
AuthorPosts
-
Hey envis,
When you build page “News” with Advanced Layout Builder, it’s just a page, blog posts shown on it, know nothing about it. There should have been category shown in the breadcrumbs, but if New is not a category, then this is what you see.
Best regards,
VictoriaHi Lura1988,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHey Jeen,
Have you tried the code? Try changing the double and single quotes:
‘ to ' and “ to "Let us know how that worked.
Best regards,
VictoriaHi Mauro,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
Best regards,
VictoriaHi watamu,
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
@media only screen and (min-width: 990px) and (max-width: 1220px) { .container.av-logo-container { padding: 0 20px; } div .logo { left: -25px; } .main_menu { width: 90%; } .av-main-nav > li > a { padding: 0 5%; } .av-main-nav-wrap { float: right; } }If you need further assistance please let us know.
Best regards,
VictoriaHey molibi,
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
.avia_desktop #advanced_menu_toggle, .main_menu { display: none; } @media only screen and (max-width: 767px) { .avia-section-huge .content { padding: 40px 0; } }If you need further assistance please let us know.
Best regards,
VictoriaHi Camilla88,
This code will affect only front page
.home .avia-builder-el-10, .home .avia-builder-el-21{ margin-left:80px!important; }If you need further assistance please let us know.
Best regards,
VictoriaMay 26, 2017 at 4:17 pm in reply to: Enfold Product List Element don`t hide Out of Stock Variation Products #800212Hi Jörg,
Here are the threads to resolve blurry images:
https://kriesi.at/support/topic/woocommerce-product-image-blurry-2/
If you need further assistance please let us know.
Best regards,
VictoriaHi DaveThomasCo,
It’s not so easy to adjust the column count on the masonry, but here is something that cane be done.
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@media only screen and (max-width: 769px) { .av-masonry-entry .av-inner-masonry-content { padding: 10px; } #top #wrap_all .main_color h3 { font-size: 14px; } }If you need further assistance please let us know.
Best regards,
VictoriaHi,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHi Bernd,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaHi Kim,
Or you make another image like this but with grey color book, not white and it has to be 58px in height and just swap images, but that might be not very smooth.
Best regards,
VictoriaHi Kim,
You could make the image 58px in height, and we could adjust it’s positioning via css for transparent header and give it a bit of a different background for the sticky header. Like on a screenshot in private.
Let me know what you think.
Best regards,
VictoriaHi kouamx100,
Glad we could help and you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHey akriga,
If these started happening after update, please update your theme via FTP once again. I strongly recommend using php7+.
If you need further assistance please let us know.
Best regards,
VictoriaMay 26, 2017 at 3:23 pm in reply to: how to add 2 Javascript code snippets into specific single pages? #800165Hi Doron,
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
body.home { margin: 0; overflow: hidden; }If you need further assistance please let us know.
Best regards,
VictoriaHey MiguelPj,
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 to control the color and transparency of the caption element:
.caption_framed .slideshow_caption .avia-caption-title { background: rgba(0, 0, 0, 0.3); }As for the gaps, the elements positioning is calculated in JavaScript, so it’s kind of tricky to control that. 1px does not work for you?
If you need further assistance please let us know.
Best regards,
VictoriaHey barthalgar,
Here are some threads on the topic:
https://kriesi.at/support/topic/category-archive-page-change-layout-to-show-excerpt/If you need further assistance please let us know.
Best regards,
VictoriaHi erhabi,
Do you have server log, that we could look at?
You could also try a solution from this thread https://kriesi.at/support/topic/photo-upload-http-error-when-using-enfold-theme/#post-221480If you need further assistance please let us know.
Best regards,
VictoriaHey kilimats,
This is exactly how it works in Enfold, does it not work like this on your website? Could you please give us a link to your website, we need more context to be able to help you?
Best regards,
VictoriaHey clairemartindigital,
It could be the quotes used there, they are not really the ones used in code, so try this code here
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Pathway Gothic One'] = 'Pathway Gothic One:300,400,500,600,700,800'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Pathway Gothic One'] = 'Pathway Gothic One:300,400,500,600,700,800'; return $fonts; }If you need further assistance please let us know.
Best regards,
VictoriaHey clairemartindigital,
You have added !important to .about-element somewhere and it’s giving you a hard time on mobile.
Best regards,
VictoriaHi eskitaco,
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
@media only screen and (max-width: 767px) { .flex_cell.no_margin.av_three_fifth { min-height: 250px; } }If you need further assistance please let us know.
Best regards,
VictoriaHey kellyCraftMedia,
On which page can I see the footer? I checked a few and they are empty. Could you give me a link to a page with a footer.
Best regards,
VictoriaMay 26, 2017 at 2:17 pm in reply to: WooCommerce Cart Icon Broken – WooCommerce 3 / Enfold 4 #800138Hi Jason,
The cart icon is invisible until a product is added to it. I tested and the cart icon appeared when I added a product to the cart. If you don’t like this behavior, you can add the code from above to always have the cart visible.
If you need further assistance please let us know.
Best regards,
VictoriaHi Taftayers,
Credentials did not work. Could you please update the credentials. Also, could you please specify the page with the slider. I only an image on that page.
Best regards,
VictoriaHey bitojoe,
Could you please give us a link to your website, we need more context to be able to help you. Sometimes there is a class with a name of animation applied, other times not.
Best regards,
VictoriaHi vadikcoma,
What is used there is a date picker, not date time picker. So in order to be able to choose time as well, you need to add date time picker and use it instead.
Best regards,
VictoriaHi vadikcoma,
You could use this:
#bonuses .av-styling-no-styling .avia_image { top: 200px; }But your Layer Slider has slides of different height, which does not make it look good. It should be 640-700px height, than this solution will be fine. Otherwise, you’ll need to use JavaScript to watch the image and control it.
Best regards,
VictoriaHi BPC,
This kind of customization is out of the scope of our support, unfortunately. There are solutions in the articles above or you could hire a freelancer to do it for you.
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
