Forum Replies Created
-
AuthorPosts
-
Try setting a custom class to those layers (opaque-layer), then add this to Quick CSS:
.opaque-layer { opacity: 0.8 !important; } .opaque-layer:hover { opacity; 0.95 !important; }Cheers!
JosueIt’s fixed now, i edited your Quick CSS.
Cheers!
JosueHi Bo,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueHey!
In 3.0 you can now arbitrarily set the breadcrumb parent page of a page.
Regarding the logo link, refer to:
https://kriesi.at/support/topic/change-logo-link-away-from-default-homepage/Cheers,
JosueHi!
That should work in theory, try adding !important, can you post a link to the page where you are trying this?
Regards,
JosueHi!
Are you using a custom template for your “offer” single view (single-offer.php)? if that’s the case you’d need to directly add this line somewhere in that file:
avia_social_share_links();Best regards,
JosueHi,
There is no av_change_logo declared, are you still seeing the fatal error message?
Also, consider using a child theme, that way you don’t have to touch the theme functions.php directly.
Best regards,
JosueHi!
You’d need to edit /enfold/framework/php/class-form-generator.php, look for this lines:
$form_el = ' <input name="'.$id.'" class="text_input '.$element_class.'" type="'.$type.'" id="'.$id.'" value="'.$value.'"/>'; $label = '<label for="'.$id.'">'.$element['label'].$required.'</label>';Change them to:
$form_el = ' <input name="'.$id.'" class="text_input '.$element_class.'" type="'.$type.'" id="'.$id.'" value="'.$value.'" placeholder="'.$element['label'].'" />'; //$label = '<label for="'.$id.'">'.$element['label'].$required.'</label>';Best regards,
JosueHi!
The sticky menu is not meant to be used this way because it is a full width element, you’d need to recreate it on every Page, you can make use of Templates to ease this process though.
Regards,
JosueOctober 7, 2014 at 9:03 pm in reply to: Ajax Portfolio: preview image is cut, doesn't open dynamically to orig. height #331893Hi!
Install this plugin then go to Settings > Media and change the “gallery” image size (increase it), finally regenerate the thumbnails by clicking the button at the bottom.
Best regards,
JosueOctober 7, 2014 at 8:58 pm in reply to: apotrophe character converted to html code when sharing on twitter and pinterest #331886Hey!
Try adding this at the very end of your theme functions.php file:
remove_filter( ‘the_title’ , ‘wptexturize’ );Cheers!
JosueHi,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueHi!
I think it would be more conveniente to use LayerSlider in this case, that way you have full control of the elements (layers) position and styling.
Cheers!
JosueHi!
Try with this code (Quick CSS):
.avia_ajax_form .first_form { clear: none; width: 48%; margin-right: 2%; } .avia_ajax_form p:last-child { clear: none; float: left; width: 50%; position: relative; top: 24px; }I’d suggest using a custom class in this case so it doesn’t affect other forms in the page.
Regards,
Josue-
This reply was modified 11 years, 6 months ago by
Josue.
Hey JC!
Try adding this code to the Quick CSS:
img.avia_image { border-radius: 0 !important; }Cheers!
JosueOctober 7, 2014 at 8:29 pm in reply to: How to make menu and breadcrumbs visable with layout menu right (version 3.0) #331874Hey!
Sidebar space is limited, including the breadcrumb trail there would cause design problems with large titles for example.
Cheers!
JosueHey Nick!
You need to apply the “main_color” class somewhere in your success-story single template file – http://screencast.com/t/tXFoXnejqtMD
Cheers!
JosueHey Dom!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter('the_content', 'add_social_links', 20); function add_social_links($content){ if(is_singular('offer')){ $content .= avia_social_share_links(array(), false); } return $content; }Cheers!
JosueHi!
Yes, that’s because theme settings are bound to the theme name, so when you activate “enfold_test” the theme settings of “enfold” don’t take effect, we need to replace “enfold” but we can’t do that from the Dashboard, if you hand us FTP access we could do this for you.
Regards,
JosueHey!
Try re-uploading the theme via FTP:
Best regards,
JosueHi!
Can you post a link to one of your posts where this side links appear?
Cheers!
JosueHi Simon!
Remove this code from your Quick CSS:
#header_main .container { height: 225px!important; }Best regards,
JosueHi David!
You could try triggering the ALB button on admin pages, try adding this to functions.php:
function trigger_alb_button(){ ?> <script> (function($){ $(window).load(function() { $("#avia-builder-button").trigger('click') }); })(jQuery); </script> <?php } add_action('admin_footer', 'trigger_alb_button');Regards,
JosueHey Scott!
I could note some things:
- You’d need to re-do the Features page
- The search in the header is different in Enfold.
- The phone info info in the header is also different in Enfold.
- There is no slogan option in Enfold, perhaps you could include it in the logo image
Regards,
JosueThanks for the kind words Peter :)
Regards,
JosueOctober 7, 2014 at 5:54 am in reply to: Link portfolio item to external URL duplicates Previous and Next lightbox links #331375Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
The icon remains at top, it doesn’t scroll with the page – http://screencast.com/t/0WvH0Ij1lEs
Best regards,
Josue -
This reply was modified 11 years, 6 months ago by
-
AuthorPosts
