Forum Replies Created
-
AuthorPosts
-
Cube portfolio – good plugin, used many times
Hi
I don;t really understand the answer. if the one that prints out is “heavier”, why do the ones that are “lighter” not print out?
thanks
Hi
I used the other plugin and it worked right away…ha ha
thanks for your help anyway :)
This reply has been marked as private.Hi
it is not on selected browsers…I have problems on all browsers intermittently as do other people, but this code is the thing that screws up safari and mobile for sure
asking everyone to clear their cache is not going to work :)
could this be down to a slow server. my hosting sometimes drops out…
or is there a bug in that code, perhaps I have entered something wrong and that is causing the slow loading
I also tried various caching plugins etc on the site but nothing seems to make any difference and I am not exactly sure what I am doing, as nothing seems to make any difference haha
:)
I tried these
.av-masonry-image-container:nth-of-type(1n+4) {display: none !important;}
#pix img:first-child {display: none !important;}
but I am not sure what I am doing with it. as I say I would like to hide all gallery items after the 3rd one when it goes to print/pdf
thanks!
as a follow up, it seems to be OK now but what I wanted to achieve was having the window open underneath the flags, which is what the above code does ( I guess :) )
but something in this code is screwing up the rest I think
thanks again!
Hi
there are still issues loading..
I removed all the css and that was not the problem but I think this is the problem that is causing it to not load some times or on safari/mobile etc
function ava_custom_script_portfolio_preview() {
?>
<script>
(function($) {
$(document).ready(function() {
$(‘.grid-sort-container’).each( function() {
var preview = $(this).prev(‘.portfolio_preview_container’);
var sort = $(this);
preview.insertAfter(sort);
});
});
})(jQuery);
</script>
<?php
}
add_action( ‘wp_footer’, ‘ava_custom_script_portfolio_preview’, 9999 );function av_larger_quick_css() {
echo ‘<style>#avia_quick_css .avia_control textarea {
min-height: 400px;
}
.avia_sidebar_active #avia_quick_css .avia_description {
width: 30%;
}
.avia_sidebar_active #avia_quick_css .avia_control {
width: 70%;
}
</style>’;
}
add_action(‘admin_head’, ‘av_larger_quick_css’);//set builder mode to debug
add_action(‘avia_builder_mode’, “builder_set_debug”);
function builder_set_debug()
{
return “debug”;
}add_action(‘wp_head’, ‘ava_auto_resize’);
function ava_auto_resize(){
?>
<script>
(function($){
var int = window.setInterval(function(){
$(window).trigger(‘resize’);
$(window).trigger(‘av-content-el-height-changed’);
}, 1000);
})(jQuery);
</script>
<?php
}anything that can be done?
thanks!
Hi,
sorry :)
I need to look again at the gogle thing but will wait till it’s set up on the client server thanks for thatis there a way to limit the number of items that get printed out from the gallery? I just want the first 3 included when it goes to pdf but maybe that’s to do with the plugin I am using…
many thanks again
Hi
it all seems to be working fine now.
thanks for your help!
Hi
yes, it’s OK now, many thanks
Hi again
that answered one question but…:)
I have google maps using a replacement image but:
the image is appearing too big, how can I scale that down? I cannot see a class selector for google in the inspect element
how can I remove the message “Google maps have been disabled…” once it goes to print? It is using the backup image but still showing that message
thanks again
thanks!
Hi
I was not aware of this, I will set it up, thanks!Hi
I have sent you my settings in enfold and a screenshot on android chromethe whole mobile menu thing is just not activating
http://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/10/menu.png
http://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/10/Screenshot_20181004-122155.jpg
many thanks
Hi
if you have another look…
I have google maps using a replacement image BUT:
the image is appearing too big, how can I scale that down? I cannot see a class selector for google in the inspect element
how can I remove the message “Google maps have been disabled…”?
ALSO!!! now the google map is not loading properly…it asks do I own the website…I have enterd a valid google api key
thanks!
Hi..this was a fix. apparently it is not possible for the plug-in I am using to capture the live map so I added a static version just for print
if you think there is a solution I can give you the login or I can just use this method, it’s not too much more work
thanks!
Hi
It is fine on the page, but when I click the link on the pdf output the map is missing
http://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/10/bug.png
thanks!
OK thanks, I will see how it goes. the client said with the preloader things were much better but I was still getting the occasional not loading glitch – as the preloader loads the page but not all the ajax content and that seems to be the bottleneck…
anyway if the clients says nothing more then cool…thanks for your help
Hi
sorry, I don;t now which file to edit, it’s not the theme footer file or a Wp file…is it?
thanks :)
could there be an error in the css, or the way the css is loading that could be slowing it down?
thanks
Hi
which js script do I hook to which header file?
thanks!
I tried it on android and an iphone and the flags do not work properly
hi
the client is using safari and if he tries Europe then Middle East it does not work, but changing the order it then works“If I change the entry order, it works ”
so something awry somewhere I think
thanks!
Hi
is there any way to apply the loader to the ajax items? the problem seems to be a lag loading the flags…clicking too soon sometimes results in the error…maybe it’s server lag/slow loading or something?
thanks
Hi again
seems this is not quite fixed.
I tried it in 3 different browsers and the performance of the ajax window is sporadic. sometimes it works and sometimes it doesn’t, the behaviour is not regular so I do not think it is a problem in the content – some times tabs work sometimes then don’t work if you click back on them etc etc
if you could take another look that would be great
thanks!
thanks Dude :)
This reply has been marked as private.Hi
I cleared the cache on the server but still the same issue. I installed W3 Total Cache and purged the cache but nothing. that plugin seemed to slow the site down so I deactivated it.
thanks!
Hi all!
fixed. thanks for looking I figured it out :)
it works if you load a tab, load a different tab, then go back to the first tab. thanks!
- This reply was modified 6 years, 2 months ago by Nikko.
-
AuthorPosts