Forum Replies Created
-
AuthorPosts
-
Hey!
Try adding this at the very end of your theme / child theme functions.php file:
function change_dynamiccss() { wp_dequeue_style( 'avia-dynamic' ); wp_enqueue_style( 'avia-cdn-dynamic', 'https://d3a83k1p4ldgk8.cloudfront.net/wp-content/uploads/dynamic_avia/villa_bugis.css', array(), '2', 'all' ); } add_action( 'wp_enqueue_scripts', 'change_dynamiccss', 100 );
That will dequeue the default dynamic stylesheet and include the CDN one (you’ll have to change it if the CDN url changes).
Cheers!
JosueJuly 21, 2016 at 9:39 am in reply to: How to show breadcrumbs only on shop category, subcategory, and product pages. #663252Hey!
Try adding this code to the Quick CSS:
.title_container { display: none; } .woocommerce-page. title_container { display: block; }
Cheers!
JosueHi,
Can you post a link to the dynamic stylesheet in the CDN?
Best regards,
JosueHi,
Seems to be a Yoast issue, try updating the plugin and re-configuring it.
Best regards,
JosueHi,
Please post the link to the site too.
Best regards,
JosueUn tab inicial siempre tiene que estar abierto, no entiendo muy bien que es lo que quieres lograr, me puedes enviar un bosquejo del resultado final?
Hi,
Change code to:
div#header_main { display: none; } .html_top_nav_header.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 0; }
Best regards,
JosueTry adding this code to the Quick CSS:
.page-id-27 div#header_main { display: none; }
Cheers!
JosueHi,
That’s expected, the image you’re seeing is 286×286 but it’s cropped because the original image is not a square (like the red dress lady).
I guess the result you want is something like this, unfortunately as far as i know WordPress is not able to do that automatically so the images would need to be edited before uploading.
Best regards,
JosueJuly 20, 2016 at 11:21 am in reply to: Change responsive order (RTL) + help with change Masonry width #662866Hi,
1. Try applying this mod – https://kriesi.at/support/topic/rtl-sortedreverse-functions-problem/#post-384172
2. Add this to Quick CSS:
.av-masonry { padding: 0 50px; }
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueJuly 20, 2016 at 11:18 am in reply to: How to add background color for the whole sidebar in stretched layout? #662860You are welcome, glad to help :)
Regards,
JosueHey Claudia,
Is this causing an actual issue on the backend/frontend of the site?
Best regards,
JosueJuly 20, 2016 at 11:17 am in reply to: Please help me! Resolve problem with Google Maps and Contact Form. #662858Hey,
We’re aware of that issue and working on a solution, please be patient.
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey KK,
What exactly went wrong? did you just enable the parent theme? if so you can just re-enable the child theme to revert it. Regarding backups the theme does not store that, you’d need to ask your provider if they have a snapshot of your instance.
Best regards,
JosueHi,
Quick CSS is stored in a .css file in /wp-content/uploads/dynamic_avia/, just make sure that folder is getting sync (or upload it manually) in the CDN.
Best regards,
JosueWhat WordPress does by default is downscale the images, alternatively you could install this plugin to enable image upscaling.
Hey maggen,
There’s an option for that at the right (when editing the Page).
Best regards,
JosueJuly 20, 2016 at 11:05 am in reply to: Enfold 3.6.1, Child Theme overrides entire Parent Theme #662842Hey copongracz,
There’s an option to pass your theme configuration from the parent theme to the child one (once this one is activated) – http://screencast.com/t/F8oQUIAnRXw
Best regards,
JosueHey jeftores,
In the first testimonial, remove the following – http://screencast.com/t/YBoAZoRjtD9, problem is that’s the character used to open HTML tags so the theme thinks there’s an unclosed element and breaks the whole site.
Best regards,
JosueJuly 20, 2016 at 10:50 am in reply to: How to add background color for the whole sidebar in stretched layout? #662837Hey Steffen,
Try changing your code to:
#main .main_color{ background-color: #f8f8f8; } #main .main_color .content { background-color: white; }
Best regards,
JosueHey,
I think the problem is in the google code, gaq.push needs the ga.js library in order to work, refer to:
https://developers.google.com/analytics/devguides/collection/gajs/Best regards,
JosueJuly 20, 2016 at 10:36 am in reply to: How to show breadcrumbs only on shop category, subcategory, and product pages. #662835Hey Amanda,
I don’t see breadcrumbs enabled anywhere, can you point where do you want them removed?
Best regards,
JosueHello!
It is possible but it would require a heavy modification to the theme, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
WordPress won’t resize images that are lower (in with/height) than the desired size, meaning that a 129×286 image won’t be resized to 286×286, try uploading a image that is at least 286 wide.
Best regards,
JosueHi,
Open js/shortcodes.js and remove the following:
if(this.isMobile) { var alter = this.$slider.find('.av-mobile-fallback-image'); alter.each(function() { var current = $(this).removeClass('av-video-slide').data({'avia_video_events': true, 'video-ratio':0}), fallback = current.data('mobile-img'); current.find('.av-click-overlay, .mejs-mediaelement, .mejs-container').remove(); if(!fallback) { var appendTo = current.find('.avia-slide-wrap'); $(' <p class="av-fallback-message"><span>Please set a mobile device fallback image for this video in your wordpress backend</span></p> ').appendTo(appendTo); } if(options && options.bg_slider) { current.data('img-url', fallback); } else { var image = $('<img src="'+fallback+'" alt="" title="" />'); current.find('.avia-slide-wrap').append(image); } }); }
Regards,
JosueHi,
In order to import fontello zip packages your server must be able to handle .zip files, from the error you posted it seems it does not have
ZipArchive
enabled, try contacting your provider about that.Best regards,
JosueHey,
Youtube is a third-party service so you can’t modify that (as far as i know).
Best regards,
Josue -
AuthorPosts