Forum Replies Created
-
AuthorPosts
-
Hi,
Did you modify
wp-config.php
to increase it? from what i can see it’s still on 128M (source).<!-- Debugging Info for Theme support: Theme: Enfold Version: 3.5.4 Installed: enfold AviaFramework Version: 4.5.2 AviaBuilder Version: 0.8 - - - - - - - - - - - ChildTheme: SCOOP Theme ChildTheme Version: 1.0.0 ChildTheme Installed: enfold ML:128-PU:81-PLA:6 WP:4.5.2 Updates: enabled -->
Best regards,
JosueMay 20, 2016 at 11:01 am in reply to: 4 column sortable Ajax portfolio: space between the items – how to? #635822Hi,
Check it now, i tried with a new snippet:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(".tab").on('click', function() { $(window).trigger('debouncedresize'); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');
Best regards,
JosueDe nada, cualquier cosa estamos para servirte.
Saludos,
JosueMay 19, 2016 at 3:22 am in reply to: Contact form has severe lag and says "sending" for several minutes #634866Hi,
Seems to be working as expected on my end, i did a test and it showed the message of success almost instantly, did you get the mail?
Best regards,
JosueHi,
upload it to dropbox or similar, then post the link here.
Best regards,
JosueHola,
El problema se produce porque en uno de los titulos tienes esto:
--- Últimes galeries ---
Ya que casi todos los elementos del ALB se comunican con el servidor via Ajax, este ultimo puede tener ciertas restricciones de seguridad con el contenido que se le pasa, la solucion es simplemente evitar usar estos caracteres problematicos, no estoy seguro si se va a poder salvar la pagina en cuestion pero la he duplicado aqui (con el titulo cambiado):
-
This reply was modified 9 years, 1 month ago by
Josue.
You are welcome, glad to help :)
Regards,
JosueHm, try with this:
#top .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content { opacity: 0!important; background: transparent !important; filter: alpha(opacity=0); }
Make sure there are no types in the code surrounding it and refresh a few times to see the changes.
May 18, 2016 at 2:04 pm in reply to: Use percentage to define column padding that work responsive #634462You’re welcome, glad to help :)
Regards,
JosueIt won’t change, but perhaps if -in a future patch- something is added to magazine.php you may want to merge it to get the latest features.
The modification is simply done by that line in 367, nothing else.
Best regards,
JosueMay 18, 2016 at 1:52 pm in reply to: Use percentage to define column padding that work responsive #634440Hi,
Yes, you can set a custom ID to the grid row and change the code accordingly:
@media only screen and (max-width: 767px) { #custom_grid_row .flex_column { padding-right: 50% !important; } }
Best regards,
JosueCould be a bug, i’ll notify Kriesi.
Best regards,
JosueHi,
Try with this:
#top .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry:hover .av-inner-masonry-content { opacity: 0!important; background: transparent !important; filter: alpha(opacity=0); }
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
Only magazine.php, line 367:
$excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_magazine_excerpt_length' , 60) , apply_filters( 'avf_magazine_excerpt_delimiter' , " "), "…", true, '');
Best regards,
JosueHi,
Should show now, make sure you’re selecting the taxonomies here – http://screencast.com/t/NCD0o2b4ul
Best regards,
JosueNot sure how that ended up there but i’d suggest re-installing the theme or replacing only that file.
Best regards,
JosueMay 18, 2016 at 1:10 pm in reply to: Use percentage to define column padding that work responsive #634395That’s because in mobile the Grid
table
andtable-cell
turns intoblock
, one thing you can do is set a different padding for mobile:@media only screen and (max-width: 767px) { .flex_column { padding-right: 50% !important; } }
You can set a custom ID to the Grid Row or a custom class to the cell element and change the CSS code accordingly.
Ok, check it.
Can you please indicate where’s the Masonry located?
Yeah i can connect via FTP but i won’t be able to see / test anything because the site has w3c caching enabled.
You are welcome, glad to help :)
Regards,
JosueHey Sophie,
Can you post the full error message you’re getting?
Best regards,
JosueMay 18, 2016 at 12:50 pm in reply to: Use percentage to define column padding that work responsive #634369Hi,
It’s because Grid Row columns are set as
table-cell
, so their percentage value is calculated using the parent elementtable
(and not of the individual cell) as base so using 25% is correct because 25% of 1210 is 302.5 which would the half of a half.Best regards,
Josue-
This reply was modified 9 years, 1 month ago by
Josue.
Hi,
I can load the domain now but it’s not a WordPress site.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media print { .av-fixed-size .av-masonry-image-container img { display: block !important; } }
Cheers!
JosueNo, it’s an .htaccess prompt. You probably don’t see it because it’s already logged in your computer, check in another browser or in incognito mode.
Hi,
According to the debug tool the image currently set is too small:
Provided og:image URL, http://ewingpainting.net/wp-content/uploads/2013/10/logo-fin-avatar-80x73.jpg was not valid because it did not meet the minimum size constraint of 200px by 200px.
I made a test here directly setting the og image via URL – http://ewingpainting.net/og-test
Best regards,
JosueHi,
Me podrias pasar acceso FTP por privado por favor?
Best regards,
JosueYeah but what about the height? does it go 100%?
-
This reply was modified 9 years, 1 month ago by
-
AuthorPosts