Forum Replies Created
-
AuthorPosts
-
May 14, 2017 at 1:31 pm in reply to: Church theme / events / displayed in single column row (unreadable) #792918
Hi 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 8 years, 8 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,
VictoriaMay 12, 2017 at 1:18 pm in reply to: Avia Layout Builder is has collapsed into two columns (instead of three) #792269Hi w_archer,
I am not seeing any issues, could you point exactly where the problem is? Or you got it fixed already?
Best regards,
VictoriaHi Kahil,
Thank you for your patience :) The update is still in progress.
Best regards,
VictoriaHi THP,
The update is in progress, meanwhile you can try the solution in the thread suggested by @SAdesignsUnltd
If you need further assistance please let us know.
Best regards,
VictoriaHi Sobirk,
Well, you could try to use masonry in color section to make it full width, we have a similar layout, but images have to be prepared properly, will probably have to play with image sizes.
Do you have images ready, so that we could try?Best regards,
VictoriaHey Meg,
Can you describe what you did and what did not work? Did you get any errors?
We are glad you enjoy the theme! :)
Best regards,
VictoriaMay 12, 2017 at 12:42 pm in reply to: Blog Layout – Design Feature Image in Background of Text and 100% Size #792250Hi breezemedia,
I tried to move it over, it did not really work, and it has to look like the design that you sent and it does not. Well, you can hire a freelancer to build html and make it work as a view for blog posts. This is how I see it. I will ask my colleagues to weigh in on this.
Best regards,
Victoria -
This reply was modified 8 years, 8 months ago by
-
AuthorPosts
