Forum Replies Created
-
AuthorPosts
-
Hi!
Also, if your trying to target content loaded via AJAX (the portfolio AJAX preview) then you’ll need to use .on instead, http://api.jquery.com/on/.
Something like this.
jQuery( "body" ).on( "click", "a[data-rel="gallery-1"]", function() { alert( "test" ); });Best regards,
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hi!
You’ll want to use .post-entry-379 instead.
jQuery('.post-entry-379')Best regards,
ElliottHi Jyles!
Try this instead.
jQuery('a[data-rel="gallery-1"]').mouseenter(function(){ alert("test"); });Best regards,
ElliottSeptember 17, 2015 at 5:28 pm in reply to: switching between defalut to Avia Builder back to default deletes all content #505025Hey bdpardue!
I’m not sure what you mean by “the default image editor did not work properly and moved the image from its original position when editing any of the image coding”.
Can you take a screenshot and highlight what is going on so we can get a better idea? Your trying to change the image alignment but it’s not saving?
Best regards,
ElliottHey!
It means you add it on line 39 in the file. Right below this.
if(AviaHelper::builder_status($current_post['the_id']) && !is_singular($current_post['the_id']) && $current_post['post_type'] == 'post') { $current_post['post_format'] = 'standard'; $blog_content = "excerpt_read_more"; }EDIT: Looks like we posted at the same time. You can set the archives sidebar layout in Dashboard > Enfold > Sidebar Settings.
Regards,
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hi!
What happens when you change line 706 in the /enfold/js/shortcodes.js file from this.
youtube : {loaded: false, src: 'https://www.youtube.com/iframe_api' }To this.
youtube : {loaded: true, src: 'https://www.youtube.com/iframe_api' }Cheers!
ElliottHey!
Drag a codeblock element to the page and add this inside.
<style type = "text/css"> .avia-slideshow { max-width: 1030px; margin: 0px auto; } </style>Regards,
ElliottSeptember 17, 2015 at 4:52 pm in reply to: How to get rid of "blog" twice in breadcrumbs without affecting other categories #504989Hi avwebmaster!
It’s not common practice to use “blog” as a category. Categories are more for things like “travelling”, “art”, “work”, etc etc.
You could edit the blog page and click on the “Edit Permalink” button at the top to change it to something else.
Best regards,
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hey Dmanbo!
You could save it as a template and then load it on other pages that you need to use it on so all you have to change is the title.
Having it change automatically is not possible I think. Not without a lot of customization.
Cheers!
ElliottHey Marijana74!
If you hide the small preview pic with CSS then it’s not going to affect the width of your site.
.blog-meta { display: none !important; }I’m not really sure I understand what your trying to do in your screenshots.
Cheers!
ElliottHi!
Correct, there is no option for that. You can do this though, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, and edit the URL afterwards in the debug view.
Best regards,
ElliottHey!
So instead of the mobile menu button you want to display a link correct? Do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, and then add the link to a text widget and then add this to your custom CSS.
#header .widget { display: none; } @media screen and (max-width: 767px) { #header .widget { display: block !important; } }Best regards,
ElliottHi!
Great, let us know what they say.
Best regards,
ElliottSeptember 17, 2015 at 4:28 pm in reply to: Blog image size, masonary gap and picture size, … #504958Hey!
Try adding this to your custom CSS.
.av-masonry-container > a:nth-child(1) { width: 100% !important; }Cheers!
ElliottHi!
Set your header size to a custom pixel height in Dashboard > Enfold > Header. The logo will use half of that height on mobile.
Not sure what your talking about images being pixellated. They look fine to me. Is there a certain page that is having issues?
Best regards,
ElliottHey!
So increase the width a bit more. I set it to 320px which is wider than the sidebar currently is but you can see the new facebook code is displaying responsively now. If you want your long title to display all the way instead of the “…” at the end then you will have to increase your sidebar width in the theme settings.
Best regards,
ElliottHey Frank!
Try adding this to the bottom of your functions.php file.
add_action( 'wp_footer', 'enfold_customization_pagination_anchor' ); function enfold_customization_pagination_anchor() { ?> <script type = "text/javascript"> jQuery(document).ready(function(){ jQuery('.pagination a').each(function(i, e){ var url = jQuery(this).attr('href'); jQuery(this).attr('href', url + "#presenters"); }); }); </script> <?php }Best regards,
Elliott-
This reply was modified 10 years, 3 months ago by
Elliott.
Hi!
Alrighty, keep us updated.
Regards,
ElliottHi!
You have some CSS in your child theme hiding it.
.main_color div.product .woocommerce-tabs ul.tabs li.active a, .main_color .cart_dropdown .dropdown_widget .widget_shopping_cart_content, .main_color .cart_dropdown_link, .main_color .inner_product_header, .main_color .avia-arrow, #top .main_color .variations select, #top .main_color .variations input, #top .main_color #reviews input[type="text"], .main_color #reviews .comment-text, .main_color #reviews #comment, .main_color .single-product-main-image .images a, #top .main_color .shop_table.cart .input-text, #top .main_color form.login .input-text, #top .main_color form.register .input-text, .main_color .chosen-container-single .chosen-search, .main_color .products .product-category h3::before, #top .main_color .quantity input.qty { display: none; }Cheers!
ElliottHey!
This is what I’m seeing. Perhaps it’s a browser extension your using? Try viewing in a different browser.
Regards,
ElliottHey!
It looks like the layout builder to me. Send us a link to the exact product that is having the problem.
Regards,
ElliottHi sinayes!
We already have a blank template available for Enfold. Your trying to make it full width? Send us a link to your page and we’ll take a look.
Regards,
ElliottHi Aline!
It looks like your using Enfold 3.2.3. Go ahead and update to the latest version first, 3.3.2, and let us know when your done.
Best regards,
ElliottHey Sam!
Navigate to Dashboard > Enfold > Header and the option at the bottom is “Header title and breadcrumbs”. Make sure it’s set to “Display title and breadcrumbs”.
Best regards,
ElliottHey adotopanuga!
That is going to take a lot of time and code to implement so it would have to be considered custom work. It would be best to contact Woocommerce support about this. Perhaps they have an extension to use which does this automatically.
Best regards,
ElliottHey boscotwcheung!
There is no options for that currently and it’s going to take a lot of time and code to implement so it would have to be considered custom work. Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest then we may see an option get added in a future update.
Regards,
ElliottHi Leonard_bv!
I’m sorry but we do not support third party plugins. We try and get Enfold to be as plugin friendly as possible but that specific plugin sounds like it’s going to be hard to troubleshoot.
I would try contacting the plugin author first to see if they have any idea on what it could be.
Best regards,
ElliottSeptember 17, 2015 at 2:54 pm in reply to: Portfolio images are blured on portfolio grid page #504836Hi anma!
They look okay to me except when viewed on your single post with the gallery. Do you have some bigger images to use? 495 x 400 is okay to in small containers but for displaying an image that takes up half the screen the image is going to be upscaled and blurry.
You can consider placing the gallery element inside a 1/3 column or other small column to make it look sharper but it would be best to upload a larger image to use.
Cheers!
ElliottHey codiee!
After you insert the image with the media library button just edit the textblock element again and switch the URL to whatever you need.
Cheers!
ElliottHey ingenio3!
I don’t see it on my end. Can you take a screenshot of what your referring to?
Best regards,
Elliott -
This reply was modified 10 years, 4 months ago by
-
AuthorPosts
