Forum Replies Created
-
AuthorPosts
-
I managed to add the code without errors, check it now.
August 27, 2015 at 10:57 am in reply to: Problem with contact form/datepicker – calendar hidden below header #494011You are welcome, glad to help :)
Regards,
JosueHi,
Let’s try one more thing, add the following line to your wp-config.php file:
define('CONCATENATE_SCRIPTS', false);Regards,
JosueHi Tim,
Doesn’t seem to be working, i tried here.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueRemove this from your Quick CSS:
.av-magazine-thumbnail img { height: 110px }August 26, 2015 at 10:47 pm in reply to: Problem with contact form/datepicker – calendar hidden below header #493828Hey!
Try increasing the value to 1000:
.avia-datepicker-div.ui-datepicker { z-index: 1000 !important; }Regards,
JosueHi!
If you’re referring to that light shadow in the socket, that’s caused by this – http://screencast.com/t/axI3P4J56
Regards,
JosueHey!
We need an access to see your site.
Cheers!
JosueHey!
We would need to see the website live for this kind of requests, a mockup of what you want to achieve would be helpful too.
Regards,
JosueAugust 26, 2015 at 10:36 am in reply to: Problem with contact form/datepicker – calendar hidden below header #493408Hey!
Try adding this code to the Quick CSS:
.avia-datepicker-div.ui-datepicker { z-index: 100 !important; }Cheers!
JosueHey!
Yeah they are using the standard single product view (no ALB). The only thing that comes to my mind would be to use a single gallery with the “Großes Bild mit Thumbnails unterhalb” style.
Best regards,
JosueOk, but the image size is still a square, you need to change that to something rectangular.
So the slowness issue remains regardless of the theme activated, with this info you should be able to get some support from the Coursepress Pro team.
Regards,
JosueShould work with either version, i’d try to enter the Dashboard but the user provided here is no longer working.
1. Create a copy of /config-templatebuilder/avia-shortcodes/gallery.php in /child-theme/shortcodes/
2. Put the following code in your child theme functions.php:add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }3. Modify your child gallery.php as needed, #491771.
ALB stands for Advanced Layout Builder, the Enfold page builder you see on the Page edit screen.
Regards,
JosueHi,
Can you hand us a temporary FTP / SFTP account? we can update the theme for you.
Regards,
JosueDe nada Manuel, un gusto poder ayudado :)
Hey Paul,
Refer to this article:
http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/You need to:
1. Place your modified version of the ALB element somewhere in your child theme directory.
2. Place this code in your child functions.php.add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }Best regards,
JosueHi,
Hand me a WP admin account or temporary FTP access in a private reply.
Regards,
JosueNot exactly sure but changing the folder name of the parent theme did the trick (check wp-contents/themes in FTP).
Change the first code to:
.page-id-4133 .content .entry-content-wrapper { padding-right: 8px; }Regarding the sidebar thumbnails, can you post a screenshot/mockup of what would you want to achieve?
You are welcome Patrick, glad to help :)
Regards,
JosueOk, checalo ahora, utilice este codigo:
function add_stuff_to_portfolio_grid($output, $entry) { $curr_post = get_post($entry->ID); return "<div class='custom_excerpt'>$curr_post->post_excerpt</div>"; } add_filter('avf_portfolio_extra', 'add_stuff_to_portfolio_grid', 10, 2);Check it now, i uploaded the theme again via FTP.
Check it now.
Refer to this video on how to update the theme:
Pasame un usuario de administrador en respuesta privada.
Ya veo, prueba con este codigo en tu functions.php del tema hijo:
function add_stuff_to_portfolio_grid($output, $entry) { $term_list = get_the_excerpt(); return $term_list; } add_filter('avf_portfolio_extra', 'add_stuff_to_portfolio_grid', 10, 2);Did you try the newest update (3.3.2)? it should be available for download now.
-
AuthorPosts
