Forum Replies Created
-
AuthorPosts
-
Hey!
Oh I see, I didn’t see the other classes. Use this instead.
.product-sorting > .sort-param:first-child { display: none !important; }
You’ll need to contact Woocommerce support for editing the sorting parameters.
Best regards,
Elliott-
This reply was modified 9 years, 10 months ago by
Elliott.
Hey!
It says server not found. Is there a typo?
Cheers!
ElliottHey!
What your asking is very difficult to do actually and not the “WordPress way”. I would create a feature request for this, https://kriesi.at/support/enfold-feature-requests/, as it’s not something we will be able to cook up for you in the forums.
I did something similar as I wanted to have a color section on each of my archive / category pages so I had to create a custom archive.php template for it. But everyone is going to want to do something different. Perhaps in the future we will be able to have a “virtual page” for archives where you can use the layout builder on but that is something that would need to be asked for in feature requests.
Best regards,
ElliottSeptember 29, 2015 at 4:18 pm in reply to: Show category image and description on all paginated pages #510825Hey!
“Perhaps that function only fires when there is a category banner image, and I’m just using the category thumbnail field with category styling set to Default.”
Yes, that is possible. Make sure you set the banner image in Dashboard > Enfold > Shop Options or for the product categories then make sure the “Enfold Category Styling” is set to “Display product image and description as fullwidth page banner”.
Let us know how the Woocommerce support goes.
Best regards,
ElliottHey!
Not without a lot of scripting. What I would do is leave it transparent and then have the #wrap_all container use a repeating background so it will continue no matter how long your page is.
Cheers!
ElliottHi!
It’s working fine. If your wanting to reduce it further then add this as well.
#after_submenu .template-page { padding: 20px !important; }
Best regards,
ElliottSeptember 29, 2015 at 4:04 pm in reply to: Header menu – css-style change – Only for Alternate menu #510816Hey Kasper22!
The Quick CSS box should work. You may need to use the !important override like so.
a { color: red !important; }
To make sure your CSS gets applied.
Regards,
ElliottHi justinfinocchiaro!
The magazine element does not have an external link option. Since you do not want to link to the posts at all it would be best to just manually create that list using the special heading element, textblock, and the separator / whitespace element for the line.
Cheers!
ElliottHey Snerp!
Yes, that is how the breadcrumbs work. It would take quite a bit of time and code to change it to link to specific pages based on category. It would be best to hire a freelancer to help you out with this customization.
Regards,
ElliottSeptember 29, 2015 at 3:55 pm in reply to: Masonry Gallery Distorting Gif Animations on thumbnail #510810Hi ccyran!
It seems to look ok on my end. Try clearing your browser cache and then take a screenshot.
I’m on Windows 10, checked in Firefox and Chrome.
Best regards,
ElliottHi chanleo!
Remove the floats and set them to display inline-block like so.
nav.main_menu li { float: none !important; display: inline-block; }
Regards,
ElliottHey sgkeil!
Add this to a codeblock element in the page.
<style type = "text/css"> #after_submenu p { margin: 0px !important; } </style>
Cheers!
ElliottSeptember 29, 2015 at 3:42 pm in reply to: Remove link to portfolio but allows links in excerpts #510798Hi tummit!
We can give you some CSS to disable the link. Send us a link to the page and we’ll take a look.
Cheers!
ElliottHi yegortitov!
We do not support third party plugins. Have you contacted the plugin authors yet?
What happens in the default theme? Make sure to deactivate all other plugins while testing.
Cheers!
Elliott-
This reply was modified 9 years, 10 months ago by
Elliott.
Hi vdlwebdesign!
Add this to your custom CSS.
#wrap_all { background: blue !important; }
If that’s not what your trying to do then take a screenshot and highlight your intentions so we can get a better idea.
Cheers!
ElliottSeptember 29, 2015 at 3:36 pm in reply to: facebook like box width border+ header disappear on mobile #510794Hey Noy!
Surround your code with this.
@media screen and (min-width: 767px) { }
Regards,
ElliottHi MarieAn!
Wordpress does not change the filename. You should rename the image to whatever keywords you want it to be.
Best regards,
Elliott-
This reply was modified 9 years, 10 months ago by
Elliott.
Hey richardelectrix!
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.
Best regards,
ElliottHi wiwaldi79!
You would surround drag the contact form into a color section element and give it a unique ID and then in your fullwidth button set the link to..
#yourID
To have it scroll to the section.
Cheers!
ElliottHey richardelectrix!
Are you trying to change the size of the icon? If so then try this out.
.iconbox_icon::before { font-size: 40px !important; }
Best regards,
ElliottHi glowgreen!
Hmm, is it only one page that is having the issue? Does it do the same if you create a new page?
Try deactivating all plugins while testing and make sure your using the latest version of Enfold, 3.3.2.
Regards,
ElliottSeptember 28, 2015 at 5:27 pm in reply to: Toolbar not scrolling while editing e.g. text block #510313Hey Juliandaddy!
I don’t think there is a way to change that unfortunately.
Cheers!
ElliottHey baramagnus!
Add this to your custom CSS.
.content { padding-top: 20px !important; }
Cheers!
ElliottHi!
Also, you’ll want to replace “$” with “jQuery” like so.
jQuery(document).ready(function(){ jQuery(“.flip”).click(function(){ jQuery(“.panel”).slideToggle(); }); });
Best regards,
ElliottHi!
I checked your link but I don’t see an easy slider anywhere and I’m not sure I understand what you mean from your problem description.
Can you take a screenshot and highlight what your trying to do?
Best regards,
ElliottHey!
Well, since your using the layout builder I had to do something else. I added this to the bottom of your functions.php file.
add_filter( 'avf_template_builder_content', 'enfold_customization_portfolio_next' ); function enfold_customization_portfolio_next( $content ) { if ( is_singular('portfolio') ) { $content .= '<div style = "clear:both;"></div>'; $content .= get_previous_post_link(); $content .= get_next_post_link(); return $content; } }
Cheers!
ElliottHi!
Also, if it’s only happening on a certain product then try deleting / recreating the product.
Regards,
ElliottHey!
If that does not work for you then try deactivating all plugins to make sure they are not changing the query parameters.
You can send us a WordPress login so we can take a closer look.
Regards,
ElliottSeptember 28, 2015 at 4:25 pm in reply to: Add Advanced Layout Builder elements from Child Theme to Woocommerce Custom Tabs #510230Hey Mahdi!
If this plugin is using custom post types then you could try editing the array of post types in the avf_builder_boxes array as shown here, https://kriesi.at/support/topic/overriding-functions-in-a-child-theme/, but a customization like this is most likely 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 hire a freelancer to help you out with this customization.
Best regards,
ElliottSeptember 28, 2015 at 4:22 pm in reply to: Category selector box.. I asked 2 years ago.. seems unimportant to the devs.. #510226Hi!
Oh I see. Yeah, we cannot change that so it is draggable. You can increase it’s height if you want though. Add this to the bottom of your functions.php file.
add_action( 'admin_print_styles', 'enfold_customization_admin', 10 ); function enfold_customization_admin() { echo '<style type = "text/css">'; echo '#aviaTBcategories-form-container select { height: 300px !important; }'; echo '</style>'; }
Cheers!
Elliott -
This reply was modified 9 years, 10 months ago by
-
AuthorPosts