Forum Replies Created
-
AuthorPosts
-
Hi!
Unfortunately not. You can set a custom excerpt when writing the post and that will get displayed. When using the layout builder on posts it makes it behave like a page though.
I don’t know of any workarounds we can do currently.
Best regards,
ElliottHi djshortkut!
Try adding this to your custom CSS.
@media screen and (max-width: 767px) { .av-image-caption-overlay-center { padding: 0px !important; } }
Cheers!
ElliottHey Webbmekanikern!
I’m not sure. Why are they being fetched differently?
Cheers!
ElliottHi!
It’s a regular transparent PNG image. You would just add a new layer to the slide and set an image to it and have it transition in however you need.
Best regards,
ElliottHi!
To display products similar to that try using our “Product Grid” shortcode in the layout builder. It’s under the “Plugin Additions” tab.
Cheers!
ElliottHey!
A session will still be created unless your using this.
add_theme_support('avia_no_session_support');
Best regards,
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hi!
Please send us a link to the exact post that is having the issue. I looked through your dashboard but cannot locate the one with the dress image.
Best regards,
ElliottHey!
@tsmedia, Like said before we use the filters and not template files. It would take a lot of customization to switch that so it would be best to hire a freelancer to help you out. Keep in mind that you can use our advanced layout builder on the products to create any type of layout you need.
@customcms, Send us a link to your page and take a screenshot highlighting exactly what your trying to do and we’ll take a look.Cheers!
ElliottHi shefna!
It looks fine on my end. Are you referring to the parallax? Is there a certain link your clicking that is not working?
Cheers!
ElliottHi cohetete!
Please see here, https://kriesi.at/support/topic/display-magazine-posts-in-a-random-order/#post-343860.
This line in your code,
avf_magazine_entries_custom_query function ($ query) {
Should look like this.
function avf_magazine_entries_custom_query($ query) {
Cheers!
ElliottHi Pxlpaul!
You cannot “hover” on tablets. To simulate a hover you can do a “long tap” and hold your finger on the link for 1-2 seconds and it will simulate a hover.
Regards,
ElliottHey!
I noticed the fonts look a bit more “weightier” in your screenshots but on Windows 10 they look the same to me in all browsers. Here is IE11.
Also, the sub menu on the projects page is also displaying on the left in all browsers on my end. What is the CSS your using?
Cheers!
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hi Saija!
I haven’t used GA in a long time but I think when you login and go to the “Content” tab it should show you all of the pages of your site and how many visits each page is getting.
Cheers!
ElliottHi shubhamnagar!
Do you mean your wanting to change the circles to something else? Your link did not have any hotspot elements in it.
Try #1 here if you want to change them from a circle to a different image, https://kriesi.at/support/topic/enfold-theme-issues-2/#post-350895.
Cheers!
ElliottHi DROR!
Try adding this to a codeblock element in the page.
<style type = "text/css"> #top .avia-slideshow-button { margin-top: 50% !important; } </style>
Regards,
ElliottDecember 7, 2015 at 4:59 pm in reply to: Require to make the website responsive across all resultion platforms #548116Hi Chandareshwar!
It’s displaying responsively for me. Can you take a screenshot of what your seeing? Try viewing in a different browser.
Best regards,
ElliottHey petschka!
Try using this plugin, https://wordpress.org/plugins/bwp-minify/, it’s good for minifying the CSS and JS.
Best regards,
ElliottDecember 7, 2015 at 4:53 pm in reply to: Set product hover in woocommerce products by default #548106Hey integraing!
I’m sorry but I’m not sure I understand. Your referring to the product images? Can you send us a link to your page and take a screenshot highlighting what your trying to do?
Cheers!
ElliottHi dannhanks!
Yes, there is an overflow: hidden on the sidebar but it needs to be there for now otherwise the sidebar will display at the bottom of the content. What we could try is adding some padding to the buttons so the tooltip is more visible. Send us a link and we’ll take a look.
Best regards,
ElliottDecember 7, 2015 at 4:47 pm in reply to: How to make the sort menu in a masonry element sticky? #548099Hi DROR!
Try adding this to your custom CSS.
.av-masonry-sort { position: fixed; z-index: 9999 !important; width: 100%; }
Regards,
ElliottHi AboveDigital!
Is this the URL your using?
//player.vimeo.com/video/116170117
Try placing the http: in front of it.
http://player.vimeo.com/video/116170117
Best regards,
ElliottDecember 7, 2015 at 4:42 pm in reply to: How to add a single blog post to the home with comments visible? #548093Hey hopk0733!
Perhaps this plugin would work for you, https://wordpress.org/plugins/show-all-comments-in-one-page/.
Cheers!
ElliottHi Boris!
You can change the regular links in Dashboard > Enfold > General Styling. The menu links can be targeted in Dashboard > Enfold > Advanced Styling.
Regards,
ElliottHey!
Not really. The Quick CSS would work fine but if you use a lot of custom CSS then I would consider placing it in a child theme so you can organize it better.
Cheers!
ElliottHi amepro!
Perhaps you need to increase the max_input_vars variable in your php.ini settings, https://kriesi.at/support/topic/enfold-main-menu-item-limit/.
Best regards,
ElliottHey mftonto2and3!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Best regards,
ElliottHey!
The helper-masonry.php file was added in one of the later versions. You probably need to update Enfold to the latest version, 3.4.4.
Regards,
ElliottHi!
You need to have more than two posts assigned with the tag. Check out the posts you have assigned to “Motherhood”. You can see the related entries displaying at the bottom.
If you want to change the style the related entries are displayed as then you can do it in Dashboard > Enfold > Blog Layout.
Cheers!
ElliottHey!
Yes, it looks like it was from the greater than and less than signs you were using. Try using the ASCII codes instead, http://www.asciitable.com/index/asciifull.gif.
I went ahead and added them in the table so you can see how it’s done.
Cheers!
Elliott -
This reply was modified 9 years, 7 months ago by
-
AuthorPosts