Forum Replies Created
-
AuthorPosts
-
Hi,
It’s probably coming from the next section, if you didn’t create a section after the grid row it’s because it’s auto-generated (with default settings), in that case create one and disable the border.
Best regards,
JosueYou are welcome Sean, glad to help :)
Regards,
JosueHi,
You need the set the Post format to Gallery, the re-positioning can be done later.
Best regards,
JosueMay 4, 2016 at 2:00 pm in reply to: Edit the ALE edited posts / pages via wordpress.com iOS app? #627231Hey Jory,
No, i’m afraid ALB (and similar builder plugins) won’t run the WP iOS app, perhaps using the mobile browser could serve as an alternative.
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey Chris,
Try using this plugin:
http://wordpress.org/plugins/simple-image-sizes/Best regards,
JosueHey,
A bit weird indeed, ask him if he can reproduce the same issue here:
Best regards,
JosueMay 4, 2016 at 1:35 pm in reply to: Move category from before post title to after post title at main blog page #627206Hey!
Try adding this code to the Quick CSS:
.html_elegant-blog #top span.blog-categories.minor-meta { position: absolute; left: 0; right: 0; margin: 0 auto; top: 65px; } .html_elegant-blog #top header.entry-content-header { position: relative; } .html_elegant-blog .av-vertical-delimiter { margin-bottom: 40px; } .html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title { padding-bottom: 0; }
Cheers!
JosueHey,
This is more a browser thing when resizing high resolution images dynamically, i’d suggest disabling the header shrink or using another type of file like an svg or a video.
Best regards,
JosueHi,
I think you can actually do this using a hook, discard the changes you’ve done so far and try adding this to your child theme functions.php:
add_filter('avf_form_mail_header', 'add_bcc_to_form', 10, 3); function add_bcc_to_form($header, $new_post, $form_params){ $header .= 'Bcc: (Email address hidden if logged out) '."\r\n"; return $header; }
Best regards,
JosueHey,
Sorry about your frustation but unfortunately this is a known limitation with the Text Block element, one thing you can do is use multiple Text Blocks and separate them with a whitespace element.
Best regards,
JosueI’d like to to help you with this but at this point i’d need FTP access to test multiples codes and see which one can work.
Hi,
Open js/avia.js and look for line:
groups : ['.avia-slideshow', '.avia-gallery', '.portfolio-preview-image', '.portfolio-preview-content', '.isotope', '.post-entry', '.sidebar', '#main', '.main_menu'],
Replace it by this:
groups : ['#main'],
Regards,
JosueHi,
Have you tried excluding the first condition, like:
if ( is_singular( 'sfwd-courses' ) )
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 989px) { .responsive .boxed #wrap_all { overflow: hidden; /*needed for mobile menu scrolling */ } .responsive #top { overflow-x: hidden; } .responsive .boxed#top, .responsive #top.boxed .stretch_full , .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency div #header{ width: 100%; max-width: 100%; } .responsive #top .flex_column_table_cell{display: block;} .responsive #top .flex_column_table{display:block;} .responsive #top #wrap_all .container { width: 85%; max-width: 85%; margin: 0 auto; padding-left:0; padding-right:0; float:none; } .responsive .units, .responsive .unit { margin: 0; } .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { margin: 0; margin-bottom: 20px; width: 100%; } .responsive #top #wrap_all .av-flex-cells .no_margin{ display: block; margin: 0; height:auto !important; overflow: hidden; padding-left:8% !important; padding-right:8% !important; } .responsive #top #wrap_all .av-flex-cells .no_margin .flex_cell_inner{ width: 100%; max-width: 100%; margin: 0 auto; } .responsive #top #wrap_all .av-flex-cells .no_margin.av-zero-padding{ padding-left:0% !important; padding-right:0% !important; } .responsive #top #wrap_all .flex_column:empty{margin:0;} }
Cheers!
JosueHi,
OK but where’s the grid located at? please post a direct link to it
Best regards,
JosueHi,
I believe your courses slug is
sfwd-courses
. Try using that instead.Best regards,
JosueOk i see, enabling parallax is a bit too complex, it would require modifying the theme files, alternatively you could set
fixed
by adding this to your CSS:Best regards,
Josue-
This reply was modified 9 years, 2 months ago by
Yigit. Reason: moved content to private content field
May 4, 2016 at 11:18 am in reply to: Columns side by side instead of on top of each other in Mobile #627074Hi,
Check it now.
Best regards,
JosueAñade esto a Quick CSS:
#top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content-pos { vertical-align: bottom; }
Hi,
A nav item is a link, what you need to do is something like this (functions.php):
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $("#menu-item-num").on("click", function(e){ e.preventDefault(); window.open ("http://www.site.com", "mywindow","menubar=1,resizable=1,width=350,height=250"); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');
Change respectively.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi,
It depends if your cache plugins do offer minifying or no, if they do try using theirs instead.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#text-5 { transform: translate(100%); }
Cheers!
JosueHi,
You API key appears to be wrong, remember you get this here:
http://screencast.com/t/RYYRj3fe7fOBest regards,
JosueHi,
Enfold slider should work on mobile devices, can you point me which element has the issue? some screenshots would help too.
Best regards,
JosueHi,
1. Go to Appareance > Menus
2. Create a New Menu (call it Flags Menu) and assign it to “Enfold Secondary Menu”.
3. Create new Menu Items (Custom Links) and set them like this – http://screencast.com/t/ZF1FckgAaxX6Change “/english” for the english URL of the site and “english_flag” for the URL of the flag image you’d like to use.
Best regards,
JosueOk i can see it now but i don’t see the issue, the header seems fine and the background is the same in the news / single page.
Best regards,
JosueHi,
Can you please upgrade the account to superadmin, i’d like to add a version of the Enfold theme to test.
Best regards,
Josue -
This reply was modified 9 years, 2 months ago by
-
AuthorPosts