Forum Replies Created
-
AuthorPosts
-
Hey!
It’s displaying fine on my end. The preview is also working. Did you get it sorted?
Best regards,
ElliottHi!
I’m sorry but I’m not sure what you mean. Can you take a screenshot and highlight exactly what your trying to do?
Regards,
ElliottSeptember 25, 2015 at 5:35 pm in reply to: How to Isolate product galery images from images in woocommerce description tab? #509198Hi Alex!
Try surrounding those two images in description with this.
<div class = "post-entry"> </div>
Cheers!
ElliottSeptember 25, 2015 at 5:32 pm in reply to: Show price in product page built with avia layout builder #509194Hi margitmuehlberger!
If you use the layout builder then you’ll need to build that information manually using the layout builder elements. If you switch to the “Plugin Additions” tab in the layout builder you’ll see some elements for displaying product info.
You can also use the Woocommerce shortcodes in a codeblock element, http://docs.woothemes.com/document/woocommerce-shortcodes/.
Regards,
ElliottSeptember 25, 2015 at 5:30 pm in reply to: Color Section not adjusting to content on responsive #509192Hey Slade!
The logos are stacking fine on my end. They are not moving into the next section. Can you take a screenshot of what your seeing?
Cheers!
ElliottHi srs6270!
Your link is giving me a 404. Is there a typo?
Regards,
ElliottHey harmonyfm!
Add this to your custom CSS.
.slide-entry img { margin-left: 0px !important; }
Cheers!
ElliottHey Arthith!
We use the magnific popup and you can display a line of text with it. When you use our image element set it to open up in lightbox and make sure the image has a title set.
Regards,
ElliottHi Guenter!
You’ll need to figure out which template is loading for these custom post types (events) and add the code in that way. Or you might be able to use the ava_after_main_title filter and check for the event type. You can do something like this for checking.
if ( is_singular( 'event' ) ) { }
Best regards,
Elliott-
This reply was modified 9 years, 10 months ago by
Elliott.
September 25, 2015 at 5:15 pm in reply to: Gallery Shortcode in Portfolio items – displays only micro thumbs #509174Hey sjasen!
If you want it to be just like the first link then use the “Gallery” element in the “Media Elements” tab. Your currently using the default WordPress gallery shortcode which is different from our gallery.
Regards,
ElliottHi Munford!
1. Add this to your custom CSS.
h2 a { color: red !important; }
2. Add this to your custom CSS.
.av-image-caption-overlay-position a { color: white !important; }
Best regards,
ElliottHi udfb!
Try this out, https://kriesi.at/support/topic/how-to-include-an-mp4-video-in-the-layerslider-and-a-color-section/.
Cheers!
ElliottHi!
Try dragging a codeblock element to your page and add this inside.
<style type = "text/css"> .flex_column_table > .av_one_third { width: 100%; } </style>
Best regards,
ElliottHi!
Sorry, surround it with this.
@media screen and (max-width: 767px) { .responsive .logo img { max-height: 40px !important; top: 50%; transform: translateY(-50%); } }
Best regards,
ElliottSeptember 24, 2015 at 4:47 pm in reply to: Using Advanced Editor in Posts Results in Changed Format #508606Hi!
@kdagnall, We are thinking of ways to improve it but for now it must be this way. Think of the users who want to display a post like a page and they do not want the default information to display such as featured image, post meta, etc etc, they want to customize the complete look of the post.As for your question about the post meta what you can do is drag a codeblock element to your content and add this inside and change the values to whatever you need.
<span class="post-meta-infos"><time class="date-container minor-meta updated" itemprop="datePublished" datetime="2014-04-28T19:39:19+00:00">April 28, 2014</time><span class="text-sep text-sep-date">/</span><span class="comment-container minor-meta"><a href="http://kriesi.at/themes/enfold/2014/04/28/new-electric-cars-are-getting-really-fast/#respond" class="comments-link">0 Comments</a></span><span class="text-sep text-sep-comment">/</span><span class="blog-categories minor-meta">in <a href="http://kriesi.at/themes/enfold/category/science/" rel="tag">Science</a> </span><span class="text-sep text-sep-cat">/</span><span class="blog-author minor-meta">by <span class="entry-author-link" itemprop="name"><span class="vcard author"><span class="fn"><a href="http://kriesi.at/themes/enfold/author/kriesi/" title="Posts by Kriesi" rel="author">Kriesi</a></span></span></span></span></span>
Cheers!
ElliottSeptember 24, 2015 at 4:43 pm in reply to: General Styling settings lost, but site is unaffected #508604Hey!
Also keep in mind that when activating a child theme the settings will be reset (as it’s technically a different theme). You can import the parent settings in Dashboard > Enfold > Import/Export though.
Regards,
ElliottHey elliotstiller!
It sounds like your talking about the accordion / toggle elements, http://kriesi.at/themes/enfold/shortcodes/toggles-accordions/.
Regards,
ElliottSeptember 24, 2015 at 4:34 pm in reply to: [Responsiveness] Background image not properly resizing #508594Hey!
Add this to your custom CSS.
.avia-slideshow { border: 0px !important; } .avia-fullwidth-slider, .avia-fullwidth-slider * { box-shadow: none !important; }
I did not see the whitespace though, did you remove it already?
Best regards,
ElliottHey!
Sorry, it’s a bit different in the latest version. Navigate to Dashboard > Enfold > Footer and there should be an option there you can check to display the social icons in your socket.
Regards,
ElliottSeptember 24, 2015 at 4:20 pm in reply to: Change "Sticky Submenu" to be visible on fullscreen slider #508586Hi!
Probably around line 1348 in the /enfold/js/avia.js file. It’s where the scrolling and margin is calculated for it.
Best regards,
ElliottHey!
For portfolio posts you need to add that stuff in manually. If you want it all to displayed automatically then use regular posts and create a separate category to use.
Regards,
ElliottHey!
You need to set a transparent logo in Dashboard > Enfold > Header > Transparency Options since your header is using the transparent style.
Or just add this to your custom CSS if you don’t want to bother with it.
#top .av_header_transparency.av_alternate_logo_active .logo a > img { opacity: 1 !important; }
Regards,
Elliott-
This reply was modified 9 years, 10 months ago by
Elliott.
Hey!
Add this to your custom CSS.
.subtext { color: white; left: 100px; position: absolute; top: 0; width: 100px; z-index: 999; } .logo, .logo a { overflow: visible !important; }
Cheers!
ElliottHi!
No, but you can create a small template of your codeblock / textblock ( by clicking on the big blue button that says “Templates” ) and then load it on each portfolio post that you want to use it on.
Best regards,
ElliottHey!
What exactly are you trying to do? Can you take a screenshot and highlight your intentions?
If your just trying to get a layerslider to display at the top of the page then edit the page and set the header to be transparent and drag the layerslider to the page content.
Best regards,
ElliottHi Jason!
Your talking about the arrows on the list items correct? Add this to your custom CSS.
#mobile-advanced li a::before { display: none; }
Regards,
ElliottHey Ewoud!
Can you send us a link to your page so we can take a look? You can set your reply as private if you wish.
Regards,
ElliottHi!
Switch it to this.
.avia-align-center img, .avia-align-center { margin: 0px auto !important; position: relative; display: block; }
Best regards,
ElliottHi comwenga!
For the color section when you select the image make sure it’s size is set to “Full” instead of “Medium”.
Best regards,
ElliottHi Emilvillumsen!
Can you send us a WordPress login? We would like to check your slider settings. Perhaps there is a value not being set correctly.
Regards,
Elliott-
This reply was modified 9 years, 10 months ago by
Elliott.
-
This reply was modified 9 years, 10 months ago by
-
AuthorPosts