Forum Replies Created
-
AuthorPosts
-
Hi,
The session page is loading like that because there is an error due to some calendar adding Javascript that is not working. (screenshot in private).
This is the code that will adjust the category links to orange.page-id-330 .avia-content-slider-inner span.blog-categories.minor-meta a {color: orange;}
Best regards,
VictoriaHi,
Here is the css that will help you hide the unwanted breadcrumbs.
.stretch_full.container_wrap.alternate_color.light_bg_color.title_container { display: none; } .avia-builder-el-2 .stretch_full.container_wrap.alternate_color.light_bg_color.title_container { display: block; }
It’s really weird the function gets called so many times.
Alternatively, you can add a custom class in this function to the container// remove title add_filter(‘avf_title_args’, function($args) { $args[‘html’] = “<div class='{class} title_container show-breadcrumbs’><div class=’container’>{additions}</div></div>”; return $args; });
and use that class to show breadcrumbs.
Best regards,
VictoriaMay 11, 2017 at 5:29 pm in reply to: Testimonial keeps disappearing and adds animation for no reason #791764Hi Gal726,
You need to find this file enfold/config-templatebuilder/avia-shortcodes/testimonials.php
and this code in it$data = AviaHelper::create_data_string(array('autoplay'=>$autoplay, 'interval'=>$interval, 'animation' => 'fade', 'hoverpause' => true));
and change it to
$data = AviaHelper::create_data_string(array('autoplay'=>$autoplay, 'interval'=>$interval, 'animation' => 'fade in', 'hoverpause' => true));
Best regards,
VictoriaHi Clementine,
Glad you got it figured out.
If you need further assistance please let us know.
Best regards,
VictoriaMay 11, 2017 at 5:11 pm in reply to: Use Woocommerce Layered Nav Filters when attribute is NOT used for variation #791743Hey Tom,
I think it’s a question better to be asked at WooCommerce forums. And the solution to this might require quite an amount of customization.
If you need further assistance please let us know.
Best regards,
VictoriaMay 11, 2017 at 5:07 pm in reply to: Different appearance for blog posts with and without sidebar #791741Hi Dennis,
Well, the original question was “Why is that?”. I gave you the answer. Now we are getting somewhere, when you ask specific question on how to adjust it :)
This is the code that will help you, put it your child theme style.css
#top .fullsize .template-blog .post .entry-content-wrapper { text-align: left; max-width: 100%; } #top .fullsize .template-blog .blog-meta { margin: 0px 20px; } #top .fullsize .template-blog .post .entry-content-wrapper > * { margin-left: 0; } #top .fullsize .template-blog .post-title { text-align: left; }
If you need further assistance please let us know.
Best regards,
VictoriaHi InternationalPartneringInstitute,
Looks like the id and style are not added by Javascript. Did you change the code in functions.php to the latest version? Or did you flush the cache?
And you can also use the css for big screens also. Try it :)Best regards,
VictoriaMay 11, 2017 at 4:50 pm in reply to: Contact form – advanced layout and variable element problem #791727Hi tadpohl,
Could you ask your provider if they made any security changes recently? This could be connected to mod_security.
http://stackoverflow.com/questions/36123442/wordpress-admin-ajax-php-404
https://wordpress.org/support/topic/admin-ajaxphp-404-not-found/Best regards,
VictoriaHey Taryn,
Yes, the option is not there and there is not a filter to do it via functions.php. You need to modify the inculdes/loop-index.php file to show them.
You can find this code thereif(is_single() && !post_password_required()) { //tags on single post if(has_tag()) {
and replace it with
if (!post_password_required()) { //tags on single post if(has_tag()) {
If you need further assistance please let us know.
Best regards,
Victoria- This reply was modified 7 years, 6 months ago by Victoria.
May 11, 2017 at 4:37 pm in reply to: Menu Column under Mega Menu isn't opening in new tab even though I specified it. #791719Hi 702arts,
I checked the menu, it works fine. Did you get it working or you still need help?
If you need further assistance please let us know.
Best regards,
VictoriaHi laptophobo,
Thanks for the update. I thought you had php 5.4, anyway, it’s a good thing they are upgrading and the mod_security can very much be part of the issue, from what I’ve read on other forums.
If you need further assistance please let us know.
Best regards,
VictoriaHi mmentuccia,
Yes, in you need to instantiate aviatooltip separately for the images where you want to show caption on click. Or a totally different script for that page. You might want to consider hiring a freelancer to do it for you, since it will require quite an amount of customization.
Best regards,
VictoriaHi marcomila,
I see you have the classes added already. Great job! Anything else left to do?
Best regards,
VictoriaHi jwr18,
Ok, you have the link to a section with id=”testimonials1″ but you don’t have such an element on the page.
The link address has to be /restaurant/index.php/about/#testimonials1
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.page-id-15 .avia-builder-el-27 { padding-top: 25px; }
If you need further assistance please let us know.
Best regards,
VictoriaMay 9, 2017 at 8:18 pm in reply to: really massive troubles with slider at enfold theme – please help #790558Hi scubasnsi,
The sizes are calculated in Javascript. It’s just that all images have the same class and so you cannot target just one specific. What you can do is give an id to a layer with that image and then we can try to adjust the image.
Best regards,
VictoriaHey nightowlmarketing,
Could you please explain a bit more, where and how are you adding the image and which image?
Best regards,
VictoriaHi peterolle,
The update is still being worked on. If you are not using Layer Slider you can disable it:
Best regards,
VictoriaHi BobCarey,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaHey bonsaimedia,
You answered your own question :) But those are post formats, that you’re talking about. Here is more about them:
Post Formats
http://www.wpbeginner.com/glossary/post-formats/Best regards,
VictoriaMay 9, 2017 at 8:01 pm in reply to: Different appearance for blog posts with and without sidebar #790546Hey dennsen,
Well, width of the container is different, hence different positioning of the elements. Could also be some other different setting.
Best regards,
VictoriaHi cmatthews1,
Best regards,
VictoriaHey Mauro,
Themes by Kriesi might be able to work with the shortcodes, other themes – I don’t think so. So you decide :)
Best regards,
VictoriaMay 9, 2017 at 7:47 pm in reply to: Product and gallery images don't appear correct and aligned #790535Hi takismastrog,
What solutions have you tried and what the results were?
Best regards,
VictoriaHi Monika,
Well, I know that WPML is compatible with Enfold and neither Polylang, nor Loco. If you have developers on your team they could try to do it, but we don’t support these plugins.
Best regards,
VictoriaHey volmering,
It’s not a phantom :) As explained in many other threads, the Layer Slider still needs update. It is a plugin, so WordPress “thinks” a plugin needs update, but Layer Slider comes with Enfold and get updated with Enfold update, which we are still working on. If you’re not using Layer Slider, you can deactivate it. http://kriesi.at/documentation/enfold/deactivate-the-layerslider-plugin/
Best regards,
VictoriaHi mmentuccia,
I am not seeing the link to your website any more. Have you removed it? I need to look at it again.
Best regards,
VictoriaHi marcomila,
But you have categories there. I am not sure I understand what you need to do here. Or did you get it solved already?
Best regards,
VictoriaHi mirkorau,
There are errors in Javascript in quicktags.min.js Uncaught TypeError: Cannot read property ‘canvas’ of undefined and in tinymce.min.js, that’s why you’re not seeing the menues. Is your admin panel Javascript excluded form cache?
Best regards,
VictoriaHi snitt,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi dith_solanki,
Could you tell me what have you tried and what the results were?
You you should really consider updating php to at least php 5.6.Best regards,
Victoria -
AuthorPosts