Forum Replies Created
-
AuthorPosts
-
May 14, 2017 at 2:18 pm in reply to: Right Sidebar not showing properly on home page of enfold theme #792933
Hi Stefan,
Try adjusting the code like this:
remove_filter('woocommerce_cross_sells_total', 'avia_woocommerce_cross_sale_count', 10); remove_filter('woocommerce_cross_sells_columns', 'avia_woocommerce_cross_sale_count', 10); add_filter('woocommerce_cross_sells_total', 'avia_woocommerce_cross_sale_count_mod', 21); add_filter('woocommerce_cross_sells_columns', 'avia_woocommerce_cross_sale_count_mod', 21); function avia_woocommerce_cross_sale_count_mod($count) { return 5; }
Best regards,
VictoriaHey JefeTechnologies,
It’s not really a good idea, too much animation is really annoying. And you have to make content disappear in order to make it appear again with animation. You are providing development and design services, dancing content might not appeal to your potential customers.
Let me know what you think.
Best regards,
VictoriaHey breezemedia,
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 Lennardt,
Which plugin did you buy? Do you still need help?
If you need further assistance please let us know.
Best regards,
VictoriaHi vladbejenaru,
I don’t think it’s a good idea to use script concatenation and minimization on a test instance until you’re ready to roll out the website, or use it at all.
This is the rule that get’s applied on other pages and makes all other products go to the next line..products .product.first { clear: both; }
You can try to override it with this code:
.avia-builder-el-16 .products .product.first { clear: none; }
If you need further assistance please let us know.
Best regards,
VictoriaMay 14, 2017 at 1:31 pm in reply to: Church theme / events / displayed in single column row (unreadable) #792918Hi LAVision,
You can go to screen options and uncheck some fields that you don’t really need to show on this page.
Screenshot in private.If you need further assistance please let us know.
Best regards,
VictoriaMay 14, 2017 at 1:18 pm in reply to: Fullwidth Submenu Short Code + Advanced Layer Slider as Background #792916Hi jonnycuest,
You could use the transparency header like the one here on our demo http://kriesi.at/themes/enfold-2017/
If you need further assistance please let us know.
Best regards,
VictoriaHey tixxpff,
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 Loczuch,
You can make all images for the front page to be the size of the image in private. When you upload images, the thumbs will be generated and they will all be the same size.
If you need further assistance please let us know.
Best regards,
VictoriaHi AirGO,
It seems to me, that it is more appropriate to use Layer Slider in this case and have this image as a layer or the slide. It has many more options.
If you need further assistance please let us know.
Best regards,
VictoriaHi hbaumhardt,
You could follow our Facebook page (https://www.facebook.com/kriesi.at/). I know it’s not ideal, I’ll ask around if there is another way. Are you sure there isn’t a way to configure it on your server instance to autoupdate?
Best regards,
VictoriaHi westefan,
Here is the code you can put in your funtions.php
remove_filter('woocommerce_cross_sells_total', 'avia_woocommerce_cross_sale_count'); remove_filter('woocommerce_cross_sells_columns', 'avia_woocommerce_cross_sale_count'); add_filter('woocommerce_cross_sells_total', 'avia_woocommerce_cross_sale_count_mod'); add_filter('woocommerce_cross_sells_columns', 'avia_woocommerce_cross_sale_count_mod'); function avia_woocommerce_cross_sale_count_mod($count) { return 5; }
If you need further assistance please let us know.
Best regards,
VictoriaMay 14, 2017 at 11:59 am in reply to: Menu Column under Mega Menu isn't opening in new tab even though I specified it. #792898Hi 702arts,
I was about to check you function.php for the code.
Best regards,
VictoriaHi Dave,
Sorry to hear about that. Having two versions of Enfold might be a good idea. If Layer Slider is not used it does not get called and the notices are not supposed to be there. Do you mind if we take a closer look? If yes, can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
I think it’s a very harsh speculation, to say that “Enfold has run it’s course” just because you have a few notices in your logs, and not major errors or performance issues. At the end of the day, your website is working and serving your business.
If you need further assistance please let us know.
Best regards,
Victoria- This reply was modified 7 years, 6 months ago by Victoria.
Hi SAdesignsUnltd,
Well, issues has been reported to Kriesi as Nikko says, I think we need to wait for the update.
If you need further assistance please let us know.
Best regards,
VictoriaHi marcomila,
You have this loop, going through all categories of the post, you want their names as class, right? So use their names in a space separated string and assign it as a class.
Best regards,
VictoriaHi Blue_Bear,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaHi brandhands,
You might want to adjust it to work on other pages, if you need.
Best regards,
VictoriaHi snitt,
I think I saw a thread posted by you with the same issue, and I gave you a solution there. Please, check.
Best regards,
VictoriaHi InternationalPartneringInstitute,
This has to be added for all screens:
#search-icon-link { height: 25px !important; line-height: 25px !important; width: 25px; }
Outside the media query.
If you need further assistance please let us know.
Best regards,
VictoriaHi mirkorau,
Well, there you go. Try to comment out the function call and see if the editor works.
Best regards,
VictoriaHi drelambo,
Have you seen the screenshot that I attached in private? It is the error that interferes with the Advanced Layout Builder work. Most of the treads on forum have different errors causing issues, and I showed you yours. That does not mean you have to remove the code, you just have to make both work, without breaking each other.
Best regards,
VictoriaMay 12, 2017 at 2:07 pm in reply to: Avia Layout Builder deletes formatting – and a "simple" line break Problem #792302Hey Thorsten,
Technically, using a paragraph with whitespace to add some space vertically is a bad solution. There are margins and paddings for that. Adding a lot of extra elements to html, to pages that already have tons of elements, is also a bad idea and gives your browser more work to do.
You can go to text mode in Text section, give a specific paragraph a class and the assign styles to it. This is the cleanest solution I can think of and it does not require much extra effort.
Let me know what you think.
If you need further assistance please let us know.
Best regards,
VictoriaHi rixi,
Which “black textbox” are you referring to? Could you please specify?
Best regards,
VictoriaMay 12, 2017 at 1:48 pm in reply to: Advanced Layout Builder problem with Kindful Donation Plugin #792291Hey twhaoske,
Well, we will need credentials in order to be able to test. 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,
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
.responsive .fullsize .grid-col-4 .grid-image { min-height: 185px; }
If you need further assistance please let us know.
Best regards,
VictoriaHey Greg,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look. How did you add the widget?
Or you can try adding this code to your functions.php
add_action('wp_footer', 'ava_new_custom_script'); function ava_new_custom_script(){ ?> <script type="text/javascript"> (function($) { function a() { jQuery('.rsswidget').attr('target', '_blank'); } $(window).load(function() { a(); }); })(jQuery); </script> <?php }
If you need further assistance please let us know.
Best regards,
VictoriaHey envisageiam,
Please refer to this thread for a possible solution.
If you need further assistance please let us know.
Best regards,
VictoriaMay 12, 2017 at 1:20 pm in reply to: I would like to add a separate link to each of the portfolio grid images/itmes #792272Hi hingex,
Normally, the link would take you to the portfolio item page. Do you want to change that?
Best regards,
Victoria -
AuthorPosts