Forum Replies Created
-
AuthorPosts
-
Both, if possible.
Regards,
JosueHey!
Hand me a FTP account in a private reply.
Best regards,
JosueHey!
Can you post a link to your other installation?
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#top .avia-testimonial-image { width: 200px; height: 200px; }Adjust as needed.
Cheers!
JosueHey!
You can use this plugin to configure a SMTP and WordPress/Enfold will use that instead of WP_Mail.
Best regards,
JosueApril 15, 2015 at 6:09 pm in reply to: 'Show excerpt in all magazine blog list' with "Read More" link #429120Hey!
I didn’t note a magazine.php in your child theme, have you already did this step?
Cheers!
JosueApril 15, 2015 at 5:56 pm in reply to: Vimeo Video on full page slide in Firefox isn't working #429107Hi Theo!
Can you please provide a screenshot of what you’re seeing on your end?
Best regards,
JosueDe nada :)
Saludos,
JosueHey!
This gray square is the gallery BIO PHOTOS (http://www.screencast.com/t/F88bm8pfB). I do not want this gallery, BIO PHOTOS, to mix with the others.
Sorry but there is a little misconception here, that gray square has nothing to do with the “Bio” portfolio item. It is there because you have selected 4 Columns for your Masonry and there is only 3 elements with a “square” thumbnail so as there is no 4rd square element to show, the Masonry has to display an empty space. I’ve change it to 3 Columns so you can see what i mean.
Best regards,
JosueHi,
Can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { margin: 1%; width: 23% !important; }Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueNo, that won’t work unless you add this to your child theme functions.php:
function change_shortcodesjs() { wp_dequeue_script( 'avia-shortcodes' ); wp_enqueue_script( 'avia-shortcodes-child', get_stylesheet_directory_uri().'/js/shortcodes.js', array('jquery'), 2, true ); } add_action( 'wp_enqueue_scripts', 'change_shortcodesjs', 100 );However, i’d suggest doing the change in the parent theme and check if it works first.
Best regards,
JosueIt’s working, the thing is you have another portfolio image with the same image as the Bio one – http://a.pomf.se/lvnyrw.png
Regards,
JosueOpen js/shortcodes.js and comment/remove this line (98):
$('.avia_ajax_form', container).avia_ajax_form();Then change back the code in functions.php to:
add_filter('avf_form_mail_header', 'chang_reply_to', 10, 3); function chang_reply_to($header, $new_post, $form_params){ $header .= 'Reply-To: ' . $new_post['email'] . "\r\n"; return $header; }And check if it works now.
Regards,
JosueHi!
They are using Vimeo on a Fullwidth Slider.
Regards,
JosueApril 15, 2015 at 3:10 am in reply to: Vimeo Video on full page slide in Firefox isn't working #428625Hey Theo!
Make sure you have the Flash plugin installed and updated to its latest version.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (min-width: 480px) and (max-width: 767px) { .responsive #top #wrap_all .grid-sort-container.grid-total-odd .grid-entry.grid-loop-1 { width: 50%; } }Cheers!
JosueHm, let’s discard something, change the last code to:
add_filter('avf_form_mail_header', 'chang_reply_to', 10, 3); function chang_reply_to($header, $new_post, $form_params){ $header .= "Reply-To: (Email address hidden if logged out) \r\n"; return $header; }Now check if ” (Email address hidden if logged out) ” appears when you hit the reply button.
Regards,
JosueI’m not sure. What kind of code do you want to add (JavaScript, CSS, PHP)?. You could do something like this in child theme functions.php:
function add_code_to_specific_post() { if(is_single('32'){ // CODE HERE } add_action('wp_footer', 'add_code_to_specific_post');That will add the code before the </body> tag and it will only add it to the Post 32 (ID).
Regards,
Josue-
This reply was modified 10 years, 11 months ago by
Josue.
Hey!
Do not set your ColorSections to 100% minimum height, set a fixed pixel value like this – http://a.pomf.se/nevfwf.png
Cheers!
JosueHi,
It’s weird, i’vet tested that code on my local install and it worked without issue. In any case, if you want us to debug it, we’d need FTP access.
Regards,
JosueHi,
Yes i saw that too on my local install. You’d need to activate ALB on that Post in order to use the Code Block element.
Alternatively you could use a plugin like:
https://wordpress.org/plugins/code-snippets/Regards,
JosueHey!
Yes, please hand us an admin account in a private reply.
Regards,
JosueThat’s how Vimeo embeds works, it’s not up to us.
Alternatively you could host the video on your own (in HD quality only) and use that instead.
Cheers!
JosueI see, this is something that would require a custom work, unfortunately that’s beyond the scope of the support we can offer. You can request a customization here:
http://kriesi.at/contact/customizationCheers!
JosueHey!
No i don’t think that would be possible.
Regarding the modification in avia.js you can use the following code in your child theme functions.php to enqueue a modified avia,js (child theme):
function change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_enqueue_scripts', 'change_aviajs', 100 );Cheers!
JosueDe nada, un gusto poder ayudado :)
Saludos,
JosueIt’s because that’s not a boxed layout so you need to set that background image as the header background – http://screencast.com/t/vR43THrO
Best regards,
Josue-
This reply was modified 10 years, 11 months ago by
Josue.
Yes.
Best regards,
Josue -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
