Forum Replies Created
-
AuthorPosts
-
Hi!
glad you got it short out.
Please let us know if we can do anything else to assist you furtherCheers!
BasilisHi Corina!
You can add this to the Quick CSS field:
a.all_sort_button.active_sort, a.all_sort_button.active_sort + span { display: none; }
Add this to the functions.php to activate the first category:
add_action('wp_footer', 'ava_auto_click'); function ava_auto_click(){ ?> <script> (function($){ $(window).load(function() { $('.categoryname_sort_button').trigger('click'); }); })(jQuery); </script> <?php }
Change the “categoryname” to the name of the first category on your installation.
Best regards,
BasilisHey!
that is not something located to the functions file, but rather control from CSS.
You will have to edit the CSS to make it look better.Can we see what you need to do?Best regards,
BasilisMarch 9, 2016 at 7:43 am in reply to: Need featured image to show up on category archive pages and tag pages #595351Hi juliacecere!
You have to add it to the functions.php file.
I have pasted you the proper codeadd_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'archive') $layout = 'multi-big'; if($context == 'tag') $layout = 'multi-big'; return $layout; }
let us know if it does not work.
Cheers!
BasilisHey belinger!
Yes, that is correct!
Or you can use a WordPress MU installation and run the demos through there.Let us know if we can help any other way!
Best regards,
BasilisHi!
I have tried optimisation.io with enfold and it works perfectly fine, if that is ok :-)
Best regards,
BasilisHi!
Well, glad it is shorted out now.
Please let us know if we can do anything else, to help you further.Regards,
BasilisHey evtilsley!
Can y ou please let us know your php memory limit and if it is lower than 256, ask your hosting provider to increase it for you.
Thanks a lotCheers!
BasilisHey!
Well, glad it is shorted out now.
Please let us know if we can do anything else, to help you further.Best regards,
BasilisHi!
Well, glad it is shorted out now.
Please let us know if we can do anything else, to help you further.Cheers!
BasilisHey!
Give some time for the facebook to read the pages.
Please note that a developer when does not know how to solve an issue, it points the direction of the easy way, the theme problem, which we can assure you, it is not.Try use the facebook developer tools and that will solve the issue for you.
Regards,
BasilisHi faserschmeichler!
I have assigned our German speaking supporter to the task he will help you when possible.
Thanks a lot for your patienceBest regards,
BasilisHi!
That is a bit more of advanced question and it would require some extra coding to be addressed.
Please refer to hire a freelancer who will be able to do that work for you.Cheers!
BasilisMarch 8, 2016 at 7:59 am in reply to: Enfold Feed Showing Avia builder code & other weird things #594856Hi!
Please try the following
Customize Feed in WordPress in functions.phpadd_filter('the_excerpt_rss', 'dbt_custom_feed'); add_filter('the_content', 'dbt_custom_feed');
Hide all Shortcode also in functions.php:
function dbt_custom_feed( $content ) { global $post; if ( ! is_feed() ) return $content; // Remove all shortcodes $content = strip_shortcodes( $post->post_content ); return $content; }
into your functions.php and let us know if that solves the issue for you.
Regards,
Basilis-
This reply was modified 9 years, 4 months ago by
Basilis.
Hi diegoaponte10!
You can easily add google fonts, please refer to this link: https://kriesi.at/support/topic/new-custom-font/
If you have a custom font or your own .ttf or .otf file, please refer to this link: http://css-tricks.com/snippets/css/using-font-face/
Best regards,
BasilisHi!
Glad we got it short out.
Please let us know if we can do anything else to assist you further.Cheers!
BasilisMarch 8, 2016 at 7:27 am in reply to: Different logo on mobile (code does not hide the primary logo) #594841Hi!
Replace width: 0% with width 0px and let us know if that works better
Regards,
BasilisHey ccyran!
I have loaded the web site and seems OK to me, with firefox on MAC. I also checked the fonts size and they are ok.
Cheers!
BasilisMarch 8, 2016 at 7:12 am in reply to: Color section video not scaling properly until window resized #594835Hi!
Do you have any type of caching activated to your web site?
That issue can happen with videos, based on the cache and as you are on WPEngine I can assume that there is also server cache.Best regards,
BasilisHey!
Everything is possible, but that would need a lot of work to be done.
You can contact one of our Customization Contractors, who will help you out with the process.
Let us know if we could do anything else, regarding our theme
Regards,
BasilisHi!
Glad you got it solved.
Please let us know if you need anything else from us.Regards,
BasilisMarch 7, 2016 at 9:18 pm in reply to: Remove Product Image and Product Link from Cart Dropdown #594574Hi CircaVista!
Everything is possible, but that would need a lot of work to be done.
You can contact one of our Customization Contractors, who will help you out with the process.
Let us know if we could do anything else, regarding our theme
Regards,
BasilisHi!
As it seems, based on how the form is developed it is hard to move that element only, because there is a <p> tag, which we can nto target it somehow.
Camn u add a custom class to the element?Best regards,
BasilisHi!
Glad you got it short out.
Please let us know if we can do anything else to assist you further.Cheers!
BasilisHi!
I have tried to iphone and the button loaded just fine.
Please clear browser cache and try again.Cheers!
BasilisHey!
NO worries at all, we are here to help.
I have used many of those plugins before, and never had an issue.I wish you good luck
Best regards,
BasilisHi Heather!
here is a simple and nice plugin that you can use
https://wordpress.org/plugins/simple-301-redirects/
let us know if we can help you any further with anything related to enfold
Cheers!
BasilisHi kmichalaros!
hey Kostas,
it is possible for us to see your web site and the child theme?
Might be something wrong while creating it. It will help us define the issue better for you.Thanks a lot
Cheers!
BasilisHey arranch!
I have checked your web site and I can see that the product has always a Variation as first choice, if that is correct, what you need to achieve?
Regards,
BasilisHey!
are those 2 web sites on the same server and same php version?
Cheers!
Basilis -
This reply was modified 9 years, 4 months ago by
-
AuthorPosts